as the title suggests my wireless works just fine wile the laptop is plugged in ......BUT as soon (within 5 minutes) as I unplug it it will start a reconnect sequence and never reconnect?
this is a HP-G62
the mod
iwconfig
ifconfig
all this (ifconfig,iwconfig,lsmod,)was wile it was pluged in and working.
when I unplugged it it was working, after a few minutes it started the reconnect sequence and never reconnected, after I plug it back in the network manager (stock one in the system tray) would show NO access points and
would give NO results..........a reboot (wile plugged in)fixes all...........until unplugging it again of course.
iwlist scan not giving any results makes me think some kind of power management setting is affecting the wireless card ..........but what and ware?
any and all help is appreciated
VINNY
this is a HP-G62
vinny@Vinnys-HP-G62:~$ lspci | grep -i network
02:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
vinny@Vinnys-HP-G62:~$
02:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
vinny@Vinnys-HP-G62:~$
vinny@Vinnys-HP-G62:~$ lsmod | grep -i rt2800
rt2800pci 18715 0
rt2800lib 58925 1 rt2800pci
crc_ccitt 12667 1 rt2800lib
rt2x00pci 14577 1 rt2800pci
rt2x00lib 55301 3 rt2800pci,rt2800lib,rt2x00pci
mac80211 506816 3 rt2800lib,rt2x00pci,rt2x00lib
eeprom_93cx6 12725 1 rt2800pci
vinny@Vinnys-HP-G62:~$
rt2800pci 18715 0
rt2800lib 58925 1 rt2800pci
crc_ccitt 12667 1 rt2800lib
rt2x00pci 14577 1 rt2800pci
rt2x00lib 55301 3 rt2800pci,rt2800lib,rt2x00pci
mac80211 506816 3 rt2800lib,rt2x00pci,rt2x00lib
eeprom_93cx6 12725 1 rt2800pci
vinny@Vinnys-HP-G62:~$
Code:
vinny@Vinnys-HP-G62:~$ iwconfig lo no wireless extensions. wlan0 IEEE 802.11bgn ESSID:"vnix1" Mode:Managed Frequency:2.462 GHz Access Point: 00:17:3F:57:43:7C Bit Rate=48 Mb/s Tx-Power=20 dBm Retry long limit:7 RTS thr:off Fragment thr:off Power Management:off Link Quality=70/70 Signal level=-31 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:79 Missed beacon:0 eth0 no wireless extensions. vinny@Vinnys-HP-G62:~$
Code:
vinny@Vinnys-HP-G62:~$ ifconfig eth0 Link encap:Ethernet HWaddr 2c:27:d7:cf:df:91 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:41 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:374 errors:0 dropped:0 overruns:0 frame:0 TX packets:374 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:56091 (56.0 KB) TX bytes:56091 (56.0 KB) wlan0 Link encap:Ethernet HWaddr c0:f8:da:a8:39:5e inet addr:192.168.2.3 Bcast:192.168.2.255 Mask:255.255.255.0 inet6 addr: fe80::c2f8:daff:fea8:395e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1 RX packets:3099 errors:0 dropped:0 overruns:0 frame:0 TX packets:2697 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1898627 (1.8 MB) TX bytes:824178 (824.1 KB) vinny@Vinnys-HP-G62:~$
when I unplugged it it was working, after a few minutes it started the reconnect sequence and never reconnected, after I plug it back in the network manager (stock one in the system tray) would show NO access points and
Code:
sudo iwlist scan
iwlist scan not giving any results makes me think some kind of power management setting is affecting the wireless card ..........but what and ware?
any and all help is appreciated
VINNY
Comment