LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 01-26-2004, 10:08 PM   #1
Stack Overflow
LQ Newbie
 
Registered: Jan 2004
Location: USA
Distribution: SuSE 9.3 Pro
Posts: 13

Rep: Reputation: 0
Error installing AC'97 sound card (82801EB)


Hello,

You may have heard this many times before, but there still hasn't been a complete explanation of how to fix this. I have the Intel 82801EB On-Board AC'97 audio that Red Hat 9 still does not like... I have tried almost everything from this:

http://www.alsa-project.org/alsa-doc...odule=intel8x0

I have even tried installing the cmaudio-034.tar.gz file I found and the alike... Tried sndconfig, said it found the Audio Card, but says its not supported... I have also visited this site too... the information was good but still didnt help fix my problem:

http://www.linuxquestions.org/questi...threadid=93687

Is there a way this can be fixed?

Thank your for your time, and I can provide more detail if necessary.

- Stack Overflow

Last edited by Stack Overflow; 02-16-2004 at 03:55 PM.
 
Old 01-27-2004, 01:09 AM   #2
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Have you tried installing the OSS drivers? The module you have to load is "i810_audio". If it succeeds then make sure ALL volume levels are UNMUTED and SET TO HIGH. If that doesn't work (even if you've tried it, try it again because it only takes a second) then give details.

You said you tried the ALSA drivers... How exactly did they fail? Fail to compile? Fail to load? Fail to run? Give details.

I have the exact same card and it works fine under both ALSA and OSS. Also, what kernel version are you running?
 
Old 01-27-2004, 11:32 AM   #3
Stack Overflow
LQ Newbie
 
Registered: Jan 2004
Location: USA
Distribution: SuSE 9.3 Pro
Posts: 13

Original Poster
Rep: Reputation: 0
1) Alright, I'm not totally sure I have installed the OSS drivers...

2) I also tried doing a "modprobe cmaudio" and "modprobe ac97" but still nothing.

Also, what is strange is that I tried "modprobe i810_audio" and it gave these errors:
Quote:
lib/modules/2.4.20-6/kernel/drivers/sound/i810_audio.o: 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
/lib/modules/2.4.20-6/kernel/drivers/sound/i810_audio.o: insmod /lib/modules/2.4.20-6/kernel/drivers/sound/i810_audio.o failed
/lib/modules/2.4.20-6/kernel/drivers/sound/i810_audio.o: insmod i810_audio failed
But, I checked the folder where the modules are kept, and its there.

3) The ALSA drivers gave me the error "AudioSubSystem::handleIO: write failed
len = -1, can_write = 4096, errno = 11" but I've fixed that since.

I very well may try installing the OSS drivers.... seems like my only chance left. Also, I tried the Soundcard Detection, it found the card, but still no sound. Maybe my sound really is muted, i'll check into that to, and see what happens.

Thank you for your time.

- Stack Overflow
 
Old 01-27-2004, 11:42 AM   #4
Stack Overflow
LQ Newbie
 
Registered: Jan 2004
Location: USA
Distribution: SuSE 9.3 Pro
Posts: 13

Original Poster
Rep: Reputation: 0
Wait a second.... The sound is working now.. for some reason after I probed the ac97_codec I believe I now have sound. That's strange, even though the i810_audio module didn't work, it seems that the ac97_codec called on it and now all is working.

I'm going to restart Linux, and see if I get sound automatically.

- Stack Overflow
 
Old 01-27-2004, 11:53 AM   #5
Stack Overflow
LQ Newbie
 
Registered: Jan 2004
Location: USA
Distribution: SuSE 9.3 Pro
Posts: 13

Original Poster
Rep: Reputation: 0
Alright, back from the restart... All sound seems to be working now after I used "insmod ac97_codec" and "modprobe ac97"

I also made a .sh file that does those two commands when Linux boots or whatever so now I shouldn't have to manually type them in each time.

Thank you all for your time.

- Stack Overflow
 
Old 01-30-2004, 10:20 PM   #6
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
You can just add the module names (without the ".o") to /etc/modules. It's specifically there for that purpose.
 
Old 02-16-2004, 12:09 PM   #7
Stack Overflow
LQ Newbie
 
Registered: Jan 2004
Location: USA
Distribution: SuSE 9.3 Pro
Posts: 13

Original Poster
Rep: Reputation: 0
How to configure the 82801EB sound card

Hello again,

