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% mute`.
Additional output from lspci:
#v+
$ lspci -v | sed -ne '/Audio/,/^$/p'
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 30a2
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f4580000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
#v-
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages alsa-utils depends on:
ii dialog 1.1-20080819-1 Displays user-friendly dialog boxe
ii libasound2 1.0.19-1 shared library for ALSA applicatio
ii libc6 2.9-9 GNU C Library: Shared libraries
ii libncurses5 5.7+20090502-1 shared libraries for terminal hand
ii linux-sound-base 1.0.19.dfsg-3 base package for ALSA and OSS soun
ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip
ii module-init-tools 3.7-pre9-1 tools for managing Linux kernel mo
Versions of packages alsa-utils recommends:
ii alsa-base 1.0.19.dfsg-3 ALSA driver configuration files
ii pciutils 1:3.1.2-3 Linux PCI Utilities
alsa-utils suggests no packages.
-- no debconf information
--
Piotr Lewandowski
Acknowledgement sent
to Elimar Riesebieter <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Wed, 06 May 2009 05:00:03 GMT) (full text, mbox, link).
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 caused by `mute_and_zero_level` function in /etc/init.d/alsa-utils
> which invokes: `amixer -c 0 -q set Mic 0% mute`.
Are you using kde? If so, set all audio settings to default and play
around with audioßettings in kmix, reboot and test again.
Elimar
--
Numeric stability is probably not all that
important when you're guessing;-)
Acknowledgement sent
to Piotr Lewandowski <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Wed, 06 May 2009 08:00:10 GMT) (full text, mbox, link).
* Elimar Riesebieter <[email protected]>, 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 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% mute`.
>
>
>Are you using kde? If so, set all audio settings to default and play
>around with audioßettings in kmix, reboot and test again.
I'm not using KDE. Most of the boots I do not use X at all - just
staying at ttys.
Extra information about my soundcard:
#v+
$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.18a.
$ cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xf4580000 irq 16
$ lsmod | grep snd
snd_hda_codec_si3054 3920 1
snd_hda_codec_analog 53708 1
snd_hda_intel 22092 0
snd_hda_codec 58808 3 snd_hda_codec_si3054,snd_hda_codec_analog,snd_hda_intel
snd_hwdep 6000 1 snd_hda_codec
snd_pcm 62708 3 snd_hda_codec_si3054,snd_hda_intel,snd_hda_codec
snd_seq 42120 0
snd_timer 17808 2 snd_pcm,snd_seq
snd_seq_device 6108 1 snd_seq
snd 48420 9 snd_hda_codec_si3054,snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore 6204 1 snd
snd_page_alloc 8036 2 snd_hda_intel,snd_pcm
#v-
--
Piotr Lewandowski
Acknowledgement sent
to Daniel T Chen <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Fri, 15 May 2009 20:54:03 GMT) (full text, mbox, link).
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 to invoking an action on it.
In other words, not everyone will experience this error, because it's
codec- and revision-specific.
Acknowledgement sent
to Gunther Furtado <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Wed, 26 Aug 2009 13:36:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Elimar Riesebieter <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Wed, 26 Aug 2009 14:24:11 GMT) (full text, mbox, link).
Subject: Re: [alsa-utils] same thing on an ATI Technologies Inc 3D Rage Pro
215GP (rev 5c)
Date: Wed, 26 Aug 2009 16:17:01 +0200
* Gunther Furtado <[email protected]> [090826 13:33]:
> Package: alsa-utils Version: 1.0.20-2
>
> --- Please enter the report below this line. ---
>
> Hi,
>
> I am exoeriencing the same behaviour here. My sound card is ATI
> Technologies Inc 3D Rage Pro 215GP (rev 5c) as I said and anything
> else you need to know, please ask.
Hmm, AFAIK graphic adapters are unable to amplify and serve sound,
in almost all cases, aren't they?
To check which soundcard is used try:
# cat /proc/asound/cards
or
# lspci | grep -i audio
And if you really have the same problem, fire up alsamixer, set
channels , mixers etc, unmute master and pcm and test again.
Elimar
--
BOFH excuse #381:
Robotic tape changer mistook operator's tie for a backup tape.
Subject: Re: [alsa-utils] same thing on an ATI Technologies Inc 3D Rage Pro
215GP (rev 5c)
Date: Wed, 26 Aug 2009 12:34:07 -0300
Hi,
2009/8/26 Elimar Riesebieter <[email protected]>:
> * Gunther Furtado <[email protected]> [090826 13:33]:
>> Package: alsa-utils Version: 1.0.20-2
>>
>> --- Please enter the report below this line. ---
>>
>> Hi,
>>
>> I am exoeriencing the same behaviour here. My sound card is ATI
>> Technologies Inc 3D Rage Pro 215GP (rev 5c) as I said and anything
>> else you need to know, please ask.
> Hmm, AFAIK graphic adapters are unable to amplify and serve sound,
> in almost all cases, aren't they?
>
Sorry! I've copied the wrong lspci line.
> To check which soundcard is used try:
> # cat /proc/asound/cards
> or
> # lspci | grep -i audio
>
I'll send those as soon as I can.
> And if you really have the same problem, fire up alsamixer, set
> channels , mixers etc, unmute master and pcm and test again.
>
I know it'll be kind of hard to take me seriously now but I am really
experiencing the same problem.
> Elimar
>
> --
cheers,
--
Gunther Furtado
Curitiba - Paraná - Brasil
[email protected]
"...agora, só nos sobrou o futuro...", visto em www.manuchao.net
Acknowledgement sent
to Piotr Lewandowski <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Wed, 26 Aug 2009 18:51:09 GMT) (full text, mbox, link).
Acknowledgement sent
to Elimar Riesebieter <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Wed, 26 Aug 2009 20:15:11 GMT) (full text, mbox, link).
* Piotr Lewandowski [090826 20:42 +0200]
> * Daniel T Chen <[email protected]>, 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...
# alsactl init
???
# alsactl store
# invoke-rc.d alsa-utils stop
???
# invoke-rc.d alsa-utils start
???
Elimar
--
We all know Linux is great... it does infinite loops in 5 seconds.
-- Linus Torvalds
Acknowledgement sent
to Piotr Lewandowski <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Wed, 26 Aug 2009 20:49:09 GMT) (full text, mbox, link).
Subject: Re: [alsa-utils] same thing on an ATI Technologies Inc 3D Rage Pro
215GP (rev 5c)
Date: Wed, 26 Aug 2009 21:37:44 -0300
Hi,
2009/8/26, Elimar Riesebieter <[email protected]>:
> * Gunther Furtado <[email protected]> [090826 13:33]:
>> Package: alsa-utils Version: 1.0.20-2
>>
>> --- Please enter the report below this line. ---
>>
>> Hi,
>>
>> I am exoeriencing the same behaviour here. My sound card is ATI
>> Technologies Inc 3D Rage Pro 215GP (rev 5c) as I said and anything
>> else you need to know, please ask.
> Hmm, AFAIK graphic adapters are unable to amplify and serve sound,
> in almost all cases, aren't they?
>
> To check which soundcard is used try:
> # cat /proc/asound/cards
# cat /proc/asound/cards
0 [Burgundy ]: PMac Burgundy - PowerMac Burgundy
PowerMac Burgundy (Dev 1) Sub-frame 0
> or
> # lspci | grep -i audio
>
There is nothing about audio on lspci.
# lspci
00:00.0 Host bridge: Motorola MPC106 [Grackle] (rev 40)
00:10.0 Class ff00: Apple Computer Inc. Paddington Mac I/O
00:12.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro
215GP (rev 5c)
00:14.0 USB Controller: Agere Systems USB (rev 12)
> And if you really have the same problem, fire up alsamixer, set
> channels , mixers etc, unmute master and pcm and test again.
>
Did that and when I reboot the system, master is mute again.
the output of the following command could be of interest:
# /etc/init.d/alsa-utils restart
Shutting down ALSA...amixer: Invalid command!
done.
Setting up ALSA...done.
Gunther
--
Gunther Furtado
Curitiba - Paraná - Brasil
[email protected]
"...agora, só nos sobrou o futuro...", visto em www.manuchao.net
Acknowledgement sent
to Elimar Riesebieter <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Thu, 27 Aug 2009 08:15:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Elimar Riesebieter <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Thu, 27 Aug 2009 08:15:06 GMT) (full text, mbox, link).
Subject: Re: [alsa-utils] same thing on an ATI Technologies Inc 3D Rage Pro
215GP (rev 5c)
Date: Thu, 27 Aug 2009 10:08:59 +0200
* Gunther Furtado <[email protected]> [090827 00:37]:
> Hi,
>
> 2009/8/26, Elimar Riesebieter <[email protected]>:
[...]
> > And if you really have the same problem, fire up alsamixer, set
> > channels , mixers etc, unmute master and pcm and test again.
> >
>
> Did that and when I reboot the system, master is mute again.
>
> the output of the following command could be of interest:
>
> # /etc/init.d/alsa-utils restart
> Shutting down ALSA...amixer: Invalid command!
> done.
> Setting up ALSA...done.
What tells:
# lsmod | grep snd
# alsactl init
?
Elimar
--
BOFH excuse #28:
CPU radiator broken
Acknowledgement sent
to Elimar Riesebieter <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Thu, 27 Aug 2009 12:07:30 GMT) (full text, mbox, link).
Subject: Re: Bug#527074: [alsa-utils] same thing on Powermac Burgundy
Date: Thu, 27 Aug 2009 13:45:35 +0200
* Gunther Furtado <[email protected]> [090827 12:52]:
> 2009/8/27, Elimar Riesebieter <[email protected]>:
> > * Gunther Furtado <[email protected]> [090827 00:37]:
> >> Hi,
> >>
> >> 2009/8/26, Elimar Riesebieter <[email protected]>:
> > [...]
> >> > And if you really have the same problem, fire up alsamixer, set
> >> > channels , mixers etc, unmute master and pcm and test again.
> >> >
> >>
> >> Did that and when I reboot the system, master is mute again.
> >>
> >> the output of the following command could be of interest:
> >>
> >> # /etc/init.d/alsa-utils restart
> >> Shutting down ALSA...amixer: Invalid command!
> >> done.
> >> Setting up ALSA...done.
> >
> > What tells:
> > # lsmod | grep snd
> > # alsactl init
> > ?
> >
>
> ~# lsmod | grep snd
> snd_powermac 49548 4
> snd_pcm_oss 45784 0
> snd_mixer_oss 21040 1 snd_pcm_oss
> snd_pcm 80484 2 snd_powermac,snd_pcm_oss
> snd_seq_midi 10576 0
> snd_rawmidi 27180 1 snd_seq_midi
> snd_seq_midi_event 10576 1 snd_seq_midi
> snd_seq 59096 2 snd_seq_midi,snd_seq_midi_event
> snd_timer 25828 2 snd_pcm,snd_seq
> snd_seq_device 11044 3 snd_seq_midi,snd_rawmidi,snd_seq
> snd 66880 16
> snd_powermac,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
> soundcore 10324 1 snd
> snd_page_alloc 13252 1 snd_pcm
Burgundy is supported by snd-powermac since ages...
> ~# alsactl init
> Unknown hardware: "PMac Burgundy" "PowerMac Burgundy" "" "" ""
> Hardware is initialized using a guess method
Well known, there is no database for powerpc hardware.
I guess you were using kmix or somethig like that to set up your
mixer. Alsa doesn't know these settings so it refused
/var/lib/alsa/asound.state. Please delete
/var/lib/alsa/asound.state, set your mixer with alsamixer, run
`alsactl store && invoke-rc.d alsa-utils restart` and check your
mixersetings again.
Elimar
--
BOFH excuse #30:
positron router malfunction
Subject: Re: Bug#527074: [alsa-utils] same thing on Powermac Burgundy
Date: Thu, 27 Aug 2009 09:32:24 -0300
2009/8/27 Elimar Riesebieter <[email protected]>:
> * Gunther Furtado <[email protected]> [090827 12:52]:
>> 2009/8/27, Elimar Riesebieter <[email protected]>:
>> > * Gunther Furtado <[email protected]> [090827 00:37]:
>> >> Hi,
>> >>
>> >> 2009/8/26, Elimar Riesebieter <[email protected]>:
>> > [...]
>> >> > And if you really have the same problem, fire up alsamixer, set
>> >> > channels , mixers etc, unmute master and pcm and test again.
>> >> >
>> >>
>> >> Did that and when I reboot the system, master is mute again.
>> >>
>> >> the output of the following command could be of interest:
>> >>
>> >> # /etc/init.d/alsa-utils restart
>> >> Shutting down ALSA...amixer: Invalid command!
>> >> done.
>> >> Setting up ALSA...done.
>> >
>> > What tells:
>> > # lsmod | grep snd
>> > # alsactl init
>> > ?
>> >
>>
>> ~# lsmod | grep snd
>> snd_powermac 49548 4
>> snd_pcm_oss 45784 0
>> snd_mixer_oss 21040 1 snd_pcm_oss
>> snd_pcm 80484 2 snd_powermac,snd_pcm_oss
>> snd_seq_midi 10576 0
>> snd_rawmidi 27180 1 snd_seq_midi
>> snd_seq_midi_event 10576 1 snd_seq_midi
>> snd_seq 59096 2 snd_seq_midi,snd_seq_midi_event
>> snd_timer 25828 2 snd_pcm,snd_seq
>> snd_seq_device 11044 3 snd_seq_midi,snd_rawmidi,snd_seq
>> snd 66880 16
>> snd_powermac,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
>> soundcore 10324 1 snd
>> snd_page_alloc 13252 1 snd_pcm
>
> Burgundy is supported by snd-powermac since ages...
>
>> ~# alsactl init
>> Unknown hardware: "PMac Burgundy" "PowerMac Burgundy" "" "" ""
>> Hardware is initialized using a guess method
> Well known, there is no database for powerpc hardware.
>
> I guess you were using kmix or somethig like that to set up your
> mixer. Alsa doesn't know these settings so it refused
> /var/lib/alsa/asound.state. Please delete
> /var/lib/alsa/asound.state, set your mixer with alsamixer, run
> `alsactl store && invoke-rc.d alsa-utils restart` and check your
> mixersetings again.
>
Thanks,
I'll try that when I get home.
cheers,
--
Gunther Furtado
Curitiba - Paraná - Brasil
[email protected]
"...agora, só nos sobrou o futuro...", visto em www.manuchao.net
Subject: Re: Bug#527074: [alsa-utils] same thing on Powermac Burgundy
Date: Thu, 27 Aug 2009 09:43:42 -0300
Hi,
I think I didn't explain properly why I added the info on this bug
report. First of all I understood you were looking for reports of
cards that presented the same pattern so I sent you my case.
I thought I was helping because it is a *new* behavior and the closest
thing I found on BTS was this.
Sorry to bother you,
--
Gunther Furtado
Curitiba - Paraná - Brasil
[email protected]
"...agora, só nos sobrou o futuro...", visto em www.manuchao.net
Acknowledgement sent
to Piotr Lewandowski <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Thu, 27 Aug 2009 15:39:15 GMT) (full text, mbox, link).
Subject: Re: Bug#527074: [alsa-utils] same thing on Powermac Burgundy
Date: Fri, 28 Aug 2009 14:28:42 -0300
Hi,
2009/8/27 Elimar Riesebieter <[email protected]>:
> * Gunther Furtado <[email protected]> [090827 12:52]:
>> 2009/8/27, Elimar Riesebieter <[email protected]>:
>> > * Gunther Furtado <[email protected]> [090827 00:37]:
>> >> Hi,
>> >>
>> >> 2009/8/26, Elimar Riesebieter <[email protected]>:
>> > [...]
>> >> > And if you really have the same problem, fire up alsamixer, set
>> >> > channels , mixers etc, unmute master and pcm and test again.
>> >> >
>> >>
>> >> Did that and when I reboot the system, master is mute again.
>> >>
>> >> the output of the following command could be of interest:
>> >>
>> >> # /etc/init.d/alsa-utils restart
>> >> Shutting down ALSA...amixer: Invalid command!
>> >> done.
>> >> Setting up ALSA...done.
>> >
>> > What tells:
>> > # lsmod | grep snd
>> > # alsactl init
>> > ?
>> >
>>
>> ~# lsmod | grep snd
>> snd_powermac 49548 4
>> snd_pcm_oss 45784 0
>> snd_mixer_oss 21040 1 snd_pcm_oss
>> snd_pcm 80484 2 snd_powermac,snd_pcm_oss
>> snd_seq_midi 10576 0
>> snd_rawmidi 27180 1 snd_seq_midi
>> snd_seq_midi_event 10576 1 snd_seq_midi
>> snd_seq 59096 2 snd_seq_midi,snd_seq_midi_event
>> snd_timer 25828 2 snd_pcm,snd_seq
>> snd_seq_device 11044 3 snd_seq_midi,snd_rawmidi,snd_seq
>> snd 66880 16
>> snd_powermac,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
>> soundcore 10324 1 snd
>> snd_page_alloc 13252 1 snd_pcm
>
> Burgundy is supported by snd-powermac since ages...
>
>> ~# alsactl init
>> Unknown hardware: "PMac Burgundy" "PowerMac Burgundy" "" "" ""
>> Hardware is initialized using a guess method
> Well known, there is no database for powerpc hardware.
>
> I guess you were using kmix or somethig like that to set up your
> mixer. Alsa doesn't know these settings so it refused
> /var/lib/alsa/asound.state. Please delete
> /var/lib/alsa/asound.state, set your mixer with alsamixer, run
> `alsactl store && invoke-rc.d alsa-utils restart` and check your
> mixersetings again.
>
They are mute again.
Let me tell something odd that is happening here that may help you (I
don't know). What has been troubling me is that, as I already told
you, when I reboot the system the master is mute and the volume is set
to 0%.
What is odd is if I close the kde session *and* restart the X11 the
mixer is not muted but the volume is set back to 0%.
I am telling you this because there may be two different causes to the behavior.
Gunther,
--
Gunther Furtado
Curitiba - Paraná - Brasil
[email protected]
"...agora, só nos sobrou o futuro...", visto em www.manuchao.net
Reply sent
to Jordi Mallach <[email protected]>:
You have taken responsibility.
(Thu, 17 Sep 2009 17:39:36 GMT) (full text, mbox, link).
Notification sent
to Piotr Lewandowski <[email protected]>:
Bug acknowledged by developer.
(Thu, 17 Sep 2009 17:39:36 GMT) (full text, mbox, link).
Source: alsa-utils
Source-Version: 1.0.21-1
We believe that the bug you reported is fixed in the latest version of
alsa-utils, which is due to be installed in the Debian FTP archive:
alsa-utils_1.0.21-1.diff.gz
to pool/main/a/alsa-utils/alsa-utils_1.0.21-1.diff.gz
alsa-utils_1.0.21-1.dsc
to pool/main/a/alsa-utils/alsa-utils_1.0.21-1.dsc
alsa-utils_1.0.21-1_i386.deb
to pool/main/a/alsa-utils/alsa-utils_1.0.21-1_i386.deb
alsa-utils_1.0.21.orig.tar.gz
to pool/main/a/alsa-utils/alsa-utils_1.0.21.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jordi Mallach <[email protected]> (supplier of updated alsa-utils package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 17 Sep 2009 18:47:21 +0200
Source: alsa-utils
Binary: alsa-utils
Architecture: source i386
Version: 1.0.21-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach <[email protected]>
Changed-By: Jordi Mallach <[email protected]>
Description:
alsa-utils - ALSA utilities
Closes: 445802523091527074540254544495544607
Changes:
alsa-utils (1.0.21-1) unstable; urgency=low
.
* New upstream release
+ mentions help key in alsamixer. (closes: #544495)
.
[ Elimar Riesebieter ]
* /usr/share/alsa/init/default:52: missing closing brace for format. Fixed by
a patch. Should be merged upstream for next version.
(closes: #523091, #527074, #540254, #544607)
* alsamixer/README isn't present anymore, so doesn't need to install.
* Build-Depends: replace libncurses5-dev with libncursesw5-dev.
(closes: #445802)
Checksums-Sha1:
bc6708a1aedbe62e54e7054889153f865d59adda 1495 alsa-utils_1.0.21-1.dsc
86ca3cb0af0ee5fce0b5a92bd56e9b32ee9adaec 1343561 alsa-utils_1.0.21.orig.tar.gz
d464c17170fff16fa2f1e9f3ba3f558100e02882 37041 alsa-utils_1.0.21-1.diff.gz
25a6128e83bf07c6b9609baea0db3c5537b49993 1096902 alsa-utils_1.0.21-1_i386.deb
Checksums-Sha256:
1bd2508eb0c7cacb549268db76b4fd0d4551f8cd725de60277eca81e2fdd1581 1495 alsa-utils_1.0.21-1.dsc
14273d9f807acc2751303547100d59bb6fe5156b3a31c788a39b3279a0c5d0a4 1343561 alsa-utils_1.0.21.orig.tar.gz
3168296fa844c5cdd2b7ce67631a327b0442a28ce88babfc5e143d07f1794611 37041 alsa-utils_1.0.21-1.diff.gz
08207adba87ce4c94a307ed1180e9f0be57f353941e8cb5f942b444d96d66e13 1096902 alsa-utils_1.0.21-1_i386.deb
Files:
ea8a4940570474a537d018365b9fef6c 1495 sound optional alsa-utils_1.0.21-1.dsc
1a08297fc0883ecbfdf0d1c289f294fe 1343561 sound optional alsa-utils_1.0.21.orig.tar.gz
3a7010dec2909cb33e539cfb349683af 37041 sound optional alsa-utils_1.0.21-1.diff.gz
7dbca60b2b9783710cd1433d817d1ae8 1096902 sound optional alsa-utils_1.0.21-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqyayUACgkQJYSUupF6Il4NGACeJKrtBIZpHuKmb9Q5CUnjfqd5
q9YAoNO157fOLxG6srtOUHhc6QIlCNDF
=XLhG
-----END PGP SIGNATURE-----
Acknowledgement sent
to Elimar Riesebieter <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Fri, 18 Sep 2009 17:21:07 GMT) (full text, mbox, link).
* Piotr Lewandowski [090827 17:30 +0200]
> * Elimar Riesebieter <[email protected]>, 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=hp
> >###
> I'm afraid that it didn't work.
>
> #v+
> # cat /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=hp
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
######
[0] http://lists.debian.org/debian-user/2009/09/msg01278.html
Elimar
--
Experience is something you don't get until
just after you need it!
Acknowledgement sent
to Piotr Lewandowski <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Fri, 18 Sep 2009 20:15:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Elimar Riesebieter <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Fri, 18 Sep 2009 20:30:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Piotr Lewandowski <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Fri, 25 Sep 2009 19:03:03 GMT) (full text, mbox, link).
Hi alsa-devel@!
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 you have any ideas how to fix that?
Here is some basic info about my hardware:
#v+
$ lspci -v | sed -ne '/Audio/,/^$/p'
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
Definition Audio Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 30a2
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f4580000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.18a.
$ cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xf4580000 irq 16
$ lsmod | grep snd
snd_hda_codec_si3054 3920 1
snd_hda_codec_analog 53708 1
snd_hda_intel 22092 0
snd_hda_codec 58808 3 snd_hda_codec_si3054,snd_hda_codec_analog,snd_hda_intel
snd_hwdep 6000 1 snd_hda_codec
snd_pcm 62708 3 snd_hda_codec_si3054,snd_hda_intel,snd_hda_codec
snd_seq 42120 0
snd_timer 17808 2 snd_pcm,snd_seq
snd_seq_device 6108 1 snd_seq
snd 48420 9 snd_hda_codec_si3054,snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore 6204 1 snd
snd_page_alloc 8036 2 snd_hda_intel,snd_pcm
#v-
Notes from the battlefield can be found at Debian BTS #527074[1].
[1] http://bugs.debian.org/527074
Thanks for your help!
Regards,
--
Piotr Lewandowski
Acknowledgement sent
to Elimar Riesebieter <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Sat, 26 Sep 2009 04:03:06 GMT) (full text, mbox, link).
* Piotr Lewandowski [090925 20:54 +0200]
> Hi alsa-devel@!
>
> 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 you have any ideas how to fix that?
>
> Here is some basic info about my hardware:
>
> #v+
> $ lspci -v | sed -ne '/Audio/,/^$/p'
> 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
> Definition Audio Controller (rev 01)
> Subsystem: Hewlett-Packard Company Device 30a2
> Flags: bus master, fast devsel, latency 0, IRQ 16
> Memory at f4580000 (64-bit, non-prefetchable) [size=16K]
> Capabilities: <access denied>
> Kernel driver in use: HDA Intel
>
> $ cat /proc/asound/version
> Advanced Linux Sound Architecture Driver Version 1.0.18a.
1. It would be an option to insert:
'echo option "snd-hda-intel enable_msi=1"' >> /etc/modprobe.d/local.conf
2. It is a good idea to update to alsa-source 1.0.21-2 and build biuld
your driver up from there.
Elimar
--
Never make anything simple and efficient when a way
can be found to make it complex and wonderful ;-)
Acknowledgement sent
to [email protected] (Apache):
Extra info received and forwarded to list. Copy sent to Debian ALSA Maintainers <[email protected]>.
(Tue, 11 Apr 2017 08:48:03 GMT) (full text, mbox, link).
Dear Customer,
UPS courier was unable to contact you for your parcel delivery.
Postal label is enclosed to this e-mail. Please check the attachment!
Thank you for making business with us,
Travis Jackson,
UPS Mail Delivery Clerk.
Debbugs is free software and licensed under the terms of the GNU General
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.