Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 1999 19:55:39 +0100 (CET)
From:      Dirk-Willem van Gulik <dirkx@webweaving.org>
To:        Annelise Anderson <andrsn@andrsn.stanford.edu>
Cc:        Warner Losh <imp@village.org>, Alan Corey <coreya@mbs.valinet.com>, David Kane-Parry <dkp@simons-rock.edu>, freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG
Subject:   Re: Supported hardware: D-Link DE-660CT ? 
Message-ID:  <Pine.BSF.4.10.9911201953460.354-100000@localhost>
In-Reply-To: <Pine.BSF.4.10.9911191632480.93473-100000@andrsn.stanford.edu>

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

On Fri, 19 Nov 1999, Annelise Anderson wrote:

> I've got one of these D-Link 660s and have used it without PAO
> on various laptops, from a 3.0-current circa late August 1998 to
> 3.2 and 4.0 -current from July 1999.  However, it doesn't work
> without an edited entry in pccard.conf.  I use:
> 
> # D-Link DE-660 NE2000 clone
> card "D-Link" "DE-660"
> 	config 0x20 "ed0" 10
> 	ether 0x81
> 	insert /etc/pccard_ether ed0 
> 	remove /sbin/ifconfig ed0 delete

Actually I have three of those cards, and got them to work on PAO with
just: (I.e. I do not need the 'ether 0x20).

card "D-Link" "DE-660"
        config  default "ed0" any 0x10
        insert  logger -s D-link DE-660 inserted
        insert  /etc/pccard_ether $device link0 
        remove  logger -s D-link DE-660 removed
        remove  /etc/pccard_ether_remove $device

card "D-Link" "DE-660L"
        config  default "ed0" any 0x10
        insert  logger -s D-link DE-660 inserted
        insert  /etc/pccard_ether $device
        remove  logger -s D-link DE-660 removed
        remove  /etc/pccard_ether_remove $device

card "D-Link" "DE-660CT"
        config  default "ed0" any 0x10
        insert  logger -s D-link DE-660 inserted
        insert  /etc/pccard_ether $device
        remove  logger -s D-link DE-660 removed
        remove  /etc/pccard_ether_remove $device

> I filed a pr on this quite a while ago.  

Dw.
 
> 	Annelise
> 
> On Thu, 18 Nov 1999, Warner Losh wrote:
> 
> > In message <Pine.OSF.3.96.991118104116.22248A-100000@mbs.valinet.com> Alan Corey writes:
> > : Well, maybe.  The entry in pccard.conf is there, but I neglected to
> > : mention that I'm also using PAO3-19991011.  I couldn't get the card to
> > : work without PAO, but I attributed that to my own inexperience.  After a
> > : week or so of trying without it I finally loaded PAO and things went much 
> > : more smoothly.  I thought since the entry was there it must have worked
> > : for someone, so it was just me doing something wrong.
> > 
> > I did add code from PAO to my local tree.  jmb did the same thing and
> > I merged his changed into mine and added another MAC address that was
> > acceptible to the linksys test.  I don't think that these changes have
> > been MFC'd.
> > 
> > Warner
> > 
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-mobile" in the body of the message
> > 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-mobile" in the body of the message
> 



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?Pine.BSF.4.10.9911201953460.354-100000>