[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM
Hi, there is a mistake on script. The fact is that you cannot put on fan 2 before doing the 3 one on ! And please dont create files ! So you must follow some rules : #!/bin/sh # # 99funguj: sprav co se da case "$1" in hibernate|suspend) # Stopping is not required. ;; thaw|resume) for x in /proc/acpi/fan/*; do if [ -f "$x/state" ] && [ "`grep on $x/state`" ]; then echo -n 3 > $x/state; # ok désactive fi done for x in /proc/acpi/fan/*; do if [ -f "$x/state" ] && [ "`grep on $x/state`" ]; then echo -n 0 > $x/state; # not ok ! active fi done for x in /proc/acpi/fan/*; do if [ -f "$x/state" ] && [ "`grep off $x/state`" ]; then echo "echo -n 0 > $x/state;" >> /tmp/fanstate0 echo "echo -n 3 > $x/state;" >> /tmp/fanstate3 fi done ;; *) exit $NA ;; esac -- Laptop Fan always on after resume from suspend to RAM https://bugs.launchpad.net/bugs/77370 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 77370] Re: Laptop Fan always on after resume from suspend to RAM
sorry for the missposting ! Hi, there is a mistake on script. The fact is that you cannot put on the fan 2 before doing the 3 one on ! And please dont create files ! So you must follow some rules : #!/bin/sh # case "$1" in hibernate|suspend) # Stopping is not required. ;; thaw|resume) # Because the noise is caused by the FAN3, don't touch to the others ! echo -n 3 > /proc/acpi/fan/FAN3/state; # disable echo -n 0 > /proc/acpi/fan/FAN3/state; # enable again done ;; *) exit $NA ;; esac It works fine with me ! -- Laptop Fan always on after resume from suspend to RAM https://bugs.launchpad.net/bugs/77370 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 396286] Re: 2.6.31-generic: kernel panic near the end of initramfs
Hi, I've reported the duplicate bug after this one ( although I make some research before ) and I think I have more information on this issue, Bug #406484 We just have the same Wireless device ! Evil device ! Bus 001 Device 002: ID 0ace:1215 ZyDAS WLA-54L 802.11bg -- 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 406484] Re: zd1211rw 1-2:1.0: error ioread32(CR_REG1): -110
*** This bug is a duplicate of bug 396286 *** https://bugs.launchpad.net/bugs/396286 I'm on Ubuntu Jaunty Linux 2.6.28-13-generic network-manager 0.7.1~rc4.1.cf Thanks for help. ** This bug has been marked a duplicate of bug 396286 2.6.31-generic: kernel panic near the end of initramfs -- zd1211rw 1-2:1.0: error ioread32(CR_REG1): -110 https://bugs.launchpad.net/bugs/406484 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 284341] Re: ohci_hcd not working after hibernate
Well, since a while, this bug doesn't affect me on jaunty, but if it appears on karmic, this is a regression and a very bad news. I don't think that launchpad isn't a good place to report it, because I described precisely all problems, but no ones seems to care about that. Especially for kernel bugs... I haven't enough time to report it on other bug trackers, so I invite you to create an account here and describe with more details the doesn'tworkarround http://bugzilla.kernel.org/ -- ohci_hcd not working after hibernate https://bugs.launchpad.net/bugs/284341 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 294467] Re: Panel won't refresh
this issue is not fixed and can be a major problem since the clock applet is concerned and for a professionnal use. ** Changed in: gnome-panel (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/294467 Title: Panel won't refresh -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 294467] Re: Panel won't refresh
confirming this bug on ubuntu Lucid up to date cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.2 LTS" Linux 2.6.32-30-generic #59-Ubuntu SMP Tue Mar 1 21:30:21 UTC 2011 i686 GNU/Linux dpkg -l | grep gnome-panel ii gnome-panel 1:2.30.2-0ubuntu0.2 launcher and docking facility for GNOME ii gnome-panel-data 1:2.30.2-0ubuntu0.2 common files for the GNOME Panel * Is this reproducible? Yes * If so, what specific steps should we take to recreate this bug? Uncheck Expand and auto hide options on one of the gnome panel preferably on the one that contain the clock * Can you use the applet while you get the issue? Yes * How to refresh manualy : Simply drag and drop the panel by moving it or expand it. This will help us to find and resolve the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/294467 Title: Panel won't refresh -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs