Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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
[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]$
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.
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 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.
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.
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!)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.