[Bug 1506817] Re: left TPP/2 IBM TrackPoint "sticks on" randomly (X250 15.04)

2018-09-29 Thread Antti P Miettinen
Running bionic with 4.15.0-34-generic on T460s, a pretty good repro for
me is

1. Place two fingers on the touchpad
2. Try to press a button while keeping two fingers on the touchpad

For me, evtest reports of button events get very erratic when two
fingers are kept on the touchpad. When I do not touch the touchpad,
evtest reports seem solid.

I have disabled the touchpad as it interferes with my typing, but the
state of this setting does not seem to have an effect. The "two fingers
on touchpad" probably gets emulated by e.g. my wrist touching the
touchpad.

For me the bug interferes mostly with browser use as I use middle button
scroll and very often e.g. middle down gets lost and the attempt to
scroll does not scroll, or a middle up gets lost and then pointer is
stuck in scroll mode.

To me it looks like
https://bugs.launchpad.net/ubuntu/+source/rapidsvn/+bug/402892 is about
the same issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1506817

Title:
  left TPP/2 IBM TrackPoint "sticks on" randomly (X250 15.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1506817/+subscriptions

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

[Bug 991666] Re: VPN Connects Successfully Then Shortly Thereafter Fails

2013-02-03 Thread Antti P Miettinen
My current disgusting workaround:

--- network-manager-0.9.4.0.orig/src/nm-policy.c
+++ network-manager-0.9.4.0/src/nm-policy.c
@@ -19,6 +19,9 @@
  * Copyright (C) 2007 - 2008 Novell, Inc.
  */
 
+#include sys/types.h
+#include sys/stat.h
+
 #include config.h
 #include string.h
 #include unistd.h
@@ -447,6 +450,10 @@ update_ip4_routing_and_dns (NMPolicy *po
NMSettingConnection *s_con = NULL;
const char *connection_id;
int ip_ifindex = 0;
+   struct stat sb;
+
+if (stat(/run/nm-policy-block-ip4-updates, sb) == 0)
+   return;
 
best = get_best_ip4_device (policy-manager, best_req);
if (!best)

which allows me to touch or rm /run/nm-policy-block-ip4-updates upon VPN
establish/teardown.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991666

Title:
  VPN Connects Successfully  Then Shortly Thereafter Fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-pptp/+bug/991666/+subscriptions

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


[Bug 991666] Re: VPN Connects Successfully Then Shortly Thereafter Fails

2012-11-11 Thread Antti P Miettinen
For me the issue occurs with Juniper SSL VPN. Apparently network manager
adds the original default route, I'd guess upon DHCP renew, which
overrides the default route that should go to my VPN tunnel  (from
/var/log/syslog):

NetworkManager[xxx]: info Policy set 'xxx' (wlan0) as default for IPv4
routing and DNS.

The network-manager-vpnc package seems to integrate with network-manager
in a way that prevents network manager from doing this as with VPNC to a
cisco concentrator, the issue does not occur:

NetworkManager[yyy]: info Policy set 'yyy' (tun0) as default for IPv4
routing and DNS.

What would be required to achieve the same with Juniper SSL VPN? Is
there a way to prevent NM from doing these policy updates?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991666

Title:
  VPN Connects Successfully  Then Shortly Thereafter Fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-pptp/+bug/991666/+subscriptions

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


[Bug 754214] Re: some applications always start with maximized windows

2011-11-13 Thread Antti P Miettinen
*** This bug is a duplicate of bug 797808 ***
https://bugs.launchpad.net/bugs/797808

I think the title of bug 797808 is not what I see to be a solution. I'd
like to be able to simply disable the auto maximize feature.

The compiz config setting does not help ubuntu 2D a.k.a. unity 2D
environment. If you want to get rid of auto maximize in 2D env, set
/apps/metacity/general/auto_maximize_windows gconf key to false.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/754214

Title:
  some applications always start with maximized windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/754214/+subscriptions

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


[Bug 797808] Re: Window auto-maximise functionality should be disabled on monitors with a resolution above 1024 x 600

2011-11-13 Thread Antti P Miettinen
I think the title of this bug is not what I see to be a solution. I'd
like to be able to simply disable the auto maximize feature.

The compiz config setting does not help ubuntu 2D a.k.a. unity 2D
environment. If you want to get rid of auto maximize in 2D env, set
/apps/metacity/general/auto_maximize_windows gconf key to false.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/797808

Title:
  Window auto-maximise functionality should be disabled on monitors with
  a resolution above 1024 x 600

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/797808/+subscriptions

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


[Bug 886013] [NEW] binutils-gold breaks nvidia graphics driver build

2011-11-04 Thread Antti P Miettinen
Public bug reported:

In ubuntu natty, if you have binutils-gold installed, installing the
nvidia-current package results in a nvidia kernel module that causes
oops. After purging binutils-gold the rebuilding of the nvidia kernel
module results in a module that works.

lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

apt-cache policy binutils-gold nvidia-current
binutils-gold:
  Installed: (none)
  Candidate: 2.21.0.20110327-2ubuntu3
  Version table:
 2.21.0.20110327-2ubuntu3 0
500 http://fi.archive.ubuntu.com/ubuntu/ natty-updates/universe amd64 
Packages
 2.21.0.20110327-2ubuntu2 0
500 http://fi.archive.ubuntu.com/ubuntu/ natty/universe amd64 Packages
nvidia-current:
  Installed: 270.41.06-0ubuntu1
  Candidate: 270.41.06-0ubuntu1
  Version table:
 *** 270.41.06-0ubuntu1 0
500 http://fi.archive.ubuntu.com/ubuntu/ natty/restricted amd64 Packages
100 /var/lib/dpkg/status

** Affects: binutils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886013

Title:
  binutils-gold breaks nvidia graphics driver build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/886013/+subscriptions

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


[Bug 348204] Re: [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

2011-03-13 Thread Antti P Miettinen
@another_sam, for be the problem is so rare it is difficult to arrange
robust comparison. For example, I have not seen the problem after I
posted my comment even though my usage pattern has not changed. Still
running lucid.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/348204

Title:
  [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

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


[Bug 348204] Re: [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

2011-01-29 Thread Antti P Miettinen
Hmm.. the title seems a bit off as the reports include e.g. lucid and
Intel 5100AGN. I have Dell Latitude E4300 with Intel 5100AGN, I'm
running lucid and sometimes my connection to a Zyxel 11g AP just keeps
disconnecting. I do not know whether it is related to using sshfs over
IPv6 or just the amount of traffic. When there is a disconnection, dmesg
contains:

No probe response from AP xx:xx:xx:xx:xx:xx after 500ms, disconnecting.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/348204

Title:
  [Jaunty] Intel wireless 3945ABG is unstable and disconnects frequently

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


[Bug 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-12-05 Thread Antti P Miettinen
So something like:

?xml version=1.0 encoding=ISO-8859-1?
deviceinfo version=0.2
 device
   match key=info.product string=AlpsPS/2 ALPS DualPoint TouchPad
 merge key=xorg.ignore type=booltrue/merge
   /match
 /device
/deviceinfo

should do it? The setting is shown by lshal but it does not seem to
cause persistent disable of the touchpad. For some reason the Synaptics
Off property reverts back to zero i.e. the touchpad gets re-enabled. If
I do:

xinput set-int-prop AlpsPS/2 ALPS DualPoint TouchPad Synaptics Off 8
1

and then repeatedly:

xinput list-props AlpsPS/2 ALPS DualPoint TouchPad |grep Synaptics
Off

after a while the property is back to zero. However:

xinput set-int-prop AlpsPS/2 ALPS DualPoint TouchPad Device Enabled
8 0

does disable the touchpad and the setting stays. Is there a HAL property
that would map to the Device Enabled xinput property?

-- 
ALPS DualPoint Touchpad flaky performance
https://bugs.launchpad.net/bugs/296610
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 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-12-05 Thread Antti P Miettinen
The following in /etc/hal/fdi/preprobe seems to make the touchpad xinput
device disappear completely:

?xml version=1.0 encoding=UTF-8?
deviceinfo version=0.2
device
match key=info.product string=AlpsPS/2 ALPS DualPoint TouchPad
merge key=info.ignore type=booltrue/merge
/match
/device
/deviceinfo

I can still make the pointer jump around by using two fingers on the
touchpad but accidental input activity does not seem very frequent.

-- 
ALPS DualPoint Touchpad flaky performance
https://bugs.launchpad.net/bugs/296610
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 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-12-03 Thread Antti P Miettinen
@Dmitry: Sort of both and more. The touchpad is getting in the way of
typing but also in the way of using the trackpoint. With Sebastian's
patch and when the touchpad is disabled with e.g. gsynaptics, things are
almost OK. But the touchpad gets re-enabled seemingly at random. And
even when it stays disabled, weird pointer activity can be triggered
e.g. by moving two fingers into opposing directions on the touchpad.
Similar pointer-jumping-things happen accidentally sometimes when I'm
using the trackpoint. With Sebastian's patch I do not see sync lost
errors. Is there a way to disable the touchpad with proto=exps?

-- 
ALPS DualPoint Touchpad flaky performance
https://bugs.launchpad.net/bugs/296610
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 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-11-30 Thread Antti P Miettinen
@Sebastian: I would only want to disable the touchpad (movement and
tapping). Leaving the buttons is OK. Actually even better than complete
disable.

I've tried cardboard/plastic on top of the pad, I even opened up my
laptop in a desperate attempt to find a wire/trace to cut but no - the
touchpad seems to want to be alive :-/

-- 
ALPS DualPoint Touchpad flaky performance
https://bugs.launchpad.net/bugs/296610
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 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-11-29 Thread Antti P Miettinen
First a thank you for the patch to all involved. The karmic stock
kernel is really unbearable on Dell latitude E4300.

Has anyone found an easy reliable way to disable the touchpad
completely? I've tried gpointing-device-settings and gsynaptics but the
touchpad gets continuously re-enabled. Would it be difficult to add
touchpad disable to the kernel driver as a module option?

-- 
ALPS DualPoint Touchpad flaky performance
https://bugs.launchpad.net/bugs/296610
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 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-03-12 Thread Antti P Miettinen
I found a reproducible way to cause sync errors even with the above
patch applied. This may sound a bit weird, but whenever I use the RF
switch at the side of the E4300 and at the same time e.g. keep tapping
the touchpad, I get something like:

psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost
synchronization, throwing 4 bytes away.

And the ALPS touchpad dissappears. Switching the RF on seems to register
HID devices and that apparently interferes with the touchpad/pointing
stick driver. For me this has the nasty side effect that the touchpad
gets enabled even though I'm trying very hard to disable it as I keep
touching it accidentally while I'm typing.

-- 
ALPS DualPoint Touchpad flaky performance
https://bugs.launchpad.net/bugs/296610
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 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-03-12 Thread Antti P Miettinen
Hmm... probably the issue is not the RF switch. I get similar errors:

psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost
synchronization, throwing 1 bytes away.

when I disable wireless networking from from NetworkManager. Interrupt
masking/latency issue?

-- 
ALPS DualPoint Touchpad flaky performance
https://bugs.launchpad.net/bugs/296610
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 292047] Re: middle-button scroll disabled on trackpoint

2009-03-11 Thread Antti P Miettinen
Additionally, I still lose middle button scroll/mouse wheel emulation
even with the mentioned patch applied :-(

Yes - seems that the root cause of the middle button issue is different.

-- 
middle-button scroll disabled on trackpoint
https://bugs.launchpad.net/bugs/292047
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 292047] Re: middle-button scroll disabled on trackpoint

2009-03-11 Thread Antti P Miettinen
There is a bug against linux where the ALPS kernel patch is mentioned:
https://bugs.launchpad.net/ubuntu/+bug/296610

-- 
middle-button scroll disabled on trackpoint
https://bugs.launchpad.net/bugs/292047
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 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-03-11 Thread Antti P Miettinen
I'm running 64 bit Intrepid on Dell Latitude E4300. For me the behaviour
of touchpad/point stick improves significantly with:

http://lkml.org/lkml/2008/12/8/182

but I have got one sync lost report after applying the patch. Also
seems that occasionally the touchpad does not get into the device tree
during boot.

-- 
ALPS DualPoint Touchpad flaky performance
https://bugs.launchpad.net/bugs/296610
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 292047] Re: middle-button scroll disabled on trackpoint

2009-03-10 Thread Antti P Miettinen
I've been fighting with disabling touchpad and making middle button
scrolling work on my Dell Latitude E4300 for a couple of days now. One
problem for me was the fact that sometimes the kernel mouse driver lost
sync:

psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte
1

This caused the pointer devices to dissappear and reappear with
different names, e.g. PS/2 Generic Mouse, DualPoint Stick, AlpsPS/2
ALPS DualPoint TouchPad, PS/2 ALPS DualPoint TouchPad and the mouse
pointer occasionally jumping around when I accidentally touched the
touchpad while typing. The sync problem got apparently cured for me with
this: http://lkml.org/lkml/2008/12/8/182

A reliable way to cause sync errors for me is to keep moving the pointer
with the pointing stick and simultaneously keep tapping the touchpad.

I'm running 64 bit Intrepid.

-- 
middle-button scroll disabled on trackpoint
https://bugs.launchpad.net/bugs/292047
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 109726] Re: Wrong small/capital in fi layout

2008-12-02 Thread Antti P Miettinen
At least with:

matchbox-keyboard   0.1+svn20080701-0ubuntu1

The /usr/share/matchbox-keyboard/keyboard-fi.xml still has default and
shifted the wrong way:

key
  default display=Ö /
  shifted display=ö /
/key

-- 
Wrong small/capital in fi layout
https://bugs.launchpad.net/bugs/109726
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 51991] Re: Xorg process freezes, uses 100% of CPU. Can be killed by remote terminal.

2007-11-24 Thread Antti P Miettinen
The symptoms described in this bug might have multiple causes. I just
noticed that I can lock up my xorg quite repetably by executing a little
GL test program remotely, either tunneled over ssh or not. The mouse
pointer is responsive, but the system does not respont to keyboard and
mouse clicks. Xorg is spinning. I can log in remotely, kill X and start
another. I guess this specific issue should have a separate bug?

-- 
Xorg process freezes, uses 100% of CPU. Can be killed by remote terminal.
https://bugs.launchpad.net/bugs/51991
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 105380] Re: Serial port stops working after suspend

2007-11-16 Thread Antti P Miettinen
For me (Thinkpad X60 tablet) the wacom stylus seems to survive
suspend/resume (ramdisk) in gutsy.

-- 
Serial port stops working after suspend
https://bugs.launchpad.net/bugs/105380
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 159401] Re: Inbox shows no messages - inbox is not empty

2007-11-15 Thread Antti P Miettinen
I just made a fresh gutsy install. I'm using the evolution-exchange to
connect to my exchange inbox. For me the exchange inbox started showing
empty very shortly after I had configured my account. I cleared avay my
~/.evolution directory and this made the messages in inbox visible
again, but they disappeared again (probably upon the first new mail
check?). After this I only cleared the ~/.evolution/mail/exchange
directory and so far the messages in my inbox have remained visible.

-- 
Inbox shows no messages - inbox is not empty
https://bugs.launchpad.net/bugs/159401
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 159401] Re: Inbox shows no messages - inbox is not empty

2007-11-15 Thread Antti P Miettinen
A day after, the inbox view got out of sync again. This time the
complete inbox did not disappear. Instead, just some newly arrived mails
remained invisible. After clearing ~/.evolution/mail/exchange the inbox
was again in sync (compared to e.g. OWA with browser).

-- 
Inbox shows no messages - inbox is not empty
https://bugs.launchpad.net/bugs/159401
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 90172] Re: FTDI (USB Serial) failure. Possibly HAL related

2007-05-01 Thread Antti P Miettinen
*** This bug is a duplicate of bug 84139 ***
https://bugs.launchpad.net/bugs/84139

I have a serial port adapter which conflicts with brltty udev rules. Got
it from a local store (sorry - info is in Finnish):

