LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-30-2003, 07:41 PM   #1
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Rep: Reputation: 30
Unhappy The sound stopped working..


The sound used to work, and then I had a problem with glibc which is discussed in another thread.
Now if I type sndconfig at the prompt it sets up the sound, and gets to the part where it plays the file of Linus pronouncing Linux. But it doesn't play the file, it used to before the problems with glibc, but it won't now.

If I do Sound & Video>Volume Control and adjust the volume it still doesn't work, but when I try sndconfig after using the Volume Control it says it can't open /dev/audio.
According to sndconfig my sound card is a "Crystal CS423x sound chip".

I'm not sure what files to look in for sound configuration, but the seemingly relevant parts of /etc/modules.conf are below.
Thanks!

alias sound-slot-0 cs4232
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|| :
options sound dmabuf=1
alias synth0 opl3
options opl3 io=0x388
options cs4232 isapnp=1

Last edited by pilot1; 05-30-2003 at 07:43 PM.
 
Old 05-30-2003, 08:47 PM   #2
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
check to make sure that all of the modules that are needed by cs4232 are loaded with lsmod. you can see if they are by referencing the /lib/modules/2.4.??/modules.dep. give that a go, if not then drop back a line so that we may help out.

good luck.
 
Old 05-30-2003, 08:53 PM   #3
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Original Poster
Rep: Reputation: 30
According to lsmod all the modules that cs4232 needs are loaded..
Any other ideas?
 
Old 05-30-2003, 08:56 PM   #4
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
what distro are you using?
 
Old 05-30-2003, 08:56 PM   #5
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Original Poster
Rep: Reputation: 30
I'm using Red Hat 9, kernel version 2.4.20-8.

Last edited by pilot1; 05-30-2003 at 08:58 PM.
 
Old 05-30-2003, 09:05 PM   #6
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
ok, i'll see if i can remember things in rh. i use mdk so it's about the same.

if your using kde go to the configuration, kde, sound and look through the options. you might be on auto and some times it doesn't do the best job of detecting. i would switch it to either advanced linux sound architecture or threaded open sound system.

give those a shot.
 
Old 05-30-2003, 09:07 PM   #7
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Original Poster
Rep: Reputation: 30
Unfortunately i'm using Gnome, not KDE.
I would be using KDE, but I can't get KDE to start after the glibc mess.
 
Old 05-30-2003, 09:10 PM   #8
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
drop your disks back in your drive and update/reinstall your glibc.

ls /mnt/cdrom/whereever

cd /mnt/cdrom/whereever

rpm -Uvh whatever

if that has conflicts then

rpm -Uvh --nodeps --force whatever

the wherever and whatever are the directories and the glibc versions.

or you could

urpmi --fuzzy glibc

try that
 
Old 05-30-2003, 09:11 PM   #9
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
actually i would do the urpmi for all of kde while your at it.
 
Old 05-30-2003, 09:13 PM   #10
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Original Poster
Rep: Reputation: 30
I already tried that for KDE, XFree86, and all the libs and sound files.
 
Old 05-30-2003, 09:17 PM   #11
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
do a less /proc/ioports and see what it says for your sound card. just to check.
 
Old 05-30-2003, 09:19 PM   #12
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Original Poster
Rep: Reputation: 30
0534-0537 : Crystal audio controller
Is that it?
 
Old 05-30-2003, 09:24 PM   #13
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
does it have anything else with it?

mine-
d800-d83f : Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator
d800-d83f : SiS SI7012 - Controller
dc00-dcff : Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator
dc00-dcff : SiS SI7012 - AC'97

see how it has a second line. the second line is what tells me what codec it should be using.
 
Old 05-30-2003, 09:25 PM   #14
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Original Poster
Rep: Reputation: 30
<Stuff ommited>
03f8-03ff : serial(auto)
0534-0537 : Crystal audio controller
0800-083f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
0840-085f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
0a79-0a79 : isapnp write
<Stuff ommited>

That's all mine has
 
Old 05-30-2003, 09:30 PM   #15
emetib
Member
 
Registered: Feb 2003
Posts: 484

Rep: Reputation: 33
ok, let play some. if it doesn't work we can put it back.

rmmod cs4232

then

modprobe cs4281

if that one doesn't work then

rmmod cs4281
modprobe cs46xx

give that a shot. we'll put it back if nether of them work.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sound stopped working Rarrum Linux - Software 1 01-09-2005 03:53 PM
sound stopped working King4lex Debian 13 12-14-2004 01:36 PM
sound stopped working xemous Linux - General 3 10-14-2004 08:52 AM
My sound just STOPPED working.... oicdn Linux - Software 7 06-02-2004 04:40 PM
My sound just STOPPED working. oicdn Linux - Hardware 7 01-28-2004 02:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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