Re: Intel Pro 1000 in a Qube2 .. unknown PHY ?
Mark Smith <[email protected]> Sat, 29 Jan 2011 22:47:55 +1300
| Newsgroups | gmane.os.netbsd.ports.cobalt |
|---|---|
| Message-ID | <[email protected]> |
On 29/01/2011, at 9:29 PM, Izumi Tsutsui wrote: >> OUI 0x005500 model 0x0038 rev 0 at wm0 phy 1 not configured >> OUI 0x005500 model 0x0038 rev 0 at wm0 phy 1 not configured >> >> I think it's complaining that it doesn't know what PHY to use ? >> Anyone with more smarts than me able to tell me what it means ? > > % grep 0x005500 /usr/src/sys/dev/mii/miidevs > oui yyINTEL 0x005500 Intel > % grep 0x0038 /usr/src/sys/dev/mii/miidevs > model yyINTEL IGP01E1000 0x0038 Intel IGP01E1000 Gigabit PHY > % grep IGP01 /usr/src/sys/arch/i386/conf/ALL > igphy* at mii? phy ? # Intel IGP01E1000 > Ahh thanks! :-) Is there a central bit of documentation that lists all of what you need to add to a kernel config file to get drivers working ? (sort of "if you have hardware xxxx then add yyyy to the config file" ?) I did "man mii" and it didn't list "igphy" only "inphy, oiphy and ikphy" ... guess you either have to be psychic or been a NetBSD guru since day 1 :-) I'll go add that to my config and rebuild. Thanks Mark