Subject: Re: SCIOIFMEDIA " Device not configured " ?
To: Robert Elz <kre@munnari.OZ.AU>
From: Tony Hernandez <dbsaint@gru.net>
List: netbsd-help
Date: 01/30/2000 01:53:02
Is there any way that I can grab a 1.4.2_ALPHA GENERIC kernel off of
ftp.netbsd.org ? I surfed around but I couldnt find one anywhere on there.
I'd like to avoid downloading the entire syssrc right now since I only have
a modem connection from home < in between jobs :( > I guess if I cant find a
GENERIC 1.4.2_ALPHA or later kernel I can down the syssrc and tool with it
that way. I can drop it on a zip disk I suppose.
cheers
Tony Hernandez
-----Original Message-----
From: Robert Elz <kre@munnari.OZ.AU>
To: Giles Lean <giles@nemeton.com.au>; Tony Hernandez <dbsaint@gru.net>
Date: Sunday, January 30, 2000 1:24 AM
Subject: Re: SCIOIFMEDIA " Device not configured " ?
> Date: Sat, 29 Jan 2000 19:37:54 +1100
> From: Giles Lean <giles@nemeton.com.au>
> Message-ID: <1999.949135074@nemeton.com.au>
>
> | I asked about a similar problem on netbsd-help yesterday; Robert
> | Elz suggested trying the latest version of the driver which may
> | work for recent versions of the card.
>
>It doesn't need to be the latest - anything more recent than the 1.4.1
>version is likely to be fine. I haven't heard of a 3c905 based board
>that this hasn't worked on (though it has nothing whatever to do with
>the other problem where windows shuts down the card, and NetBSD is
>unable to turn it on again ... a power cycle is needed).
>
>I also gave the wrong file name in my mail (though I expect you would
>have figured that out) - it is (of course) .../sys/dev/ic/elinkxl.c
>(ic/.. not pci/...). I have checked the 1.4.2ALPHA sources, and the
>file there is functionally identical to the source I am running on 1.4.1
>(a few extraneous comments have been removed, that's all).
>
>So, I would expect that if you get
>
> ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release/src/sys/dev/ic/elinkxl.c
>
>it should fix your problems with the driver not finding a phy. Make
>sure you have ukphy configured in your kernel, that is the one that is
>found, not exphy (I think exphy might be used in NetBSD-current)
>
>kre