[Expired for linux (Ubuntu) because there has been no activity for 60
days.]
** Changed in: linux (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/515109
Ti
Pierina Stefanelli, so your hardware may be tracked, could you please file a
new report by executing the following in a terminal while booted into a Ubuntu
repository kernel (not a mainline one) via:
ubuntu-bug linux
For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Con
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0: pierina2646 F pulseaudio
DistroRelease: Ubuntu 13.10
HibernationDevice: RESUME=UUID=4dda44f8-4af3-48ee-a792-83453ef293e5
Lsusb:
Bus 001 Device 003: ID 0402:5602 ALi
this machine (laptop) is in use by my mother, and I confirm she has to shutdown
because of bug (update to 13.10 does not fix it).
I will execute apport-collect on that laptop
Also using nouveau driver the laptop goes in sleep mode (thus it works),
but that driver is not complete, it pretends to w
Daniele Cruciani, this bug was reported a while ago and there hasn't
been any activity in it recently. We were wondering if this is still an
issue? If so, could you please test for this with the latest development
release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live
** Changed in: linux (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/515109
Title:
cannot suspend usb devices on lucid
--
ubuntu-bugs mailing list
ubuntu-bug
Hi,
thank you for the info. It worked for me too.
Notebook acer aspire 5100
lsusb:
Bus 001 Device 003: ID 0402:5602 ALi Corp. Video Camera Controller
As suggested I did a new file:
/etc/pm/sleep.d/20_ali_corp_video_camera
chmod ugo+x /etc/pm/sleep.d/20_ali_corp_video_camera
#!/bin/bash
echo dis
** Changed in: linux (Ubuntu)
Status: Triaged => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/515109
Title:
cannot suspend usb devices on lucid
--
ubuntu-bugs mailing list
ubuntu-bugs@
Removing duplicate status.
** This bug is no longer a duplicate of bug 522998
XHCI (USB 3.0) kernel Module Prevents Suspend
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/515109
Title:
cannot sus
*** This bug is a duplicate of bug 522998 ***
https://bugs.launchpad.net/bugs/522998
The has also been backported to Karmic, probably through kernel updates.
Suspending to ram and disk used to work for me on Karmic, but now there is the
same 'error 16' message.
Bus 004 Device 001: ID 1d6b:00
*** This bug is a duplicate of bug 522998 ***
https://bugs.launchpad.net/bugs/522998
I'm on a lenovo v200, and there is no XHCI module loaded...so I don't
think 522998 is actually a duplicate of this issue.
I was using the 'echo disabled > /sys/bus/usb/devices/usb1/power/wakeup'
kluge -- EHCI
*** This bug is a duplicate of bug 522998 ***
https://bugs.launchpad.net/bugs/522998
** This bug has been marked a duplicate of bug 522998
XHCI (USB 3.0) kernel Module Prevents Suspend
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug noti
** This bug is no longer a duplicate of bug 522998
XHCI (USB 3.0) kernel Module Prevents Suspend
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
*** This bug is a duplicate of bug 522998 ***
https://bugs.launchpad.net/bugs/522998
** This bug has been marked a duplicate of bug 522998
XHCI (USB 3.0) kernel Module Prevents Suspend
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug noti
I'm on a lenovo v100 with integrated usb cam (s5k83a sensor), experiencing the
same problem, but with:
echo disabled > /sys/bus/usb/devices/usb1/power/wakeup
suspend now works.
Thanks everyone!
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug no
When I discovered suspend wasn't working after upgrading to lucid, I
tried various things...and found that if I boot with old karmic kernel
(2.6.31-21) suspend works.
But, that wasn't very satisfactory, so I kept lookingeventually
found "PM: Device usb2 failed to suspend: error -16", and then
Workaround with script in /etc/pm/sleep.d works for me.
Thanx!
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
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.u
Ok! I did it!
It was "sudo -i" first, then:
echo disabled > /sys/bus/usb/devices/usb1/power/wakeup
Thank you very much!
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
try:
echo disabled > /sys/bus/usb/devices/usb2/power/wakeup
- it worked for me
2010/5/2 cmavr8
> Maybe I got the wrong bus/port:
> $ lsusb
> Bus 001 Device 002: ID 0402:5602 ALi Corp. Video Camera Controller
>
> also:
> $ ls /sys/bus/usb/devices/
> 1-0:1.0 1-5 1-5:1.0 2-0:1.0 3-0:1.0 4-0:1
Maybe I got the wrong bus/port:
$ lsusb
Bus 001 Device 002: ID 0402:5602 ALi Corp. Video Camera Controller
also:
$ ls /sys/bus/usb/devices/
1-0:1.0 1-5 1-5:1.0 2-0:1.0 3-0:1.0 4-0:1.0 4-2 4-2:1.0 5-0:1.0 usb1
usb2 usb3 usb4 usb5
There is no "1-2" device!
I think it is 1-0:1.0 but:
$
you should use sudo su and then echo disabled.
you can also make a script in /etc/pm/sleep.d/ with:
#!/bin/bash
echo disabled >/sys/bus/usb/devices/.../power/wakeup
2010/5/2 cmavr8
> No! it should be in /etc/udev/rules.d!
>
> I get a "permission denied" every time I try to manually echo
> "disa
No! it should be in /etc/udev/rules.d!
I get a "permission denied" every time I try to manually echo
"disabled"!
Why does it work on SOME people only?
I have a really long flight next saturday and I need suspend on my laptop!
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bug
echo disabled >/sys/bus/usb/devices/.../power/wakeup is working in my
case. but only until next reboot. How do i make this change permanent?
Can i put it in a startup-script?
The udev rule doesn't work for me - Or perhaps i am implementing it the
wrong way? the rule is going into: /lib/udev/rules.
The workaround work for me as well, but only once. Anyone knows how to
make it permanent? This is a very annoying bug!
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
Workaraound/patch works for me too, but just for the first suspend after
a clean boot. Any ideas on how to "reset" the benefit without restarting
the computer?
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member
I have the same problem with the Suyin camera (as mentioned by Alexander
above).
Running the following for my camera
echo disabled >/sys/bus/usb/devices/1-2/power/wakeup
fails with "invalid argument" (it works for the autosuspend file of the same
device)
cat /sys/bus/usb/devices/1-2/power/wakeup
ok, last update from Alan is a patch that disable wakeup permission to
all usb device by default, but it has still to be included to kernel (it
should go in stable tree shortly)
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification becaus
same issue with this device, too:
Bus 002 Device 003: ID 064e:a102 Suyin Corp.
the mentioned workaround (removing the wakeup permission) works for me.
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubun
theeld rule works only on first load of module, after first suspend I have
$ cat /sys/bus/usb/devices/1-6/power/wakeup
enabled
so system do not suspend, I do not know if there is action resume or something
that do the trick or it has to be done somewhere else
--
cannot suspend usb devices on lu
Ok, I guess that
Mar 5 17:47:15 daniele-laptop bonobo-activation-server (daniele-7151):
could not associate with desktop session: Failed to connect to socket
/tmp/dbus-ySDFXmgprL: Connessione rifiutata
is actually the real problem ( Bug #533207 )
--
cannot suspend usb devices on lucid
https://
udev rule to implement the workaround Alan Stern has kindly provided.
Now to just stop X seg faulting on resume.
** Attachment added: "86-ali-camera.rules"
http://launchpadlibrarian.net/40331745/86-ali-camera.rules
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515
I copy here author replay:
Alan Stern:
"
The problem is caused by the fact that the camera is issuing a wakeup
request. Naturally, that causes the suspend to fail. (Earlier kernel
versions would mistakenly discard the wakeup request, so they didn't
experience the problem.)
I don't know why a cam
Probably not of any further help, but jic suspend still broken as of
commit 8bd75cee3bd4b4f231dc189c8ff2cda2641e1307
in the lucid-git repository
Carl
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ub
I found the patch:
http://lkml.org/lkml/2010/1/22/408
I think something else is problematic, I contacted author of patch and cc Erik
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
OK git points the finger at this commit which (pleasingly) at least
looks feasible.
r...@grouchy:/usr/local/src/lucid-git# git bisect bad
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[4ed1991fc73858f66a35d9f4939f596beff41fc5] USB: EHCI & UHCI: fix race between
root-hub suspend
Still working on it. Started git bisecting the mainline kernel but, given I
dont know how the ubuntu releases match up against it,
was pretty much a waste of time. I've since found the lucid repository and so
am starting again against that.
"Roughly 5 steps" sounds a hell of a lot better than "R
Erik, I'll give it a go on the weekend if nobody has beaten me to it.
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
Hi,
I'm the upstream kernel maintainer of the m5602 module. AFAICT, this only
affects the m5602 connected to a s5k83a sensor. Unfortunately I don't have this
hardware combination which makes this issue more hard to debug.
If possible I need someone with the issue to compile the vanilla kernel and
2.6.32-11 worked (I can not test now because I cant start it with new nvidia
module)
2.6.32-12 does not work
2.6.32-13 does not work
2.6.32-14 does not work
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member o
** Attachment added: "pm-suspend.log"
http://launchpadlibrarian.net/39300568/pm-suspend.txt
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
** Attachment added: "kern.log"
http://launchpadlibrarian.net/39300549/kern.txt
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing lis
** Attachment added: "kernel ver, hw info etc"
http://launchpadlibrarian.net/39300422/hardinfo_report.html
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
I have exactly the same problem and the same built-in USB device, so I can
confirm its not an isolated instance.
The device driver (gspca_m5602) being loaded/unloaded makes no difference.
Suspend worked in karmic.
lsusb -v
Bus 001 Device 002: ID 0402:5602 ALi Corp. Video Camera Controller
Device
also affect 2.6.32.13.13
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
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/mai
I can not remove camera (which is integrated) I suspect it is the problematic
device
usb-devices:
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 8
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev=02.06
S: Manufacturer=Linux 2.6.32-12-ge
kern.log:
Feb 8 13:06:10 daniele-laptop kernel: [ 7308.471723] PM: Syncing filesystems
... done.
Feb 8 13:06:10 daniele-laptop kernel: [ 7308.533022] PM: Preparing system for
mem sleep
Feb 8 13:06:10 daniele-laptop kernel: [ 7308.533028] Freezing user space
processes ... (elapsed 0.00 seconds
** Changed in: linux (Ubuntu)
Status: New => Triaged
** Changed in: linux (Ubuntu)
Importance: Undecided => Medium
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
** Summary changed:
- do not go to sleep mode
+ cannot suspend usb devices on lucid
--
cannot suspend usb devices on lucid
https://bugs.launchpad.net/bugs/515109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing li
48 matches
Mail list logo