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 |
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.
|
 |
08-07-2002, 11:25 PM
|
#1
|
LQ Newbie
Registered: Aug 2002
Posts: 2
Rep:
|
No Sound (Redhat 7.3)
Hello,
I just installed RH and I really think it's great and all, but the one thing that just won't work is the sound. I ran sndconfig and it recognized my VIA VT8233 AC97 sound card, but when it said it would play a sound sample I never heard anything.
This is what my /etc/modules.conf looks like:
alias parport_lowlevel parport_pc
alias eth0 8139too
alias sound-slot-0 via82cxxx_audio
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 || :
alias usb-controller usb-uhci
ls -l /dev/dsp* gives me this:
crwxrwxrwx 1 user root 14, 3 Apr 11 16:25 /dev/dsp
crwxrwxrwx 1 user root 14, 19 Apr 11 16:25 /dev/dsp1
crwxrwxrwx 1 user root 55, 0 Apr 11 16:25 /dev/dsp56k
This is the output of /sbin/lsmod:
Module Size Used by Not tainted
via82cxxx_audio 20480 0
uart401 7936 0 [via82cxxx_audio]
sound 71916 0 [via82cxxx_audio uart401]
soundcore 6692 4 [via82cxxx_audio sound]
sr_mod 16920 0 (autoclean)
ac97_codec 11936 0 (autoclean) [via82cxxx_audio]
radeon 97496 1
agpgart 39456 3
binfmt_misc 7556 1
autofs 12132 0 (autoclean) (unused)
8139too 16480 1
mii 2408 0 [8139too]
ide-scsi 9664 0
scsi_mod 108608 2 [sr_mod ide-scsi]
ide-cd 30272 0
cdrom 32224 0 [sr_mod ide-cd]
mousedev 5312 1
hid 21344 0 (unused)
input 5984 0 [mousedev hid]
usb-uhci 24452 0 (unused)
usbcore 73216 1 [hid usb-uhci]
ext3 67136 1
jbd 49400 1 [ext3]
I also tried to use the pnpdump program, but it doesn't come with RH 7.3, and being new to linux I wasn't able to compile the pnpdump source code I downloaded from the isapnp home page.
Any help would be appreciated.
Harry
|
|
|
08-08-2002, 08:32 AM
|
#2
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Check your mixer, the volume level could be set too low.
|
|
|
08-08-2002, 11:58 AM
|
#3
|
LQ Newbie
Registered: Aug 2002
Posts: 2
Original Poster
Rep:
|
Thanks for the reply.
I checked the mixer settings, they seem O.K.
Any other ideas?
Harry
|
|
|
08-08-2002, 06:50 PM
|
#4
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Have a look at the permissions on all the sound devices in /dev
|
|
|
10-27-2002, 05:41 PM
|
#5
|
LQ Newbie
Registered: Oct 2002
Location: mumbai
Posts: 2
Rep:
|
AC97 vt8233 sound problem @rredhat 7.3
Quote:
Originally posted by Aussie
Have a look at the permissions on all the sound devices in /dev
|
that does not solve it. please let me know if there are any program to make & compile and its location.thank u. 
|
|
|
10-27-2002, 05:42 PM
|
#6
|
LQ Newbie
Registered: Oct 2002
Location: mumbai
Posts: 2
Rep:
|
AC97 vt8233 sound problem @rredhat 7.3
[QUOTE][i]
that does not solve it. please let me know if there are any program to make & compile and its location.thank u. 
|
|
|
10-27-2002, 05:57 PM
|
#7
|
Senior Member
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004
Rep:
|
Have you looked at VIA's site?
Google search for your card + linux + problem?
It will either be a well documented 'known' problem or someone, somewhere here or on google will have fixed it. You need to help us before we can help you - you have the card on your machine, so you really need to take the initiative on this one.
Bert
|
|
|
10-28-2002, 02:14 PM
|
#8
|
Member
Registered: Sep 2002
Location: Atlanta, GA
Distribution: Linux Mint Gloria, Slackware 12.2
Posts: 165
Rep:
|
I preface this all by saying that I'm a newbie...
That's on-board sound right? I have the same deal in my box. It's been a b*tch trying to get it working. I installed ALSA drivers, but later uninstalled them after I realized I could just enable the kernel drivers. However, some of the modules you have loaded look different from mine. If it helps, check out my lsmod output, and perhaps that may give you some insight. (I would post it here, but I'm at work.) I believe the thread is called something like "Sound card woes."
Also, I know that VIA has linux drivers on their site. Perhaps these are newer than the ones Red Hat is trying to use in your deal.
http://www.viaarena.com/?PageID=128
And since Red Hat is the most popular distro around, VIA provides some rather specific documentation (much to my aggravation since I use Slackware).
One more thing. If you still have your motherboard CD, you might want to poke around inside of it. My Shuttle CD actually had a folder called "Linux" with a bunch of VIA audio drivers in it.
Hope any of this helps!
--Akshun J
|
|
|
All times are GMT -5. The time now is 01:14 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
|
|