Bug#491196: libasound2: Can't set my USB sound card as default

2008-07-17 Thread Laurent Raufaste
Package: libasound2
Version: 1.0.16-2
Severity: normal


Hi,

I have a system with 3 audio devices:

$ cat /proc/asound/cards 
 0 [NVidia ]: HDA-Intel - HDA NVidia
  HDA NVidia at 0xfe024000 irq 23
 1 [Xmod   ]: USB-Audio - Creative Xmod
  Creative Technology Ltd Creative Xmod at 
usb-:00:0b.0-5, full speed
 2 [HDMI   ]: HDA-Intel - HDA ATI HDMI
  HDA ATI HDMI at 0xfddfc000 irq 16

I want to use the USB one (Xmod) as my main audio device but setting it as the 
default in my .asoundrc does not work:

$ asoundconf list
Names of available sound cards:
NVidia
Xmod
HDMI

$ asoundconf set-default-card Xmod

It results in ALSA apps unable to find the PCM:

$ aplay
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 
'defaults.pcm.dmix.device'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:564: audio open error: No such file or directory

But alsamixer display the USB Xmod as default, so it's working for the ctl not 
for the pcm.

Another different try: if I set the content of .asoundrc to:

pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}

The sound goes to the last card (HDMI) but the ctl goes to the USB Xmod. As if 
it couldn't switch the pcm to the Xmod and switched to the next one.

Finally, I get sound on my USB Xmod by removing any .asoundrc and changing the 
following lines in /usr/share/alsa/alsa.conf :

From:
defaults.ctl.card 0
defaults.pcm.card 0
To:
defaults.ctl.card 1
defaults.pcm.card 1

Why can't I set my default card with .asoundrc ?

Thanks for looking into it =)

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libasound2 depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

libasound2 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#464350: [Pkg-ia32-libs-maintainers] Bug#464350: /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so: wrong ELF class: ELFCLASS64

2008-06-18 Thread Laurent Raufaste
This bug also happens when you try to run the final release binary of
FireFox 3.0 provided by mozilla.org on a testing/amd64

[...]
(firefox-bin:20450): Gtk-WARNING **: Error loading theme icon
'gtk-close' for stock: Impossible de charger le module de chargement
d'images : /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so :
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so: wrong ELF
class: ELFCLASS64
(firefox-bin:20450): Gtk-WARNING **: Error loading theme icon
'gtk-go-back-ltr' for stock: Impossible de charger le module de
chargement d'images :
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so :
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so: wrong ELF
class: ELFCLASS64
(firefox-bin:20450): Gtk-WARNING **: Error loading theme icon
'gtk-go-forward-ltr' for stock: Impossible de charger le module de
chargement d'images :
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so :
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so: wrong ELF
class: ELFCLASS64
[...]

Thanks for fixing it !

--
Laurent Raufaste
http://www.glop.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#430021: Missing link for gnash on firefox for AMD64

2008-04-15 Thread Laurent Raufaste
2008/4/14, Robert Millan [EMAIL PROTECTED]:

  I'm using gnash 0.8.2 on amd64 iceweasel and don't experience this
  problem.  Perhaps it has been fixed already?  I suggest you try the latest
  version.

Yes, this is fixed in mozilla-plugin-gnash 0.8.2-1

-- 
Laurent Raufaste
http://www.glop.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#430021: Missing link for gnash on firefox for AMD64

2008-03-10 Thread Laurent Raufaste
Another way to fix it without modifying your debian system is to put a
link in your profile:

$ mkdir .mozilla/plugins
$ ln -s /usr/lib/gnash/libgnashplugin.so .mozilla/plugins/

If you restart Iceweasel, Gnash should now show up in the about:plugins page.

-- 
Laurent Raufaste
http://www.glop.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#322665: Missing menu-items in wxvlc interface with non-english locale

2005-08-11 Thread Laurent Raufaste
Package: wxvlc
Version: 0.8.4-svn20050810-1
Severity: important


Hi,

With my current locale, wxvlc misses many menu-items. For example, under
the first File menu (in french), I only have the Quit menu-item, all
others are empty.

If I set my locale to the default english one, the menu are appearing
again.

Thanks for looking into it ;)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wxvlc depends on:
ii  libc62.3.5-3 GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.1-4   GCC support library
ii  libstdc++6   4.0.1-4 The GNU Standard C++ Library v3
ii  libwxgtk2.4-12.4.4   wxWindows Cross-platform C++ GUI t
ii  vlc  0.8.4-svn20050810-1 multimedia player for all audio an

wxvlc recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#318784: man pages truncated if man-db runs in french locale

2005-07-18 Thread Laurent Raufaste
Package: man-db
Version: 2.4.3-1
Severity: important

Hi,

As asked, I'm filling a bug regarding some truncated man pages I'm
getting on my sid system. It happens on french man pages and on
untranslated manpages.

For example, when I run 'man man' I'm getting the manpage up to the
middle:
   -Z, --ditroff
 groff will run troff and then use an appropriate
 post-processor to produce  output  suitable  for
 the  chosen 

It stops exactly here.

Here's the output of 'man --debug man', thanks for looking into it.

ruid=1000, euid=1000
++priv_drop_count = 1
From the config file /etc/manpath.config:

