Linux - HardwareThis 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.
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.
i havent been able to get my sound to work (at all) im running slackware 9.1 with an AC'97 sound card built into my motherboard (AK39N made by www dot shuttle dot com) at first it says i had something wrong with the alsa something or another and it told me to go check alsamixer and when i did everything was turned to the lowest and muted, so i turned those up, saved and re-booted. and i still get nothing, it wont even play the test sound from control center. sorry for asking about this again i know people have asked about this stuff a lot but i couldnt figure anything out from previous post/google. in explanations please assume im a total linux noob.
Distribution: Slackware 11.0; Kubuntu 6.06; OpenBSD 4.0; OS X 10.4.10
Posts: 345
Rep:
Could you be any more specific about "alsa something or another"?
If you reboot, alsa will start up muted. To get the levels set, you need to give the command (as root) `alsactl store` after you get the levels set where you want them. Then add `alsactl restore` to your /etc/rc.d/rc.local file.
You also don't mention what kernel you are running or if you compiled it yourself.
What do you get when you enter the command ` /sbin/lsmod`?
Are the speakers turned on? Not trying to be insulting. I just tonight realized that a problem I was having with sound on a VIA EPIA board with AC97 sound was that I hadn't turned up the speaker volume. (Hey, it happens...)
the kernel is 2.4.22 um as for the alsa im really not sure what exactly it said, i believe it was something like the alsa drivers arnt tunred on or something, but when i did alsamixer it (and then i also did alsactl store) it didnt give that message any more, i didnt do the alsactl restore but i dont think that matters because when i re-boot the volume levels and everything stayed where i put them. yea im sure the speakers are on, believe me ive checked that many time hopping it would work.
As I said, I was having problems with getting sound out of that box. One of the problems I had was the volume on the speakers themselves. Don't know if it was the source of the problem or not, but I compiled and installed the oss modules. If you are missing a module that I have, then I have overlooked it.
Distribution: Redhat Linux 8 & 9, Fedora Core 2, XP
Posts: 301
Rep:
Hi guys!
I've just upgraded my RHL9 kernel to 2.6.3 and I don't think I caught eye one any AC'97 thingy... my mobo's MSI KT6V with a built in sound chip, similar to the ones you're using...
heh, yeah thanks guys. alsaconf sorted out problems i was having too
kenji1903: might be able to help, but will need some more info such as the output of lspci to start with, although personally i know virtually nothing about RH, so might not be much help at all
anyway, if you post the outputs of things like lspci and lsmod, i am sure someone will be able to help you, maybe even me (i use debian, and have never used redhat :P)
Originally posted by daemonTED heh, yeah thanks guys. alsaconf sorted out problems i was having too
kenji1903: might be able to help, but will need some more info such as the output of lspci to start with, although personally i know virtually nothing about RH, so might not be much help at all
anyway, if you post the outputs of things like lspci and lsmod, i am sure someone will be able to help you, maybe even me (i use debian, and have never used redhat :P)
hi,
i also encounter similar problem, after manually compiling kernel (version 2.6.12 with built-in module included. set CONFIG_SND_AC97=m )
the env i use is debian sarge (stable) 3.1 r0a.
it works fine in default kernel version 2.4.x.
the outcome of `lsmod | grep ac` is as follow:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.