LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 07-31-2003, 06:58 PM   #1
Trinity22
Member
 
Registered: Jul 2003
Location: oregon coast
Distribution: Fedora Core 3
Posts: 280

Rep: Reputation: 30
no sound card detected. what to do?


I'm a real linux newbie. Only been running redhat 9.0 for about 2 days now. The problem is no sound whatsoever. When I try system settings>soundcard detection there is no soundcard detected. I get an error message when I log in that "sound server informational message: error while initializing the sound driver: device /dev/dsp can't be opened (no such device). The sound will continue, using the null output device."

I don't even know where to begin to troubleshoot this.
I'm using a Creative Sound Blaster 16 plug & play card (i think, I also wrote down Creative AWE64 16-bit Audio (SB16 compatible).

My system is probably scandelously old (1998) but I rather like the ability to listen to music on it. I'll take anything....a pointer, tip, link to a tutorial or article, anything

Thanks,
Trinity
 
Old 07-31-2003, 07:00 PM   #2
jvds
Member
 
Registered: Jul 2003
Posts: 88

Rep: Reputation: 15
OK try running the command "modprobe -l | grep sb" and let me know what you get. I'm assuming this is an ISA card. If it is pci do "lspci"

Rus
 
Old 07-31-2003, 07:04 PM   #3
Trinity22
Member
 
Registered: Jul 2003
Location: oregon coast
Distribution: Fedora Core 3
Posts: 280

Original Poster
Rep: Reputation: 30
modprobe -l | grep sb

how would I type the line in the middle?

trinity
 
Old 07-31-2003, 07:12 PM   #4
jvds
Member
 
Registered: Jul 2003
Posts: 88

Rep: Reputation: 15
try modprobe -l | grep -i awe and cut/paste

Rus
 
Old 07-31-2003, 07:19 PM   #5
Trinity22
Member
 
Registered: Jul 2003
Location: oregon coast
Distribution: Fedora Core 3
Posts: 280

Original Poster
Rep: Reputation: 30
I get

[trinity@dhcp-1648-7 trinity]$ modprobe -l | grep -i awe
bash: modprobe: command not found
[trinity@dhcp-1648-7 trinity]$

tried it in root and got the same thing. :/

trinity
 
Old 07-31-2003, 07:20 PM   #6
jvds
Member
 
Registered: Jul 2003
Posts: 88

Rep: Reputation: 15
/sbin/modprobe?

Rus
 
Old 07-31-2003, 07:25 PM   #7
Trinity22
Member
 
Registered: Jul 2003
Location: oregon coast
Distribution: Fedora Core 3
Posts: 280

Original Poster
Rep: Reputation: 30
[trinity@dhcp-1648-7 trinity]$ /sbin/modprobe
modprobe: Nothing to load ???
Specify at least a module or a wildcard like \*
[trinity@dhcp-1648-7 trinity]$


lol. no idea what any of this means.
trinity
 
Old 08-01-2003, 08:54 PM   #8
Trinity22
Member
 
Registered: Jul 2003
Location: oregon coast
Distribution: Fedora Core 3
Posts: 280

Original Poster
Rep: Reputation: 30
any new thoughts? do I need drivers? does redhat just hate me?

trinity
 
Old 08-02-2003, 02:09 AM   #9
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
Question Have you tried

Your card may be ISA? If it is you may need to run 'sndconfig' as root. This may not work in Redhat but in my other system I had to run it. When it lists the card make sure you select the right one with the arrow keys. Mine picked up 'sound blaster' but not 'sound blaster 16' which is what I had. You can probably just return through the rest.

This may not work but it is worth trying. If you get "bash" it didn't work, Ignore this post.

 
Old 08-03-2003, 07:51 PM   #10
Trinity22
Member
 
Registered: Jul 2003
Location: oregon coast
Distribution: Fedora Core 3
Posts: 280

Original Poster
Rep: Reputation: 30
Thanks for the suggestion.......I get the bash: command not found thing though. The only thing I seem to be able to do is go to system settings>soundcard detection and find out that its not detecting anything. And when RedHat starts up there's a red "failed" that has to do with sound among all the green "ok"'s when booting.

Any other suggestions?I really want some sound on this thing.....

trinity
 
Old 08-03-2003, 07:58 PM   #11
Trumptight
LQ Newbie
 
Registered: Aug 2003
Location: Ohio, USA
Distribution: Slackware 9
Posts: 26

Rep: Reputation: 15
Trinity I am also having the same problem. I have Slackware 9 with a Crystal WDM sound card and there is no love from my machine for the sound. Just letting you know someone out there feels ur pain.
 
Old 08-03-2003, 07:59 PM   #12
Trumptight
LQ Newbie
 
Registered: Aug 2003
Location: Ohio, USA
Distribution: Slackware 9
Posts: 26

Rep: Reputation: 15
P.S. I tried that sndconfig also and got the same error message
 
Old 08-03-2003, 08:07 PM   #13
Trinity22
Member
 
