Metivier, Todd wrote:

I downloaded alsa 0.9.0rc6 for my HP x4000 with Intel Xeon 2.4 Gig processor
running 2.4.18-3 kernel. The board has an Analog Devices AD1885 CODEC
(AC97).

That machine appears to be Linux certified.
http://www.hp.com/workstations/products/linux/x4000/summary.html

What is the IA-64 processor?
Maybe the Alsa driver was only tested on i386?

I followed the alsa install instructions listed for the AD1885. Basically:

./configure --with-cards=intel8x0 --with-sequencer=yes;make;make
install ./snddevices
Everything compiled fine, but I had problem when trying to insert the
intel8x0 module. Got the following error:

# modprobe snd-intel8x0

/lib/modules/2.4.18-3/kernel/sound/pci/snd-intel8x0.o: init_module: No such
device
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
/lib/modules/2.4.18-3/kernel/sound/pci/snd-intel8x0.o: insmod
/lib/modules/2.4.18-3/kernel/sound/pci/snd-intel8x0.o failed
/lib/modules/2.4.18-3/kernel/sound/pci/snd-intel8x0.o: insmod snd-intel8x0
failed


Note that the other modules (snd-pcm-oss, snd-mixer-oss, snd-seq-oss) were
inserted w/out a problem.


I am new to ALSA, so I'm not sure what to try next. I'm not even convinced
that this hardware configuration is supported. Anyway, any feedback would be
greatly appreciated. I will list all pertinent output that I can think of
below.


# lspci
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA PCI Bridge (rev 04)
00:1f.0 ISA bridge: Intel Corp. 82801BA ISA Bridge (LPC) (rev 04)
00:1f.1 IDE interface: Intel Corp. 82801BA IDE U100 (rev 04)
00:1f.2 USB Controller: Intel Corp. 82801BA/BAM USB (Hub (rev 04)
00:1f.3 SMBus: Intel Corp. 82801BA/BAM SMBus (rev 04)
00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio
(rev 04)

description: "Intel 82801AA,82901AB,i810,i820,i830,i840,i845,MX440; SiS 7012; Ali 5455"
The 82801AA is supported, not sure what the 82801BA is but it must be a close cousin.
I don't know why that chip is used for PCI, ISA, IDE, USB, SMBus, and Multimedia audio controller.
I think you are really close but I have no idea how you can debug it.

Try the kernel OSS module for the Intel.
I suspect something works because it seems to ship with Red Hat from HP.

# dmesg (only pertinent section)
Intel 810 + AC97 Audio, version 0.21, 07:42:52 Apr 18 2002
PCI: Setting latency timer of device 00:1f.5 to 64
i810: Intel ICH2 found at IO 0x1080 and 0x1400, IRQ 11
i810_audio: Audio Controller supports 6 channels.
ac97_codec: AC97 Audio codec, id: 0x4144:0x5360 (Analog Devices AD1885)
i810_audio: AC'97 codec 0 Unable to map surround DAC's (or DAC's not
present), total channels = 2



# cat /proc/asound/cards --- no soundcards ---

( don't know if this makes sense...)

I think it does because the Alsa driver didn't load.


--
----------------------------------------
Sent from Mozilla and GNU/Linux




-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to