[Bug 602049] Re: Suspend to RAM fails due to tpm_tis kernel module (regression)

2011-02-13 Thread fwyzard
Hi, I've tried the suspend to ram with 2.6.35-26-generic #46-Ubuntu, after commenting out the entry I usually have in /etc/pm/config.d/unload_module . Unfortunately, it still hangs instead of suspending properly. Let me know if you need more info. .Andrea -- You received this bug notification

[Bug 602049] Re: Suspend to RAM fails due to tpm_tis kernel module (regression)

2011-02-09 Thread fwyzard
Hi Andy, I have 2.6.35-26-generic #46-Ubuntu (from linux-image-2.6.35-26-generic 2.6.35-26.46). Is that recent enough for the test ? .Andrea -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/602049

[Bug 657386] Re: tpm_tis kernel module hangs on resume after suspend

2010-10-10 Thread fwyzard
Instead of blacklisting the module, a better approach is likely to add SUSPEND_MODULES=tpm_tis in /etc/pm/config.d/unload_module This too lets the system suspend and resume correctly. -- tpm_tis kernel module hangs on resume after suspend https://bugs.launchpad.net/bugs/657386 You received

[Bug 657386] [NEW] tpm_tis kernel module hangs on resume after suspend

2010-10-09 Thread fwyzard
of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: ALC663 Analog [ALC663 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: fwyzard1965 F pulseaudio CRDA: Error: [Errno 2] No such file or directory

[Bug 657386] Re: tpm_tis kernel module hangs on resume after suspend

2010-10-09 Thread fwyzard
** Attachment added: AcpiTables.txt https://bugs.launchpad.net/bugs/657386/+attachment/1680418/+files/AcpiTables.txt ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/657386/+attachment/1680419/+files/AlsaDevices.txt ** Attachment added: AplayDevices.txt

[Bug 657386] Re: tpm_tis kernel module hangs on resume after suspend

2010-10-09 Thread fwyzard
Note: NonfreeKernelModules: openafs nvidia This also happens without the openafs and nvidia modules. -- tpm_tis kernel module hangs on resume after suspend https://bugs.launchpad.net/bugs/657386 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 413519] Re: module tpm_tis times out

2009-08-14 Thread fwyzard
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/30306866/Dependencies.txt -- module tpm_tis times out https://bugs.launchpad.net/bugs/413519 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 413519] [NEW] module tpm_tis times out

2009-08-14 Thread fwyzard
Public bug reported: Binary package hint: linux-image-generic Hi, I'm using the latest proposed linux kernel with Jaunty: fwyz...@katchoo:~$ uname -a Linux katchoo 2.6.28-15-generic #48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009 x86_64 GNU/Linux on an Asus M50V laptop, which has an integrated

[Bug 413519] Re: module tpm_tis times out

2009-08-14 Thread fwyzard
** Attachment added: Here is the patch I've made to use msecs_to_jiffies everywhere. http://launchpadlibrarian.net/30306894/timeout.diff -- module tpm_tis times out https://bugs.launchpad.net/bugs/413519 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 339875] Re: ksmserver stops answering on the SESSION_MANAGER socket

2009-03-10 Thread fwyzard
After some more debugging (trying applications one by one) I found the culprit: pidgin ksmserver works fine until I launch pidgin, then it gets stuck, with the symptoms described above. Running /usr/bin/env -u SESSION_MANAGER pidgin instead of pidgin works fine and does not create problems in

[Bug 339875] Re: ksmserver stops answering on the SESSION_MANAGER socket

2009-03-10 Thread fwyzard
Close this bug, will file a new one against pidgin. ** Changed in: kdebase-workspace (Ubuntu) Assignee: (unassigned) = fwyzard (fwyzard) Status: New = Fix Released -- ksmserver stops answering on the SESSION_MANAGER socket https://bugs.launchpad.net/bugs/339875 You received this bug

[Bug 340519] [NEW] pidgin locks ksmserver

2009-03-10 Thread fwyzard
Public bug reported: Binary package hint: pidgin Running the latest pidgin under the ksmserver session manager (KDE 4.2.1 and probably 4.2.0) locks it up: any other program trying to register with the session manager will wait forever trying to read from the SESSION_MANAGER socket. A simple

[Bug 340519] Re: pidgin locks ksmserver

2009-03-10 Thread fwyzard
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/23722163/Dependencies.txt -- pidgin locks ksmserver https://bugs.launchpad.net/bugs/340519 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 339875] [NEW] ksmserver stops answering on the SESSION_MANAGER socket

2009-03-09 Thread fwyzard
Public bug reported: Binary package hint: kdebase-workspace After my KDE4 session has been open for a while (from some minutes to one hour, it's not clear the exact amount of time needed to trigger the bug) ksmserver stops answering to non-KDE applications. I can see a simple example of this

[Bug 339875] Re: ksmserver stops answering on the SESSION_MANAGER socket

2009-03-09 Thread fwyzard
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/23630856/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/23630857/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/23630858/ProcStatus.txt -- ksmserver

[Bug 339875] Re: ksmserver stops answering on the SESSION_MANAGER socket

2009-03-09 Thread fwyzard
Correction: KDE applications stop working, too. I'm only able to open more konsoles if I have one already open. -- ksmserver stops answering on the SESSION_MANAGER socket https://bugs.launchpad.net/bugs/339875 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 267504] Re: openafs-modules-source fails to build with 2.6.27-2 kernel in intrepid: asm/semaphore.h replaced with linux/semaphore.h

2008-09-08 Thread fwyzard
Actually, at first glance OpenAFS is not using asm/semaphore.h at all in kernels = 2.6.16. For example, src/rx/LINUX/rx_kmutex.h has this snippet: #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,16) #include linux/mutex.h #else #include asm/semaphore.h #endif typedef struct afs_kmutex { #if

[Bug 267334] Re: package ubiquity 1.9.11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-09-07 Thread fwyzard
In /usr/share/ubiquity/install.py there's an extra space before else on line 544. Fix attached. ** Attachment added: One-line patch to fix the issue http://launchpadlibrarian.net/17359873/install.diff ** Changed in: ubiquity (Ubuntu) Status: New = Confirmed -- package ubiquity

[Bug 267334] Re: package ubiquity 1.9.11 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-09-07 Thread fwyzard
In /usr/share/ubiquity/install.py there's an extra space before else on line 544. Fix attached. ** Attachment added: One-line patch to fix the issue http://launchpadlibrarian.net/17359871/install.diff -- package ubiquity 1.9.11 failed to install/upgrade: subprocess post-installation script

[Bug 212309] [NEW] dmraid missing from live cd

2008-04-05 Thread fwyzard
Public bug reported: Kubuntu 8.04 beta - live CD At least as of 8.04 beta, the desktop live CD does not include dmraid. Since fake raid is becoming quite common, and dual booting is unfortunately still too common, it would be useful to be able to install Ubuntu on a shared fake raid volume.

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-05 Thread fwyzard
peter, yes, done. New package is at http://fwyzard.web.cern.ch/fwyzard/xserver-xorg-video- intel/xserver-xorg-video-intel_2.1.1-0ubuntu10~fw1_i386.deb I removed the startup blinking patch, but I haven't tested it yet - I will have a look tonight. -- xserver-xorg-video-intel hangs the system

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-04 Thread fwyzard
and back to X works. I've put a .deb package of the patched driver online if anyone is interested in giving it a try (for the sourced just look into the same directory): https://webafs08.cern.ch/fwyzard/xserver-xorg-video-intel/xserver-xorg- video-intel_2.1.1-0ubuntu10~pcjc2.tst4_i386.deb -- xserver

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-04 Thread fwyzard
Sorry, here's the correct link, the above one may or may not work from time to time: http://fwyzard.web.cern.ch/fwyzard/xserver-xorg-video-intel/xserver- xorg-video-intel_2.1.1-0ubuntu10~pcjc2.tst4_i386.deb -- xserver-xorg-video-intel hangs the system when laptop lid is closed https

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-11-04 Thread fwyzard
@franck : I tried that, but right now I can't remember if before or after applying the ForcePipeA patch. Anyway, it doeasn't help with the hang on lid opening :-( -- xserver-xorg-video-intel hangs the system when laptop lid is closed https://bugs.launchpad.net/bugs/138256 You received this bug

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-31 Thread fwyzard
OK, I tried after removing the video module. I still get a system lock :-( # cat /proc/acpi/video/*/DOS (before rrmod'ing) DOS setting: 4 DOS setting: 4 # cat /proc/acpi/video/*/DOS (after rrmod'ing) cat: /proc/acpi/video/*/DOS: No such file or directory /proc/acpi/dsdt is attached **

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-30 Thread fwyzard
Hi Peter, I don't know if this helps, but if I connect an external monitor to the VGA output, the lid button works properly, and using the debug intel driver I see these lines at the end of Xorg.0.log (II) PM Event received: Capability Changed I830PMEvent: Capability change (WW) intel(0):

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-27 Thread fwyzard
Back after some more testing. To summarise: my problem is not related to hybernation or suspension, just closing the lid (or hitting the close lid button) makes the system hang. One funny thing is that the screen goes black (not blank) except for the mouse pointer! 1.) If I plug in a second

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-10-27 Thread fwyzard
4.) /var/log/Xorg.0.log doesn't show anything after reboot (and before launching X again) - all the messages are related to startup and present way before the system lock up. -- xserver-xorg-video-intel hangs the system when laptop lid is closed https://bugs.launchpad.net/bugs/138256 You

Re: [Bug 137307] Re: Xgl very slow, even when running only metacity (Intel i810)

2007-10-21 Thread fwyzard
I'm sure for me the switch from X to Xgl was due to some updates in Gutsy development. Either the bug or the switch to Xgl happended around 2007.09.04 - probably the switch. If Xgl is not the default in Gutsy, at least for the i810 driver, you can close this as won't fix or something like that.

[Bug 125498] Re: evince:10312: POPPLER_ACTION_UNKNOWN

2007-09-10 Thread fwyzard
Hi, I'm getting the same message with Ubuntu 7.10 (devel) as of September 10, using evince 2.19.92-0ubuntu1 and libpoppler2 0.6-0ubuntu1. The one pdf giving the message (twice) is at http://www.nbc.com/Heroes/novels/downloads/Heroes_novel_049.pdf . -- evince:10312: POPPLER_ACTION_UNKNOWN

[Bug 129475] Re: linux-backports-modules-2.6.22-9-rt wrongly depends on linux-image-2.6.22-9-server

2007-09-10 Thread fwyzard
Fixed as of linux-backports-modules-2.6.22-11-rt ** Changed in: linux-backports-modules-2.6.22 (Ubuntu) Status: New = Fix Released -- linux-backports-modules-2.6.22-9-rt wrongly depends on linux-image-2.6.22-9-server https://bugs.launchpad.net/bugs/129475 You received this bug

[Bug 137307] Re: Xgl very slow, even when running only metacity (Intel i810)

2007-09-08 Thread fwyzard
Hi, I had the same problem on a Dell Inspiron 510m, with an Intel 855GM: 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) 00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) I tried both i810 and

