Hello,
I just hot my new raspberry pi 2. I see a big fat Broadcom chip on it that says "BCM2836" and I'm sure that this one should be the wireless card.
I'm using a standard image for RPI2 with nothing custom on it.
I have downloaded the source and on the default conf file I see that it's included:
Even if it was not included I wasn't sure which module to load and I did lot's of google searching regarding RPI2 and I have loaded a lots of modules that may be related:
And still I see no other device appearing under the
Got no wireless interface and I'm running out of ideas.
Anybody got idea what I do wrong? Any assistance would be appreciated
Cheers/Beers!
I just hot my new raspberry pi 2. I see a big fat Broadcom chip on it that says "BCM2836" and I'm sure that this one should be the wireless card.
I'm using a standard image for RPI2 with nothing custom on it.
I have downloaded the source and on the default conf file I see that it's included:
Code:
root@micro:/usr/src/sys/arm/broadcom/bcm2835 # grep -i bcm2836 /usr/src/sys/arm/conf/RPI2
include "../broadcom/bcm2835/std.bcm2836"
root@micro:/usr/src/sys/arm/broadcom/bcm2835 #
Even if it was not included I wasn't sure which module to load and I did lot's of google searching regarding RPI2 and I have loaded a lots of modules that may be related:
Code:
root@micro:/usr/src/sys/arm/broadcom/bcm2835 # kldstat
Id Refs Address Size Name
1 29 0xc0000000 8d8e30 kernel
2 1 0xc3e2f000 a000 wlan_amrr.ko
3 6 0xc4125000 4c000 wlan.ko
4 1 0xc3d3d000 e000 bridgestp.ko
5 1 0xc4185000 d000 if_vlan.ko
6 1 0xc41a8000 24000 if_urtwn.ko
7 3 0xc4198000 b000 firmware.ko
8 1 0xc41e5000 9000 wlan_xauth.ko
9 1 0xc41f8000 a000 wlan_wep.ko
10 1 0xc3d4f000 b000 wlan_tkip.ko
11 1 0xc4208000 e000 wlan_ccmp.ko
12 1 0xc4228000 d000 rtwn-rtl8192cfwU.ko
13 1 0xc4218000 d000 rtwn-rtl8192cfwU_B.ko
And still I see no other device appearing under the
ifconfig -a
command except the Ethernet device.Got no wireless interface and I'm running out of ideas.
Code:
root@micro:/usr/src/sys/arm/broadcom/bcm2835 # ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
ue0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=80009<RXCSUM,VLAN_MTU,LINKSTATE>
ether b8:27:eb:bd:92:bc
hwaddr b8:27:eb:bd:92:bc
inet 192.168.1.191 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Anybody got idea what I do wrong? Any assistance would be appreciated
Cheers/Beers!