[Bug 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-26 Thread bikeridercz
Latest update: I realized that there is PCMCIA CF card adapter with
512MB CF inserted, it is used for regular backups of chosen files. After
ejecting card reader, resume suddenly start to work even with started
GDM.

Seems that it solves the problem, but I would like still to continue
solving the isssues, because It is a good way how to backup files, so I
prefer to have card reader inserted.

I have two questions:
1. it is ok for You to continue solving the resume issue caused by CF card 
reader ?
2. 00rt61pci.local file was a workaround of some bug ? So will somebody try to 
solve problem with rt61pci driver ?

Thanks for Your time.

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-25 Thread bikeridercz

** Attachment added: "3-original_screen_with_pm-suspend_command.JPG"
   
http://launchpadlibrarian.net/19955085/3-original_screen_with_pm-suspend_command.JPG

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-25 Thread bikeridercz

** Attachment added: "2-more_messages_after_resume.JPG"
   http://launchpadlibrarian.net/19955079/2-more_messages_after_resume.JPG

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-25 Thread bikeridercz
I did what You said, laptop gone down quickly with no problem.

But, resume is very strange, lcd panel backlight is turned on, usb mouse
lights on, but then cursor start to blink and for next 30 seconds
nothing happens, then quickly some screen with errors appeared, then it
is exchanged for the original screen with pm-suspend command. It is not
the end, then every 5seconds messages appearing reporting some troubles,
then once again, once again, ...

Unforunately messages.log contains nothing useful. Message "...ACPI:
Waiking ..." I fond in kern.log.0, but this log wasn't populated since
2.11.2008, and kern.log is completely empty.

So I take a pictures, sorry for that.

** Attachment added: "1-quick_screen_after_resume.JPG"
   http://launchpadlibrarian.net/19955074/1-quick_screen_after_resume.JPG

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-25 Thread Florian Diesch
Most likely the black screen is not related to the rt61pci, maybe it's
the graphic card.

Let's first find a workaround for the rt61pci bug.

If you don't have a backup of your system it may be a good idea to get
one as you may need some more hard resets and chances are that the file
system get damaged by that.

To get the rt61pci driver automatically removed when suspending execute
  echo 'SUSPEND_MODULES=rt61pci' | sudo tee /etc/pm/config.d/00rt61pci.local
on the command line. That creates a file etc/pm/config.d/00rt61pci.local that 
contains one line:
  SUSPEND_MODULES=rt61pci
The .local suffix should make sure it doesn't conflict with any file provided 
by a package.

Now log out, than switch to the text console using Ctrl-Alt-F1, log in there 
and execute
  sudo /etc/init.d/gdm stop
This shuts down the grafics system which should reduce the risk that the system 
hangs after resuming.

Then check that the rt61pci driver is still loaded:
  lsmod | grep rt61pci
should output at least one line containing 'rt61pci'

Now suspend using
 sudo pm-suspend
and try to resume. If it works you get the text console back and can start the 
graphics system using
 sudo /etc/init.d/gdm start
and check if the network is working.

If resuming still doesn't work please check if /var/log/messages contains 
anything useful. 
Logging after resume should start with something like
 Nov  25 14:34:46 scenic kernel: [15485.432019] ACPI: Waking up from system 
sleep state S4

Also please attache the output of 
 lsmod

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-24 Thread bikeridercz
Surprisingly it worked, I tried it twice. In a few seconds my laptop was
down, I'm indludng a log file. Unfortunately It returned back with black
screen and blinking cursor, so hard reset was needed to be done.

So, what to do with rt61pci driver to remove it automatically before suspend ?
What to do with resume ?

Thanks.

** Attachment added: "pm-suspend.log"
   http://launchpadlibrarian.net/19925439/pm-suspend.log

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-24 Thread Florian Diesch
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. :-) 
Sometimes it just takes some time  before somebody answers a bug report.

You can try to remove the rt61pci driver bevor suspending:
Open a terminal window and execute
  sudo modprobe -r rt61pci
To check if the driver really is removed excute
  lsmod | grep rt61pci
This should give you *no* output.

Then use
 sudo  pm-suspend
to suspend. Does it work now? If not, do you get any messages?

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-24 Thread bikeridercz
Is anybody there ? I'm trying to make Ubuntu better :-)

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-24 Thread bikeridercz
rt61pci seems to be driver for my wireless card, if the card driver
makes a problem is it possible to add it do blacklisted hardware, will
it work better ?

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-22 Thread bikeridercz
Finally I tried to make hibernation, it failed with the same result -
blinking capslock - except visible error messages on display, please see
attachement.

Any help is appreciated.

** Attachment added: "DSC00093.JPG"
   http://launchpadlibrarian.net/19867007/DSC00093.JPG

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-22 Thread bikeridercz
unfortunately pm-suspend.log does not help ...

** Attachment added: "pm-suspend.log"
   http://launchpadlibrarian.net/19859352/pm-suspend.log

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-21 Thread Quinlan Pfiffer
A blinking capslock light usually means a kernel panic - which is bad.
Dmesg would probably help, but if the machine is frozen, I dunno how you
would go about getting that. Maybe look at your suspend scripts?

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-21 Thread bikeridercz
unfortunately /var/log/kern.log is empty and /var/log/kern.log.0
contains very old messages

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-21 Thread bikeridercz

** Attachment added: "acpi.tar.bz"
   http://launchpadlibrarian.net/19841414/acpi.tar.bz

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-21 Thread bikeridercz

** Attachment added: "dmidecode.txt"
   http://launchpadlibrarian.net/19841409/dmidecode.txt

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-21 Thread bikeridercz

** Attachment added: "lspci.txt"
   http://launchpadlibrarian.net/19841403/lspci.txt

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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 300792] Re: Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm

2008-11-21 Thread bikeridercz

** Attachment added: "uname.txt"
   http://launchpadlibrarian.net/19841398/uname.txt

-- 
Suspend fails with blinking capslock on INTREPIT, on HARDY worked like a charm
https://bugs.launchpad.net/bugs/300792
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