SuSE Linux: Version 6.4
This article refers to an older version of SuSE Linux.
Therefore some of the informations given in this article may
be outdated or the article may contain stale links.
May 23 00:30:41 linux kernel: HiSax: Teles PCMCIA ports 0-60 already in use May 23 00:30:41 linux kernel: HiSax: Card Teles PCMCIA not installed ! May 23 00:30:41 linux cardmgr[71]: + /lib/modules/2.2.14/misc/hisax.o: init_module: Device or resource busy May 23 00:30:41 linux cardmgr[71]: + /lib/modules/2.2.14/misc/hisax.o: insmod /lib/modules/2.2.14/misc/hisax.o failed
tail -f /var/log/messages
or search /var/log/messages with:
grep "HiSax parameter" /var/log/messages
and take the most recent line with an output similar to:
May 17 08:26:14 linux kernel: HiSax parameter: type=8 io=0x300 irq=3 [protocol=2]
type=8 protocol=2 io=0x300 irq=3 id=Teles
type=8 stands for the Teles 16.3 PCMCIA card
protocol=2 stands for Euro_ISDN (EDSS1)
Alternatively, you can also insert this string in Hisax configuration file /etc/rc.config.d/i4l_hardware.rc.config:
I4L_MODUL_OPTIONS_1="type=8 protocol=2 io=0x300 irq=3 id=Teles"
case "$I4L_TYPE" in 8) # Teles 16.3 PCMCIA # disable I4L_IO=$PCMCIA_I4L_IO # disable I4L_IRQ=$PCMCIA_I4L_IRQ ISDNLOG_START="no" ;; 10)
If you insert your Teles card again, it will be correctly integrated.
Please note that the io and irq values may vary if you change the insertion order of two PCMCIA cards. Therefore, we recommend you to maintain this order.