![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| my sound card doesn't work under solaries 10 | ramy_feteha | SUN Solaris | 1 | 01-21-2008 12:42 PM |
| Is the sound card in use? | petebear | Shell Programming and Scripting | 0 | 10-18-2006 06:08 PM |
| Please help me with my sound card... | LittleMan | UNIX for Dummies Questions & Answers | 3 | 08-30-2002 07:13 AM |
| sound card ????? | challenger | UNIX for Dummies Questions & Answers | 4 | 06-09-2002 06:41 PM |
| How can I configure my sound card? | confusedoflife | UNIX for Dummies Questions & Answers | 2 | 05-28-2002 05:10 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Quote:
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) I hope this helps. Good luck ! |
||||
| Google The UNIX and Linux Forums |