Good day everybody! First of all - I am noobie. I've read FreeBSD Handbook (chapter 31.3 Wireless Networking), checked this forum, looked for tips in the internet. But my Intel 3945ABG do not want to work :\.
I use FreeBSD-8.1-RELEASE-i386
# pciconf -lv | grep -B3 network
And here i post my conf files
1. /boot/loader.conf
2. /etc/rc.conf
3. /etc/wpa_supplicant.conf
After that I've rebooted the system and tryied to create virtual interface "wlan0" with command
[cmd=]# ifconfig wlan0 create wlandev wpi0[/cmd] to be able to use [cmd=]# ifconfig wlan0 up scan[/cmd] and [cmd=]# /etc/rc.d/netif start[/cmd]
BUT I receive every time this message :q:
or
.
By the way, just to check all variants (about which I know), after using of native BSD-driver for my Wi-Fi controller (wpi), I've also tryied to use the Windows driver with the help of the NDIS driver wrapper. All passed very good and I've seen ndis0 adapter after issuing [cmd=]# pciconf -lv | grep -B3 network[/cmd] But I continued to receive the same error messages.
Could anybody help me to solve this problem?
Thank you.
I use FreeBSD-8.1-RELEASE-i386
# pciconf -lv | grep -B3 network
Code:
wpi0@pci0:3:0:0 class=0x028000 card=0x10018086
chip=0x42228086 rev=0x02 hdr=0x00
vendor='Intel Corporation'
device='Intel 3945ABG Wireless LAN Controller (10208086)'
And here i post my conf files
1. /boot/loader.conf
Code:
if_wpi_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"
legal.wpi.license_ack=1
2. /etc/rc.conf
Code:
sshd_enable="YES"
hald_enable="YES"
dbus_enable="YES"
hostname="aspire.freebsd.org"
wlans_wpi0="wlan0"
ifconfig_wlan0="ssid MY_SSID WPA DHCP"
3. /etc/wpa_supplicant.conf
Code:
network={
ssid="MY_SSID"
proto=RSN
psk="my_password"
}
After that I've rebooted the system and tryied to create virtual interface "wlan0" with command
[cmd=]# ifconfig wlan0 create wlandev wpi0[/cmd] to be able to use [cmd=]# ifconfig wlan0 up scan[/cmd] and [cmd=]# /etc/rc.d/netif start[/cmd]
BUT I receive every time this message :q:
Code:
ifconfig: SIOCIFCREATE2: Device not found
Code:
ifconfig: SIOCIFCREATE2: Device not configured
By the way, just to check all variants (about which I know), after using of native BSD-driver for my Wi-Fi controller (wpi), I've also tryied to use the Windows driver with the help of the NDIS driver wrapper. All passed very good and I've seen ndis0 adapter after issuing [cmd=]# pciconf -lv | grep -B3 network[/cmd] But I continued to receive the same error messages.
Could anybody help me to solve this problem?
Thank you.