Subject: Re: ISDN help
To: None <netbsd-help@netbsd.org>
From: Martin Schmitz <martin-schmitz@web.de>
List: netbsd-help
Date: 07/31/2003 01:05:17
Ingolf Steinbach <Ingolf.Steinbach@jena-optronik.de> writes:
> Benjamin Walkenhorst wrote:
>> My machine is an Intel PIII 450, 256MB RAM, 'bout 60GB hdd.
>> I connect to the internet via an AVM A1 (Fritz!Card Classic), it's ISA,
>> non-pnp.
> [...]
>> So has anybody experience using an A1 with NetBSD 1.6?
>
> isic0 at isa0 port 0x340-0x347 irq 5
> isic0: AVM A1 or AVM Fritz!Card
> isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2)
> isic0: HSCX 82525 or 21525 Version 2.1
> BRI 0 at isic0
> [...]
>
> Works without major problems. There are sometimes strange
> errors causing "persistent deactivation" of the interface. I
> need to "ifconfig down" and then "ifconfig up" again the
> interface afterwards.
I wouldn't recommend this setup, 'cause many people have soundcards
using irq 5. I jumpered the card to:
isic0 at isa0 port 0x300-0x307 irq 3
isic0: AVM A1 or AVM Fritz!Card
isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2)
isic0: HSCX 82525 or 21525 Version 2.1
BRI 0 at isic0
You could use some other interrupts also, for example irq 11.
I don't ever get any errors. Maybe your card is broken?
I remember that it was quite hard to find out how to set the jumpers but
finally I found a document describing it. If someone needs it -> email
me.
Martin