[Bug 344673] Re: wrong /dev/eventX permissions for force feedback devices

2009-03-19 Thread Tomas Cernaj
Comment/workaround for Intrepid (I don't know if this will be obsolete
in Jaunty): I added the following two lines to
/etc/udev/rules.d/40-permission.rules:

ATTRS{modalias}==input:*-*a[068],*|input:*-*a*,[68],*m*,
ATTRS{modalias}!=input:*-*k*14A,*r*, ENV{ID_CLASS}=joystick

KERNEL==event*, ENV{ID_CLASS}==joystick, GROUP=plugdev

The ATTRS line is copied from 60-persistent-input.rules.

-- 
wrong /dev/eventX permissions for force feedback devices
https://bugs.launchpad.net/bugs/344673
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 25632] Re: SPDIF won't play PCM after playing AC3

2008-12-28 Thread Tomas Cernaj
The problem I've had was fixed in Intrepid; as far as I can tell it had
to do with a changed default behavior of ALSA (hda-intel) to set the
sound format of PCM output to float instead of integer, and this is what
caused the spdif output to remain silent.

The Intrepid version of ALSA includes a mixer switch named IEC958
Default PCM which can be activated to set the default format to
integer.

-- 
SPDIF won't play PCM after playing AC3
https://bugs.launchpad.net/bugs/25632
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


Re: [Bug 280148] Re: g-s-d needs to set mouse properties when a new device appears

2008-11-01 Thread Tomas Cernaj
Am Samstag, den 01.11.2008, 13:08 + schrieb William Grant:
 On a more pleasant note, a (largely) cosmetically-altered version of my
 patch was just committed upstream. A new version (~wgrant2) with this
 patch is building in my PPA right now; please test it once it's built.

No apparent problems with bluetooth mouse for me... Thank you for your
great work!

Tomas

-- 
g-s-d needs to set mouse properties when a new device appears
https://bugs.launchpad.net/bugs/280148
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


Re: [Bug 287801] Re: intrepid: bluetooth mouse settings lost

2008-10-25 Thread Tomas Cernaj
Am Samstag, den 25.10.2008, 11:38 + schrieb William Grant:
 Please try gnome-settings-daemon from my PPA.
 

Thanks, works for me!

-- 
intrepid: bluetooth mouse settings lost
https://bugs.launchpad.net/bugs/287801
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 287801] [NEW] intrepid: bluetooth mouse settings lost

2008-10-22 Thread Tomas Cernaj
Public bug reported:

Binary package hint: bluetooth

Intrepid Ibex Beta (Oct. 22)
I'm using a Microsoft Bluetooth Notebook Mouse 5000 with a Samsung Q35 laptop.

What works fine out of the box is to connect the mouse to the computer
via GNOME, it will recognize the mouse after reboots and standby mode.

What doesn't work: When I change the mouse sensitivity via GNOME
settings dialog, this setting isn't applied to the mouse after a
reconnect (reboot, standby).

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


** Tags: bluetooth intrepid

-- 
intrepid: bluetooth mouse settings lost
https://bugs.launchpad.net/bugs/287801
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 25632] Re: SPDIF won't play PCM after playing AC3

2008-10-20 Thread Tomas Cernaj
OK, just to sort things... maybe the above reports concern different
issues.

My problem: I want to have PCM audio on line/headphone jacks and spdif
optical simultaneously, just the way it worked before with ubuntu and as
it works right now when I boot into windows xp.

But after playing a DVD with AC3 passthrough it stopped working, and I
can't seem to fix it even with the steps I described in my previous
post. Neither do a reboot (with deactivated alsactl restore) nor the
iecset utility work... Still, as reported before, selecting spdif as
output device explicitly does give me PCM output on optical, but not on
the analog jacks.

I'm using a Samsung Q35 laptop, Ubuntu 8.04, snd_hda_intel driver
(3stack), Analog Devices AD1986A chip. Output of
/proc/asound/Intel/codec#0 is attached.


** Attachment added: /proc/asound/Intel/codec#0
   http://launchpadlibrarian.net/18731794/output.txt

-- 
SPDIF won't play PCM after playing AC3
https://bugs.launchpad.net/bugs/25632
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 25632] Re: SPDIF won't play PCM after playing AC3

2008-03-19 Thread Tomas Cernaj
Confirmed in Gutsy with Intel 82801G (ICH7 Family) integrated sound card
(module snd_hda_intel).

I normally use GNOME with the volume applet active. PCM sound is
available on analog and optical output. After playing an AC3 stream the
PCM sound only plays on analog output, unless I explicitly specify spdif
as output device, such as speaker-test -D spdif -c 2. This behavior
persists between reboots.

To get it to work again I have to stop all applications using sound and
then unload and reload the snd_hda_intel module by hand as long as the
computer has not rebooted.

