LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-23-2003, 02:11 AM   #1
cyberhawk
Member
 
Registered: May 2003
Distribution: Slackware 10
Posts: 34

Rep: Reputation: 15
no /dev/dsp file


i've been trying to get my sound working on Mandrake 9.1 but it doesn't seem to detect my onboard sound. ive got a SB16 or compatable as onboard sound but linux doesn't recognize it or just doesn't see it. it works fine in windows. so now i have no sound. i even tried to recompile the kernel it still gives the same message on start-up the sound server could not find /dev/dsp and will continue with null output. how do i get it to see the soundcard and get sound working.
 
Old 05-23-2003, 05:15 AM   #2
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
As root, try chmod 666 /dev/dsp and chmod 666 /dev/mi*
 
Old 05-23-2003, 03:21 PM   #3
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306

Rep: Reputation: 66
that no /dev/dsp is just a sign that the sound card isn't
working.
run lspci and look for what the soundcard is
or cat /proc/pci
it's a terminal command. i don't know the name of
the mandrake sound config tool, but i would guess
that if mandrake didn't get it set up on install, it
may not support your card.
another option is downloading alsa-lib,driver, and utils.
but you will still need to know what chip is there so
you'll know what driver.
sb compatible rarely means the sound blaster driver
will work. it usually means that when the driver is
loaded, sound blaster protocol can be used.
you can look in windows in your device manager
and probably figure out what sound chip is there too.
 
Old 05-28-2003, 01:50 AM   #4
cyberhawk
Member
 
Registered: May 2003
Distribution: Slackware 10
Posts: 34

Original Poster
Rep: Reputation: 15
whansard>> thanks for the tip man, i checked in windows my sound chip is a cmedia 8330. i then found some help on the cmedia website and found the documentation for cmedia chips in the linux src. all i really needed to do was a modprobe sb and now i have sound.

I still have another problem my linux freezes at least three times a day on me. it never used to do this until i had to change my motherboard (my father fried my bios trying to upgrade the bios) and also before i used a linux native partition then i reformatted to ext3 partition. could this be the problem?

thanks for the help
 
Old 05-28-2003, 02:04 AM   #5
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306

Rep: Reputation: 66
did it just start locking up after you got the sound working?

anyway, hard freezes with no error message can be
anything, like memory timings too fast or some other
bios setting. for years linux would lock up about every
5 hours of mp3 playing before i switched to the alsa
drivers.

C-Media CMI 8330

Module snd-card-cmi8330.o for soundcards based on C-Media CMI8330 chips. This Module supports up to 8 cards.

from the alsa site. so if you think the lockups are
sound oriented, you might try different drivers.

if you think the problem may be video oriented, you
could get a different version of xfree86 or try some
different options with your current one.
 
Old 05-28-2003, 02:12 AM   #6
cyberhawk
Member
 
Registered: May 2003
Distribution: Slackware 10
Posts: 34

Original Poster
Rep: Reputation: 15
no the freezing started before i got the sound working thats why it took so long to get the sound working coz my computer froze every now and again.
 
Old 05-28-2003, 03:45 AM   #7
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306

Rep: Reputation: 66
i next easy guess would be to disable dma on all
your drives, to see if that is it.
hdparm -d0 /dev/hda /dev/hdb /dev/hdc /dev/hdd

the computer will be slower, but this is just to figure out
what the problem is. if your computer can run for a day
or 2 like that without crashing, then you can try a different
kernel or slightly slower settings for your ide drives.
 
Old 05-29-2003, 12:54 AM   #8
cyberhawk
Member
 
Registered: May 2003
Distribution: Slackware 10
Posts: 34

Original Poster
Rep: Reputation: 15
thanks i'll give it a try and see what happens. i'll let you know if this solves the problem.

thanks alot
 
Old 05-30-2003, 03:24 AM   #9
cyberhawk
Member
 
Registered: May 2003
Distribution: Slackware 10
Posts: 34

Original Poster
Rep: Reputation: 15
whansard >> i don't think i'm gonna have to try the hdparm coz i ran it last night and not a freeze at all looks like it sorted out its own gremlins, for now anyway.
 
Old 05-30-2003, 03:29 AM   #10
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306

Rep: Reputation: 66
was it cooler last night than usual?
 
Old 05-30-2003, 03:34 AM   #11
cyberhawk
Member
 
Registered: May 2003
Distribution: Slackware 10
Posts: 34

Original Poster
Rep: Reputation: 15
well winter just started over here so yes it was colder than usual.
 
Old 05-30-2003, 03:45 AM   #12
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306

Rep: Reputation: 66
i was just suggesting the possiblity of a heat problem.
 
Old 05-30-2003, 03:47 AM   #13
cyberhawk
Member
 
Registered: May 2003
Distribution: Slackware 10
Posts: 34

Original Poster
Rep: Reputation: 15
well for now it seems to be ok so i'm not gonna worry too much about it thanks for all the help.
 
  


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
no /dev/dsp nor /dev/mixer on 2.6.9 amuro_ray Slackware 9 08-03-2009 02:54 PM
devfs and devfsd don't create /dev/dsp or /dev/sound/dsp ? behmjose Linux - Hardware 2 10-02-2006 12:27 PM
No /dev/dsp /dev/mixer etc david.skinner Linux - Software 2 05-19-2005 02:28 AM
KDE - sound -/dev/dsp =No Such File High-gain Linux - Newbie 3 12-13-2004 08:57 AM
changing file ownership /dev/dsp (doesnt work..) icehenge Linux - General 8 03-12-2004 08:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:31 AM.

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