[Bug 41301] Re: Mouse clicks stop working sporadically

2010-09-10 Thread ankostis
I can *almost* reproduce the loss of mouse's left-click with the history panel in Eclipse, a (java-)SWT application that uses GTK widgets. Steps to Reproduce: 1. Go to a java project with its files handled by in CVS, 2. right-click on a in-CVS file with at least 2 revisions stored, Team | Show

[Bug 113755] Re: pccard network interface is lost on resume (+ fix)

2007-06-14 Thread ankostis
I've fixed it simply by moving the discovery of the IFs prior to pcmcia- eject. I hope that now this bug gets accepted and fixed ;) Here is my '/etc/acpi/suspend.d/55-down-interfaces.sh' file: #!/bin/sh # Find the currently running network interfaces... INTERFACES=`/sbin/ifconfig | awk '/^[^

[Bug 66812] Re: [regression-edgy] speedstep-centrino module fails to load

2007-03-19 Thread ankostis
Attaching my kernel config. ** Attachment added: ankosti's kernel config http://librarian.launchpad.net/6859334/config-2.6.17.13-ubuntu1-evo5 -- [regression-edgy] speedstep-centrino module fails to load https://launchpad.net/bugs/66812 -- ubuntu-bugs mailing list

Re: [Bug 66812] Re: [regression-edgy] speedstep-centrino module fails to load

2007-03-16 Thread ankostis
On 3/16/07, giacof [EMAIL PROTECTED] wrote: @Kostis, I think SMP affects dual-core processors only. I tried enabling that option for my Centrino too, but I got the same error: FATAL: Error inserting speedstep_centrino

Re: [Bug 66812] Re: [regression-edgy] speedstep-centrino module fails to load

2007-03-14 Thread ankostis
Hi, I'm sorry to dissapoint you, but i didn't manage to trace the exact cause, although i managed to fix it! It definitely requires SMP on! It might be necessary to include more debug symbols on ACPI, but i really can't remember what it was that made it work. Just after some trials-n-errors i

[Bug 66812] Re: speedstep-centrino module fails to load

2007-01-10 Thread ankostis
I compiled myself kernel2 2.6.17-13 (ubuntu-patched) and 2.6.19.1 and they both have the same problem: I receive an error message in /var/log/kern.log acpi_cpufreq: Unknown symbol cpu_online_map I cannot use any cpu frequency scaling feature. I tride the p4-clockmod, smp, but nothing worked.