Raspberry WiFi Dongle disconnected
Posted: Thu Jan 10, 2013 10:31 pm
Hi guys,
nice to meet you.
I'm experiencing an issue with my raspi using transmission.
All is working fine if I use ethernet cable connection, but if I use my WiFi Dongle (Dlink DWL-G122) I'm disconnected from the AP. (I can ping wlan0 interfce from itself, but not my AP, so TCP/IP is still working, but wifi connectio is lost).
The connection may last a minute or an hour.
I believe the cause is transmission (or any lib it updates) because the same config (HW and SW) without it is working fine since a couple of days. Still connected and never lost it.
My config:
Raspberry PI Model B (512 Mb version)
Debian Wheezy (2102-12-16 release)
I did apt-get update, upgrade and installed MPD, MPC, Samba, NTFS-G3.
This config without transmission is working right now, since 2 days, unstopped.
My newtwork config is done without wpa-suplicant.config, I edited the /etc/network/interfaces as this:
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.1.99
netmask 255.255.255.0
gateway 192.168.1.1
network 192.168.1.0
broadcast 102.168.1.255
wpa-ssid MySSID
wpa-psk MyOwnPass
and it works like a charm.
no editing at all was done to the wpa-supplicant.conf file.
dmesg output is:
[12867.381024] usb 1-1.3.4: new high-speed USB device number 11 using dwc_otg
[12867.498193] usb 1-1.3.4: New USB device found, idVendor=07d1, idProduct=3c0f
[12867.498224] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[12867.498243] usb 1-1.3.4: Product: 11g Adapter
[12867.498255] usb 1-1.3.4: Manufacturer: Ralink
[12867.498267] usb 1-1.3.4: SerialNumber: 1.0
[12867.629758] cfg80211: Calling CRDA to update world regulatory domain
[12867.821329] usb 1-1.3.4: reset high-speed USB device number 11 using dwc_otg
[12867.995278] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[12867.998598] Registered led device: rt2800usb-phy0::radio
[12867.999649] Registered led device: rt2800usb-phy0::assoc
[12868.000201] Registered led device: rt2800usb-phy0::quality
[12868.003970] usbcore: registered new interface driver rt2800usb
[12871.907934] wlan0: direct probe to 02:d9:98:70:3d:93 (try 1/3)
[12872.100953] wlan0: direct probe to 02:d9:98:70:3d:93 (try 2/3)
[12872.104580] wlan0: direct probe responded
[12872.104657] wlan0: authenticate with 02:d9:98:70:3d:93 (try 1)
[12872.113764] wlan0: authenticated
[12872.123460] wlan0: associate with 02:d9:98:70:3d:93 (try 1)
[12872.126045] wlan0: RX AssocResp from 02:d9:98:70:3d:93 (capab=0x411 status=0 aid=4)
[12872.126071] wlan0: associated
[12873.385019] wlan0: deauthenticating from 02:d9:98:70:3d:93 by local choice (reason=3)
[12873.415560] cfg80211: Calling CRDA to update world regulatory domain
[12877.134358] wlan0: authenticate with 02:d9:98:70:3d:93 (try 1)
[12877.136139] wlan0: authenticated
[12877.159355] wlan0: associate with 02:d9:98:70:3d:93 (try 1)
[12877.162396] wlan0: RX AssocResp from 02:d9:98:70:3d:93 (capab=0x411 status=0 aid=4)
[12877.162426] wlan0: associated
[12896.235271] smsc95xx 1-1.1:1.0: eth0: Failed to read register index 0x00000114
[12967.652399] phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x7010 with error -110.
and lsusb output:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 04f3:0103 Elan Microelectronics Corp.
Bus 001 Device 005: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"
Bus 001 Device 006: ID 059f:0351 LaCie, Ltd
Bus 001 Device 011: ID 07d1:3c0f D-Link System AirPlus G DWL-G122 Wireless Adapter(rev.E1) [Ralink RT2070]
When it stuck remove and reconnect the dongle fixes the problem (not always).
I've tried also iwconfig wlan0 power off
with no results.
anyone can pls point me in the right direction to get rid of this issue ?
Tnx a lot in advance.
Wali.
p.s. forgive me for the x-tra log post, I've tried to explain the whole scenario and my tries to fix.
nice to meet you.
I'm experiencing an issue with my raspi using transmission.
All is working fine if I use ethernet cable connection, but if I use my WiFi Dongle (Dlink DWL-G122) I'm disconnected from the AP. (I can ping wlan0 interfce from itself, but not my AP, so TCP/IP is still working, but wifi connectio is lost).
The connection may last a minute or an hour.
I believe the cause is transmission (or any lib it updates) because the same config (HW and SW) without it is working fine since a couple of days. Still connected and never lost it.
My config:
Raspberry PI Model B (512 Mb version)
Debian Wheezy (2102-12-16 release)
I did apt-get update, upgrade and installed MPD, MPC, Samba, NTFS-G3.
This config without transmission is working right now, since 2 days, unstopped.
My newtwork config is done without wpa-suplicant.config, I edited the /etc/network/interfaces as this:
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.1.99
netmask 255.255.255.0
gateway 192.168.1.1
network 192.168.1.0
broadcast 102.168.1.255
wpa-ssid MySSID
wpa-psk MyOwnPass
and it works like a charm.
no editing at all was done to the wpa-supplicant.conf file.
dmesg output is:
[12867.381024] usb 1-1.3.4: new high-speed USB device number 11 using dwc_otg
[12867.498193] usb 1-1.3.4: New USB device found, idVendor=07d1, idProduct=3c0f
[12867.498224] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[12867.498243] usb 1-1.3.4: Product: 11g Adapter
[12867.498255] usb 1-1.3.4: Manufacturer: Ralink
[12867.498267] usb 1-1.3.4: SerialNumber: 1.0
[12867.629758] cfg80211: Calling CRDA to update world regulatory domain
[12867.821329] usb 1-1.3.4: reset high-speed USB device number 11 using dwc_otg
[12867.995278] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[12867.998598] Registered led device: rt2800usb-phy0::radio
[12867.999649] Registered led device: rt2800usb-phy0::assoc
[12868.000201] Registered led device: rt2800usb-phy0::quality
[12868.003970] usbcore: registered new interface driver rt2800usb
[12871.907934] wlan0: direct probe to 02:d9:98:70:3d:93 (try 1/3)
[12872.100953] wlan0: direct probe to 02:d9:98:70:3d:93 (try 2/3)
[12872.104580] wlan0: direct probe responded
[12872.104657] wlan0: authenticate with 02:d9:98:70:3d:93 (try 1)
[12872.113764] wlan0: authenticated
[12872.123460] wlan0: associate with 02:d9:98:70:3d:93 (try 1)
[12872.126045] wlan0: RX AssocResp from 02:d9:98:70:3d:93 (capab=0x411 status=0 aid=4)
[12872.126071] wlan0: associated
[12873.385019] wlan0: deauthenticating from 02:d9:98:70:3d:93 by local choice (reason=3)
[12873.415560] cfg80211: Calling CRDA to update world regulatory domain
[12877.134358] wlan0: authenticate with 02:d9:98:70:3d:93 (try 1)
[12877.136139] wlan0: authenticated
[12877.159355] wlan0: associate with 02:d9:98:70:3d:93 (try 1)
[12877.162396] wlan0: RX AssocResp from 02:d9:98:70:3d:93 (capab=0x411 status=0 aid=4)
[12877.162426] wlan0: associated
[12896.235271] smsc95xx 1-1.1:1.0: eth0: Failed to read register index 0x00000114
[12967.652399] phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x7010 with error -110.
and lsusb output:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 04f3:0103 Elan Microelectronics Corp.
Bus 001 Device 005: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"
Bus 001 Device 006: ID 059f:0351 LaCie, Ltd
Bus 001 Device 011: ID 07d1:3c0f D-Link System AirPlus G DWL-G122 Wireless Adapter(rev.E1) [Ralink RT2070]
When it stuck remove and reconnect the dongle fixes the problem (not always).
I've tried also iwconfig wlan0 power off
with no results.
anyone can pls point me in the right direction to get rid of this issue ?
Tnx a lot in advance.
Wali.
p.s. forgive me for the x-tra log post, I've tried to explain the whole scenario and my tries to fix.