On Sat, 28 Jul 2001, Helen McCall <[EMAIL PROTECTED]> wrote: >I am having problems loading the HiSax driver in a couple of installations >of Debian potato 2.2r3 using the kernel 2.2.19pre17 which comes as the >default on that release. > >Kernel = Linux version 2.2.19pre17 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) > #1 Tue Mar 13 22:37:59 EST 2001 > >I have tried loading the hisax module on two different Eicon Diva 2.01 >ISDN cards. One of these is the ISA version which has been properly set up >by the isapnputils and gives the following reply on isapnp: > >Board 1 has Identity ba 00 01 ce 06 a1 00 89 1c: > GDI00a1 Serial No 118278 [checksum ba] > GDI00a1/118278[0]{EICON DIVA 2.01 S/T ISA}: > Port 0x200; IRQ10 --- Enabled OK > >The /etc/modules.conf has the following definition for the ISA card: > >### update-modules: start processing /etc/modutils/hisax >options hisax io=0x200 irq=10 > >### update-modules: end processing /etc/modutils/hisax
Doesn't the hisax driver need a 'type' and a 'protocol' statement? That would mean options hisax type=11 protocol=2 io=0x200 irq=10 for the ISA card and options hisax type=11 protocol=2 for the PCI version, assuming Euro ISDN as the protocol (not sure if this actually applies to the UK). See /usr/src/linux/Documentation/isdn/README.eicon for details. >[...] Can't help with the certificate, although I'm getting the same message with kernel 2.2.19 and an Elsa card. I believe that this is a legal issue, though, and that it won't affect the driver's functionality. -- Philipp Lehman <[EMAIL PROTECTED]>