I know how it feels to have problems with the On-Board 82801EB sound card. These solutions might be based on Red Hat 9.0 with the 2.4 Kernel, but I’m hoping it works for all versions of Linux. Also, since I have received a few emails asking how I accomplished receiving sound from my sound card, I thought I would share my opinion on how it can be fixed.

· Starting, we all try using ‘sndconfig’ which usually returns something like this in terminal

#sndconfig

Quote:
----------------------------------------------------------
A PCI sound card was found in your system. The details are
Model: Intel Corp. | 82801EB AC'97 Audio
----------------------------------------------------------
after clicking ‘OK’
----------------------------------------------------------
Intel Corp. | 82801EB AC'97 Audio is not supported
----------------------------------------------------------
Before we move into the possible solutions, you can always check your chipset information by doing ‘lspci –v’ in terminal.

Also, if you type 'sndconfig' and it gives the error:

bash: sndconfig: command not found

You can always download the Red Hat Linux sound configuration tool ‘sndconfig’ here:
http://linux.maruhn.com/sec/sndconfig.html

Since I could go on and on, lets move on to the solutions.

· Firstly, I tried multiple things, like:
Quote:
‘insmod snd-intel8x0’
‘modprobe i810_sound’
Those two didn't work for me, but these two did:
Quote:
‘insmod ac97_codec’
‘modprobe ac97’
Also, this is a C-Media (CMI9739/A) sound card, or at least supposed to be, so I tried finding a Linux driver. I found one here:
Cmaudio v0.41: http://www.cmedia.com.tw/driver/Linu...dio-041.tar.gz
Cmaudio v0.34: http://www.cmedia.com.tw/driver/Linu...dio-034.tar.gz

Note: I guess for some reason v0.34 is more supported for Linux because it is still on their site.. Or at least today it is. So also, if you decide to get the Cmaudio drivers, which I have, you don't need ‘ac97_codec’...just change it to ‘cmaudio’. They give you all the instructions in there of how to install it.

Or if its been a while, new driver created, or broken link…check here:
http://www.cmedia.com.tw/download/e_UDA9738_linux.htm

· Secondly, I still got an error from ALSA every time Linux started up.

Error: "AudioSubSystem::handleIO: write failed
len = -1, can_write = 4096, errno = 11"

There are two ways to fix this, either disable ALSA or install a new driver.
Disable ALSA: First, open the Control Center if using KDE, click on the Sound & Multimedia tab (9 tabs down from top for RH9). Then select the sub-tab ‘Sound System’. Lastly, un-check the check box called ‘Start aRts soundserver on KDE startup’.
New Driver: Install new ALSA package from site: http://www.alsa-project.org

I downloaded version 1.1 a while back, but I'm sure newer versions may be released by now.

Then follow the instructions, and put new information in etc/modules.conf, etc… More information about i810 sound cards can be found here:
http://www.alsa-project.org/alsa-doc...odule=intel8x0

· Thirdly, make a shell script to automatically probe your sound card on startup. If you have the cmaudio drivers, this step is not required, but sometimes cmaudio doesn't always work accordingly so if you still have problems proceed to this next step. To do that, create a shell script with any name you desire. For example:

‘probe_sound.sh’

Insert this line in your new shell script:

insmod ac97_codec **
modprobe ac97

Save it to the directory /usr/local/bin. Now to make sure it runs on startup, open the file:

‘/etc/rc.d/rc.local’

This is how the file looks:

--------------------------------------------------------------------
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local

# Your script is executed here
/usr/local/bin/probe_sound.sh
--------------------------------------------------------------------

Also, don’t forget to give the shell script executable rights… This can be done in terminal:

chmod a+x /usr/local/bin/probe_sound.sh

Now, every time your system boots, the sound module will be loaded automatically.

· Lastly, I hope this has helped some of you, and has solved the problem. Other times it doesn’t work, but I would be happy to help you if you have a detailed problem and explanation.

** Not sure if its needed.

Other useful links:
http://www.intel.com/support/graphics/linux/audio.htm
http://www.ussg.iu.edu/hypermail/lin...07.0/0389.html
http://www.linuxquestions.org/questi...03/10/1/100228
http://www.linuxquestions.org/questi...threadid=93687
http://www.linuxquestions.org/questi...ighlight=8801E
http://linmodems.technion.ac.il/arch.../msg00031.html
http://www.linuxquestions.org/questi...002/08/2/27366
http://www.experts-exchange.com/Oper..._20842117.html
http://www.linuxforum.com/forums/ind...showtopic=6239
http://www.kerneltrap.org/node/view/925

