LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sound problems (https://www.linuxquestions.org/questions/linux-newbie-8/sound-problems-336443/)

AfwasTurk 06-23-2005 11:07 AM

Sound problems
 
Ive just installed debian and kde prompts me with this message:
"Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such file or directory)
The sound server will continue, using the null output device."

If I try lsmod | grep snd, I get nothing
I also tried alsaconf, but it said it could not find any pnp or pci cards.

What should I do?

Pcghost 06-23-2005 11:44 AM

Find out what chipset your soundcard uses first off. Then load the module for that card. Start at the kernel module level and work from there up.

egag 06-23-2005 12:30 PM

what kernel are you using ?
( type: "uname -r " )

to find your sound chip id type ( as root ) : " lspci |grep audio "

you've gotto load the module for your chip with " modprobe <modulename> "
after that, run " alsaconf " to configure it.

if you can't get it working , post the output for the commands.

egag

AfwasTurk 06-23-2005 12:32 PM

I have a msi k8n neo3 motherboard with an nforce4-4x chipset, what are the appropriate modules for it?

Edit:
kernel: 2.6.8-11-amd64-k8
sound chip id: 0000:00:04.0 Multimedia audio controller: nVidia Corporation: Unknown device 0059 (rev a2)

AfwasTurk 06-23-2005 12:39 PM

So which module do I have to load?

egag 06-24-2005 08:59 AM

i think you have to install the linux-drivers from nvidia.
you can get them here :

http://www.nvidia.com/object/linux_n..._1.0-0301.html

there are instructions for installation also...

egag

AfwasTurk 06-24-2005 10:42 AM

ok, I downloaded it but it said I did not have the kernel-source.
(my kernel: 2.6.8-11-amd64-k8) so I downloaded kernel-headers-2.6.8-11-amd42-k8
and kernel-source-2.6.8 but it still does not work:
"Unable to load the kernel module 'nvnet.ko'. This is most likely
because the kernel module was built using the wrong kernel source files. Please make sure you have installed the kernel source files for your kernel;"

egag 06-24-2005 11:22 AM

i don't know debian , but i guess you had kernel-headers before ?
i think you've got the wrong headers but i'm not sure.
you'll need advice from a debian user here.

maybe you just post on the debian forum a link to this thread and
ask the users there to take a look here...

egag


All times are GMT -5. The time now is 11:50 PM.