well the number one thing is:
is emu10k1 loaded.
number 2
is the volume turned up.
I got this message from the LJR Contact form:
I will send a message back to the poster reffering him to this thread. Let's see if we can help him out.We have what appears to be a soundcore problem in that Red Hat 8.0 recognizes the sound card, i.e., we can play audio CDs, but we have no desktop sounds. We've tried everything under the sun to get it to work but to no avail. The OSS ($20.00) works but we haven't bought it yet, the ALSA player will not load, and I've modified my /etc/modules.conf file so many times that I finally just wiped my hard drive and re-loaded Red Hat.
I'm in the military and stationed overseas and computer parts are hard to come by. There's at least 15 people here that have the same sound card SBLive 5.1 Platinum and all of us are attempting to learn Red Hat in our off time from duty. We have custom built computers and have all ran SuSE 8.0 with no problems. Everything seems to work in SuSE. It's Red Hat that we're having the problems with and if you can help us to configure our system to use the desktop sounds it would be greatly appreciated.
We all have AMD processors, MSI-6330 or ABIT KT7A motherboards, SBLive 5.1 Platinum, and ATI 128 rage Pro (All in wonder) video cards.
thanks again
r,
ETC(SW) Jack E. Reed
United States Navy
well the number one thing is:
is emu10k1 loaded.
number 2
is the volume turned up.
He says "desktop sounds". I'm totally confused about the RedHat 8.0 desktop. Is it KDE, Gnome, both, neither? Does it use aRts sound server like KDE?
gnome uses esd and kde uses arts
[quote author=pbharris link=board=1;threadid=5343;start=#52024 date=1034783409]
gnome uses esd and kde uses arts
[/quote]
Yes, but which one does BlueCurve use?
I helped my friend troubleshoot his RedHat 8 installation last night, with that soundcard. Seems it was loading the soundcore module, but not emu10k1. This were my troubleshooting instructions that got it working. It might be helpful:
1. type "modprobe emu10k1". Then restart the X server.
2.add this to /etc/rc.d/rc.local: /sbin/modprobe emu10k1
Also, this site is pretty helpful too: http://how.to/sblive
Hope that helps.
I'v got my 5.1 working with bass/treble channels by compiling the emu10k1 from sourceforge.net/projects/emu10k1
adding this to modules.conf
and then adding this script to local startupCode:alias char-major-116 snd alias char-major-14 soundcore alias snd-card-0 snd-emu10k1 alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss alias /dev/mixer sound-service-0-0 alias /dev/dsp sound-service-0-3 alias /dev/midi sound-service-0-1
hope it can give some helpCode:#!/bin/bash BASEPATH=/usr/local DSPATH=$BASEPATH/bin/emu-dspmgr TONE=$BASEPATH/share/emu10k1/tone.bin $DSPATH -l"Pcm L" -f$TONE -cbass -mbass -ctreble -mtreble $DSPATH -l"Pcm R" -f$TONE $DSPATH -l"Pcm1 L" -f$TONE $DSPATH -l"Pcm1 R" -f$TONE
[quote author=cloverm link=board=1;threadid=5343;start=0#52025 date=1034784197]
[quote author=pbharris link=board=1;threadid=5343;start=#52024 date=1034783409]
gnome uses esd and kde uses arts
[/quote]
Yes, but which one does BlueCurve use?
[/quote]
Bluecurve is a theme, not a WM. Its a theme and icon set for KDE and GNOME to make it look uniform. Nothing more, nothing less.
[quote author=Schotty link=board=1;threadid=5343;start=#52030 date=1034787560]
[quote author=cloverm link=board=1;threadid=5343;start=0#52025 date=1034784197]
[quote author=pbharris link=board=1;threadid=5343;start=#52024 date=1034783409]
gnome uses esd and kde uses arts
[/quote]
Yes, but which one does BlueCurve use?
[/quote]
Bluecurve is a theme, not a WM. Its a theme and icon set for KDE and GNOME to make it look uniform. Nothing more, nothing less.
[/quote]
Ah, I see. So we need to find out if he's using KDE or Gnome.
Bookmarks