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 |
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
05-30-2003, 07:41 PM
|
#1
|
|
Member
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408
Rep:
|
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.
|
|
|
|
05-30-2003, 08:47 PM
|
#2
|
|
Member
Registered: Feb 2003
Posts: 482
Rep:
|
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.
|
|
|
|
05-30-2003, 08:53 PM
|
#3
|
|
Member
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408
Original Poster
Rep:
|
According to lsmod all the modules that cs4232 needs are loaded..
Any other ideas?
|
|
|
|
05-30-2003, 08:56 PM
|
#4
|
|
Member
Registered: Feb 2003
Posts: 482
Rep:
|
what distro are you using?
|
|
|
|
05-30-2003, 08:56 PM
|
#5
|
|
Member
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408
Original Poster
Rep:
|
I'm using Red Hat 9, kernel version 2.4.20-8.
Last edited by pilot1; 05-30-2003 at 08:58 PM.
|
|
|
|
05-30-2003, 09:05 PM
|
#6
|
|
Member
Registered: Feb 2003
Posts: 482
Rep:
|
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.
|
|
|
|
05-30-2003, 09:07 PM
|
#7
|
|
Member
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408
Original Poster
Rep:
|
Unfortunately i'm using Gnome, not KDE.
I would be using KDE, but I can't get KDE to start after the glibc mess.
|
|
|
|
05-30-2003, 09:10 PM
|
#8
|
|
Member
Registered: Feb 2003
Posts: 482
Rep:
|
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
|
|
|
|
05-30-2003, 09:11 PM
|
#9
|
|
Member
Registered: Feb 2003
Posts: 482
Rep:
|
actually i would do the urpmi for all of kde while your at it.
|
|
|
|
05-30-2003, 09:13 PM
|
#10
|
|
Member
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408
Original Poster
Rep:
|
I already tried that for KDE, XFree86, and all the libs and sound files.
|
|
|
|
05-30-2003, 09:17 PM
|
#11
|
|
Member
Registered: Feb 2003
Posts: 482
Rep:
|
do a less /proc/ioports and see what it says for your sound card. just to check.
|
|
|
|
05-30-2003, 09:19 PM
|
#12
|
|
Member
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408
Original Poster
Rep:
|
0534-0537 : Crystal audio controller
Is that it?
|
|
|
|
05-30-2003, 09:24 PM
|
#13
|
|
Member
Registered: Feb 2003
Posts: 482
Rep:
|
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.
|
|
|
|
05-30-2003, 09:25 PM
|
#14
|
|
Member
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408
Original Poster
Rep:
|
<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
|
|
|
|
05-30-2003, 09:30 PM
|
#15
|
|
Member
Registered: Feb 2003
Posts: 482
Rep:
|
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:21 AM.
|
|
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
|
|