Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
06-30-2003, 09:53 PM
|
#1
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113
Rep:
|
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! 
|
|
|
06-30-2003, 10:34 PM
|
#2
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
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).
|
|
|
06-30-2003, 11:22 PM
|
#3
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113
Original Poster
Rep:
|
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  )
grtz
|
|
|
07-01-2003, 05:14 AM
|
#4
|
Senior Member
Registered: May 2003
Location: Malaysia
Distribution: Slackware, LFS, CentOS
Posts: 1,307
Rep:
|
Maybe you should check out ALSA to see if your soundcard is supported via their drivers.
|
|
|
07-01-2003, 03:55 PM
|
#5
|
Member
Registered: May 2001
Distribution: SuSE 10 (SLED)
Posts: 30
Rep:
|
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.
|
|
|
07-02-2003, 04:35 AM
|
#6
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113
Original Poster
Rep:
|
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
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!
Last edited by Q-collective; 07-02-2003 at 04:38 AM.
|
|
|
07-02-2003, 04:43 AM
|
#7
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
Try this series of commands:
killall esd
cat /dev/urandom >/dev/dsp
(hit ctrl-c to end)
do you hear anything?
|
|
|
07-02-2003, 04:49 AM
|
#8
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113
Original Poster
Rep:
|
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  ... please treat me as one 
|
|
|
07-02-2003, 09:01 AM
|
#9
|
LQ Guru
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565
Rep:
|
Type them into a terminal window after switching to root with the `su` command.
|
|
|
07-02-2003, 06:27 PM
|
#10
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113
Original Poster
Rep:
|
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?
Thank you
|
|
|
07-03-2003, 10:04 AM
|
#11
|
Member
Registered: Feb 2002
Distribution: xubuntu 8.10
Posts: 225
Rep:
|
yes, you are doing something wrong. They are two seperate commands:
killall esd
Then hit return. Now type
cat /dev/urandom >/dev/dsp
|
|
|
07-05-2003, 12:14 AM
|
#12
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113
Original Poster
Rep:
|
Ok, now I'm getting an error: Error with writing: unknown device
I typed it in correctly and apart this time
ps: I'm reacting a little slow due to my shortness in time, I'm sorry for that.
|
|
|
07-05-2003, 03:38 AM
|
#13
|
LQ Guru
Registered: Jan 2002
Posts: 6,042
Rep: 
|
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).
|
|
|
07-05-2003, 08:42 AM
|
#14
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113
Original Poster
Rep:
|
Thank you for that support, I'll try it out! 
|
|
|
07-27-2003, 08:17 PM
|
#15
|
Member
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113
Original Poster
Rep:
|
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 12:39 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|