Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
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've been having a lot of trouble lately with my intel_i810 soundcard. I had it running off of alsa-0.9.4 for a while and then one day it just stops working. Well, it wasn't really working, I just had the sounds from Gaim working. Everything else resulted in a crackling noise which I think was due to a Pcm problem. I tried to reinstall everything and when i try to insert the modules into the kernel this is what I get:
#modprobe snd-intel8x0;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
/lib/modules/2.4.21-0.13mdk/kernel/sound/pci/snd-intel8x0.o.gz: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/sound/pci/snd-intel8x0.o.gz failed
modprobe: insmod snd-intel8x0 failed
welcome to the club... i couldn't get my i810 working. I compiled alsa and got a similar error message...
modprobe snd-intel8x0;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
/lib/modules/2.4.20/kernel/sound/pci/snd-intel8x0.o: init_module: No such device
/lib/modules/2.4.20/kernel/sound/pci/snd-intel8x0.o: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20/kernel/sound/pci/snd-intel8x0.o: insmod /lib/modules/2.4.20/kernel/sound/pci/snd-intel8x0.o failed
/lib/modules/2.4.20/kernel/sound/pci/snd-intel8x0.o: insmod snd-intel8x0 failed
mine works wonderfully in mdk 9.1. i'll give you a somewhat quick rundown on how to maybe get it going.
modprobe i810_audio
that should load it for you. it won't have all of the whistles and bells, but it will work. we can also do it manually if you need to. drop a line back if that is the case.
that would be it. in my debian it was off by just a little bit and wouldnt' work. what you would want to have there is
alias sound-slot-0 i810_audio
if it says intel8x0 the put a # before the line to omit it and put the line that's just above here in there and then log out and restart x. you might have to go all the way to reboot but hopefully not. drop a line back with the results.
what you can do is to open up the rc.modules and put a # before the line with your sound card on it. that will make it not see that line and then drop in the line that i told you about. if it isn't working then, just get rid of the line that i told you about and then remove the # from the old line.
As a friendly advice, use aRts instead of ALSA. I am using it (and ess) on INtel i810 Soundcard without ANY problems. ALSA is still ages away from being a stable Sound system for Linux.
Well, I reinstalled mandrake 9.1 and I am back to having the Gaim sounds and music CDs working but everything else is the crackling noise. Right now I am using the snd-intel8x0 sound driver and those are the only two things I can get out of my speakers. Any suggestions?
I installed the latest ALSA drivers, lib and utils but I am still having the same problem. CD and Gaim sounds work fine, but if I try to start a game up or watch a video, I get crackling. The crackling will continue even if i stop the video or game until I play one of the Gaim sounds. Could this be a problem with the PCM settings? If the crackling is happening and I mute PCM, it goes away.
- for the best sound quality (at least on my dell smartstep) make sure master and pcm are about two bars below their maximum, and correct volume with the wheel on the side of your computer. otherwise you will notice some frequency range problems.
Others on that page say using the OSS drivers may be the way to go, instead of ALSA. It seems to depend on what you want to do, and your hardware. Read some of it, and see if it makes any sense to ya. I'm personally not familiar with the 810 sound stuff.
Anyone else got some suggestions.
Well, seems alsamixer has decided to just vanish from the hard drive. Well not really, its still there but when I try to run it, it cant be found. This is what Im getting:
alsamixer: function snd_ctl_open failed for default: No such file or directory
If you cant tell already, Im a complete newbie to Linux but Im learning . Umm, how would I go about trying the OSS drivers? Also, to uninstall, all I do is "make clean" then remove the directory, right?
Tried to uninstall the alsa 0.9.4 stuff and it totally screwed everything up so I have reinstalled mandrake 9.1 once again and I'm going to leave everything alone until someone makes some suggestions. Anyone have th i810 soundchip working correctly and want to walk me through whatever it is they did?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.