Comment 5 for bug 530275

Revision history for this message
Daniel (internalkernel) wrote :

I can confirm this is still an issue. I'm running this on a 1201N Asus eeePC. I have lbm-wireless 2.6.32-19 installed as well.

$ uname -r
2.6.32-19-generic

$ lscpi -v
07:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8171 (rev 10)
 Subsystem: Device 1a3b:1107
 Flags: bus master, fast devsel, latency 0, IRQ 19
 I/O ports at d800 [size=256]
 Memory at fbefc000 (32-bit, non-prefetchable) [size=16K]
 Capabilities: <access denied>
 Kernel driver in use: rtl819xSE
 Kernel modules: r8192se_pci

$ iwconfig
wlan0 802.11bg ESSID:"summit" Nickname:"rtl8191SEVA1"
          Mode:Managed Frequency=2.412 GHz Access Point: 00:17:0F:D8:3A:81
          Bit Rate=54 Mb/s
          Retry:on RTS thr:off Fragment thr:off
          Power Management period:0us mode:All packets received
          Link Quality=90/100 Signal level=-53 dBm Noise level=-115 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0

$ ifconfig
wlan0 Link encap:Ethernet HWaddr 1c:4b:d6:6e:f5:ae
          inet addr:10.40.29.251 Bcast:10.40.31.255 Mask:255.255.248.0
          inet6 addr: fe80::1e4b:d6ff:fe6e:f5ae/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:1213 errors:0 dropped:0 overruns:0 frame:0
          TX packets:380 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:929371 (929.3 KB) TX bytes:30638 (30.6 KB)
          Interrupt:19 Memory:f84b0000-f84b0100

~~
Here's the interesting part... it looks like everything is okay. It associates with the network and gets an IP address, however I am unable to ping any hosts on the network.

$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.40.24.0 0.0.0.0 255.255.248.0 U 2 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0
0.0.0.0 10.40.31.254 0.0.0.0 UG 0 0 0 wlan0

$ ping 10.40.31.254
PING 10.40.31.254 (10.40.31.254) 56(84) bytes of data.
From 10.40.29.251 icmp_seq=2 Destination Host Unreachable
From 10.40.29.251 icmp_seq=3 Destination Host Unreachable
^C
--- 10.40.31.254 ping statistics ---
5 packets transmitted, 0 received, +2 errors, 100% packet loss, time 4022ms
, pipe 2

$ dmesg
[ 2039.097785] Linking with summit,channel:1, qos:1, myHT:0, networkHT:0, mode:6 cur_net.flags:0x40e
[ 2039.097830] Linking with summit,channel:1, qos:1, myHT:0, networkHT:0, mode:6 cur_net.flags:0x40e
[ 2039.098110] ===>rtllib_associate_procedure_wq(), chan:1
[ 2039.098120] HTSetConnectBwMode():pHTInfo->bCurBW40MHz:0
[ 2039.108140] rtllib_authentication_req():auth->algorithm is OPEN
[ 2039.109903] rtl8192_SetWirelessMode(), wireless_mode:4, bEnableHT = 0
[ 2039.113867] Associated successfully
[ 2039.113876] normal associate
[ 2039.113904] Using G rates:108
[ 2039.113911] Successfully associated, ht not enabled(0, 0)
[ 2039.115597] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2042.470364] DHCP pkt src port:68, dest port:67!!
[ 2049.504017] wlan0: no IPv6 routers present
[ 2062.697391] rtl8192_hw_sleep_down(): RF Change in progress!
[ 2063.475508] LPS leave: notify AP we are awaked ++++++++++ SendNullFunctionData
[ 2070.524035] ----------->rtl8192se_check_hw_scan()
[ 2070.524044] FW Scan long time without stop, stop hw scan
[ 2070.525059] <-----------rtl8192se_check_hw_scan()
[ 2110.468033] ----------->rtl8192se_check_hw_scan()
[ 2110.468042] FW Scan long time without stop, stop hw scan
[ 2110.469061] <-----------rtl8192se_check_hw_scan()
[ 2170.473530] ----------->rtl8192se_check_hw_scan()
[ 2170.473538] FW Scan long time without stop, stop hw scan
[ 2170.474554] <-----------rtl8192se_check_hw_scan()
[ 2232.527305] atl1c 0000:09:00.0: atl1c: eth0 NIC Link is Down
[ 2250.468037] ----------->rtl8192se_check_hw_scan()

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
So, I'm out of ideas... I'll be happy to try any suggestions, or if you need more info - just ask...