Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 10:33:34 -0800
From:      "Kevin Oberman" <oberman@es.net>
To:        Paulo Menezes <pm@asimov.isr.uc.pt>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Xircom combo ethernet+modem 
Message-ID:  <20030224183334.4BAE65D04@ptavv.es.net>
In-Reply-To: Your message of "Mon, 24 Feb 2003 18:22:38 GMT." <20030224182214.G99935@asimov.isr.uc.pt> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Mon, 24 Feb 2003 18:22:38 +0000 (WET)
> From: Paulo Menezes <pm@asimov.isr.uc.pt>
> Sender: owner-freebsd-stable@FreeBSD.ORG
> 
> hi,
> 
> I have a pccard Xircom CreditCard Ethernet+Modem 28.8 and in fact I
> am much more interested in using the NIC than the modem, but unfortunately
> only the sio seems to configure.
> If I add the following lines
> card "Xircom" "CreditCard Ethernet+Modem 28.8"
>         config auto "xe" ?
>         insert ifconfig xe0 up
>         remove ifconfig xe0 down
> 
> the NIC shows as ethernet address 00:00:00:00:00:00...
> The RELNOTES say thatthis card is supported but,... any cues on how to
> convince the driver to behave well? :)

First, the insert and remove lines probably won't do the job. Try:
card "Xircom" "CreditCard Ethernet+Modem 28.8"
        config auto "xe" ?
	insert  /etc/pccard_ether $device start
	remove  /etc/pccard_ether $device stop

It is possible that the pccard_ether script does not do just what you
want, but a simple 'ifconfig xe0 up' is not going to get you too far.

In stable, you must generally choose to use the card either as a modem
or as a NIC, but not both at once.

I THINK it might work with the sio section removed from pccard.conf
and only the xe referenced.

Exactly what model of card do you have? There are a lot of similar
Xircom cards and some do have problems, but I think this one is OK.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634

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




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