LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-31-2004, 05:18 AM   #1
Courthold
Member
 
Registered: Nov 2003
Posts: 58

Rep: Reputation: Disabled
Where to find i810_audio module?


Yet again I'm having some strange sound issues, this time with slackware 10. Random static like sounds coming out the speakers as well as normal sound, it stops if i switch sound system between ALSA and OSS , and then comes back. I remember I think I fixed this by using the i810_audio module instead of the snd-intel8x0 one that's being used now. My question is where in te config for te 2.6 kernel can I include this module, I can't seem to find it anywhere. Thanks.

Last edited by Courthold; 07-31-2004 at 05:28 AM.
 
Old 07-31-2004, 06:09 AM   #2
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
make menuconfig

Device Drivers --->
Sound --->
<*> Sound card support
Advanced Linux Sound Architecture --->
<*> Advanced Linux Sound Architecture
<*> Sequencer support
< > Sequencer dummy client
<*> OSS Mixer API
<*> OSS PCM (digital audio) API[*] OSS Sequencer API
<*> RTC Timer support
PCI devices --->
<*> Intel i8x0/MX440, SiS 7012; Ali 5455; NForce Audio; AMD768/8111
Open Sound System --->
< > Open Sound System (DEPRECATED)
 
Old 07-31-2004, 08:22 AM   #3
Courthold
Member
 
Registered: Nov 2003
Posts: 58

Original Poster
Rep: Reputation: Disabled
I have all of those things included already, although the driver itself and the OSS Mixer and OSS PCM.. are modules because it would not even detect my sound card when they were included.
 
Old 07-31-2004, 11:04 AM   #4
vasudevadas
Member
 
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519

Rep: Reputation: 30
If you want to use OSS instead of alsa then you need to prevent alsad (the alsa daemon) from starting up on boot*, and add the following line to your /etc/modules.conf :

alias sound i810_audio

* Someone else will have to tell you how to do this, I don't know. I use the Mandrake Control Centre but I don't know what the actual config file is.
 
Old 07-31-2004, 06:08 PM   #5
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Play around with the mixer settings.This worked for me,I use aumix.
 
Old 07-31-2004, 08:05 PM   #6
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
you should have it if you're using a default/official kernel - you can put a line:

/sbin/modprobe i810_audio

into /etc/rc.d/rc.modules, and make /etc/rc.d/rc.alsa non-executable
 
Old 08-01-2004, 02:47 PM   #7
Courthold
Member
 
Registered: Nov 2003
Posts: 58

Original Poster
Rep: Reputation: Disabled
if I modprobe i810_audio it says it cannot find the module, I am using the 2.6.7 kernel from kernel.org. Any ideas? Speakers are going crazy with static + high pitched sounds on top of regular sound now :s

Also, I did chmod -x /etc/rc.d/rc.alsa and it still seems to load alsa on boot..

Last edited by Courthold; 08-01-2004 at 04:13 PM.
 
Old 08-01-2004, 04:18 PM   #8
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
the 2.6 kernel series use ALSA.. OSS is now old and oboslite.
however, it is still i the kernel, so if you want it... recompile your kernel wil OSS sound support.
 
Old 08-01-2004, 04:28 PM   #9
Courthold
Member
 
Registered: Nov 2003
Posts: 58

Original Poster
Rep: Reputation: Disabled
Tried several recompiles with various combo's of ALSA and OSS settings as modules and compiled in, but ALSA still seems to want to load. How do I actually make OSS load if i've disabled ALSA (chmod -x /etc/rc.d/rc.alsa) loading? Note that even with disabling ALSA the i810_audio module is still non-existant.
 
Old 08-01-2004, 06:13 PM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
i believe the alsa module is snd-intel8x0, not the i810_audio. don't know if that will help, but, i hope it does.
good luck.
 
Old 08-01-2004, 06:38 PM   #11
Courthold
Member
 
Registered: Nov 2003
Posts: 58

Original Poster
Rep: Reputation: Disabled
That's what I thought, but I cannot seem to get OSS to load / work / do anything
 
Old 08-02-2004, 07:35 AM   #12
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
Quote:
Tried several recompiles with various combo's of ALSA and OSS settings as modules and compiled in, but ALSA still seems to want to load. How do I actually make OSS load if i've disabled ALSA (chmod -x /etc/rc.d/rc.alsa) loading? Note that even with disabling ALSA the i810_audio module is still non-existant.
ok,, first off, do not use a combination of ALSA and OSS. use one OR the other.
in your case, do not compile ALSA at all.

second, before you run the 'make modules_install' move your old modules, you are probably just compiling over the top of your old modules, ALSA is being loaded, because although you didnt compile it in the recent compiles, its still there from the first install / compile.... mv '/lib/modules/2.6.<version> /lib/modules/backup'

now comment out all references to ALSA in /etc/modules or /etc/modules.conf or hwtaever its called.

when you are compiling the kernel, make sure that you have actually selected the i810_audio driver... just clicking OSS audio snt enough, you need to select what drivers to compile too, you are obviously missing this part.

now boot your new kernel... there will be now ALSA since you moved the old modules filder.

you may get errors about loading also if there is anything else relating to it in the startup scripts.. like setting volume of whatever.

now... modprobe i810_audio.

simple as that.

can i ask you... have you ever sucessfully compiled a kernel before ?
 
Old 08-02-2004, 08:22 AM   #13
Courthold
Member
 
Registered: Nov 2003
Posts: 58

Original Poster
Rep: Reputation: Disabled
Yes, plenty of times. If it was as easy as you make out then I'd be done already :) The problem is that the i810_audio module can never be found, even when I have compiled OSS, no ALSA, and selected drivers - there is no driver named i810_audio in the config which is where I am lost. And before a new compile I do make mrproper so there are no modules left over or anything like that.

Edit: Ok scratch that, That time I was being stupid, found it, just got to hope it fixes my problem now. Thanks guys.

Last edited by Courthold; 08-02-2004 at 08:40 AM.
 
Old 08-02-2004, 10:01 AM   #14
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
lol... found it then ?
all working now ?

yeah, its not called intel-blah-blah-blah... its called somthing else, and that sumthing alsa also supports blah blah blah and inteli810
 
Old 08-02-2004, 10:28 AM   #15
Courthold
Member
 
Registered: Nov 2003
Posts: 58

Original Poster
Rep: Reputation: Disabled
Seems to be ok, I never really understood why the alsa driver caused my speakers to create static and high pitched sounds at random, odd :)
 
  


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
Cannot find module WRSpithead Slackware 2 11-13-2005 11:01 PM
Does anybody know how to play MIDI files in Linux with i810_audio module? vharishankar Linux - General 2 02-17-2005 07:42 PM
Where can I find wish (tk module)? pjz Programming 6 03-11-2004 08:52 AM
Sound module i810_audio not loading on startup MadCactus Linux - General 3 12-22-2003 02:22 AM
sis7012 i810_audio module won't work orbitalistic Linux - Hardware 7 10-01-2003 12:06 AM

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

All times are GMT -5. The time now is 04:19 PM.

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