http://www.verkkokauppa.com/popups/prodinfo.php?id=2036

If I comment out the following:

#SYSFS{idVendor}==0403, SYSFS{idProduct}==6001,
RUN+=/lib/brltty/brltty.sh -b ht -d usb:

in /etc/udev/rules.d/85-brltty.rules the serial port adapter works just
fine.

-- 
FTDI (USB Serial) failure. Possibly HAL related
https://bugs.launchpad.net/bugs/90172
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 79135] Re: gnome-power-manager and a problem with the brightness

2007-04-29 Thread Antti P Miettinen
I have similar issue with feisty, Thinkpad X60 Tablet. More info at
http://article.gmane.org/gmane.linux.acpi.ibm-acpi.devel/383

-- 
gnome-power-manager and a problem with the brightness 
https://bugs.launchpad.net/bugs/79135
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 105380] Re: Serial port stops working after suspend

2007-04-28 Thread Antti P Miettinen
I managed to work around the lost wacom pen after resume. For me the
/etc/acpi/resume.d/20-setserial.sh with setserial /dev/ttyS0 port
0x0200 irq 5 autoconfig is not enough. In addition the serial port
needs to be initialized in boot. I noticed that I can rescue the serial
by stopping X and doing the setserial it in text mode. After that the
wacom pen is functional also after suspend/resume. So I dpkg-
reconfigured setserial to manual and created /etc/serial.conf with
/dev/ttyS0 port 0x0200 irq 5 autoconfig. So apparently the serial port
needs some of the magic done by setserial before xorg opens the device.

