Date: Tue, 14 Jan 2003 02:02:29 -0800 From: "Dax Eckenberg" <deckenberg@dweebsoft.com> To: <reed@wingeer.org>, <freeBSD-questions@FreeBSD.ORG> Subject: Re: SiS Ethernet with RTL8201L on FreeBSD 4.7 Message-ID: <005801c2bbb4$0cb410f0$0a0aa8c0@dweebsoft.com> References: <20030114094122.887A743F18@mx1.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Have you tried adding.... device miibus0 to the GENERIC kernel config? # cd /usr/src/sys/i386/conf # cp GENERIC MIITEST # echo device miibus0 >> MIITEST # config ./MIITEST # cd ../../compile/MIITEST # make depend && make if all goes well... make install ----- Original Message ----- From: <reed@wingeer.org> To: <undisclosed-recipients:> Sent: Tuesday, January 14, 2003 1:41 AM Subject: SiS Ethernet with RTL8201L on FreeBSD 4.7 > Seniors, > > I installed the FreeBSD/i386 4.7 into a PC that uses SiS chips > set with a RTL8201L PHY. The system failed to drive the ethernet > adapter with messages > > ==== > .. > sis0: <SiS 900 10/100BaseTX> port 0xa000-0xa0ff mem > 0xe6000000-0xe6000fff irq 3 at device 3.0 pci0 > sis0: Ethernet address: 00:e0:18:de:a9:ff > sis0: MII without any PHY! > device_probe_and_attach: sis0 attach returned 6 > .. > ==== > > I read many articles from Use-net but there seemed no solution for > this problem. > > Any help will be appreciated. > -- > Reed Lai > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005801c2bbb4$0cb410f0$0a0aa8c0>