sound card doesn't work!


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers sound card doesn't work!
# 1  
Old 08-27-2005
sound card doesn't work!

Hello I have just installed Free BSD on my old computer system to learn how to use it and I can't get any sound. When I start KDE desktop I receve a message that says

"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."

I have even tried to hook up an usb cable sound card but that won't work either. Right now I'm useing a P3-866/128 RAM/20G and presumably onboard sound of some type, Is there anything someone could tell me to get my sound card working.

Much appreciation, Ac101
# 2  
Old 08-27-2005
Quote:
Originally Posted by ac101
Hello I have just installed Free BSD on my old computer system to learn how to use it and I can't get any sound. When I start KDE desktop I receve a message that says

"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."

I have even tried to hook up an usb cable sound card but that won't work either. Right now I'm useing a P3-866/128 RAM/20G and presumably onboard sound of some type, Is there anything someone could tell me to get my sound card working.

Much appreciation, Ac101
Hi !
The sound driver should be loaded by writing in your /boot/loader.conf the line that coresponds to sound card. If you don't know what card it is, go into /boot/kernel and try "kldload snd_driver.ko". This will load all the sound drivers that FreeBSD knows and will chose the right one. After this, to see what's the "chosen one" simply try "cat /dev/sndstat" and you'll see the details about the driver.

For example, in my case, if I'm doing the "kldload snd_driver" thing, I get an answer like this
Code:
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: <nVidia nForce2> at io 0xd400, 0xd800 irq 22 bufsz 16384 kld snd_ich (1p/1r/0v channels duplex default)

when I "cat /dev/sndstat". This tells me that I have to load the snd_ich module when I start my computer (insert " snd_ich_load="YES" " in my /boot/loader.conf).
I hope this helps.
Good luck ! Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

Virtual sound card for Ubuntu

We are using vmware ESX host. I have converted ubuntu notebook from physical to virtual. I need sound card for audio call testing but ESX isn't support sound card. Picture is attached. I can use virtual sound card for w7 on ESX using with VAC (virtual audio cable) <a... (1 Reply)
Discussion started by: getrue
1 Replies

2. Solaris

sound card roblem

hi all my sound card not define in my unix box how can i get driver for my sound card (3 Replies)
Discussion started by: xxmasrawy
3 Replies

3. Solaris

my sound card doesn't work under solaries 10

i'm new with solaries and i have laptop hp pavilion ze4938ea and the sound doesn't work with it what can i do ? (1 Reply)
Discussion started by: ramy_feteha
1 Replies

4. Shell Programming and Scripting

Is the sound card in use?

I'm just wondering if there's a simple way (that could be used in a shell script) to tell if the sound card is in use (as in audio is being played)? (0 Replies)
Discussion started by: petebear
0 Replies

5. UNIX for Dummies Questions & Answers

how to check if sound card exists?

hi, i have a sun sparc II machine. i would like to play music from this workstation. so how should i check whether my machine has a sound card installed? what command should i type? pls enlighten me. thanks (1 Reply)
Discussion started by: champion
1 Replies

6. UNIX for Dummies Questions & Answers

Please help me with my sound card...

Hello, I have recently installed Red Hat 7.3 next to my Windows XP. Everything works fine, except for the sound card (Sound Blaster Audigy), which is not supported yet. I heard that I can install SB Live! drivers to get it to work, but being a complete linux newbie I don't know how to do that. Can... (3 Replies)
Discussion started by: LittleMan
3 Replies

7. UNIX for Dummies Questions & Answers

sound card ?????

sapp guys i've got this little problem, i have no idea what kind of sound card i got i check dmesg|more and its not there is there any other way to find out ? THX (4 Replies)
Discussion started by: challenger
4 Replies

8. UNIX for Dummies Questions & Answers

How can I configure my sound card?

Where should I go for sound card configurations? (2 Replies)
Discussion started by: confusedoflife
2 Replies

9. UNIX for Dummies Questions & Answers

How to configure my Sound Card????

I use sndconfig to configure it ..in addation the sample sound worked but the MIDI not work and game me an error from /var/log/messages I get that : Feb 18 09:04:35 localhost kernel: cs4232: set synthio and synthirq to use the wavefront facilities. Feb 18 09:04:50 localhost kernel: YM3812 and... (7 Replies)
Discussion started by: atiato
7 Replies

10. UNIX for Dummies Questions & Answers

Sound Card configuration

Hie, Im using Linux Kernel 2.2.16-22 (Linux Ver7.0), My problem is My sound Card is not detected and configured properly, i tried many ways but still cant configured it out. Heres my detail problem. Whenever i tried to configure my sound card which i newly purchased ( Creative Vibra 128 Audio... (2 Replies)
Discussion started by: killerserv
2 Replies
Login or Register to Ask a Question