zenotec / meta-zenotec

OpenEmbedded meta layer
0 stars 1 forks source link

WiFi connection dropping #1

Open RickB17 opened 8 years ago

RickB17 commented 8 years ago

Ping results Reply from 192.168.86.18: bytes=32 time=3ms TTL=64 Reply from 192.168.86.18: bytes=32 time=111ms TTL=64 Reply from 192.168.86.18: bytes=32 time=106ms TTL=64 Reply from 192.168.86.18: bytes=32 time=111ms TTL=64 Request timed out. Request timed out. Request timed out. Reply from 192.168.86.18: bytes=32 time=115ms TTL=64 Reply from 192.168.86.18: bytes=32 time=108ms TTL=64 Reply from 192.168.86.18: bytes=32 time=111ms TTL=64 Reply from 192.168.86.111: Destination host unreachable. Reply from 192.168.86.111: Destination host unreachable. Reply from 192.168.86.111: Destination host unreachable. Reply from 192.168.86.111: Destination host unreachable. Reply from 192.168.86.111: Destination host unreachable. Reply from 192.168.86.111: Destination host unreachable. Reply from 192.168.86.111: Destination host unreachable. Reply from 192.168.86.18: bytes=32 time=1173ms TTL=64 Reply from 192.168.86.18: bytes=32 time=2ms TTL=64 Reply from 192.168.86.18: bytes=32 time=5ms TTL=64 Reply from 192.168.86.18: bytes=32 time=2ms TTL=64

From dmesg wlan0: deauthenticated from ${MAC_WLAN0} (Reason: 2) cfg80211: Calling CRDA to update world regulatory domain wlan0: authenticate with ${MAC_WLAN0} wlan0: send auth to ${MAC_WLAN0} (try 1/3) wlan0: authenticated wlan0: associate with ${MAC_WLAN0} (try 1/3) wlan0: RX AssocResp from ${MAC_WLAN0} (capab=0x431 status=0 aid=2) wlan0: associated

root@zen-garage:/var/log# iwconfig wlan0 wlan0 IEEE 802.11bgn ESSID:"${SSID}" Mode:Managed Frequency:2.437 GHz Access Point: ${MAC_AP} Bit Rate=72.2 Mb/s Tx-Power=20 dBm Retry short limit:7 RTS thr=2347 B Fragment thr:off Encryption key:off Power Management:off Link Quality=63/70 Signal level=-47 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:104 Missed beacon:0

RickB17 commented 8 years ago

Not sure if this provides any additional insight:

hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected usb 2-1: new high-speed USB device number 2 using musb-hdrc cfg80211: Calling CRDA to update world regulatory domain rtl8192cu: Chip version 0x10 rtl8192cu: MAC address: ${NICMAC} rtl8192cu: Board Type 0 rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1 rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin usbcore: registered new interface driver rtl8192cu usb 2-1: Direct firmware load failed with error -2 usb 2-1: Falling back to user helper rtlwifi: Loading alternative firmware rtlwifi/rtl8192cufw.bin

zenotec commented 8 years ago

Sorry about the trouble you are having with the Wifi. The thing about Wifi is that there are many factors that can affect it. Probably the quickest fix is if you pick up an adapter with a little more range and an external antenna. This is the one I've been using and I haven't seen any issues with it. http://www.amazon.com/gp/product/B00JDVRCI0?psc=1&redirect=true&ref_=oh_aui_detailpage_o03_s00

The Beaglebone Black has a known issue with Wifi and interference from the HDMI port. They recommend either disabling the HDMi port or getting an adapter with an external antenna. I thought I had disabled the HDMI port in the Kernel tree. I can double check for you.