Re: How to unmute the sound?
Hi, I had the same problem (this time with an ASUS A8F laptop) but I managed to fix it by passing the model option to modprobe. Maybe you should try again with kernel 2.6.25 (it's now in unstable), I saw that there is a new model name for your codec chip (STAC9205): STAC9205/9254 ref Reference board dell-m42 Dell (unknown) dell-m43 Dell Precision dell-m44 Dell Inspiron Just for the record, this is what I did: Sound always worked fine until one of the last week upgrades to unstable/experimental, so the first thing was to determine the codec chip used in my laptop: $ tail -n 2 /proc/asound/oss/sndstat Mixers: 0: Analog Devices AD1986A Then I checked the the ALSA-Configuration.txt for the possible model names for the AD1986A codec chip and after a few cycles of: modprobe -r snd-hda-intel modprobe snd-hda-intel model=... alsamixer speaker-test -t wav -D plug:front -c2 -l2 I found that the right model name was laptop-eapd, so finally I added the following line to the /etc/modprobe.d/alsa-base: options snd-hda-intel model=laptop-eapd On Mon, Feb 18, 2008 at 6:56 AM, Michael Yang <[EMAIL PROTECTED]> wrote: > > I have upgraded the dist to 2.6.24-1-686, the problem still exists. > > I tried the ways I can do to install the driver successfully, but still has > no sound to output. > > - I downloaded the latest alsa driver 1.16 and it's compiled successfully, > and the alsa-lib alsa-util can be installed without problems, the volume can > be ajusted well, mute or unmute ok. > - use "m-a a-i alsa-source" to compile the driver and install it. > > But no sound to output. > > It's suffering me a lot. I tried to load the module using " modprobe > snd-hda-intel model=dell-m44" or "m42", it can't solve the problem. Whenever > opening the audio file, it returns the alsa lib error and errors like "no > sound card found": > [AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card '0' > [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function > snd_func_card_driver returned error: No such file or directory > [AO_ALSA] alsa-lib: confmisc.c:392:(snd_func_concat) error evaluating strings > [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function > snd_func_concat returned error: No such file or directory > [AO_ALSA] alsa-lib: confmisc.c:1251:(snd_func_refer) error evaluating name > [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function > snd_func_refer returned error: No such file or directory > [AO_ALSA] alsa-lib: conf.c:3985:(snd_config_expand) Evaluate error: No such > file or directory > [AO_ALSA] alsa-lib: pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default > [AO_ALSA] Playback open error: No such file or directory > Could not open/initialize audio device -> no sound. > > Also the output of "aplay -l" returns the following errors: > aplay: device_list:205: no soundcards found... > > But seems the driver has been loaded and sound card can be detected, it's > confused. > > Here is some relevant info: > [EMAIL PROTECTED]:~$ lsmod | grep snd > snd_hda_intel 302236 0 > snd_pcm_oss38496 0 > snd_mixer_oss 15712 1 snd_pcm_oss > snd_pcm69924 2 snd_hda_intel,snd_pcm_oss > snd_timer 21732 1 snd_pcm > snd_page_alloc 10056 2 snd_hda_intel,snd_pcm > snd_hwdep 8868 1 snd_hda_intel > snd50196 6 > snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep > soundcore 7552 1 snd > > [EMAIL PROTECTED]:~$ lspci | grep Audio > 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio > Controller (rev 02) > > [EMAIL PROTECTED]:~$ head -1 /proc/asound/card0/codec#0 > Codec: SigmaTel STAC9205 > > [EMAIL PROTECTED]:~$ cat /proc/asound/cards > 0 [Intel ]: HDA-Intel - HDA Intel > HDA Intel at 0xfebfc000 irq 20 > > [EMAIL PROTECTED]:~$ uname -r > 2.6.24-1-686 > > [EMAIL PROTECTED]:~$ dpkg -l *alsa* > Desired=Unknown/Install/Remove/Purge/Hold > | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed > |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: > uppercase=bad) > ||/ Name VersionDescription > +++-==-==- > un alsa(no description available) > ii alsa-base 1.0.15-4 ALSA driver configuration > files > pn alsa-firmware-loaders (no description available) > pn alsa-modules-2.6.22-2- (no description available) > pn alsa-modules-2.6.22-3- (no description available) > ii alsa-oss 1.0.15-1 ALSA wrapper for OSS > applications > pn alsa-source (no description available) > ii alsa-utils 1.0.15-3 ALSA utilities > pn alsamixerg
Re: How to unmute the sound?
On Tue, 19 Feb 2008 10:49:48 +0100 Michelle Konzack <[EMAIL PROTECTED]> wrote: > Am 2008-02-17 11:36:30, schrieb Kushal Kumaran: > > > > > Do you get sound output if you plug in speakers or headphones into > > the headphone jack? I had a problem with my Dell Vostro 1400, > > where the > > No, here nothing... "headphone" and "lineout". > > > laptop's internal speakers didn't output sound, but the headphone > > jack > > We have already tried it. > > > worked fine. Supplying the model=5stack option to the snd-hda-intel > > module fixed the problem for me. There could be something similar > > for your particular model... > > Any ideas for nVidia Sound? > Sorry, I'm out of ideas. -- Kushal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
Am 2008-02-17 11:36:30, schrieb Kushal Kumaran: > On Sat, 16 Feb 2008 23:44:36 +0100 > Richard Lyons <[EMAIL PROTECTED]> wrote: > > > On Fri, Feb 15, 2008 at 08:56:01AM +0100, Michelle Konzack wrote: > > > > > Am 2008-02-13 10:05:43, schrieb Michael Yang: > > > > Yes. I tried to recompile because of missing sound suddenly for > > > > unknown reason. > > > > > > > > When I was recompiling the alsa-driver, it told me that the sound > > > > is unmated by default. After finished installing the driver again > > > > (without checking if sound is muted or unmated), when using > > > > "alsactl store", it returns that "no sound card found". But the > > > > sound card is indeed there by "lspci". > > > > > > > > In alsamixer, there's no "MM" for each volume bars. I have tried > > > > to ajust and switch mute mode, it works pretty well. But no sound > > > > output. I don't know why! > > > > > > I have an nNidia Sound in a Laptop (Acer Aspire 7720) and have > > > exactly the same problem with the exception, that I have ONLY a > > > "Master" and "Balance" and not more. The Maser is unmuted but no > > > sound, while "cdcd" is playing fine the CD inserted... > > > > FWIW, I have the same problem on an Acer Aspire 1640Z. Onboard sound > > card is in my case listed as > > Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High > > Definition Audio Controller (rev 04) > > but the rest seems identical. It plays normally with 'doze, so not a > > hardware issue. > > > > Someone on debian-laptop suggested getting a usb soundcard and > > sidestepping the problem (blacklisting the normal soundcard modules). > > Seems an untidy solution, but may be the only one... > > > > Do you get sound output if you plug in speakers or headphones into the > headphone jack? I had a problem with my Dell Vostro 1400, where the No, here nothing... "headphone" and "lineout". > laptop's internal speakers didn't output sound, but the headphone jack We have already tried it. > worked fine. Supplying the model=5stack option to the snd-hda-intel > module fixed the problem for me. There could be something similar for > your particular model... Any ideas for nVidia Sound? Thanks, Greetings and nice Day Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant # Michelle Konzack Apt. 917 ICQ #328449886 +49/177/935194750, rue de Soultz MSN LinuxMichi +33/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com) signature.pgp Description: Digital signature
Re: How to unmute the sound?
I have upgraded the dist to 2.6.24-1-686, the problem still exists. I tried the ways I can do to install the driver successfully, but still has no sound to output. - I downloaded the latest alsa driver 1.16 and it's compiled successfully, and the alsa-lib alsa-util can be installed without problems, the volume can be ajusted well, mute or unmute ok. - use "m-a a-i alsa-source" to compile the driver and install it. But no sound to output. It's suffering me a lot. I tried to load the module using " modprobe snd-hda-intel model=dell-m44" or "m42", it can't solve the problem. Whenever opening the audio file, it returns the alsa lib error and errors like "no sound card found": [AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card '0' [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory [AO_ALSA] alsa-lib: confmisc.c:392:(snd_func_concat) error evaluating strings [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory [AO_ALSA] alsa-lib: confmisc.c:1251:(snd_func_refer) error evaluating name [AO_ALSA] alsa-lib: conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory [AO_ALSA] alsa-lib: conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory [AO_ALSA] alsa-lib: pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default [AO_ALSA] Playback open error: No such file or directory Could not open/initialize audio device -> no sound. Also the output of "aplay -l" returns the following errors: aplay: device_list:205: no soundcards found... But seems the driver has been loaded and sound card can be detected, it's confused. Here is some relevant info: [EMAIL PROTECTED]:~$ lsmod | grep snd snd_hda_intel 302236 0 snd_pcm_oss38496 0 snd_mixer_oss 15712 1 snd_pcm_oss snd_pcm69924 2 snd_hda_intel,snd_pcm_oss snd_timer 21732 1 snd_pcm snd_page_alloc 10056 2 snd_hda_intel,snd_pcm snd_hwdep 8868 1 snd_hda_intel snd50196 6 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep soundcore 7552 1 snd [EMAIL PROTECTED]:~$ lspci | grep Audio 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) [EMAIL PROTECTED]:~$ head -1 /proc/asound/card0/codec#0 Codec: SigmaTel STAC9205 [EMAIL PROTECTED]:~$ cat /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xfebfc000 irq 20 [EMAIL PROTECTED]:~$ uname -r 2.6.24-1-686 [EMAIL PROTECTED]:~$ dpkg -l *alsa* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDescription +++-==-==- un alsa(no description available) ii alsa-base 1.0.15-4 ALSA driver configuration files pn alsa-firmware-loaders (no description available) pn alsa-modules-2.6.22-2- (no description available) pn alsa-modules-2.6.22-3- (no description available) ii alsa-oss 1.0.15-1 ALSA wrapper for OSS applications pn alsa-source (no description available) ii alsa-utils 1.0.15-3 ALSA utilities pn alsamixergui(no description available) ii gstreamer0.10-alsa 0.10.17-2 GStreamer plugin for ALSA un libarts-alsa(no description available) un libesd-alsa0(no description available) ii libsdl1.2debian-alsa 1.2.13-2 Simple DirectMedia Layer (with X11 and ALSA options) pn libwine-alsa(no description available) pn xfce4-mixer-alsa(no description available) pn xmms2-plugin-alsa (no description available) Could anybody instruct what could I do to fix the problem? Thanks a lot! On Feb 16, 2008 10:46 AM, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > Hey Michael, I'm not qualified to help solve this problem and can only > help you ask the right questions (which is why I didn't respond to > your response to my questions...). > > here's a link of interest: > > https://bugs.launchpad.net/ubuntu/+bug/122560 > > there is some interesting discussion of potential problems that might > steer you in the right direction. > > On Fri, Feb 15, 2008 at 08:00:48PM -0500, Michael Yang wrote: > > Here is the error message when I open the audio file: > > > > [AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card '0' > > [AO_ALSA] alsa-l
Re: How to unmute the sound?
On Sun, Feb 17, 2008 at 09:33:14PM +0530, Kushal Kumaran wrote: > On Sun, 17 Feb 2008 16:25:50 +0100 > Richard Lyons <[EMAIL PROTECTED]> wrote: > > > On Sun, Feb 17, 2008 at 06:11:52PM +0530, Kushal Kumaran wrote: > > > > > On Sun, 17 Feb 2008 12:39:12 +0100 > > > Richard Lyons <[EMAIL PROTECTED]> wrote: > > [...] > > > > > > > How do you supply options to modules? I could try it anyway. > > > > > > > > > > You add them to your modprobe command line, like so: > > > modprobe snd-hda-intel model=5stack > > > > > > There is a list of supported models in > > > Documentation/sound/alsa/ALSA-Configuration.txt in the linux source > > > distribution. I found an online copy at > > > http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt > > > > Ok. My model number is not listed, but the only likely ones listed > > are model=acer and model=acer-laptop. I assume I need to restart > > alsa after each experimental modprobe. Or do I have to remove the > > existing module first, or what? > > > > You'll have to remove the module first, using modprobe -r. Then reload > the module with modprobe snd-hda-intel model= Oh thanks Kushal. I'd worked that out in the mean time, and tried what looked most likely. Only then did I discover in dmesg this: hda_codec: Unknown model for ALC882, trying auto-probe from BIOS... So now I know the model name and can see the known options from the URL you gave me. The obvious one there was 3stack-dig 3-jack with SPDIF I/O simply on the basis that I have three jacks on the front of the laptop. I have no idea what SPDIF I/O is, but I tried it anyway, and alsamixer then failed to load, saying: alsamixer: function snd_mixer_load failed: Invalid argument So that was a no. I suppose I can try all the alternatives, I guess it an't do any harm. There are only 9 more listed, though most sound wrong. -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
On Sun, Feb 17, 2008 at 04:25:50PM +0100, Richard Lyons wrote: > On Sun, Feb 17, 2008 at 06:11:52PM +0530, Kushal Kumaran wrote: > > > On Sun, 17 Feb 2008 12:39:12 +0100 > > Richard Lyons <[EMAIL PROTECTED]> wrote: > [...] > > > > > How do you supply options to modules? I could try it anyway. > > > > > > > You add them to your modprobe command line, like so: > > modprobe snd-hda-intel model=5stack > > > > There is a list of supported models in > > Documentation/sound/alsa/ALSA-Configuration.txt in the linux source > > distribution. I found an online copy at > > http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt > > Ok. My model number is not listed, but the only likely ones listed are > model=acer and model=acer-laptop. I assume I need to restart alsa after > each experimental modprobe. Or do I have to remove the existing module > first, or what? Answering myself: What I've tried is 'modprobe -r snd-hda-intel' followed by 'modprobe snd-hda-intel model=acer'. And the same for the other one, (which is acer-aspire not acer-laptop BTW). In each case unmuted 'Front' and put volumes up etc in alsamixer. But Amarok plays cds as silently as ever, with or without the headphones. So that doesn't solve it. -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
On Sun, 17 Feb 2008 16:25:50 +0100 Richard Lyons <[EMAIL PROTECTED]> wrote: > On Sun, Feb 17, 2008 at 06:11:52PM +0530, Kushal Kumaran wrote: > > > On Sun, 17 Feb 2008 12:39:12 +0100 > > Richard Lyons <[EMAIL PROTECTED]> wrote: > [...] > > > > > How do you supply options to modules? I could try it anyway. > > > > > > > You add them to your modprobe command line, like so: > > modprobe snd-hda-intel model=5stack > > > > There is a list of supported models in > > Documentation/sound/alsa/ALSA-Configuration.txt in the linux source > > distribution. I found an online copy at > > http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt > > Ok. My model number is not listed, but the only likely ones listed > are model=acer and model=acer-laptop. I assume I need to restart > alsa after each experimental modprobe. Or do I have to remove the > existing module first, or what? > You'll have to remove the module first, using modprobe -r. Then reload the module with modprobe snd-hda-intel model= > > If you can get it working with one of these options, you can set up > > the defaults options in one of the files in /etc/modprobe.d/ > > (alsa-base, I think, but I'm not sure). > > Looks as though alsa-base expects an environment variable > $CMDLINE_OPTS to be set first. I wonder how to get that to happen... > See the manpage of modprobe.conf for what that variable does. You don't have to worry about it when adding your entry into alsa-base. -- Kushal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
On Sun, Feb 17, 2008 at 06:11:52PM +0530, Kushal Kumaran wrote: > On Sun, 17 Feb 2008 12:39:12 +0100 > Richard Lyons <[EMAIL PROTECTED]> wrote: [...] > > > How do you supply options to modules? I could try it anyway. > > > > You add them to your modprobe command line, like so: > modprobe snd-hda-intel model=5stack > > There is a list of supported models in > Documentation/sound/alsa/ALSA-Configuration.txt in the linux source > distribution. I found an online copy at > http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt Ok. My model number is not listed, but the only likely ones listed are model=acer and model=acer-laptop. I assume I need to restart alsa after each experimental modprobe. Or do I have to remove the existing module first, or what? > If you can get it working with one of these options, you can set up > the defaults options in one of the files in /etc/modprobe.d/ > (alsa-base, I think, but I'm not sure). Looks as though alsa-base expects an environment variable $CMDLINE_OPTS to be set first. I wonder how to get that to happen... -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
On Sun, 17 Feb 2008 12:39:12 +0100 Richard Lyons <[EMAIL PROTECTED]> wrote: > > Richard Lyons <[EMAIL PROTECTED]> wrote: > > > > > > > > FWIW, I have the same problem on an Acer Aspire 1640Z. Onboard > > > sound card is in my case listed as > > > Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High > > > Definition Audio Controller (rev 04) > > > but the rest seems identical. It plays normally with 'doze, so > > > not a hardware issue. > > > > > > Someone on debian-laptop suggested getting a usb soundcard and > > > sidestepping the problem (blacklisting the normal soundcard > > > modules). Seems an untidy solution, but may be the only one... > > > > > > > Do you get sound output if you plug in speakers or headphones into > > the headphone jack? I had a problem with my Dell Vostro 1400, > > where the laptop's internal speakers didn't output sound, but the > > headphone jack worked fine. Supplying the model=5stack option to > > the snd-hda-intel module fixed the problem for me. There could be > > something similar for your particular model... > > I have just tried with the speakers from my mp3 player. Nothing :-( > > How do you supply options to modules? I could try it anyway. > You add them to your modprobe command line, like so: modprobe snd-hda-intel model=5stack There is a list of supported models in Documentation/sound/alsa/ALSA-Configuration.txt in the linux source distribution. I found an online copy at http://www.mjmwired.net/kernel/Documentation/sound/alsa/ALSA-Configuration.txt If you can get it working with one of these options, you can set up the defaults options in one of the files in /etc/modprobe.d/ (alsa-base, I think, but I'm not sure). HTH -- Kushal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
On Sun, Feb 17, 2008 at 11:49:37AM +0200, Andrei Popescu wrote: > On Sat, Feb 16, 2008 at 11:44:36PM +0100, Richard Lyons wrote: > > > FWIW, I have the same problem on an Acer Aspire 1640Z. Onboard sound > > card is in my case listed as > > Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition > > Audio Controller (rev 04) > > but the rest seems identical. It plays normally with 'doze, so not a > > hardware issue. > > I don't have the same card, but I have to *mute* the "Headphone Jack > Sense" in order to get sound. I don't see any "Headphone Jack·Sense" anywhere in alsamixer. I have heard of this issue before, but this set of modules doesn't seem to give that option. The modules I have loded are: snd_hda_intel 17140 5 snd_hda_codec 126496 1 snd_hda_intel snd_pcm_oss35968 0 snd_mixer_oss 15872 1 snd_pcm_oss snd_pcm74532 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss snd_timer 20836 2 snd_pcm snd48100 14 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer soundcore 9216 1 snd snd_page_alloc 9512 2 snd_hda_intel,snd_pcm -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
> Richard Lyons <[EMAIL PROTECTED]> wrote: > > > > > FWIW, I have the same problem on an Acer Aspire 1640Z. Onboard sound > > card is in my case listed as > > Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High > > Definition Audio Controller (rev 04) > > but the rest seems identical. It plays normally with 'doze, so not a > > hardware issue. > > > > Someone on debian-laptop suggested getting a usb soundcard and > > sidestepping the problem (blacklisting the normal soundcard modules). > > Seems an untidy solution, but may be the only one... > > > > Do you get sound output if you plug in speakers or headphones into the > headphone jack? I had a problem with my Dell Vostro 1400, where the > laptop's internal speakers didn't output sound, but the headphone jack > worked fine. Supplying the model=5stack option to the snd-hda-intel > module fixed the problem for me. There could be something similar for > your particular model... I have just tried with the speakers from my mp3 player. Nothing :-( How do you supply options to modules? I could try it anyway. -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
On Sat, Feb 16, 2008 at 11:44:36PM +0100, Richard Lyons wrote: > FWIW, I have the same problem on an Acer Aspire 1640Z. Onboard sound > card is in my case listed as > Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition > Audio Controller (rev 04) > but the rest seems identical. It plays normally with 'doze, so not a > hardware issue. I don't have the same card, but I have to *mute* the "Headphone Jack Sense" in order to get sound. Regards, Andrei -- If you can't explain it simply, you don't understand it well enough. (Albert Einstein) signature.asc Description: Digital signature
Re: How to unmute the sound?
On Sat, 16 Feb 2008 23:44:36 +0100 Richard Lyons <[EMAIL PROTECTED]> wrote: > On Fri, Feb 15, 2008 at 08:56:01AM +0100, Michelle Konzack wrote: > > > Am 2008-02-13 10:05:43, schrieb Michael Yang: > > > Yes. I tried to recompile because of missing sound suddenly for > > > unknown reason. > > > > > > When I was recompiling the alsa-driver, it told me that the sound > > > is unmated by default. After finished installing the driver again > > > (without checking if sound is muted or unmated), when using > > > "alsactl store", it returns that "no sound card found". But the > > > sound card is indeed there by "lspci". > > > > > > In alsamixer, there's no "MM" for each volume bars. I have tried > > > to ajust and switch mute mode, it works pretty well. But no sound > > > output. I don't know why! > > > > I have an nNidia Sound in a Laptop (Acer Aspire 7720) and have > > exactly the same problem with the exception, that I have ONLY a > > "Master" and "Balance" and not more. The Maser is unmuted but no > > sound, while "cdcd" is playing fine the CD inserted... > > FWIW, I have the same problem on an Acer Aspire 1640Z. Onboard sound > card is in my case listed as > Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High > Definition Audio Controller (rev 04) > but the rest seems identical. It plays normally with 'doze, so not a > hardware issue. > > Someone on debian-laptop suggested getting a usb soundcard and > sidestepping the problem (blacklisting the normal soundcard modules). > Seems an untidy solution, but may be the only one... > Do you get sound output if you plug in speakers or headphones into the headphone jack? I had a problem with my Dell Vostro 1400, where the laptop's internal speakers didn't output sound, but the headphone jack worked fine. Supplying the model=5stack option to the snd-hda-intel module fixed the problem for me. There could be something similar for your particular model... -- Kushal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
On Fri, Feb 15, 2008 at 08:56:01AM +0100, Michelle Konzack wrote: > Am 2008-02-13 10:05:43, schrieb Michael Yang: > > Yes. I tried to recompile because of missing sound suddenly for unknown > > reason. > > > > When I was recompiling the alsa-driver, it told me that the sound is unmated > > by default. After finished installing the driver again (without checking if > > sound is muted or unmated), when using "alsactl store", it returns that "no > > sound card found". But the sound card is indeed there by "lspci". > > > > In alsamixer, there's no "MM" for each volume bars. I have tried to ajust > > and switch mute mode, it works pretty well. But no sound output. I don't > > know why! > > I have an nNidia Sound in a Laptop (Acer Aspire 7720) and have exactly > the same problem with the exception, that I have ONLY a "Master" and > "Balance" and not more. The Maser is unmuted but no sound, while "cdcd" > is playing fine the CD inserted... FWIW, I have the same problem on an Acer Aspire 1640Z. Onboard sound card is in my case listed as Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04) but the rest seems identical. It plays normally with 'doze, so not a hardware issue. Someone on debian-laptop suggested getting a usb soundcard and sidestepping the problem (blacklisting the normal soundcard modules). Seems an untidy solution, but may be the only one... -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
Hey Michael, I'm not qualified to help solve this problem and can only help you ask the right questions (which is why I didn't respond to your response to my questions...). here's a link of interest: https://bugs.launchpad.net/ubuntu/+bug/122560 there is some interesting discussion of potential problems that might steer you in the right direction. On Fri, Feb 15, 2008 at 08:00:48PM -0500, Michael Yang wrote: > Here is the error message when I open the audio file: > > [AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card '0' > [AO_ALSA] alsa-lib: conf.c:3510:(_snd_config_evaluate) function > snd_func_card_driver returned error: No such device ... these (and subsequent errors) say that the hardware has not been detected properly. > > I have tried uninstall alsa driver and re-compile and reinstalled it for > several times, the problem still exists. stop installing non-debian stuff or you'll likely not get help. Totally remove all the non-debian stuff. reinstall the kernel and see what happens. BTW, what kernel are you running? what alsa pakages are installed? dpkg -l \*alsa\* Finally, you claim that it suddenly stopped working for no reason. Well, there must be some reason. Did you upgrade anything? Install or remove any packages? I'll leave the stuff below for reference. A ... > > > > > the output of "lsmod | grep snd": > > > > > > snd_hda_intel 310460 0 > > > snd_pcm_oss38720 0 > > > snd_mixer_oss 15840 1 snd_pcm_oss > > > snd_pcm70116 2 snd_hda_intel,snd_pcm_oss > > > > > > > > > snd_timer 21732 1 snd_pcm > > > snd_page_alloc 10056 2 snd_hda_intel,snd_pcm > > > snd_hwdep 8868 1 snd_hda_intel > > > snd50100 6 > > > snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep > > > > > > > > > soundcore 7520 1 snd > > > > > > relevant portion of lspci: > > > > > > 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory > > > Controller Hub (rev 0c) > > > 00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI > > > Express Root Port (rev 0c) > > > > > > > > > 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > > > Contoller #4 (rev 02) > > > 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > > > Controller #5 (rev 02) > > > 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI > > > Controller #2 (rev 02) > > > > > > > > > 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio > > > Controller (rev 02) > > > 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express > > > Port 1 (rev 02) > > > 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express > > > Port 2 (rev 02) > > > > > > > > > 00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express > > > Port 6 (rev 02) > > > signature.asc Description: Digital signature
Re: How to unmute the sound?
Am 2008-02-13 10:05:43, schrieb Michael Yang: > Yes. I tried to recompile because of missing sound suddenly for unknown > reason. > > When I was recompiling the alsa-driver, it told me that the sound is unmated > by default. After finished installing the driver again (without checking if > sound is muted or unmated), when using "alsactl store", it returns that "no > sound card found". But the sound card is indeed there by "lspci". > > In alsamixer, there's no "MM" for each volume bars. I have tried to ajust > and switch mute mode, it works pretty well. But no sound output. I don't > know why! I have an nNidia Sound in a Laptop (Acer Aspire 7720) and have exactly the same problem with the exception, that I have ONLY a "Master" and "Balance" and not more. The Maser is unmuted but no sound, while "cdcd" is playing fine the CD inserted... Even "aplay some_wave.wav" is playing nicely and show details but there is NO Sound... :-( Thanks, Greetings and nice Day Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant # Michelle Konzack Apt. 917 ICQ #328449886 +49/177/935194750, rue de Soultz MSN LinuxMichi +33/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com) signature.pgp Description: Digital signature
Re: How to unmute the sound?
Here is the error message when I open the audio file: [AO_ALSA] alsa-lib: confmisc.c:768:(parse_card) cannot find card '0' [AO_ALSA] alsa-lib: conf.c:3510:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device [AO_ALSA] alsa-lib: confmisc.c:392:(snd_func_concat) error evaluating strings [AO_ALSA] alsa-lib: conf.c:3510:(_snd_config_evaluate) function snd_func_concat returned error: No such device [AO_ALSA] alsa-lib: confmisc.c:1251:(snd_func_refer) error evaluating name [AO_ALSA] alsa-lib: conf.c:3510:(_snd_config_evaluate) function snd_func_refer returned error: No such device [AO_ALSA] alsa-lib: conf.c:3982:(snd_config_expand) Evaluate error: No such device [AO_ALSA] alsa-lib: pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default [AO_ALSA] Playback open error: No such device Could not open/initialize audio device -> no sound. I have tried uninstall alsa driver and re-compile and reinstalled it for several times, the problem still exists. Could any one help? Thanks. On Fri, Feb 15, 2008 at 1:48 PM, Michael Yang <[EMAIL PROTECTED]> wrote: > Is there anything wrong in the output? > > > > On Wed, Feb 13, 2008 at 6:50 PM, Michael Yang <[EMAIL PROTECTED]> > wrote: > > > the output of "lsmod | grep snd": > > > > snd_hda_intel 310460 0 > > snd_pcm_oss38720 0 > > snd_mixer_oss 15840 1 snd_pcm_oss > > snd_pcm70116 2 snd_hda_intel,snd_pcm_oss > > > > > > snd_timer 21732 1 snd_pcm > > snd_page_alloc 10056 2 snd_hda_intel,snd_pcm > > snd_hwdep 8868 1 snd_hda_intel > > snd50100 6 > > snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep > > > > > > soundcore 7520 1 snd > > > > relevant portion of lspci: > > > > 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory > > Controller Hub (rev 0c) > > 00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express > > Root Port (rev 0c) > > > > > > 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > > Contoller #4 (rev 02) > > 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > > Controller #5 (rev 02) > > 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI > > Controller #2 (rev 02) > > > > > > 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio > > Controller (rev 02) > > 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port > > 1 (rev 02) > > 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port > > 2 (rev 02) > > > > > > 00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port > > 6 (rev 02) > > > > Thanks a lot. > > > > On Feb 13, 2008 10:14 AM, Andrew Sackville-West < > > [EMAIL PROTECTED]> wrote: > > > > > On Wed, Feb 13, 2008 at 10:05:43AM -0500, Michael Yang wrote: > > > > Yes. I tried to recompile because of missing sound suddenly for > > > unknown > > > > reason. > > > > > > probably you should have tried to solve this problem instead of > > > creating a new problem over the top. Whatever caused the first problem > > > is still around and may be the reason your recompiled drivers aren't > > > working. > > > > > > > > > > > When I was recompiling the alsa-driver, it told me that the sound is > > > unmated > > > > by default. After finished installing the driver again (without > > > checking if > > > > sound is muted or unmated), when using "alsactl store", it returns > > > that "no > > > > sound card found". But the sound card is indeed there by "lspci". > > > > > > please provide the output of > > > > > > lsmod | grep snd > > > > > > and the relevant portion of > > > > > > lspci > > > > > > A > > > > > > -BEGIN PGP SIGNATURE- > > > Version: GnuPG v1.4.6 (GNU/Linux) > > > > > > iD8DBQFHswlhaIeIEqwil4YRAsq4AKCeMJzsxo1OiO5IR2xuUyh/7gCBKACbBjgz > > > TlPE2AmPUrYfYMHlZSPqMg8= > > > =caqJ > > > -END PGP SIGNATURE- > > > > > > > > >
Re: How to unmute the sound?
Is there anything wrong in the output? On Wed, Feb 13, 2008 at 6:50 PM, Michael Yang <[EMAIL PROTECTED]> wrote: > the output of "lsmod | grep snd": > > snd_hda_intel 310460 0 > snd_pcm_oss38720 0 > snd_mixer_oss 15840 1 snd_pcm_oss > snd_pcm70116 2 snd_hda_intel,snd_pcm_oss > > snd_timer 21732 1 snd_pcm > snd_page_alloc 10056 2 snd_hda_intel,snd_pcm > snd_hwdep 8868 1 snd_hda_intel > snd50100 6 > snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep > > soundcore 7520 1 snd > > relevant portion of lspci: > > 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory > Controller Hub (rev 0c) > 00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express > Root Port (rev 0c) > > 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Contoller #4 (rev 02) > 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Controller #5 (rev 02) > 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI > Controller #2 (rev 02) > > 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio > Controller (rev 02) > 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 > (rev 02) > 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 > (rev 02) > > 00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 > (rev 02) > > Thanks a lot. > > On Feb 13, 2008 10:14 AM, Andrew Sackville-West < > [EMAIL PROTECTED]> wrote: > > > On Wed, Feb 13, 2008 at 10:05:43AM -0500, Michael Yang wrote: > > > Yes. I tried to recompile because of missing sound suddenly for > > unknown > > > reason. > > > > probably you should have tried to solve this problem instead of > > creating a new problem over the top. Whatever caused the first problem > > is still around and may be the reason your recompiled drivers aren't > > working. > > > > > > > > When I was recompiling the alsa-driver, it told me that the sound is > > unmated > > > by default. After finished installing the driver again (without > > checking if > > > sound is muted or unmated), when using "alsactl store", it returns > > that "no > > > sound card found". But the sound card is indeed there by "lspci". > > > > please provide the output of > > > > lsmod | grep snd > > > > and the relevant portion of > > > > lspci > > > > A > > > > -BEGIN PGP SIGNATURE- > > Version: GnuPG v1.4.6 (GNU/Linux) > > > > iD8DBQFHswlhaIeIEqwil4YRAsq4AKCeMJzsxo1OiO5IR2xuUyh/7gCBKACbBjgz > > TlPE2AmPUrYfYMHlZSPqMg8= > > =caqJ > > -END PGP SIGNATURE- > > > > >
Re: How to unmute the sound?
the output of "lsmod | grep snd": snd_hda_intel 310460 0 snd_pcm_oss38720 0 snd_mixer_oss 15840 1 snd_pcm_oss snd_pcm70116 2 snd_hda_intel,snd_pcm_oss snd_timer 21732 1 snd_pcm snd_page_alloc 10056 2 snd_hda_intel,snd_pcm snd_hwdep 8868 1 snd_hda_intel snd50100 6 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep soundcore 7520 1 snd relevant portion of lspci: 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c) 00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02) 00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 02) Thanks a lot. On Feb 13, 2008 10:14 AM, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > On Wed, Feb 13, 2008 at 10:05:43AM -0500, Michael Yang wrote: > > Yes. I tried to recompile because of missing sound suddenly for unknown > > reason. > > probably you should have tried to solve this problem instead of > creating a new problem over the top. Whatever caused the first problem > is still around and may be the reason your recompiled drivers aren't > working. > > > > > When I was recompiling the alsa-driver, it told me that the sound is > unmated > > by default. After finished installing the driver again (without checking > if > > sound is muted or unmated), when using "alsactl store", it returns that > "no > > sound card found". But the sound card is indeed there by "lspci". > > please provide the output of > > lsmod | grep snd > > and the relevant portion of > > lspci > > A > > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFHswlhaIeIEqwil4YRAsq4AKCeMJzsxo1OiO5IR2xuUyh/7gCBKACbBjgz > TlPE2AmPUrYfYMHlZSPqMg8= > =caqJ > -END PGP SIGNATURE- > >
Re: How to unmute the sound?
the output of "lsmod | grep snd": snd_hda_intel 310460 0 snd_pcm_oss38720 0 snd_mixer_oss 15840 1 snd_pcm_oss snd_pcm70116 2 snd_hda_intel,snd_pcm_oss snd_timer 21732 1 snd_pcm snd_page_alloc 10056 2 snd_hda_intel,snd_pcm snd_hwdep 8868 1 snd_hda_intel snd50100 6 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep soundcore 7520 1 snd relevant portion of lspci: 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c) 00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02) 00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 02) Thanks a lot. On Feb 13, 2008 10:14 AM, Andrew Sackville-West <[EMAIL PROTECTED]> wrote: > On Wed, Feb 13, 2008 at 10:05:43AM -0500, Michael Yang wrote: > > Yes. I tried to recompile because of missing sound suddenly for unknown > > reason. > > probably you should have tried to solve this problem instead of > creating a new problem over the top. Whatever caused the first problem > is still around and may be the reason your recompiled drivers aren't > working. > > > > > When I was recompiling the alsa-driver, it told me that the sound is > unmated > > by default. After finished installing the driver again (without checking > if > > sound is muted or unmated), when using "alsactl store", it returns that > "no > > sound card found". But the sound card is indeed there by "lspci". > > please provide the output of > > lsmod | grep snd > > and the relevant portion of > > lspci > > A > > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFHswlhaIeIEqwil4YRAsq4AKCeMJzsxo1OiO5IR2xuUyh/7gCBKACbBjgz > TlPE2AmPUrYfYMHlZSPqMg8= > =caqJ > -END PGP SIGNATURE- > >
Re: How to unmute the sound?
On Wed, Feb 13, 2008 at 10:05:43AM -0500, Michael Yang wrote: > Yes. I tried to recompile because of missing sound suddenly for unknown > reason. probably you should have tried to solve this problem instead of creating a new problem over the top. Whatever caused the first problem is still around and may be the reason your recompiled drivers aren't working. > > When I was recompiling the alsa-driver, it told me that the sound is unmated > by default. After finished installing the driver again (without checking if > sound is muted or unmated), when using "alsactl store", it returns that "no > sound card found". But the sound card is indeed there by "lspci". please provide the output of lsmod | grep snd and the relevant portion of lspci A signature.asc Description: Digital signature
RE: How to unmute the sound?
Yes. I tried to recompile because of missing sound suddenly for unknown reason. When I was recompiling the alsa-driver, it told me that the sound is unmated by default. After finished installing the driver again (without checking if sound is muted or unmated), when using "alsactl store", it returns that "no sound card found". But the sound card is indeed there by "lspci". In alsamixer, there's no "MM" for each volume bars. I have tried to ajust and switch mute mode, it works pretty well. But no sound output. I don't know why! Thanks. M. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kushal Kumaran Sent: Wednesday, February 13, 2008 12:19 AM To: Debian User List Subject: Re: How to unmute the sound? On Feb 13, 2008 3:58 AM, Michael Yang <[EMAIL PROTECTED]> wrote: > Hi: > > My sound card stopped working on my laptop D630 (lenny/sid). I tried to > recompile the alsa-driver, it returns one warning indicating that sound > channel for the card is muted by default. > > But when run the "alsamixer", all the channels are available to ajust the > volume. > > What should I do to fix this issue, or how to unmute the sound? > In alsamixer, look at the bottom of the volume bars. If it says "MM" there, type M to unmute. The volume can be adjusted independently of whether the channel is muted. Did the sound stop working with the new driver? Or you tried to recompile because of missing sound? -- Kushal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
On Feb 13, 2008 3:58 AM, Michael Yang <[EMAIL PROTECTED]> wrote: > Hi: > > My sound card stopped working on my laptop D630 (lenny/sid). I tried to > recompile the alsa-driver, it returns one warning indicating that sound > channel for the card is muted by default. > > But when run the "alsamixer", all the channels are available to ajust the > volume. > > What should I do to fix this issue, or how to unmute the sound? > In alsamixer, look at the bottom of the volume bars. If it says "MM" there, type M to unmute. The volume can be adjusted independently of whether the channel is muted. Did the sound stop working with the new driver? Or you tried to recompile because of missing sound? -- Kushal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to unmute the sound?
When running "alsactl store", it tells that can not find the sound card. But the "lspci" indeed output the sound card: 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) What's wrong about this? Thanks! On Feb 12, 2008 5:28 PM, Michael Yang <[EMAIL PROTECTED]> wrote: > Hi: > > My sound card stopped working on my laptop D630 (lenny/sid). I tried to > recompile the alsa-driver, it returns one warning indicating that sound > channel for the card is muted by default. > > But when run the "alsamixer", all the channels are available to ajust the > volume. > > What should I do to fix this issue, or how to unmute the sound? > > Thanks. > Michael > >