I just got my Lenovo s10-2 netbook and installed PC-BSD 7.0.1. But the Boradcom 4315 card doesn't work. I then used windows ndis drive to generate the module "bcmwl5_sys.ko" and put it into /boot/modules. After rebooting ifconfig says "no carrier". I'm really frustrated!...
I know there is the bwi driver in FreeBSD 8.0 which support several BCM43xx cards. But I heard that this one, BCM4315, uses different radio, and it is not supported even in freebsd 8.0. Seems that I have to either drop BSD or replace the wireless card.
|
Code:
|
ifconfig
ndis0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether 00:21:00:f7:46:35
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier |
|
Code:
|
kldstat
Id Refs Address Size Name
1 49 0xc0400000 d01484 kernel
2 1 0xc1102000 a63c if_re.ko
3 1 0xc110d000 1acb4 snd_hda.ko
4 2 0xc1128000 62018 sound.ko
5 1 0xc118b000 5a90 acpi_video.ko
6 2 0xc1191000 f590 if_ndis.ko
7 3 0xc11a1000 1e030 ndis.ko
9 1 0xc11f7000 1afc78 bcmwl5_sys.ko
10 1 0xc6271000 27000 linux.ko
11 1 0xc643d000 9000 i915.ko
12 1 0xc6446000 14000 drm.ko |
|
Code:
|
rc.conf
ifconfig_ndis0="WPA DHCP" |
|
Code:
|
loader.conf
if_ndis_load="YES"
bcmwl5_sys_load="YES"
if_re_load="YES" |
|
Code:
|
/etc/wpa_supplicant.conf
network={
ssid="myid"
key_mgmt=WPA-PSK
psk=mypassword
priority=2
}
network={
key_mgmt=NONE
priority=0
} |