I use a Mac and despite the latest version of HoRNDIS fixing issues with Internet Connection Sharing, getting on the WIFI at home makes getting my BeagleBones on the network much easier, further making grabbing new packages with 'sudo apt-get install' much simpler. Drivers and firmware for many common USB WiFi dongles are included, so be sure to report any that you find missing. These latest images include the drivers for the popular UWN200 adapters provided by Logic Supply. To test it out myself, I uncommented and edited the wlan0 entry in /etc/network/interfaces (including replacing wlan0 with ra0), shutdown, plugged in the adapter and powered up the board again. I'm seeing the issue "rt28xx_open return fail!", but I'm sure this is something we can fix in a few days and provide an updated image. I removed that adapter and plugged in an adapter I bought from Adafruit (and switched ra0 back to wlan0) and got the issue "rtl8192cu:_rtl92cu_init_power_on():<0-0> Failed to polling REG_APS_FSMCO[APFM_ONMAC] done!". Finally, I plugged in a TL-WN822N adapter I bought from Amazon and BINGO---WiFi!!! Anyway, getting reports on what adapters work and don't work would be really helpful at this point as we'll be trying to get a very full set of WiFi drivers included.
Jason and Robert: well done for this fine upgrade! Seems like a lot of things are really coming together very quickly.
Hi Robert,
The latest BeagleBone Debian images are now posted at: http://beagleboard.org/latest-images/
I removed that adapter and plugged in an adapter I bought from Adafruit (and switched ra0 back to wlan0) and got the issue "rtl8192cu:_rtl92cu_init_power_on():<0-0> Failed to polling REG_APS_FSMCO[APFM_ONMAC] done!".
timb@woodpi ~ $ iwconfig
wlan0 IEEE 802.11bgn ESSID:"Timothy & Star" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.412 GHz Access Point: 60:33:4B:E8:18:AB
Bit Rate:72.2 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=100/100 Signal level=75/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
root@beaglebone:~# iwconfig
wlan2 IEEE 802.11bgn ESSID:"Timothy & Star"
Mode:Managed Frequency:2.412 GHz Access Point: 60:33:4B:E8:18:AB
Bit Rate=72.2 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr=2347 B Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=47/70 Signal level=-63 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:109 Missed beacon:0
Hi Robert,
The fix I suggested yesterday still leaves some debug dmesgs.I tried to eliminate DBG entirely.However, make with -DDBG removed from os/linux/config.mk lines 290:293# config for STA modeifeq ($(RT28xx_MODE),STA)--WFLAGS += -DCONFIG_STA_SUPPORT -DSCAN_SUPPORT -DDBG++WFLAGS += -DCONFIG_STA_SUPPORT -DSCAN_SUPPORTcauses build errors in /sta/sta_cfg.c:/home/tmp/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sta_cfg.c:8278:4: error: implicit declaration of function âRTMPIoctlMACâ [-Werror=implicit-function-declaration]/home/tmp/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sta_cfg.c:8282:4: error: implicit declaration of function âRTMPIoctlE2PROMâ [-Werror=implicit-function-declaration]/home/tmp/DPO_MT7601U_LinuxSTA_3.0.0.4_20130913/os/linux/../../sta/sta_cfg.c:8286:4: error: implicit declaration of function âRTMPIoctlRFâ [-Werror=implicit-function-declaration]This can be fixed by adding in an #ifdef DBG...#endif wrapper into:sta/sta_cfg.c line 8276:8288--++#ifdef DBG //Include if DBG oncase CMD_RTPRIV_IOCTL_MAC:RTMPIoctlMAC(pAd, pRequest);break;case CMD_RTPRIV_IOCTL_E2P:RTMPIoctlE2PROM(pAd, pRequest);break;case CMD_RTPRIV_IOCTL_RF:RTMPIoctlRF(pAd, pRequest);break;--++#endifThe above case statements need to be wrapped in an #ifdef DBG ... #endif,same as sta/sta_ioctl.c lines 2622:2638:#ifdef DBGcase RTPRIV_IOCTL_MAC:RTMP_STA_IoctlHandle(pAd, wrq, CMD_RTPRIV_IOCTL_MAC, 0,NULL, 0, RT_DEV_PRIV_FLAGS_GET(net_dev));/* RTMPIoctlMAC(pAd, wrq); */break;case RTPRIV_IOCTL_E2P:RTMP_STA_IoctlHandle(pAd, wrq, CMD_RTPRIV_IOCTL_E2P, 0,NULL, 0, RT_DEV_PRIV_FLAGS_GET(net_dev));/* RTMPIoctlE2PROM(pAd, wrq); */break;case RTPRIV_IOCTL_RF:RTMP_STA_IoctlHandle(pAd, wrq, CMD_RTPRIV_IOCTL_RF, 0,NULL, 0, RT_DEV_PRIV_FLAGS_GET(net_dev));/* RTMPIoctlRF(pAd, wrq); */break;#endif /* DBG */By the way, a quick compare of the WNA1100 (22% RX dropped) and UWN200 (<4% RX dropped).Looks like the big antenna makes a difference!
Trying to run i2cdetect but keep getting:Error: Can't use SMBus Quick Write command on this bus
Correct, to meet everyone's out of box pkg requirements, the eMMC is
mostly full. If you drop opencv/python/chromium you'll gain a lot of
space back.
Doesn't really make a difference for 3.8 thou, as you see..
Best to just switch to v3.13.x
--
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
"panics" on every boot?
Do you have any error log? I can't really help with that limited info.
Easitest thing to do is, grab the non-flasher:
https://s3.amazonaws.com/beagle-debian/bone-debian-7.4-2014-03-04-2gb.img.xz
flash it to a microSD card..
mount the first fat partition, edit "uEnv.txt" remove the "quiet" from
optargs.. save unmount..
Next using a usb-serial convert log the full serial boot log for me.
Yeah this annoyance..
What brand of microSD cards are you using?