From owner-freebsd-mobile Wed May 1 19:13:18 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from laptop.tenebras.com (laptop.tenebras.com [66.92.188.18]) by hub.freebsd.org (Postfix) with SMTP id 5F76037B400 for ; Wed, 1 May 2002 19:13:13 -0700 (PDT) Received: (qmail 16412 invoked from network); 2 May 2002 02:13:12 -0000 Received: from sapphire.tenebras.com (HELO tenebras.com) (66.92.188.241) by 0 with SMTP; 2 May 2002 02:13:12 -0000 Message-ID: <3CD0A0B8.9040106@tenebras.com> Date: Wed, 01 May 2002 19:13:12 -0700 From: Michael Sierchio Reply-To: kudzu@tenebras.com User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020427 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kal Torak Cc: FreeBSD Stable , FreeBSD Mobile Subject: Re: pc-card ethernet problems since upgrade from 4.2 References: <3CD08EE6.8030605@quake.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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-mobile" in the body of the message