As far as I can tell the /etc/init.d/alsa-utils script somehow interferes with 
the settings... After a reboot a part of the /var/lib/alsa/asound.state file 
was changed as follows:
Before DVD playback:
control.33 {
comment.access 'read write'
comment.type IEC958
comment.count 1
iface MIXER
name 'IEC958 Playback Default'
value '04000
}
After reboot:
control.33 {
comment.access 'read write'
comment.type IEC958
comment.count 1
iface MIXER
name 'IEC958 Playback Default'
value '068200020
}

Hope this helps; this bug gets annoying somehow... ;-)

-- 
SPDIF won't play PCM after playing AC3
https://bugs.launchpad.net/bugs/25632
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


Re: [Bug 190399] Re: evince accesses hard disk too often

2008-02-10 Thread Tomas Cernaj
Am Samstag, den 09.02.2008, 14:19 + schrieb Sebastien Bacher:
 Does continuous has the issue?
 

From what I can tell yes.

After doing a strace evince apparently writes to
~/.gnome2/evince/ev-metadata.xml after changing the page (here it's
about 36K big), so my guess is that it's too large for the write cache
(but I don't really know much about these things...).

Here's the part of strace after changing the page:

open(/home/tomas/.gnome2/evince/ev-metadata.xml, 
O_WRONLY|O_CREAT|O_TRUNC, 0666) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0x2c661000
write(16, ?xml version=\1.0\?\nmetadata..., 4096) = 4096
write(16, \ type=\gdouble\ value=\1.726190..., 4096) = 4096
write(16, alue=\1162\/\nentry key=\si..., 4096) = 4096
write(16, op/2007-WS/MST%201/Klausuren/Kla..., 4096) = 4096
write(16, t uri=\file:///tmp/fontfolio11_f..., 4096) = 4096
write(16, nt\ value=\1\/\nentry key=\..., 4096) = 4096
write(16, \window_width\ type=\gint\ value..., 4096) = 4096
write(16, 5124851367419738\/\nentry k..., 4096) = 4096
write(16, idth\ type=\gint\ value=\1280\/..., 3126) = 3126
close(16)   = 0
munmap(0x2c661000, 4096)= 0
ioctl(3, FIONREAD, [160])   = 0

Hope this helps,
Tomas

-- 
evince accesses hard disk too often
https://bugs.launchpad.net/bugs/190399
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 190399] [NEW] evince accesses hard disk too often

2008-02-09 Thread Tomas Cernaj
Public bug reported:

Binary package hint: evince

When viewing a PDF file in non-continuous mode or in presentation mode
(maybe even always?), about 1 second after going to the next/previous
page evince accesses the hard disk so that is has to spin up if in power
saving mode. This happens with small (2-page, 75kB) and larger files,
after having displayed every page (so it should be cached), and with top
reporting 200MB free RAM. I can even keep my HD busy by just switching
back and forth between two pages...

Ubuntu Version: Gutsy (7.10)
Package: evince (2.20.1-0ubuntu1)
Filesystem: XFS (with noatime option)

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

-- 
evince accesses hard disk too often
https://bugs.launchpad.net/bugs/190399
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


Re: [Bug 190399] Re: evince accesses hard disk too often

2008-02-09 Thread Tomas Cernaj

Am Samstag, den 09.02.2008, 12:46 + schrieb Sebastien Bacher:
 Thank you for your bug. How do you determine that evince is accessing
 the disk?

acoustically... ;-) and by the fact that the disk always spins up
approx. 1 second after changing a page.

BTW: I'm using the 64 bit version on a Samsung Q35Pro, using laptop mode
on battery power, if it makes any difference.

Thanks in advance,
Tomas

-- 
evince accesses hard disk too often
https://bugs.launchpad.net/bugs/190399
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


Re: [Bug 55510] Re: initrd: cannot load klibc (segfault) (SPARC)

2007-11-16 Thread Tomas Cernaj
Sorry, I've installed Solaris in the meantime, so I can't easily check
it now...

Greetings, Tomas

-- 
initrd: cannot load klibc (segfault) (SPARC)
https://bugs.launchpad.net/bugs/55510
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 55510] initrd: cannot load klibc (segfault) (SPARC)

2006-08-07 Thread Tomas Cernaj
Public bug reported:

Binary package hint: libklibc

When booting the initrd the /scripts/local script tries to identify the
filesystem of the root fs with

  eval $(fstype  ${ROOT})

However, it fails printing:

  Unable to load interpreter /lib/klibc-J989uCjNG9NlBocFqA2e0KZLqTs.so
Segmentation fault

Therefore the FSTYPE variable isn't set and the mount command fails,
leaving the root fs unmounted.

My system is a Sun Ultra 5, 400 MHz, 256 MB RAM. The kernel/initrd used
is linux-image-2.6.15-23-sparc64.

** Affects: klibc (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
initrd: cannot load klibc (segfault) (SPARC)
https://launchpad.net/bugs/55510

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