Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 1998 08:02:55 -0500 (CDT)
From:      "Paul T. Root" <proot@horton.iaces.com>
To:        dwhite@resnet.uoregon.edu
Cc:        nuno-r-jardim@telecom.pt, questions@FreeBSD.ORG
Subject:   Re: Need a little help !
Message-ID:  <199805061302.IAA18416@horton.iaces.com>
In-Reply-To: <Pine.BSF.3.96.980505155353.25757G-100000@gdi.uoregon.edu> from Doug White at "May 5, 98 03:54:14 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
In a previous message, Doug White said:
> On Tue, 5 May 1998, Nuno R Jardim wrote:
> 
> > I have FreeBSD 2.2.5 on my Toshiba 480CDT laptop and a Xircom pcmcia
> > card, it's a CreditCard Ethernet+Modem 28.8 .
> > 
> > I tried all the IO Addresses of the card and until now I haven't been able
> > to put the Card working.The zd device detects the card but is unable to
> > get the IO address something like 'zd0 not found at XXX' and I tried all the
> > possible IO Addresses and even forced a few.
> 
> Try enabling the PCCARD support, but I don't think the Xircom gear is
> supported.

I have the Xircom working as a modem only. It's generally not supported.
Multi-cards only currently will work as one or the other, and that's
not your choice as to which will work. Also, the PAO distribution
specifically removed cod that would allow a Xircom to work because
of Xircom's policy on freeware (I don't know anything about this). I
guess it's kind of like GNU's boycott of Apple in the 80's and early
90's. 

That said, Doug's right, enable PCCARD support. Then, here's my config
for the Xircom. 

card "Xircom" "CreditCard Ethernet+Modem 33."
	config   0x2 "sio1" 10
	insert   echo Xircom CreditCard Modem inserted
	remove   echo Xircom CreditCard Modem removed

You'll need to change the first line to match your card (ie probably
28 instead of 33). And change sio1 to whatever serial port you
want it to use. 10 is the IRQ to use. I never got it to work at
any other free IRQ.

Paul.

-- 
           Ruht Row!            -- Astro, (the Jetsons)


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?199805061302.IAA18416>