Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 May 2002 19:13:12 -0700
From:      Michael Sierchio <kudzu@tenebras.com>
To:        Kal Torak <kaltorak@quake.com.au>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>, FreeBSD Mobile <freebsd-mobile@freebsd.org>
Subject:   Re: pc-card ethernet problems since upgrade from 4.2
Message-ID:  <3CD0A0B8.9040106@tenebras.com>
References:  <3CD08EE6.8030605@quake.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Kal Torak wrote:

> I have an IBM Thinkpad I series (model 2611) and a D-Link
> ethernet pc-card (DFE-650) which was working ok under 4.2
> but had to use fa_select to stop it from timing out...
> 
> Now I upgraded to 4.4 and it just keeps timing out anyway,
> even using fa_select doesnt help... Before ifconfig couldnt
> seem to initialise the card so I would just set the ip and
> then use fa_select to bring it up.. Now ifconfig seems to
> be able to initialise the card its self, but not properly
> since I constantly get "ed1: timed out" messages..

The newer ed driver doesn't require the use of fa_select --
I discovered this with my Netgear FA410TX.  Have you done a
mergemaster, or at least updated /etc/defaults/pccard.conf?

One of these configurations should work

# D-Link DE-650 and DE-660
card "D-Link" "/DE-6[56]0/"
         config  auto "ed" ? 0x10
         insert  /etc/pccard_ether $device start
         remove  /etc/pccard_ether $device stop

# D-Link DFE-650 Fast Ethernet Card
card "D-Link" "DFE-650"
         config  auto "ed" ? 0x80010
         insert  /etc/pccard_ether $device start
         remove  /etc/pccard_ether $device stop



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?3CD0A0B8.9040106>