Hello!
I tried to configure my laptop (Lenovo ThinkPad E335), but ifconfig can't find the WLAN-interface.
installed FreeBSD-Version: (
installed WLAN-Controller: (
installed Driver: (
automatically loaded modules at boot:
Content of modules directory:
loaded modules: (
Problem: there is still no WLAN interface listed?!
Any solution ideas?
Best Regards.
Edit: It's similiar to: https://forums.freebsd.org/threads/ifconfig-wlan0-scan-does-not-show-any-results.22251/ ...but there it works...
I tried to configure my laptop (Lenovo ThinkPad E335), but ifconfig can't find the WLAN-interface.
installed FreeBSD-Version: (
uname -a)
Code:
FreeBSD host 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
installed WLAN-Controller: (
pciconf -lv)
Code:
none1@pci0:2:0:0: class=0x028000 card=0x060814e4 chip=0x472714e4 rev=0x01 hdr=0x00
vendor = 'Broadcom Corporation'
device = 'BCM4313 802.11b/g/n Wireless LAN Controller'
class = network
installed Driver: (
pkg info)
Code:
bwi-firmware-kmod-3.130.20 Broadcom AirForce IEEE 802.11 Firmware Kernel Module
bwn-firmware-kmod-0.1.0 Broadcom AirForce IEEE 802.11 Firmware Kernel Module
automatically loaded modules at boot:
cat /boot/loader.conf
Code:
zfs_load="YES"
bwi_v3_ucode_load="YES"
if_bwi_load="YES"
bwn_v4_ucode_load="YES"
if_bwn_load="YES"
Content of modules directory:
ls /boot/modules/
Code:
bwi_v3_ucode.ko
bwn_v4_lp_ucode.ko
bwn_v4_ucode.ko
loaded modules: (
kldstat)
Code:
Id Refs Address Size Name
1 28 0xffffffff80200000 179ddb0 kernel
2 1 0xffffffff8199e000 2f9b00 zfs.ko
3 2 0xffffffff81c98000 6048 opensolaris.ko
4 1 0xffffffff81c9f000 30458 if_bwi.ko
5 1 0xffffffff81cd0000 485a8 if_bwn.ko
6 2 0xffffffff81d19000 d320 siba_bwn.ko
7 1 0xffffffff81d27000 19ff0 bwi_v3_ucode.ko
8 1 0xffffffff81d41000 2ba58 bwn_v4_ucode.ko
Problem: there is still no WLAN interface listed?!
ifconfig -lAny solution ideas?
Best Regards.
Edit: It's similiar to: https://forums.freebsd.org/threads/ifconfig-wlan0-scan-does-not-show-any-results.22251/ ...but there it works...