Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 1999 10:31:13 -0000 (GMT)
From:      "Steve O'Hara-Smith" <steveo@iol.ie>
To:        Soumen Biswas <sbiswas@metabyte.com>
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   RE: Edimax PCMCIA Ethernet
Message-ID:  <XFMail.990226103113.steveo@iol.ie>
In-Reply-To: <36D6406D.E40AF8CE@metabyte.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 26-Feb-99 Soumen Biswas wrote:
> Hi ,
> 
> This is the first time I have installed FreeBSD ( 2.2.8-RELEASE ) on
> laptop ( Compaq Armada 7350 MT)
> and am having trouble configuring my ethernet card ( Edimax EP4000  ,
> NE2000 Compatible ).

        OK I have an Edimax EP4000 working (under 3.1 stable). The ze driver
might be able to drive it but I don't think so I use the pccard stuff.

        Step 1: Enable pccard in kernel (you'll need to change the config
and compile a new kernel make sure you include ed0 as well).

        Step 2: Enable pccard support in rc.conf

        Step 3: Add the following to /etc/pccard.conf

#EDIMAX NE2000 clone 
card "PCMCIA" "Ethernet"
        config  0x21 "ed0" 10
        insert  echo EDIMAX PCMCIA Ethernet card inserted
        insert  /etc/pccard_ether ed0
        remove  echo EDIMAX PCMCIA Ethernet card removed
        remove  /sbin/ifconfig ed0 delete
 
        Step 4: Try it and let us know what happened.

----------------------------------
E-Mail: Steve O'Hara-Smith <steveo@iol.ie>
Date: 26-Feb-99
Time: 10:25:53

This message was sent by XFMail
----------------------------------


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?XFMail.990226103113.steveo>