Announcement

Collapse
No announcement yet.

wireless dies on batery power?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    wireless dies on batery power?

    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
    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:~$
    the mod
    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:~$
    iwconfig
    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:~$
    ifconfig
    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:~$
    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
    Code:
    sudo iwlist scan
    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
    Last edited by vinnywright; May 23, 2012, 02:49 PM.
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    #2
    Maybe this will help? http://ubuntuforums.org/showthread.php?t=1859912

    Please Read Me

    Comment


      #3
      Originally posted by oshunluvr View Post
      humm .......will try it later.......last post#4

      in 11.04 I did half to compile the driver but from 11.10 on it had support (I thought)........I never noted the dropping on battery before as it is usually plugged in .....

      VINNY
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #4
        well strangely enough I just updated my 12.10 partition (which WAS doing the same thing) and after the update the wireless is staying on on battery power .... and after a sleep .

        lsmod shows the same modules as 12.04 ........ (rt2800pci) strange .

        on a 3.4.0-3-generic kernel with the 12.10 partition.

        still thinking some kind of power management setting somewhere in the 12.04 partition is the culpret ................................................

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          Power saving is achieved by the pm-utils package, which is installed by default. When changing modes the scripts in /etc/pm/power.d and /usr/lib/pm-utils/power.d are run (The scripts in /etc take precedence).

          There is a script in there for wifi powersaving, so it might be worthwhile disabling that script. Logs are in /var/log/powersave.log.

          Also a Ubuntu community page here: https://help.ubuntu.com/community/Po...t/ReducedPower

          Comment


            #6
            Originally posted by andrewsimpson View Post
            Power saving is achieved by the pm-utils package, which is installed by default. When changing modes the scripts in /etc/pm/power.d and /usr/lib/pm-utils/power.d are run (The scripts in /etc take precedence).

            There is a script in there for wifi powersaving, so it might be worthwhile disabling that script. Logs are in /var/log/powersave.log.

            Also a Ubuntu community page here: https://help.ubuntu.com/community/Po...t/ReducedPower
            the wireless script in /usr/lib/pm-utils/power.d is identical in both systems as shown by kdiff3 !!

            the /etc/pm/power.d is empty in both systems !!

            any more ideas as to ware to look ??

            VINNY
            i7 4core HT 8MB L3 2.9GHz
            16GB RAM
            Nvidia GTX 860M 4GB RAM 1152 cuda cores

            Comment


              #7
              Well this seems to have sorted it's self out.
              as of the dist-upgrade on the 12.04 partition today which included these packages
              The following packages will be upgraded:
              ia32-libs ia32-libs-multiarch:i386 libsnmp-base libsnmp15 libxml2 libxml2:i386 libxml2-utils linux-headers-3.2.0-24 linux-headers-3.2.0-24-generic
              linux-image-3.2.0-24-generic linux-libc-dev python-libxml2 resolvconf
              the wireless has been on on battery power for 45 minutes without issue............Hummm?

              VINNY
              i7 4core HT 8MB L3 2.9GHz
              16GB RAM
              Nvidia GTX 860M 4GB RAM 1152 cuda cores

              Comment

              Working...
              X