Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2001 17:19:57 +0900 (JST)
From:      sanpei@sanpei.org (MIHIRA Yoshiro)
To:        bts@babbleon.org
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: Linksys 10/100 + 56K Modem PC Card (ethernet only)
Message-ID:  <200101200819.f0K8Jvr03803@lavender.sanpei.org>
In-Reply-To: Your message of "Thu, 18 Jan 2001 08:34:01 -0500". <3A66F0C9.B484EC3B@babbleon.org>

next in thread | previous in thread | raw e-mail | index | archive | help
bts@babbleon.org wrote:

>> I'm trying to get the a PCCARD working; specifically the card in the
>> title above.  Although it's a modem/ethernet card, I now have a cable
>> modem so I only care about the ethernet aspect of the card.  It works
>> fine under Linux, which has this view of it:
>> 
>> eth0: NE2000 Compatible: io 0x300, irq 3, hw_addr 00:E0:98:70:F9:6A 
>> 
>> 
>> For for FreeBSD, it's not known to the pccard data base. I've tried
>> creating a simple entry for it, but I'm not having much luck.  Here's my
>> current pccard.conf entry for it:
>> 
>> # This is the Linksys card I have, with the fat holder.
>> card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)"
>> 	config 0x3 "ed" 3
>> 	insert	/etc/pccard_ether $device start
>> 	remove	/etc/pccard_ether $device stop

  What version of FreeBSD did you use? 4.1-RELEASE or 4.2-RELEASE ?

  If you use 4.2-RELEASE or later, please try below configuration.

# This is the Linksys card I have, with the fat holder.
card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)"
	config auto "ed" ?
	insert	/etc/pccard_ether $device start
	remove	/etc/pccard_ether $device stop

Cheers.
MIHIRA Yoshiro


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




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