LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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-08-2003, 03:36 PM   #1
bbailey977
LQ Newbie
 
Registered: Jul 2003
Posts: 5

Rep: Reputation: 0
no sound on redhat 9


When I first installed Redhat 9 there was no sound. My motherboard is a ASUS A7V8X-X. I decided to put a sound card in a PCI slot instead of using the onboard audio controller. LILO cionfigured it for me and it displays in the Hardware Browser as a ES1370 [Audio PCI]. But there is still no sound. I'm really at a loss of what to do to make it work. I have been working in the Linux environment for about a month now. I have a Telephony System project to get going and I need sound to work in order to get that done. Any help would be greatly appreciated.

Thanks,
 
Old 07-08-2003, 04:10 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Did you disable the mobo sound in BIOS?

Did you run:

redhat-config-soundcard

after you installed it?

# Redhat links
RedHat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 7.3 down configuration commands
setup leads to several configuration tools

# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project
 
Old 07-08-2003, 04:31 PM   #3
bbailey977
LQ Newbie
 
Registered: Jul 2003
Posts: 5

Original Poster
Rep: Reputation: 0
I did and it comes back telling me the following device was detected:
Vendor: Ensoniq
Model: ES1370 [Audio PCI]
Module: es1370

When I click 'Play test sound' i hear no sound at all and volume control are turned up. The Sound Card itself is a Sound Blaster PCI 128

Thanks you for a quick reply to this message. Any other help is definitely appreciated. I will also check out the links you have provided to me.
 
Old 07-09-2003, 10:31 AM   #4
bbailey977
LQ Newbie
 
Registered: Jul 2003
Posts: 5

Original Poster
Rep: Reputation: 0
I read on another post to use ALSA drivers.

it read as follows:
1) download alsa-driver-0.5.12a.tar.bz2 (exactly this version, not the 0.9 which is in development status) from ALSA (ftp://ftp.alsa-project.org/pub/driv...0.5.12a.tar.bz2);

Update: 0.9 is no more in development status, so it is now the release to download:
ftp://ftp.alsa-project.org/pub/driv...r-0.9.4.tar.bz2
For local mirrors see:
http://www.alsa-project.org/download.php3
End of Update

2) untar it (tar jxf alsa-driver-0.5.12a.tar.bz2) in a suitable place (e.g. under $HOME/src)

3) be sure you're root. This makes compiling easier, since if it's the
1st time you compile a kernel on this machine, you miss links only root can make.

4) run ./configure --with-kernel=/usr/src/linux-2.4

5) make; make install

6) edit /etc/modules.conf. The configuration from 'wrzfrt' (see message above) is correct, with exception of the name of the driver (possibly changed in the last stable version from ALSA). I also added a 'aumix' process to avoid volume control at '0' level - which is now the ALSA default:

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-card-via8233
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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 || :

# card #1
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

That's it. Run Media Player and enjoy!

I did this. The first tar did not compile with the make command, so I tried the other(-5.9.tar.bz2). It compiled and installed and then I edited the modules.conf file and I still have no sound. I originally changed one line in the modules.conf that someone posted to do with a via8233 sound card. Well, my understanding is that Linux sees my SoundBlaster PCI 128 as an ES1370. So, instead of putting this line in:
alias snd-card-0 snd-card-via8233
I put this line in:
alias snd-card-0 snd-card-ens1370

This did not work. In fact when I tried to run sndconfig Linux told me that there was not that device or the like. So I reverted that line back to the via8233 and I don't get that error message but still have no sound at all.

Anyway I am still lost at how to get Linux to recognize sound. Please help me out. Thanks
 
Old 07-10-2003, 01:39 PM   #5
bbailey977
LQ Newbie
 
Registered: Jul 2003
Posts: 5

Original Poster
Rep: Reputation: 0
got sound. Turned out that I needed an ampilfier for my speakers. Power plug in the wall. I originally had aspeakers that had the power plug. Then one of my coworkers decided he wanted them because they had a headphone jack. So the speakers I had on there before just plain plugged into the computer and didn't have the power plug... switched the speakers back and it worked. The ALSA drivers worked.
 
  


Reply



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
No Sound on RedHat 8.0 manoj142 Linux - Hardware 3 10-16-2005 11:25 PM
redhat 9.0 , has cmi8738 sound card. no sound..help AMArt79196 Red Hat 1 07-05-2004 06:11 PM
redhat 9 no sound with on board i810 sound bendo Linux - Newbie 1 02-18-2004 05:59 PM
Sound in Redhat 9 leeman_s Red Hat 6 10-06-2003 06:02 PM
[Sound] No sound out of Soundblaster 64 PCI @ Redhat 9 g.krist Linux - Hardware 2 08-16-2003 04:19 AM

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

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