TheTorProject / lepidopter

lepidopter: raspberry pi image for conducting OONI network measurements
https://ooni.torproject.org/
GNU General Public License v3.0
47 stars 20 forks source link

include wifi drivers for rpi 3 #43

Closed willscott closed 8 years ago

willscott commented 8 years ago

currently, the only interface available on boot is eth0, even though the rpi 3 includes an on-board wifi chip

willscott commented 8 years ago

it looks like it may be trying to load the brcmfmac kernel module, but it appears to fail.

relevant demsg lines:

systemd[1]: Failed to start Load Kernel Modules
...
brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24
brcmfmac_sdio mmc1:0001:1: Direct firmware load for mrcm/mrcmfmac43430-sdio.bin failed with error -2
brcmfmac: brcmf_sdio_htclk: HT Avail timeout (10000000): clkctl 0x50
anadahz commented 8 years ago

I will try to add WiFi support in next release of lepidopter. Thank you for reporting this.

anadahz commented 8 years ago

I need a Raspberry Pi 3 device to test this properly.

willscott commented 8 years ago

I'll bring one to you next week.

On Wed, Jun 29, 2016 at 10:52 AM, anadahz notifications@github.com wrote:

I need a Raspberry Pi 3 device to test this properly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheTorProject/lepidopter/issues/43#issuecomment-229435140, or mute the thread https://github.com/notifications/unsubscribe/AAaIpwyTdIQk9tViBWStIIB8w_SV8K-Zks5qQrDQgaJpZM4Iuj71 .

anadahz commented 8 years ago

@willscot excellent thanks!