Re: SiS Ethernet with RTL8201L on FreeBSD 4.7

2003-01-14 Thread Reed Lai
Done, but still no PHY with the same message...

On Tue, Jan 14, 2003 at 06:15:48PM -0800, Dax Eckenberg wrote:
> just as a test... also add miibus0
> 
> 
> - Original Message - 
> From: "Reed Lai" <[EMAIL PROTECTED]>
> To: "FreeBSD Questions" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 14, 2003 2:42 AM
> Subject: Re: SiS Ethernet with RTL8201L on FreeBSD 4.7
> 
> 
> > Yes, there is a "device miibus" in my configuration file,
> > or the compiling will be failed.
> > 
> > On Tue, Jan 14, 2003 at 02:02:29AM -0800, Dax Eckenberg wrote:
> > > Have you tried adding
> > > 
> > > devicemiibus0
> > > 
> > > 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: <[EMAIL PROTECTED]>
> > > To: 
> > > 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:  port 0xa000-0xa0ff mem
> > > >   0xe600-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 [EMAIL PROTECTED]
> > > > with "unsubscribe freebsd-questions" in the body of the message
> > > > 
> > 
> > -- 
> > Reed Lai | http://bv4qo.wingeer.org/ | ICQ  19080719(H) 64518529(W)
> > GnuPG (DSA/ElGamal) C4CBF333 ,, Reed Lai (BV4QO) <[EMAIL PROTECTED]> 
> > 
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> > 

-- 
Reed Lai | http://bv4qo.wingeer.org/ | ICQ  19080719(H) 64518529(W)
GnuPG (DSA/ElGamal) C4CBF333 ,, Reed Lai (BV4QO) <[EMAIL PROTECTED]> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: SiS Ethernet with RTL8201L on FreeBSD 4.7

2003-01-14 Thread Reed Lai
Yes, there is a "device miibus" in my configuration file,
or the compiling will be failed.

On Tue, Jan 14, 2003 at 02:02:29AM -0800, Dax Eckenberg wrote:
> Have you tried adding
> 
> devicemiibus0
> 
> 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: <[EMAIL PROTECTED]>
> To: 
> 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:  port 0xa000-0xa0ff mem
> >   0xe600-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 [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> > 

-- 
Reed Lai | http://bv4qo.wingeer.org/ | ICQ  19080719(H) 64518529(W)
GnuPG (DSA/ElGamal) C4CBF333 ,, Reed Lai (BV4QO) <[EMAIL PROTECTED]> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: SiS Ethernet with RTL8201L on FreeBSD 4.7

2003-01-14 Thread Dax Eckenberg
Have you tried adding

devicemiibus0

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: <[EMAIL PROTECTED]>
To: 
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:  port 0xa000-0xa0ff mem
>   0xe600-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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message