Mandatory mandir `/usr/man'.
Mandatory mandir `/usr/share/man'.
Mandatory mandir `/usr/X11R6/man'.
Mandatory mandir `/usr/local/man'.
Path `/bin' mapped to mandir `/usr/share/man'.
Path `/usr/bin' mapped to mandir `/usr/share/man'.
Path `/sbin' mapped to mandir `/usr/share/man'.
Path `/usr/sbin' mapped to mandir `/usr/share/man'.
Path `/usr/local/bin' mapped to mandir `/usr/local/man'.
Path `/usr/local/bin' mapped to mandir `/usr/local/share/man'.
Path `/usr/local/sbin' mapped to mandir `/usr/local/man'.
Path `/usr/local/sbin' mapped to mandir `/usr/local/share/man'.
Path `/usr/X11R6/bin' mapped to mandir `/usr/X11R6/man'.
Path `/usr/bin/X11' mapped to mandir `/usr/X11R6/man'.
Path `/usr/games' mapped to mandir `/usr/share/man'.
Path `/opt/bin' mapped to mandir `/opt/man'.
Path `/opt/sbin' mapped to mandir `/opt/man'.
Global mandir `/usr/man', catdir `/var/cache/man/fsstnd'.
Global mandir `/usr/share/man', catdir `/var/cache/man'.
Global mandir `/usr/local/man', catdir `/var/cache/man/oldlocal'.
Global mandir `/usr/local/share/man', catdir `/var/cache/man/local'.
Global mandir `/usr/X11R6/man', catdir `/var/cache/man/X11R6'.
Global mandir `/opt/man', catdir `/var/cache/man/opt'.
Added section `1'.
Added section `n'.
Added section `l'.
Added section `8'.
Added section `3'.
Added section `2'.
Added section `3posix'.
Added section `3pm'.
Added section `3perl'.
Added section `5'.
Added section `4'.
Added section `9'.
Added section `6'.
Added section `7'.
`/usr/man'  `'  `1'
`/usr/share/man'`'  `1'
`/usr/X11R6/man'`'  `1'
`/usr/local/man'`'  `1'
`/bin'  `/usr/share/man'`0'
`/usr/bin'  `/usr/share/man'`0'
`/sbin' `/usr/share/man'`0'
`/usr/sbin' `/usr/share/man'`0'
`/usr/local/bin'`/usr/local/man'`0'
`/usr/local/bin'`/usr/local/share/man'  `0'
`/usr/local/sbin'   `/usr/local/man'`0'
`/usr/local/sbin'   `/usr/local/share/man'  `0'
`/usr/X11R6/bin'`/usr/X11R6/man'`0'
`/usr/bin/X11'  `/usr/X11R6/man'`0'
`/usr/games'`/usr/share/man'`0'
`/opt/bin'  `/opt/man'  `0'
`/opt/sbin' `/opt/man'  `0'
`/usr/man'  `/var/cache/man/fsstnd' `-1'
`/usr/share/man'`/var/cache/man'`-1'
`/usr/local/man'`/var/cache/man/oldlocal'   `-1'
`/usr/local/share/man'  `/var/cache/man/local'  `-1'
`/usr/X11R6/man'`/var/cache/man/X11R6'  `-1'
`/opt/man'  `/var/cache/man/opt'`-1'
`1' `'  `-5'
`n' `'  `-5'
`l' `'  `-5'
`8' `'  `-5'
`3' `'  `-5'
`2' `'  `-5'
`3posix'`'  `-5'
`3pm'   `'  `-5'
`3perl' `'  `-5'
`5' `'  `-5'
`4' `'  `-5'
`9' `'  `-5'
`6' `'  `-5'
`7' `'  `-5'
real user = 1000; effective user = 1000

using /usr/bin/pager -s as pager

path directory /usr/local/bin is in the config file
adding /usr/local/man to manpath
adding /usr/local/share/man to manpath

path directory /usr/bin is in the config file
adding /usr/share/man to manpath

path directory /bin is in the config file
/usr/share/man is already in the manpath

path directory /usr/bin/X11 is in the config file
adding /usr/X11R6/man to manpath

path directory /usr/games is in the config file
/usr/share/man is already in the manpath

adding mandatory man directories

man: attention: /usr/man: Aucun fichier ou répertoire de ce type
/usr/share/man is already in the manpath
/usr/X11R6/man is already in the manpath
/usr/local/man is already in the manpath
add_nls_manpath(): processing 
/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/X11R6/man
check_and_give(): adding /usr/share/man/fr
checking for locale en
add_nls_manpath(): processing 
/usr/share/man/fr:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/X11R6/man
checking for locale en
add_nls_manpath(): processing 
/usr/share/man/fr:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/X11R6/man
checking for locale fr
add_nls_manpath(): processing 
/usr/share/man/fr:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/X11R6/man
check_and_give(): adding /usr/share/man/fr
/usr/share/man/fr:/usr/share/man/fr:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/X11R6/man
 reduced to 

Bug#245506: man-db: French locale too

2005-07-17 Thread Laurent Raufaste
Package: man-db
Version: 2.4.3-1
Followup-For: Bug #245506

I have sid with a french locale, and I too have some english and some
french man pages truncated.

It's not truncated anymore when I use 'man -E ascii8' as stated above.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages man-db depends on:
ii  bsdmainutils6.1.2collection of more utilities from 
ii  debconf [debconf-2.0]   1.4.52   Debian configuration management sy
ii  dpkg1.13.10  Package maintenance system for Deb
ii  groff-base  1.18.1.1-8   GNU troff text-formatting system (
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime

man-db recommends no packages.

-- debconf information:
  man-db/build-database: true
  man-db/rebuild-database: true
* man-db/install-setuid: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]