[Bug 138256] xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-09-08 Thread fwyzard
Public bug reported: Binary package hint: xserver-xorg-video-intel Hi, I'm using a Dell Inspiron 510m, with an Intel 855GM: 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) 00:02.1 Display controller: Intel Corporation 82852/855GM Integrated

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-09-08 Thread fwyzard
** Attachment added: xorg.conf for i810 http://launchpadlibrarian.net/9189843/xorg.conf.i810 -- xserver-xorg-video-intel hangs the system when laptop lid is closed https://bugs.launchpad.net/bugs/138256 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 138256] Re: xserver-xorg-video-intel hangs the system when laptop lid is closed

2007-09-08 Thread fwyzard
** Attachment added: xorg.conf for intel http://launchpadlibrarian.net/9189844/xorg.conf.intel -- xserver-xorg-video-intel hangs the system when laptop lid is closed https://bugs.launchpad.net/bugs/138256 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 129475] linux-backports-modules-2.6.22-9-rt wrongly depends on linux-image-2.6.22-9-server

2007-07-31 Thread fwyzard
Public bug reported: Binary package hint: linux-backports-modules-2.6.22-9-rt linux-backports-modules-2.6.22-9-rt, version 2.6.22-9.4, depends on linux-image-2.6.22-9-server instead of linux-image-2.6.22-9-rt . ** Affects: linux-backports-modules-2.6.22 (Ubuntu) Importance: Undecided

[Bug 129480] OpenAFK kernel module won't build with linux-rt kernel

2007-07-31 Thread fwyzard
Public bug reported: Binary package hint: openafs-modules-source trying to build a binary module from openafs-modules-source 1.4.4-dfsg1-5 for linux-image-2.6.22-9-rt 2.5.22-9.20 (linux- headers-2.6.2-9-rt 2.6.22.9-20, actually) with sudo module-assistant -t -l 2.6.22-9-rt build