But during testing this I noticed a more disturbing issue. Sometimes
resume from RAM reboots! Eek. Is there an existing bug for this kind of
behavior?

-- 
Serial port stops working after suspend
https://bugs.launchpad.net/bugs/105380
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 80212] Re: CPU 1 runs at 100% after suspend to disk

2007-04-28 Thread Antti P Miettinen
I noticed something similar but for me it is just the CPU frequency
applet in the gnome panel that gets somehow stuck. If I e.g. kill and
reload the applets, they then correctly reflects what is in
/sys/devices/system/cpu/cpu*/cpufreq/scaling_cur_freq.

-- 
CPU 1 runs at 100% after suspend to disk
https://bugs.launchpad.net/bugs/80212
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 105380] Re: Serial port stops working after suspend

2007-04-25 Thread Antti P Miettinen
I can confirm partly - for me the serial /dev/ttyS0 is used for the
wacom pen (Thinkpad X60 tablet). After resume from RAM the pen does not
work and serial has dissappeared from /proc/interrupts. I tried
creating a /etc/acpi/resume.d/20-setserial.sh containing s setserial
command as suggested by ThinkWiki but that does not help.

The setserial command reports:

/dev/ttyS0, Line 0, UART: undefined, Port: 0x0200, IRQ: 5
Baud_base: 921600, close_delay: 50, divisor: 0
closing_wait: 3000
Flags: spd_normal skip_test