If some of you are really tired of the 2.4 kernel, you can find a newer one here: http://www.kernel.org/

Some of you don't like installing the kernel's from source, others do. Well from here on I will explain how to install the kernel from a RPM for RH9 and hopefully all others.

First, download the kernel from here:
http://people.redhat.com/arjanv/2.5/RPMS.kernel/

Make sure you get the kernel, and the following packages:
[quote]mkinitrd
modutils
nfs-utils
device-mapper
lvm2
initscripts[/quote

All the packages you'll need to install your kernel. Simply, check out this link, it gives step by step help to installing your kernel:
http://www.yolinux.com/TUTORIALS/Lin...pmInstall.html

Also, a helpful link:
http://www.redhat.com/support/resour...1-upgrade.html

In the mean time, and in between time, I'm off to more about this subject.

- Stack Overflow

Last edited by Stack Overflow; 02-19-2004 at 11:31 AM.
 
Old 02-28-2004, 12:48 PM   #8
sordomudo11
LQ Newbie
 
Registered: Feb 2004
Posts: 13

Rep: Reputation: 0
i810 audio w/ Mandrake 9.2

I've got a Dell Inspiron 8600 running Mandrake 9.2. The sound was working on install, but with tons of static and noise. So, I tried installing ALSA and followed the instructions to a "t". Now I have no sound whatsoever. I've checked all the mixers to ensure that NOTHING is set to mute, but nothing.

So, I decided to try to go back to i810_audio. I've tried loading the module, but I get the following error:

[root@dhcppc2 bin]# modprobe i810 audio
/lib/modules/2.4.22-10mdk/kernel/drivers/sound/i810_audio.ogz: 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.22-10mdk/kernel/drivers/sound/i810_audio.o.gz fialed
modprobe: insmod i810_audio failed

Here is the output of lsmod:

Module Size Used by Tainted: P
ac97 4800 0 (unused)
ac97_codec 15828 0
isofs 28148 1 (autoclean)
udf 88736 0 (autoclean)
snd-pcm-oss 43076 0
snd-mixer-oss 14800 0 [snd-pcm-oss]
ndiswrapper 61752 1
agpgart 48292 3 (autoclean)
nvidia 2126440 7 (autoclean)
snd-seq-midi-event 6016 0
snd-seq 42576 0 [snd-seq-midi-event]
snd-intel8x0 22568 2
snd-ac97-codec 53004 0 [snd-intel8x0]
snd-pcm 79108 0 [snd-pcm-oss snd-intel8x0]
snd-timer 18596 0 [snd-seq snd-pcm]
gameport 3268 0 [snd-intel8x0]
snd-mpu401-uart 4784 0 [snd-intel8x0]
snd-rawmidi 17920 0 [snd-mpu401-uart]
snd-seq-device 5788 0 [snd-seq snd-rawmidi]
snd-page-alloc 9652 0 [snd-intel8x0 snd-pcm]
snd 44676 2 [snd-pcm-oss snd-mixer-oss snd-seq-midi-event snd-seq snd-intel8x0 snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 6340 0 [snd]
nfsd 75280 8 (autoclean)
ds 8500 2
yenta_socket 13088 1
pcmcia_core 57696 0 [ds yenta_socket]
af_packet 14856 1 (autoclean)
sr_mod 19384 2 (autoclean)
bcm4400 32140 0 (autoclean)
ohci1394 27696 0 (unused)
ieee1394 201284 0 [ohci1394]
nls_cp850 4284 1 (autoclean)
vfat 11820 1 (autoclean)
fat 38040 0 (autoclean) [vfat]
nls_iso8859-1 3484 3 (autoclean)
ntfs 77292 1 (autoclean)
supermount 84032 1 (autoclean)
ide-cd 33956 0
cdrom 32608 0 [sr_mod ide-cd]
ide-scsi 11376 1
scsi_mod 106176 2 [sr_mod ide-scsi]
ehci-hcd 19212 0 (unused)
usb-uhci 25136 0 (unused)
usbcore 74988 1 [ehci-hcd usb-uhci]
rtc 9004 0 (autoclean)
ext3 60048 1
jbd 39264 1 [ext3]

Here's the output of lspci -v

00:00.0 Host bridge: Intel Corp. 82855PM Processor to I/O Controller (rev 03)
Subsystem: Dell Computer Corporation: Unknown device 016a
Flags: bus master, fast devsel, latency 0
Memory at e0000000 (32-bit, prefetchable) [size=128M]
Capabilities: [e4] #09 [4104]
Capabilities: [a0] AGP version 2.0

00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, 66Mhz, fast devsel, latency 32
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: fc000000-fdffffff
Prefetchable memory behind bridge: d0000000-dfffffff

00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 01) (prog-if 00 [UHCI])
Subsystem: Dell Computer Corporation: Unknown device 016a
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at bf80 [size=32]

00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub #2) (rev 01) (prog-if 00 [UHCI])
Subsystem: Dell Computer Corporation: Unknown device 016a
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at bf40 [size=32]

00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub #3) (rev 01) (prog-if 00 [UHCI])
Subsystem: Dell Computer Corporation: Unknown device 016a
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at bf20 [size=32]

00:1d.7 USB Controller: Intel Corp. 82801DB USB2 (rev 01) (prog-if 20 [EHCI])
Subsystem: Dell Computer Corporation: Unknown device 016a
Flags: bus master, medium devsel, latency 0, IRQ 11
Memory at f4fffc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] #0a [2080]

