[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 
History , the History view should appear,
3. in History view select 2 older revisions, either using Shift+Left_Click or 
Ctrl_Right_Click,
4. thats it!   
If you are lucky, mouse's left_click ceases to work.  I have to logout/login 
to restore it (i have not tried yet plug/unplug mouse *with* left_button 
pressed).

SYSTEM CONFIGURATION:
-
Linux hostname 2.6.34-gentoo-r1 #1 SMP Wed Jul 21 12:55:02 EEST 2010 i686 
Intel(R) Core(TM)2 Duo CPU E4400 @ 2.00GHz GenuineIntel GNU/Linux   
  


[I] x11-base/xorg-server
 Installed versions:  1.7.6(04:01:10 μμ 27/04/2010)(dmx hal nptl sdl xorg 
-debug -ipv6 -kdrive -minimal -tslib)
 Homepage:http://xorg.freedesktop.org/
 Description: X.Org X servers


[I] x11-base/xorg-drivers
 Installed versions:  1.7(11:02:36 πμ 21/07/2010)(input_devices_evdev 
input_devices_keyboard input_devices_mouse video_cards_fbdev video_cards_radeon 
video_cards_vesa -input_devices_acecad -input_devices_aiptek 
-input_devices_fpit -input_devices_joystick -input_devices_penmount 
-input_devices_synaptics -input_devices_tslib -input_devices_virtualbox 
-input_devices_vmmouse -input_devices_void -input_devices_wacom 
-video_cards_apm -video_cards_ark -video_cards_ast -video_cards_chips 
-video_cards_cirrus -video_cards_dummy -video_cards_epson -video_cards_fglrx 
-video_cards_geode -video_cards_glint -video_cards_i128 -video_cards_i740 
-video_cards_impact -video_cards_intel -video_cards_mach64 -video_cards_mga 
-video_cards_neomagic -video_cards_newport -video_cards_nouveau -video_cards_nv 
-video_cards_nvidia -video_cards_r128 -video_cards_radeonhd 
-video_cards_rendition -video_cards_s3 -video_cards_s3virge -video_cards_savage 
-video_cards_siliconmotion -video_cards_sis -video_cards_sisusb 
-video_cards_sunbw2 -video_cards_suncg14 -video_cards_suncg3 
-video_cards_suncg6 -video_cards_sunffb -video_cards_sunleo -video_cards_suntcx 
-video_cards_tdfx -video_cards_tga -video_cards_trident -video_cards_tseng 
-video_cards_v4l -video_cards_via -video_cards_virtualbox -video_cards_vmware 
-video_cards_voodoo -video_cards_xgi)   
  

Section InputDevice
Identifier  Mouse0
Driver  evdev
OptionName  Microsofrt USB Laser Mouse
Option Emulate3Buttons no
EndSection

Nothing unusual in /etc/hal/fdi/policy/10-xinput-configuration.fdi


java -version
java version 1.6.0_20
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)

Eclipse 3.5, Galileo

-- 
Mouse clicks stop working sporadically
https://bugs.launchpad.net/bugs/41301
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 '/^[^ ]+/ {print $1}'`

pccardctl eject

# Get rid of any currently running dhclients
killall dhclient dhclient3 2/dev/null
rm /var/pid/dhclient.*.pid

# And shut them down
for x in $INTERFACES; do
ifdown $x;
ifconfig $x down;
done



Regards,
  Kostis

** Attachment added: Patched /etc/acpi/suspend.d/55-down-interfaces.sh file to 
discover net-IFs prior to pcmcia-eject
   http://launchpadlibrarian.net/8091887/55-down-interfaces.sh

-- 
pccard network interface is lost on resume (+ fix)
https://bugs.launchpad.net/bugs/113755
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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
 (/lib/modules/2.6.17.14-ubuntu1-custom/kernel/arch/i386/kernel/cpu/cpufreq
 /speedstep-centrino.ko): No such device

 Anyway, could you please attach your kernel's .config file ?
 Many thx

Yes, i'm attaching it.  If it does not get past the mailerman, tell me.

Regards,
  Kostis


 --
 [regression-edgy] speedstep-centrino module fails to load
 https://launchpad.net/bugs/66812


-- 
[regression-edgy] speedstep-centrino module fails to load
https://launchpad.net/bugs/66812

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 managed it

Regards,
  Kostis


On 3/14/07, giacof [EMAIL PROTECTED] wrote:
 Hi!

 Similar problem to me: I run Kubuntu Edgy, with a customized 2.6.17.14
 kernel, on my Centrino laptop (Compal DL76):

 $ cat /proc/cpuinfo | grep name
 model name  : Intel(R) Pentium(R) M processor 1.86GHz

 In dmesg I see the same error message:

 [xxx.xxx] acpi_cpufreq: Unknown symbol cpu_online_map

 I also get the following error:

 $ sudo modprobe speedstep-centrino
 Password:
 FATAL: Error inserting speedstep_centrino 
 (/lib/modules/2.6.17.14-ubuntu1-custom/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.ko):
  No such device

 Furthermore, the directory /sys/devices/system/cpu/cpu0/ is empty (no
 crash_notes file is there). As a consequence, I have no control on
 cpufreq profiles.

 Note: before kernel compilation, I've been using a 2.6.17-11-generic
 kernel that worked fine.

 Any idea of what is missing? Parhaps some kernel option? I can post my 
 kernel's .config if necessary.
 Thank you in advance.

 --
 [regression-edgy] speedstep-centrino module fails to load
 https://launchpad.net/bugs/66812


-- 
[regression-edgy] speedstep-centrino module fails to load
https://launchpad.net/bugs/66812

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

The generic kernel works ok, but i still haven't find what is the
distictive difference that makes it work.


 cat /proc/cpunfo

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 11
model name  : Intel(R) Pentium(R) III Mobile CPU  1200MHz
stepping: 1
cpu MHz : 800.000
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat 
pse36 mmx fxsr sse up
bogomips: 1596.44

-- 
[regression-edgy] speedstep-centrino module fails to load
https://launchpad.net/bugs/66812

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs