Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 14:01:03 +0200
From:      Mark Rowlands <mark.rowlands@minmail.net>
To:        Lutz Horn <lutz@lutz-horn.de>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Xircom CreditCard 10/100 Configuration
Message-ID:  <200204291401.03502.mark.rowlands@minmail.net>
In-Reply-To: <20020428103959.GA2782@lutz-horn.de>
References:  <20020427134911.GA2993@lutz-horn.de> <20020427185238.D296@fishballoon.dyndns.org> <20020428103959.GA2782@lutz-horn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 28 April 2002 12:39 pm, Lutz Horn wrote:
> Hi Scott,
>
> * Scott Mitchell <scott.mitchell@mail.com> [20020427 18:52 +0100]:
> > What, if anything, is in /etc/pccard.conf on your system?  Have you
> > changed anything in /etc/defaults/pccard.conf?  Right down towards th=
e
> > end of that file you should see the following:
> >
> > card "Xircom" "CreditCard 10/100"
> >         config  auto "xe" ?
> >         insert  /etc/pccard_ether $device start
> >         remove  /etc/pccard_ether $device stop
>

wild shot  in the dark time.

run this (its all one line)

dmesg |  grep -i 'irq [0-9][0-9]*' | =20
sed 's/\(^[a-z0-9]*[: ]\).*\(irq [0-9][0-9]*\).*/\1 \2/' |   sort -n +2 -=
3

and see what irqs are being reported as in use

try  the following pccardd.conf assuming irq 3 is not in use by something=
=20
else.... like  sio1: for example.....

# pccardd.conf

io=090x240-0x360

irq=093=20

# Available memory slots
memory=090xd4000  96k

# Xircom CreditCard Ethernet CE3-10/100
card "Xircom" "CreditCard 10/100"
=09config=09auto "xe" ?
=09insert=09/etc/pccard_ether $device start
=09remove=09/etc/pccard_ether $device stop



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204291401.03502.mark.rowlands>