Registered: Jul 2003
Location: oregon coast
Distribution: Fedora Core 3
Posts: 280

Original Poster
Rep: Reputation: 30
Trumptight

Actually I do feel better...misery loves company :P. j/k. I hope we both can figure out this sound issue. I'm burning through AA batteries in my discman.

trinity
 
Old 08-05-2003, 07:07 PM   #14
richuk
Newbie
 
Registered: Jun 2003
Location: San Diego, CA, USA
Distribution: Red Hat 9 & Mandrake (various)
Posts: 5

Rep: Reputation: 0
I found your posting while looking for something else, but thought that the following information may be helpful to you. I am successfully using a Soundblaster AWE Gold under Mandrake 9.1, and it works very well with most audio applications under both KDE and Gnome, including Kmid (using the sound card 8 MB GM sample to play MIDI files), XMMS (good general audio player), Noteedit (great KDE2/Qt2 based note editor) and others. Unfortunately, I still have some problems with some newer beta applications (e.g. Rosegarden4), which is why I was looking here for tips.

Part of your problem seems to be that you do not seem to be running things AS root, but rather FROM root! ... I note your post on 31 st July...

> I get

> [trinity@dhcp-1648-7 trinity]$ modprobe -l | grep -i awe
> bash: modprobe: command not found
> [trinity@dhcp-1648-7 trinity]$

> tried it in root and got the same thing. :/

You MUST change to root user to do system stuff (using su). I recommend doing the following steps to check what is going on with your system. Hopefully you will be able to see if you have the right RPM packages loaded and your kernel configured for your sound card. If you still have problems going from here, perhaps you would like to post the contents of the text files produced as a reply?

1. First of all, open any terminal and su (substitute user) to root (or - , for quickness)...

bash-2.05b$ su -
Password:
[root@richlnx root]#

2. Make a temporary directory under the /root one (where you will be), and change into it, e.g.....

[root@richlnx root]# mkdir mytmp
[root@richlnx root]# cd mytmp
[root@richlnx mytmp]#


3. Enter the following commands, one after another after you get the command prompt back. This will save the results in text files ...

uname -a > uname.txt
modprobe -l | grep isa/sb > modprobesb.txt
rpm -q -a | grep multimedia > multimedia.txt
rpm -q -a | grep linuxconf > rpmlinuxconfig.txt
rpm -q -a | grep alsa > alsa.txt


4. Here are the text file contents when I run these commands ...

a. uname.txt

Linux richlnx.christchurch 2.4.21-0.13mdk #1 Fri Mar 14 15:08:06 EST 2003 i686 unknown unknown GNU/Linux

(I am actually running Mandrake 9.1 on this machine - ignore the date!)

b. modprobesb.txt

/lib/modules/2.4.21-0.13mdk/kernel/sound/isa/sb/snd-emu8000-synth.o
/lib/modules/2.4.21-0.13mdk/kernel/sound/isa/sb/snd-sb-common.o
/lib/modules/2.4.21-0.13mdk/kernel/sound/isa/sb/snd-sb16-csp.o
/lib/modules/2.4.21-0.13mdk/kernel/sound/isa/sb/snd-sb16-dsp.o
/lib/modules/2.4.21-0.13mdk/kernel/sound/isa/sb/snd-sbawe.o

(these entries seem to show that everything for my Soundblaster AWE64 Gold is available)

c. multimedia.txt

kdemultimedia-3.1-10mdk
kdemultimedia-aktion-3.1-10mdk
kdemultimedia-devel-3.1-10mdk

(you don't NEED the last two, but must have the first one for sound under kde)

d. rpmlinuxconfig.txt

linuxconf-lib-1.29r3-2mdk
gnome-linuxconf-0.67.1-7mdk
linuxconf-1.29r3-2mdk

(the Linux Config packages so that you can run it under X or not)

e. alsa.txt

kalsatools-1.2.8-4mdk
libalsa2-0.9.0-0.14rc7.1mdk
libalsa2-devel-0.9.0-0.14rc7.1mdk
pd-alsa-jack-extended-0.36-1mdk
libalsa-data-0.9.0-0.14rc7.1mdk
xmms-alsa-0.9.7-3mdk

(you will not NEED all of these, especially the devel and jack entries)

.... let me know if you still need help. I am no expert myself, either, but may be able to assist.

Best regards...
 
  


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
Sound card 'appears' to have been detected but still no sound geekbyday Linux - Newbie 8 01-28-2006 10:37 AM
creative lab sound card not detected, no sound at all snakeo2 Fedora 6 08-21-2005 10:12 PM
No Mixer Detected, Sound Card IS detected, No Sound? one.sick.tzim Linux - Software 3 03-12-2005 12:54 AM
no sound card detected with integrated sound jojotx0 Red Hat 3 11-09-2004 04:00 PM
Sound card not detected by Fedora Core 2 and no sound. jgr00 Fedora 4 08-19-2004 01:05 PM

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

All times are GMT -5. The time now is 08:20 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