View previous topic :: View next topic |
Author |
Message |
glitch13 Apprentice
Joined: 02 Oct 2002 Posts: 213 Location: New Orleans, LA
|
Posted: Fri May 02, 2003 11:52 pm Post subject: alsa driver on a laptop |
|
|
i have a p2 laptop with es18xx audiodrive sound and am have trouble getting the alsa driver working.
I followed the gentoo alsa doc, and I have soundcore compiled as a module and insmoded, but when I start alsa, i get this:
Code: |
#/etc/init.d/alsasound start
* Initializing ALSA...
* Starting sound driver: snd-es18xx /lib/modules/2.4.20/kernel/sound/ida/snd-es18xx.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may also find more information in syslog or the output from dmesg
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: insmod /lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o fialed
/lib/modules/2.4.20/kernel/sound/isa/snd-es18xx.o: insmod snd-es18xx failed [ ok ]
|
ISA? is this "viewed" as an ISA device even though its apparently a integrated chip? its no where to be found in /proc/bus/isa. As far as the i/o address and irq (and dma), I have written those down from what they are in the bios for the integrated audio device, but the gentoo alsa documentation doesn't cover setting them during the alsa setup anywhere to my knowledge.
Anyone have a clue what I'm doing wrong here? |
|
Back to top |
|
|
magnet Guru
Joined: 16 Mar 2003 Posts: 582 Location: france
|
Posted: Sat May 03, 2003 6:18 pm Post subject: |
|
|
what does lspci say ? _________________ every step aim at glory. |
|
Back to top |
|
|
glitch13 Apprentice
Joined: 02 Oct 2002 Posts: 213 Location: New Orleans, LA
|
Posted: Mon May 05, 2003 1:36 pm Post subject: |
|
|
lspci output:
Code: |
00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 02)
00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0a.0 CardBus bridge: Texas Instruments PCI1131 (rev 01)
00:0a.1 CardBus bridge: Texas Instruments PCI1131 (rev 01)
00:14.0 VGA compatible controller: Neomagic Corporation NM2160 [MagicGraph 128XD] (rev 01)
|
I'm not really seeing it in that output. Any ideas? |
|
Back to top |
|
|
magnet Guru
Joined: 16 Mar 2003 Posts: 582 Location: france
|
Posted: Mon May 05, 2003 1:41 pm Post subject: |
|
|
the sound card should appears here... I think it's the reason it try to load ISA stuff.
are you sure the sound card is enabled in bios ?
which laptop is it ? _________________ every step aim at glory. |
|
Back to top |
|
|
glitch13 Apprentice
Joined: 02 Oct 2002 Posts: 213 Location: New Orleans, LA
|
Posted: Mon May 05, 2003 3:08 pm Post subject: |
|
|
bios:
Code: |
Sound: Enabled
Base I/O address 220 - 22F
Interrupt: IRQ 5
DMA channel DMA 1
DMA channel DMA 0
FM I/O address 388 - 38B
Joystick: Enabled
Base I/O address 201
|
The laptop is a Compaq Presario 1655 (PII 260mhz)
When windows was installed on this laptop, the device manager listed the sound as "ES1869 Plug and Play AudioDrive (WDM)" |
|
Back to top |
|
|
glitch13 Apprentice
Joined: 02 Oct 2002 Posts: 213 Location: New Orleans, LA
|
Posted: Thu May 08, 2003 4:33 pm Post subject: |
|
|
screw it, i found out that this chip will work as a 100% sb compatible card under the sb oss kernel driver. I want to join the "wave of the future" and use alsa, but I got tired of screwing with it. Thanks for the help anyway! |
|
Back to top |
|
|
magnet Guru
Joined: 16 Mar 2003 Posts: 582 Location: france
|
Posted: Thu May 08, 2003 8:01 pm Post subject: |
|
|
hehe good luck , tell us if it works. _________________ every step aim at glory. |
|
Back to top |
|
|
Nectroom n00b
Joined: 16 Nov 2002 Posts: 59 Location: Belgium
|
|
Back to top |
|
|
|