Re: Realtek 8139/8201L Ethernet PHY driver

2010-08-22 Thread Roland Smith

   Dear Sir/Madam,
   Your email was unable reach the intended person that you were sending
   it to.
   For more information on our business please click on the following
   link:
   [1]Click here for our website
   We look forward to your continued business in the future.
   Regards,
   Webmaster

References

   1. http://www.downwind.com.au/avdir/rd.php?id=7564
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Realtek 8139/8201L Ethernet PHY driver

2010-08-19 Thread Jack L. Stone

   Dear Sir/Madam,
   Your email was unable reach the intended person that you were sending
   it to.
   For more information on our business please click on the following
   link:
   [1]Click here for our website
   We look forward to your continued business in the future.
   Regards,
   Webmaster

References

   1. http://www.downwind.com.au/avdir/rd.php?id=7564
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Realtek 8139/8201L Ethernet PHY driver

2010-08-16 Thread Roland Smith
On Mon, Aug 16, 2010 at 08:22:50AM -0500, Jack L. Stone wrote:
> Am using an ASUS MB which contains the subject driver, more specifically
> "rlphy."
> 
> Haven't found any support for this driver in FBSD-7.3. Has anyone else
> solved this issue?

Read the rl(4) manual page. For this chip you need to have the following in
your kernel config:

device miibus
device rl

_or_ you need to load _one_ kernel module by putting

if_rl_load="YES"

in your /boot/loader.conf. The miibus(4) device contains common code for
various PHY devices.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp8fsFEw0UFJ.pgp
Description: PGP signature


Realtek 8139/8201L Ethernet PHY driver

2010-08-16 Thread Jack L. Stone
Am using an ASUS MB which contains the subject driver, more specifically
"rlphy."

Haven't found any support for this driver in FBSD-7.3. Has anyone else
solved this issue?

I use another NICard that is supported, but only a 10/100 vs the phy is
10/100/1000.

Google is not a help, other than it does refer to the rlphy.c file which is
on my FBSD system.
%locate rlphy
/usr/obj/usr/src/sys/MYKERNEL/modules/usr/src/sys/modules/mii/rlphy.o
/usr/obj/usr/src/sys/MYKERNEL/rlphy.o
/usr/src/sys/dev/mii/rlphy.c

It isn't built or does it load. It's a bit over my head how to build and
load this if possible.

Any suggestions or info??

Jack

(^_^)
Happy trails,
Jack L. Stone

System Admin
Sage-american
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"