03:54 | m_anish | cbxbiker61, it seems even with 3.14.29, I dont see any wlan0, strange! |
03:55 | cbxbiker61 | i do, did you modprobe the module? |
03:55 | m_anish | cbxbiker61, i did modprobe brcmfmac |
03:56 | m_anish | it was probably already loaded |
03:56 | m_anish | lsmod said so |
03:57 | m_anish | in the lsmod where wlan0 was visible i saw another module (possibly) 8021q .. doing modprobe 8021q has no effect |
03:57 | m_anish | maybe talk with jmontleon to see what's happening? (he had wlan0 visible, without the nat ofcourse) |
03:58 | cbxbiker61 | Linux cuboxi5 3.14.29 #1 SMP Fri Jan 16 18:34:14 MST 2015 armv7l GNU/Linux |
03:58 | cbxbiker61 | wlan0: flags=4099 mtu 1500 metric 1 |
03:59 | cbxbiker61 | 3.14.29 works check your dmesg |
03:59 | m_anish | hmpf |
04:00 | cbxbiker61 | brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 25 2011 19:34:12 version 5.90.125.104 |
04:00 | cbxbiker61 | do you see that |
04:01 | m_anish | hmm getting a message like this .. brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 |
04:02 | m_anish | cbxbiker61, nope |
04:02 | cbxbiker61 | post this for me journalctl -a | grep brcmfmac |
04:04 | m_anish | one moment |
04:04 | m_anish | http://fpaste.org/171002/14215502/ |
04:11 | cbxbiker61 | journalctl -a | grep brcmfmac |
04:11 | cbxbiker61 | Feb 17 19:57:59 cuboxi5 kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Oct 25 2011 19:34:12 version 5.90.125.104 |
04:11 | cbxbiker61 | Feb 17 19:58:01 cuboxi5 NetworkManager[228]: rfkill0: found WiFi radio killswitch (at /sys/devices/soc0/soc.1/2100000.aips-bus/2190000.usdhc/mmc_host/mmc0/mmc0:0001/mmc0:0001:1/ieee80211/phy0/rfkill0) (driver brcmfmac_sdio) |
04:11 | cbxbiker61 | Feb 17 19:58:01 cuboxi5 NetworkManager[228]: (wlan0): new 802.11 WiFi device (driver: 'brcmfmac_sdio' ifindex: 3) |
04:11 | cbxbiker61 | Feb 17 19:58:01 cuboxi5 kernel: brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists |
04:11 | cbxbiker61 | Feb 17 19:58:01 cuboxi5 kernel: brcmfmac: brcmf_add_if: ignore IF event |
04:11 | cbxbiker61 | Feb 17 19:58:08 cuboxi5 kernel: brcmfmac: brcmf_cfg80211_del_key: invalid key index (4) |
04:11 | cbxbiker61 | Feb 17 19:58:08 cuboxi5 kernel: brcmfmac: brcmf_cfg80211_del_key: invalid key index (5) |
04:12 | cbxbiker61 | thats all i see in my system log, so you have a lot of crap happening that doesn't happen here |
04:13 | m_anish | okay so the drive is apparently flexcan acc to journalctl.. how do i blacklist it |
04:13 | cbxbiker61 | echo "blacklist ???" | sudo tee /etc/modprobe.d/???.conf |
04:13 | cbxbiker61 | ??? is the modname |
04:17 | m_anish | that didnt work, i prob got the module name wrong |
04:19 | cbxbiker61 | i'm making up an order to adafruit for some arduino stuff, they have some really cool items |
04:19 | cbxbiker61 | i'm going to make a color matching backlight for my tv that turns off when the tv does |
04:20 | m_anish | cbxbiker61, any idea what this means? brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 |
04:20 | m_anish | nice :) |
04:20 | m_anish | cbxbiker61, i'm trying to set this board up to serve about 1.4TB of cc-licensed educational content in remote villages :-) |
04:21 | m_anish | http://schoolserver.org/ |
04:23 | cbxbiker61 | m_anish, here's how i approach the cryptic messages...download the source for the kernel in question and "find . -type f -exec grep -H 'whatever i want' {} ';'" |
04:24 | cbxbiker61 | m_anish, yep that'll be great when you have it working |
04:24 | m_anish | okay .. i was hoping to build upon this stuff to get a server functional up soon ... i know wlan0 has worked with natting before ... i'll probably use some older build .. but WILL investigate this :) |
04:25 | m_anish | cbxbiker61, thx for the help again, going afk for a while. :-) |
04:25 | cbxbiker61 | ok |
08:13 | _dab_ | anyone with a recipe for wifi on 3.14 (SR) debian jessie |
08:13 | _dab_ | ? |
08:15 | _dab_ | i.e. what to blacklist?, which firmware to get? |