and stty gives:

speed 19200 baud; rows 0; columns 0; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = undef;
eol2 = undef; swtch = undef; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 10;
-parenb -parodd cs8 hupcl -cstopb cread clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon ixoff
-iuclc -ixany -imaxbel -iutf8
-opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
-isig -icanon -iexten -echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke

Wacom survives suspend to disk  resume.

I'm currently using linux-image-2.6.20-15-generic version 2.6.20-15.27.

-- 
Serial port stops working after suspend
https://bugs.launchpad.net/bugs/105380
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 109726] Wrong small/capital in fi layout

2007-04-24 Thread Antti P Miettinen
Public bug reported:

Binary package hint: matchbox-keyboard

Seems that the ö letter is listed in wrong order in the finnish layout..

--- /usr/share/matchbox-keyboard/keyboard-fi.xml~   2006-06-26 
17:42:49.0 +0300
+++ /usr/share/matchbox-keyboard/keyboard-fi.xml2007-04-24 
21:18:00.0 +0300
@@ -224,8 +224,8 @@
  shifted display=L /
 /key
 key
- default display=Ö /
- shifted display=ö /
+ default display=ö /
+ shifted display=Ö /
 /key
 key
  default display=ä /

** Affects: matchbox-keyboard (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Wrong small/capital in fi layout
https://bugs.launchpad.net/bugs/109726
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 94558] Re: gnome sensors applet 1.7.10 does not save changed preferences

