On Wed, Aug 11, 2004 at 11:16:42AM -0400, David Nusinow wrote: > On Wed, Aug 11, 2004 at 12:31:04AM -0500, Evilpig wrote: > > There were two problems here; the first is pretty minor but the > > second is more significant. The first issue was that the onboard > > network card was not detected and I had to choose the BMAC driver > > from the list myself. Although I realize that not all cards will be > > autodetected, it seems like this one should be since it was the > > standard onboard card for the G3 series (at least the blue & > > whites). > > I can't find your network card in the lspci output at all. Does anyone > have any idea why this could be?
It's not in the lspci output because it's not a PCI card. I thought I'd fixed this one, so I'd like the reporter to show me the output of the following two commands, which you should be able to run on tty2: ls -l "/proc/device-tree$(cat /proc/device-tree/aliases/mac-io)/bmac" find "/proc/device-tree$(cat /proc/device-tree/aliases/mac-io)" -type f -name compatible | xargs grep bmac If the second command gives you a filename, I'd also like to see what's in the device_type file in the same directory. Thanks, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