00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 81) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
I/O behind bridge: 0000d000-0000efff
Memory behind bridge: f6000000-fbffffff

00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 01)
Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corp. 82801DBM Ultra ATA Storage Controller (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: Dell Computer Corporation: Unknown device 016a
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at <ignored>
I/O ports at bfa0 [size=16]
Memory at 10000000 (32-bit, non-prefetchable) [size=1K]

00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio Controller (rev 01)
Subsystem: Dell Computer Corporation: Unknown device 016a
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at b800 [size=256]
I/O ports at bc40 [size=64]
Memory at f4fff800 (32-bit, non-prefetchable) [size=512]
Memory at f4fff400 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2

00:1f.6 Modem: Intel Corp. 82801DB AC'97 Modem Controller (rev 01) (prog-if 00 [Generic])
Subsystem: Conexant: Unknown device 5422
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at b400 [size=256]
I/O ports at b080 [size=128]
Capabilities: [50] Power Management version 2

01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0324 (rev a1) (prog-if 00 [VGA])
Subsystem: Dell Computer Corporation: Unknown device 019c
Flags: bus master, VGA palette snoop, 66Mhz, medium devsel, latency 248, IRQ 11
Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (32-bit, prefetchable) [size=256M]
Expansion ROM at 80000000 [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Capabilities: [44] AGP version 3.0

02:00.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
Subsystem: Dell Computer Corporation: Unknown device 8127
Flags: bus master, fast devsel, latency 32, IRQ 11
Memory at faffe000 (32-bit, non-prefetchable) [size=8K]
Capabilities: [40] Power Management version 2

02:01.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus Controller (rev 02)
Subsystem: Dell Computer Corporation: Unknown device 016a
Flags: bus master, medium devsel, latency 168, IRQ 11
Memory at 10001000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
Memory window 0: 10400000-107ff000 (prefetchable)
Memory window 1: 10800000-10bff000
I/O window 0: 00004000-000040ff
I/O window 1: 00004400-000044ff
16-bit legacy interface ports at 0001

02:01.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394 Controller (prog-if 10 [OHCI])
Subsystem: Dell Computer Corporation: Unknown device 016a
Flags: bus master, medium devsel, latency 32, IRQ 11
Memory at faffd800 (32-bit, non-prefetchable) [size=2K]
Memory at faff8000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2

02:03.0 Network controller: Broadcom Corporation BCM94306 802.11g (rev 02)
Subsystem: Dell Computer Corporation: Unknown device 0001
Flags: bus master, fast devsel, latency 32, IRQ 11
Memory at faff6000 (32-bit, non-prefetchable) [size=8K]
Capabilities: [40] Power Management version 2

Here's the contents of /etc/modules.conf

alias eth0 bcm4400
probeall usb-interface usb-uhci ehci-hcd
probeall scsi_hostadapter ide-scsi

#alias sound-slot-0 snd-intel8x0
# OSS-START
# sound-slot/service 0 is for the mixer
# sound-slot/service 2 is for midi (which this doesn't support)
# sound-slot/service 3 is for dsp
# sound-slot/service 4 is for dsp
#
alias sound-slot-0 i810_audio
alias sound-service-0-0 i810_audio
alias sound-slot-2 off
alias sound-service-0-2 off
alias sound-slot-3 i810_audio
alias sound-service-0-3 i810_audio
alias sound-slot-4 i810_audio
alias sound-service-0-4 i810_audio
options i810_audio clocking=48000
#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 || :

# OSS-END

## ALSA-START
#alias char-major-116 snd
#alias snd-card-0 snd-intel8x0
#options snd-intel8x0 ac97_clock=48000
## OSS/Free portion
#alias char-major-14 soundcore
#alias sound-slot-0 snd-card-0
## card #1
#alias sound-service-0-0 snd-mixer-oss
#alias sound-service-0-1 snd-seq-oss
#alias sound-service-0-3 snd-pcm-oss
#alias sound-service-0-8 snd-seq-oss
#alias sound-service-0-12 snd-pcm-oss
#post-install sound-slot-0 /bin/aumix-minimal -v 30 -w 30
## ALSA-END

alias ieee1394-controller ohci1394

alias /dev/nvidia* nvidia
alias wlan0 ndiswrapper
options ndiswrapper if_name=wlan0
post-install ndiswrapper /usr/sbin/loadndisdriver 14e4 4320 /lib/windrivers/bcmwl5.sys /lib/windrivers/bcmwl5.inf
alias eth1 orinoco_cs

Here's what's in the /etc/modules file:

# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a `#', and everything on the line after them are ignored.

i810_audio
scsi_hostadapter

Also, I tried rmmoding the snd-intel8x0 module, but it says it's in use.

I'm sure my config files are conflicting w/ one another by now, w/ all the editing I've done. I've tried to go back to my original versions of the files, but no luck. Any help would be great. Thanks so much!
 
Old 02-28-2004, 08:14 PM   #9
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Did you use alsamixer to unmute the channels? If you used an OSS mixer then they don't control all of ALSA's channels.

If you're trying to load i810_audio again, you have to unload all the ALSA modules. You can't have both loaded simultaneously. If you want OSS loaded on start up you'll have to get rid of the ALSA stuff in modules.conf.

Last edited by adz; 02-28-2004 at 08:37 PM.
 
Old 02-28-2004, 08:27 PM   #10
sordomudo11
LQ Newbie
 
Registered: Feb 2004
Posts: 13

Rep: Reputation: 0
I did use alsamixer, and as far as I could tell none of them were muted. I toggled 'em off and on just to be sure. If you noticed, all of the Alsa stuff is commented out in my /etc/modules.conf...
 
Old 02-28-2004, 09:35 PM   #11
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Yeah but they stil show up in lsmod. That'll be why you can't load i810_audio.
 
Old 02-28-2004, 09:45 PM   #12
sordomudo11
LQ Newbie
 
Registered: Feb 2004
Posts: 13

Rep: Reputation: 0
I've tried to rmmod them... so even with the comments (#), the modules.conf still sees and executes those lines? Could it be that they're getting loaded somewhere else...?
 
Old 02-28-2004, 09:55 PM   #13
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Could be. Have a look at /etc/modules. But first, manually rmmod (or modprobe -r) them and then modprobe the i810_audio module to see it all still works.
 
Old 02-28-2004, 10:14 PM   #14
sordomudo11
LQ Newbie
 
Registered: Feb 2004
Posts: 13

Rep: Reputation: 0
I feel like a dope. I couldn't get the new module to load, like you said, b/c ALSA was still loaded. I couldn't get ALSA to unload though, b/c it was busy w/ other processes. I didn't even think that of course I'd have to shut down any app that might access the sound card--in this case, Thunderbird and aMSN. When I did that, the module rm'd just fine. Then, the i810 modprobe'd just fine, too... and viola, sound. Now I assume my /etc/modules.conf should be fine, but I've removed the ALSA lines altogether. Could you look at the modules.conf entries for i810 and reply if it looks like something's wrong there? Thanks so much.
 
Old 02-28-2004, 10:42 PM   #15
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Looks OK to me. I never had any of those lines in my modules.conf when I used OSS and it all worked so I guess you should be OK. As long as it works....
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound problems: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02) firedance Linux - Hardware 18 11-18-2021 01:54 PM
Intel Corp. 82801eb AC'97 Soundcard Stargod Linux - Hardware 6 12-12-2007 08:31 PM
No Sound with Fedora Core 1 and 82801EB AC'97 theshootist Linux - Newbie 1 06-01-2004 03:52 AM
Help Me: Problem with Intel Corp. 82801EB AC'97 in Redhat 9 palla Linux - Hardware 1 01-21-2004 10:48 AM
driver for ADI AD1985 "82801EB AC'97 Audio" sound card ??? (Asus P4C800) christophe.dr Linux - Hardware 3 09-07-2003 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:59 AM.

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