LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 08-23-2005, 11:10 PM   #1
TXJustin
LQ Newbie
 
Registered: Feb 2004
Posts: 8

Rep: Reputation: 0
No sound and /dev/dsp not found


Greetings.

I had Mandriva setup on my PC previously, no problem. However, the on-board audio has died. No sound comes out of the speakers in Mandriva or Windows.

I put in an older sound card I had lying around and disabled the on-board audio in the BIOS. WIndows detects the card - Soundblaster PCI512 and works no problem and everything works fine.

Did a new fresh install of Mandriva, and during the setup it detects the card as a Soundblaster Live. After the install, if you press Esc during the bootup sequence to see details, it says that the sound card is not found (can't be much more specific, it's on the screen for like a second before it goes away).

Went into HardDrake, and before I can even select anything, it tells me that it needs to install a new driver (emu10k1). I allow it to install. Checking the settings in HardDrake, it is using driver snd-emu10k1. I switch it to the newly installed driver, and restart the computer. During the boot sequence, it no longer gives the error regarding the soundcard not being detected.

However, I still have no sound. If I try and play an MP3, for example, I am told that /dev/dsp does not exist and that audio output is being directed to null. On a hunch, I reinstalled again, and this time during the setup I selected the emu10k1 driver, thinking that the setup process may fix the /dev/dsp issue. No luck.

I searched these forums, and found a series of commands someone used to fix such an error and gave it a try -- honestly not knowing what the first two commands did, but figured I can't hurt anything at this point. No luck there either. Below is what I tried:

Quote:
mknod /dev/dsp0 c 14 3
mknod /dev/mixer0 c 14 3
chmod 777 /dev/dsp*
chmod 777 /dev/mixer*
chown root:audio /dev/dsp0
chown root:audio /dev/mixer0
ln -s /dev/dsp0 /dev/dsp
ln -s /dev/mixer0 /dev/mixer
Ideas ?
 
Old 08-24-2005, 01:03 PM   #2
d00bid00b
Member
 
Registered: Aug 2005
Location: London, UK
Distribution: Debian Testing
Posts: 157

Rep: Reputation: 31
Re: No sound and /dev/dsp not found

Quote:
Originally posted by TXJustin
[B]Greetings.

I had Mandriva setup on my PC previously, no problem. However, the on-board audio has died. No sound comes out of the speakers in Mandriva or Windows.

I put in an older sound card I had lying around and disabled the on-board audio in the BIOS. WIndows detects the card - Soundblaster PCI512 and works no problem and everything works fine.

Did a new fresh install of Mandriva, and during the setup it detects the card as a Soundblaster Live. After the install, if you press Esc during the bootup sequence to see details, it says that the sound card is not found (can't be much more specific, it's on the screen for like a second before it goes away).
To read those messages that flash by during the system boot you should be able to read them:
Code:
less /var/log/dmesg
Quote:
Went into HardDrake, and before I can even select anything, it tells me that it needs to install a new driver (emu10k1). I allow it to install. Checking the settings in HardDrake, it is using driver snd-emu10k1. I switch it to the newly installed driver, and restart the computer. During the boot sequence, it no longer gives the error regarding the soundcard not being detected.
So, ostensibly you have successfully installed the sound card so that Mandriva now recognises and configures it.

Quote:
However, I still have no sound. If I try and play an MP3, for example, I am told that /dev/dsp does not exist and that audio output is being directed to null. On a hunch, I reinstalled again, and this time during the setup I selected the emu10k1 driver, thinking that the setup process may fix the /dev/dsp issue. No luck.
This may be as simple as entering

Code:
aumix
into a console and unmuting the sound. It is muted by default.
See if that fixes it before playing around too much with the settings and permissions. You have opened your audio to one and all (change to 700 for yourself only unless you have good reason to do otherwise), I don't think that you needed to do
Code:
chown root:audio /dev/dsp0
and
Code:
chown root:audio /dev/mixer0
again unless you had good reason to do so, and although creating a symbolic link between /dev/dsp0 and /dev/dsp probably won't hurt anything, it is imho superfluous.

Keep us posted on developments


edit: typo

Last edited by d00bid00b; 08-24-2005 at 02:48 PM.
 
Old 08-30-2005, 02:28 PM   #3
tomj88
Member
 
Registered: Apr 2005
Location: Wolverhampton, England
Distribution: Ubuntu
Posts: 334

Rep: Reputation: 30
found this through a quick google search (mknod /dev/dsp).
Quote:
mknod /dev/dsp0 c 14 3
mknod /dev/mixer0 c 14 3
chmod 777 /dev/dsp*
chmod 777 /dev/mixer*
chown root:audio /dev/dsp0
chown root:audio /dev/mixer0
ln -s /dev/dsp0 /dev/dsp
ln -s /dev/mixer0 /dev/mixer
That has sorted my problem out, thank you , hope your problem is sorted...
 
Old 07-30-2009, 12:59 PM   #4
R03L
Member
 
Registered: Feb 2008
Location: Emmer-compascuum
Distribution: redhat* debian* arch* slack*
Posts: 216

Rep: Reputation: 31
/dev/dsp not found

all my dsp / oss devices are listed @ /dev/oss/oss_hdaudio0/
here i find :
Code:
 mix0  pcm0  pcm1  pcm2  pcmin0  pcmin1  spdout0
how do i create /dev/dsp or what device do i need to link /dev/dsp to!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"/dev/dsp not found" error on KDE, GNOME sound also doesn't work KneeLess Linux - Software 3 09-04-2007 03:41 PM
devfs and devfsd don't create /dev/dsp or /dev/sound/dsp ? behmjose Linux - Hardware 2 10-02-2006 12:27 PM
2 Sound Cards, /dev/dsp Not Found. TV Tuner? Buck1 Linux - Hardware 1 04-24-2005 08:04 AM
No /dev/dsp found Lokheed Linux - Hardware 2 10-09-2004 09:24 PM
/dev/dsp not found? Aman9090 Linux - Hardware 1 03-22-2004 12:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 03:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration