Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-09-25 Thread Elimar Riesebieter
* Piotr Lewandowski [090925 20:54 +0200] > Hi alsa-de...@! > > One of the maintainers of alsa-utils package in Debian advised me to > ask for your help. I've encountered following problem: > > #v+ > $ amixer -c 0 -q set Mic 0% mute > amixer: Invalid command! > #v- > > This command is invoked fro

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-09-25 Thread Piotr Lewandowski
Hi alsa-de...@! One of the maintainers of alsa-utils package in Debian advised me to ask for your help. I've encountered following problem: #v+ $ amixer -c 0 -q set Mic 0% mute amixer: Invalid command! #v- This command is invoked from /etc/init.d/alsa-utils script during system shutdown. Do

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-09-18 Thread Elimar Riesebieter
* Piotr Lewandowski [090918 22:08 +0200] > > > >## > >alias char-major-116 snd > >alias snd-card-0 snd-hda-intel > >alias snd-card-1 snd-usb-audio > > > >options snd-hda-intel index=0 model=hp-dv5 enable_msi=1 > >options snd-usb-audio index=1 > >## > > Unfortunately amixer still shouts 'I

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-09-18 Thread Piotr Lewandowski
* Elimar Riesebieter , 2009-09-18 19:02: Try this which I found here [0] ## alias char-major-116 snd alias snd-card-0 snd-hda-intel alias snd-card-1 snd-usb-audio options snd-hda-intel index=0 model=hp-dv5 enable_msi=1 options snd-usb-audio index=1 ## Unfortunately amixer still shouts

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-09-18 Thread Elimar Riesebieter
* Piotr Lewandowski [090827 17:30 +0200] > * Elimar Riesebieter , 2009-08-27 10:06: > >Do you need the modem snd_hda_codec_si3054? > No. > > >You can try the following: > >Create the file /etc/modprobe.d/sound.conf: > > > >### > >blacklist snd-hda-codec-si3054 > > > >alias snd-card-0 snd-hda

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-08-27 Thread Piotr Lewandowski
* Elimar Riesebieter , 2009-08-27 10:06: Do you need the modem snd_hda_codec_si3054? No. You can try the following: Create the file /etc/modprobe.d/sound.conf: ### blacklist snd-hda-codec-si3054 alias snd-card-0 snd-hda-intel options snd-hda-intel index=0 options snd-hda-intel model=

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-08-27 Thread Elimar Riesebieter
* Piotr Lewandowski [090826 20:34]: > * Elimar Riesebieter , 2009-08-26 22:08: > >* Piotr Lewandowski [090826 20:42 +0200] > >>* Daniel T Chen , 2009-05-15 16:50: > >>>tags 527074 + moreinfo > >>>thanks > >>> > >>>We need your amixer output. > >> > >>Here you go: > > > >Hmm, nothing far out. Could

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-08-26 Thread Piotr Lewandowski
* Elimar Riesebieter , 2009-08-26 22:08: * Piotr Lewandowski [090826 20:42 +0200] * Daniel T Chen , 2009-05-15 16:50: >tags 527074 + moreinfo >thanks > >We need your amixer output. Here you go: Hmm, nothing far out. Could you please do as follows: # rm /var/lib/alsa/asound.state # alsamixer

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-08-26 Thread Elimar Riesebieter
* Piotr Lewandowski [090826 20:42 +0200] > * Daniel T Chen , 2009-05-15 16:50: > >tags 527074 + moreinfo > >thanks > > > >We need your amixer output. > > Here you go: Hmm, nothing far out. Could you please do as follows: # rm /var/lib/alsa/asound.state # alsamixer set volume et cetera... # als

Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-08-26 Thread Piotr Lewandowski
* Daniel T Chen , 2009-05-15 16:50: tags 527074 + moreinfo thanks We need your amixer output. Here you go: #v+ Simple mixer control 'Master',0 Capabilities: pvolume pswitch pswitch-joined Playback channels: Front Left - Front Right Limits: Playback 0 - 63 Mono: Front Left: Playback

Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-05-15 Thread Daniel T Chen
tags 527074 + moreinfo thanks We need your amixer output. This error seems to stem from the fact that not all widgets have the expected functionality, so amixer reports errors. This implies that we need to refactor a few of the initscript's functions to check the capability of the widget prior

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-05-06 Thread Piotr Lewandowski
* Elimar Riesebieter , 2009-05-06 06:54: severity 52707 normal merge 526872 52707 thanks * Piotr Lewandowski [090505 16:03 +0200] Package: alsa-utils Version: 1.0.19-2 Severity: minor File: /etc/init.d/alsa-utils #v+ $ sudo /etc/init.d/alsa-utils stop Shutting down ALSA...amixer: Invalid comm

Bug#527074: [Pkg-alsa-devel] Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-05-05 Thread Elimar Riesebieter
severity 52707 normal merge 526872 52707 thanks * Piotr Lewandowski [090505 16:03 +0200] > Package: alsa-utils > Version: 1.0.19-2 > Severity: minor > File: /etc/init.d/alsa-utils > > #v+ > $ sudo /etc/init.d/alsa-utils stop > Shutting down ALSA...amixer: Invalid command! > done. > #v- > > It is

Bug#527074: /etc/init.d/alsa-utils: `/etc/init.d/alsa-utils stop` triggers amixer error

2009-05-05 Thread Piotr Lewandowski
Package: alsa-utils Version: 1.0.19-2 Severity: minor File: /etc/init.d/alsa-utils #v+ $ sudo /etc/init.d/alsa-utils stop Shutting down ALSA...amixer: Invalid command! done. #v- It is caused by `mute_and_zero_level` function in /etc/init.d/alsa-utils which invokes: `amixer -c 0 -q set Mic 0% mu