LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   No Sound on Slackware 13.1 64Bit (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/no-sound-on-slackware-13-1-64bit-812171/)

EricTRA 06-04-2010 03:16 PM

Hi,

OK, and which one references the NVidia card? The number at the beginning of the line like this:
Code:

lspci

01:00.0 VGA compatible controller: nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] (rev a1)

Code:

lspci -n

01:00.0 0300: 10de:01d7 (rev a1)

Then Google for the number (in my case 10de:01d7) in the third column of the last output (linux driver for linux driver for 10de:01d7 gave me pretty good results for mine). That way you can find out which version of the software you need.

Kind regards,

Eric

Mobile1 06-05-2010 09:58 AM

OK, here is how I got sound to work, the volume is on FULL, it's still very low in volume but good enough me thinks.

I added this line and now I have sound in the browser:

options snd-card-0 index=0

Thanks for all your help.

Owen

damgar 06-05-2010 10:10 AM

Quote:

Originally Posted by Mobile1 (Post 3993359)
OK, here is how I got sound to work, the volume is on FULL, it's still very low in volume but good enough me thinks.

Have you checked alsamixer to make sure you have all the pertinent channels turned up?

Mobile1 06-05-2010 10:13 AM

Yes, I have everything to the max : )

Poser 03-07-2011 07:08 PM

Quote:

Originally Posted by EricTRA (Post 3992564)
Hello and Welcome to LinuxQuestions,

Do you have a webcam with integrated microphone or something like that? I had the same problem and had to set one option.
Create a file (if it doesn't exist) named sound.conf in /etc/modprobe.d and put this in it:
Code:

options snd_usb_audio index=-2
Then restart.

That did it for me.

Kind regards,

Eric

This advice solved the problem I was having (same as OP).

Thank you!

-Jordan


All times are GMT -5. The time now is 07:16 PM.