2007-04-21 Thread Antti P Miettinen
Attached stdout of sensors-applet from adding to panel, changing
preferences  closing preferences.


** Attachment added: sensors-applet.log
   http://librarian.launchpad.net/7380333/sensors-applet.log

-- 
gnome sensors applet 1.7.10 does not save changed preferences
https://bugs.launchpad.net/bugs/94558
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 55631] Re: Edgy: cannot paste text in Gnome apps from Emacs

2007-04-21 Thread Antti P Miettinen
I can confirm that feisty emacs21 has trouble pasting text copied from
e.g. firefox and that emacs-snapshot seems to behave better.

-- 
Edgy: cannot paste text in Gnome apps from Emacs
https://bugs.launchpad.net/bugs/55631
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 94558] Re: gnome sensors applet 1.7.10 does not save changed preferences

2007-04-21 Thread Antti P Miettinen
For me the problem seems to be a nasty disk label from hddtemp. The
hddtemp answer for my HTS721010G9SA00 contains two nonprintable chars at
the end of the label which causes  an error return from
panel_applet_gconf_set_list() in sensors_applet_gconf_save_sensors() and
the function returns before all keys have been saved. Attached an ugly
hack to work around.

** Attachment added: hddtemp-kludge.diff
   http://librarian.launchpad.net/7381247/hddtemp-kludge.diff

-- 
gnome sensors applet 1.7.10 does not save changed preferences
https://bugs.launchpad.net/bugs/94558
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 94558] Re: gnome sensors applet 1.7.10 does not save changed preferences

2007-04-21 Thread Antti P Miettinen
The nasty disk label seems to be caused by too strict SATA checking in
hddtemp. Debian hddtemp 0.3-beta15-34 has a fix. Should there be a bug
against ubuntu hddtemp?

The assumption by sensors-applet that the third entry in
/proc/acpi/ibm/thermal is HDD does not seem to hold for my Thinkpad X60
tablet (value is -128).

-- 
gnome sensors applet 1.7.10 does not save changed preferences
https://bugs.launchpad.net/bugs/94558
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 45099] Re: client 1.2.0 to 1.1.2x server over IPP: Only RAW printing works

2007-02-12 Thread Antti P Miettinen
Sorry if the following information only confuses the issue, but for what
its worth, here goes nothing etc..

I have a dapper box as home server with Epson Stylus Photo RX425
connected via USB and local printing works fine. I have the cupsd
listening on an additional port and configured to allow only
authenticated SSL connections to it. Printing from windows XP clients
also seems to work provided that AuthType Basic is enabled and cupsys
has access to system passwords.

The hardest thing was to get by dapper laptop printing to the dapper
server. One issue is that both the documentation (e.g. DeviceURI format)
and the GUI are a bit terse. Inputting an URI in form

  https://user:[EMAIL PROTECTED]:port/printers/etc

gave no errors but got silently converted to

  ipp://https://user:[EMAIL PROTECTED]:port/printers/etc

When printing a test page the GUI just indicated that the printer got
paused at some point, but from the web UI (http://localhost:613/) one
can see that the printing is failing because host https cannot be
found. So I changed the DeviceURI directly in printers.conf to remove
the ipp:// prefix, but this does not work either because
/usr/lib/cups/backend/https does not exist.

So would symlinking ipp to https be acceptable? I ended up adding
encryption=always to the URI as in:

  ipp://user:[EMAIL PROTECTED]:port/printers/etc?encryption=always

but was still not able to print with the 1.2.2 dapper cupsys packages.
The error log contained a lot of those Local authentication certificate
not found errors mentioned here but I do not know whether those are
related. I finally recompiled the edgy cupsys for my dapper laptop and
now I can print. The server error log still has complaints about Bad
request line but those errors occur also for the windows clients.

Hmm.. maybe a summary would be some enhacement wishes:

- more verbose documentation for the DeviceURI
- more verbose/input validation for the GUI
- update dapper cupsys to 1.2.4?
- allow AuthType Basic with a password source separate from the system one

-- 
client 1.2.0 to 1.1.2x server over IPP: Only RAW printing works
https://launchpad.net/bugs/45099

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