Subject: Re: auich does not work for me
To: Jachym Holecek <freza@liberouter.org>
From: Denis Lagno <dlagno@rambler.ru>
List: current-users
Date: 05/27/2005 13:55:59
On Mon, May 23, 2005 at 02:33:06AM +0200, Jachym Holecek scribed:
> > I try to use audiocard and I see kernel prints:
> > 
> > auich0 at pci0 dev 31 function 5: i82801DB/DBM (ICH4/ICH4M) AC-97 Audio
> > pci_intr_map: no mapping for pin B (line=00)
> > auich0: can't map interrupt
> > Intel 82801DB AC97 Modem Controller (modem communications, revision \
> >    0x03) at pci0 dev 31 function 6 not configured
> 
> Looks like similar problem I had with cbb(4), "options ACPI_PCI_FIXUP"
> fixed it for me (you'll need "acpi0 at mainbus0" too).

I rebuild all, with added kernel options:

acpi0 		at mainbus0
options 	ACPI_PCI_FIXUP		# PCI interrupt routing via ACPI
options 	ACPI_ACTIVATE_DEV	# If set, activate inactive devices
acpiacad* 	at acpi?		# ACPI AC Adapter
acpibat* 	at acpi?		# ACPI Battery
acpibut* 	at acpi?		# ACPI Button
acpiec* 	at acpi?		# ACPI Embedded Controller
acpilid* 	at acpi?		# ACPI Lid Switch
acpitz* 	at acpi?		# ACPI Thermal Zone
attimer*	at acpi?		# AT Timer
pcppi*		at acpi?		# AT-style speaker sound
mpu*		at acpi?		# Roland MPU-401 MIDI UART
npx*		at acpi?		# Math coprocessor
pckbc*  	at acpi?		# PC keyboard controller


However auich still does not work:

auich0 at pci0 dev 31 function 5: i82801DB/DBM (ICH4/ICH4M) AC-97 Audio
pci_intr_map: no mapping for pin B (line=00)
auich0: can't map interrupt

So does cbb:

cbb0 at pci1 dev 3 function 0: Ricoh 5C475 PCI-CardBus bridge (rev. 0xb8)
cbb0: NOT USED because of unconfigured interrupt
Ricoh 5C551 PCI-CardBus bridge/Firewire (Firewire serial bus, interface 0x10) at pci1 dev 3 function 1 not configured

In addition XFree86 now does not see keyboard and trackball,
it however sees USB mouse.

In addition I cannot use apm/zzz with acpi.
What replacement for it with acpi?