Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Ubuntu 10.10 freezes when using wireless on battery

  1. #11
    Join Date
    Dec 2010
    Beans
    3

    Re: Ubuntu 10.10 freezes when using wireless on battery

    Try `touch /etc/pm/power.d/wireless`. This will prevent pm-powersave from putting your wlan0 card into powersaving mode when running on battery power. Solved the issue for me.

  2. #12
    Join Date
    Jul 2008
    Beans
    7

    Angry Re: Ubuntu 10.10 freezes when using wireless on battery

    Quote Originally Posted by choongii View Post
    Try `touch /etc/pm/power.d/wireless`. This will prevent pm-powersave from putting your wlan0 card into powersaving mode when running on battery power. Solved the issue for me.
    It worked for 30 mins, then back to freezing it went!

  3. #13
    Join Date
    Oct 2009
    Location
    Tucson, AZ
    Beans
    782
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Ubuntu 10.10 freezes when using wireless on battery

    Try
    Code:
    sudo iwconfig wlan0 power off
    Replace wlan0 with your wireless interface if it's different. Run sudo iwconfig to check.

    If that fixes your problem, make the change permanent by running:
    Code:
    sudo bash -c "echo iwconfig wlan0 power off >> /etc/rc.local"
    Again, replace wlan0 with your wireless network interface if its different.
    Last edited by PatchesTheCaveman; December 31st, 2010 at 01:28 AM.

  4. #14
    Join Date
    Mar 2008
    Beans
    13

    Re: Ubuntu 10.10 freezes when using wireless on battery

    this worked for me on asus k50id
    "aspera wrote on 2010-11-26: #37

    I'm sorry, but I was a little bit to fast. After I attached Linux Mint Julia to wlan and USB-Memory, it crashed after the Filetransfer began immediately also.

    But I found finally a workaround, which I have tested the last 2 days:

    I deinstalled the pm-utils 1.4 with synaptic. Download the package pm-utils 1.3.0-1ubuntu1_all_deb from

    "http://packages.ubuntu.com/de/lucid/all/pm-utils/download"

    and installed it.

    Now it workes fine and all functions remain in the best way.

    In my opinion the error lies in the current pm-utils package. But I am only a completely normal user and not a programmer!

    Would anybody test it too and write a coment?

    Thanks

    aspera
    "

  5. #15
    Join Date
    Nov 2007
    Beans
    7
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Ubuntu 10.10 freezes when using wireless on battery

    Quote Originally Posted by PatchesTheCaveman View Post
    Try
    Code:
    sudo iwconfig wlan0 power off
    Thanks Patches - that works for me as a one off, however after applying the

    Quote Originally Posted by PatchesTheCaveman View Post
    sudo bash -c "echo iwconfig wlan0 power off >> /etc/rc.local"
    command the crash still happened when starting wireless. I checked the file "rc.local": it now had the text "iwconfig wlan0 power off" as its final element after the line "exit 0". Should this have been "sudo iwconfig ..." ?

    Have restored rc.local and will use the one off solution until new pm utils comes out I think.

    Problem happened on an Advent 7211.

    Springnuts
    Last edited by springnuts; January 7th, 2011 at 03:21 PM.

  6. #16
    Join Date
    Oct 2009
    Location
    Tucson, AZ
    Beans
    782
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Ubuntu 10.10 freezes when using wireless on battery

    You need to put that line before the exit 0 line. Sorry, I forgot they had that in there.

    sudo is not necessary because startup scripts are executed with root privileges.

  7. #17
    Join Date
    Dec 2010
    Beans
    4

    Re: Ubuntu 10.10 freezes when using wireless on battery

    Quote Originally Posted by jagadish7 View Post
    I have a similar issue with my Ubuntu 10.10 running on MacBook. I have no issues what so ever running 10.04 with the older version of the kernel(now i have 2.6.35-23).

    Issue details:
    The system freezes and goes to a blank screen when i remove the power and the laptop turns to Battery power. All i can do is do a force restart. I could find no information about the crash in the log files and have no clue on how to fix the issue.


    Jax

    I have almost the same problem! As well as some others w/Ubuntu 10.10. I would be happy to switch back to an older kernal if I could, I have seen that that fixed a lot of peoples problems, eg unable to reume after sleep and freezing up. Could someone help?
    Last edited by Morgoth1299; January 10th, 2011 at 11:57 PM.

  8. #18
    Join Date
    Dec 2010
    Beans
    4

    Re: Ubuntu 10.10 freezes when using wireless on battery

    Quote Originally Posted by david111 View Post
    i have a problem as well. only when i unplug my cord the screen freezes and the caps lock light on the keyboard blinks. i have a toshiba satalite l505d-s5983

    Exact same thing happens to me!!! Toshiba T115D-S1125 4G RAM

    Help anyone?

  9. #19
    Join Date
    Oct 2010
    Beans
    43

    Re: Ubuntu 10.10 freezes when using wireless on battery

    Quote Originally Posted by spantch101 View Post
    this worked for me on asus k50id
    "aspera wrote on 2010-11-26: #37

    I'm sorry, but I was a little bit to fast. After I attached Linux Mint Julia to wlan and USB-Memory, it crashed after the Filetransfer began immediately also.

    But I found finally a workaround, which I have tested the last 2 days:

    I deinstalled the pm-utils 1.4 with synaptic. Download the package pm-utils 1.3.0-1ubuntu1_all_deb from

    "http://packages.ubuntu.com/de/lucid/all/pm-utils/download"

    and installed it.

    Now it workes fine and all functions remain in the best way.

    In my opinion the error lies in the current pm-utils package. But I am only a completely normal user and not a programmer!

    Would anybody test it too and write a coment?

    Thanks

    aspera
    "
    worked for me, same model K50ID thanks!!!

  10. #20
    Join Date
    Sep 2007
    Beans
    23

    Re: Ubuntu 10.10 freezes when using wireless on battery

    There is an on going bug report for this problem https://bugs.launchpad.net/ubuntu/+s...ux/+bug/656745 , seems one kernel module is acting up.

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •