Koozali.org: home of the SME Server

Isdn Isa Card - install -i/o address

Oham

Isdn Isa Card - install -i/o address
« on: March 14, 2003, 10:43:50 PM »
Hi, i want to install my AVM - ISA - ISDN Card and i need i/o address and protocol type. i am from germany..
can someone help me what i have to set ?

Thanx Oham..

Jochen Hoegerl

Re: Isdn Isa Card - install -i/o address
« Reply #1 on: March 15, 2003, 07:36:54 PM »
Try the following............

protocol=2 (That's for "EDSSl"; EuroISDN)

The default settings for this card is normally

io=0x300
irq=5

==> Check your jumper's before.

For HiSax a AVM A1 card is Type 5

or you can just try to load the driver from the command-line
with

modprobe hisax.o id=HiSax type=5 protocol=2 io=0x300 irq=5

output should be in /var/log/messages

the last line should be
...................................kernel: HiSax: module installed

if you get an error try other io / irq

you can find an free irq with

cat /proc/interrupts

hope this helps

jochen