Re: ISDN testing

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Frans Pop
Date: Monday, April 21, 2008 - 6:36 am

On Monday 21 April 2008, Jeff Garzik wrote:

Turns out all 3 cards are supported by the same basic driver: hisax, so
I can only test for the one driver. The Eicon Diva uses an additional
module though: hisaxdiva.

I've put the last 2 cards in one machine and (after some fiddling with
jumpers and interrupts and IO ports :-) both are detected perfectly with
2.6.24 when hisax is modprobed.

Advantage of using the two cards is that it covers both PCI and ISA.
The PCI card gets configured automagically, while the ISA card requires
module parameters for io/irq.

I've compiled a kernel based on your 'isdn-pci' branch, and it boots fine.

But when I tried to modprobe hisax, I got:
# modprobe hisax
FATAL: Module hisax not found.

Cause seems to be:
# depmod -a
WARNING: Module /lib/modules/2.6.25-isdn/kernel/drivers/isdn/hisax/hisaxdiva.ko 
ignored, due to loop
WARNING: Module /lib/modules/2.6.25-isdn/kernel/drivers/isdn/hisax/libhisax.ko 
ignored, due to loop
WARNING: Loop 
detected: /lib/modules/2.6.25-isdn/kernel/drivers/isdn/hisax/hisax.ko needs 
libhisax.ko which needs hisax.ko again!
WARNING: Module /lib/modules/2.6.25-isdn/kernel/drivers/isdn/hisax/hisax.ko 
ignored, due to loop

If needed I can also try with vanilla 2.6.25 to get a bit more current
baseline test than I now have with 2.6.24.

Cheers,
FJP
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git patches] ISDN cleanups (modularization prep), Jeff Garzik, (Sun Apr 20, 3:39 pm)
Re: ISDN testing, Jeff Garzik, (Sun Apr 20, 6:43 pm)
Re: ISDN testing, Frans Pop, (Mon Apr 21, 6:36 am)
Re: ISDN testing, Jeff Garzik, (Mon Apr 21, 12:22 pm)
Re: ISDN testing, Andi Kleen, (Mon Apr 21, 12:48 pm)
Re: ISDN testing, Jeff Garzik, (Thu Apr 24, 7:39 pm)
Re: [git patches] ISDN cleanups (modularization prep), Jeff Garzik, (Thu Apr 24, 7:46 pm)