LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   The sound of silence... (https://www.linuxquestions.org/questions/linux-software-2/the-sound-of-silence-69176/)

Q-collective 06-30-2003 09:53 PM

The sound of silence...
 
Okay, I maybe a stupid one with this, but I didn't figured it out yet......I have absolutely no sound on my RH 9 system since I installed it!
I've tried several things, such as redhat-system-soundcard detection and kudzu but to no avail....I'll post my /etc/modules.config files in the hope to make some clear:

alias usb-controller usb-ohci
alias eth0 ne2k-pci
alias usb-controller usb-ohci
alias usb-controller usb-ohci
alias usb-controller usb-ohci
alias usb-controller usb-ohci
alias sound-slot-0 emu10k1
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

I have a creative 5.1 soundblaster live! soundcard.

I really hate working without sound, it's like I am deaf or something:)
I hope someone can help me here!:cool:

Azmeen 06-30-2003 10:34 PM

Did you check your mixer prog? Many distros mute the sound by default, try opening up kmixer in KDE, or whatever the mixer app is in Gnome (I have no idea, I last used Gnome about 3 years ago).

Q-collective 06-30-2003 11:22 PM

WTF?!?
 
Indeed, it was set to mute! So I activated the sound (via redhat-settings-sound).....but still nothing happens!
I still live in the sound of silence! :( (kewl song but quite idiot in Linux :D )
grtz

Azmeen 07-01-2003 05:14 AM

Maybe you should check out ALSA to see if your soundcard is supported via their drivers.

mike L 07-01-2003 03:55 PM

I'm running SuSE 8.0 and it found my S.B. live card right away, do you have "plug and play OS" selected to no in your bios?

just a thought.

Q-collective 07-02-2003 04:35 AM

Yes, no plug and pray here :) and the ALSA? Well, they say that I should use EMU10k1 as my sound module, well I have that module (see above).
So, this isn't the solution?

Please share some more thoughts with me:cool:

Edit:
I think there is something wrong with the last line of my modules.config which says: pre-remove <-- that isn't good in my opinion:)
But let me hear your opinions about this aswell!:cool:

mhearn 07-02-2003 04:43 AM

Try this series of commands:

killall esd
cat /dev/urandom >/dev/dsp

(hit ctrl-c to end)

do you hear anything?

Q-collective 07-02-2003 04:49 AM

Quote:

Originally posted by mhearn
Try this series of commands:

killall esd
cat /dev/urandom >/dev/dsp

(hit ctrl-c to end)

do you hear anything?
I'm still a n00b at this, were do I have to input that? And how? Do I need the root password?
I'm a :newbie: ... please treat me as one :D

mhearn 07-02-2003 09:01 AM

Type them into a terminal window after switching to root with the `su` command.

Q-collective 07-02-2003 06:27 PM

Well, If I type in: killall esd cat /dev/urandom >/dev/dsp (at one line yes)
I get:"Unkown file"
If I type in killall esd /dev/urandom >/dev/dsp (so without the cat) I get :"no processes killed"
Am I doing something wrong in here?:confused:
Thank you

mrtwice 07-03-2003 10:04 AM

yes, you are doing something wrong. They are two seperate commands:

killall esd

Then hit return. Now type

cat /dev/urandom >/dev/dsp

Q-collective 07-05-2003 12:14 AM

Ok, now I'm getting an error: Error with writing: unknown device

I typed it in correctly and apart this time :D

ps: I'm reacting a little slow due to my shortness in time, I'm sorry for that.

Electro 07-05-2003 03:38 AM

I don't know but try disable
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
by putting # in front of each line.

Have a look at
http://www.alsa-project.org/alsa-doc...module=emu10k1

Add the lines mention in "Setting up modprobe and kmod support". If you want to understand where to get the values for sound-service. You can check in /proc (I think).

Q-collective 07-05-2003 08:42 AM

Thank you for that support, I'll try it out! :cool:

Q-collective 07-27-2003 08:17 PM

Poeh! That was a long time ago.......time is a precious thing....

But I tried out what Electro said but nothing happened.....pitty enough:(

Does anyone else still got an idea?
It would be greatly appreciated!:)


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