FreeBSD7 and realtek 8111C

2008-09-03 Thread Andrey Slusar
Hello! I have the motherboard with realtek 8111C LAN Card. On FreeBSD6.3 it's card is work fine with driver from realtek wesite - rtl_bsd_drv_v175.tgz archive. Build this driver on 7.0-STABLE is not work. I'm hacked this and driver is compile without problems, but LAN card works is very unstable -

Re: FreeBSD7 and realtek 8111C

2008-09-03 Thread Jason Lenthe
Andrey Slusar wrote: > Hello! > I have the motherboard with realtek 8111C LAN Card. > On FreeBSD6.3 it's card is work fine with driver from realtek wesite - > rtl_bsd_drv_v175.tgz archive. > Build this driver on 7.0-STABLE is not work. I'm hacked this and > driver is compile without problems, but

Re: FreeBSD7 and realtek 8111C

2008-09-03 Thread Popof Popof
Hi, I have a ASRock Wolfdale1333-GLAN/M2, and I use it in order to run FreeNAS. FreeNAS is based on FreeBSD in order to simply provide a NAS solution. With the version of FreeNAS based on FreeBSD 6.3 the NIC wasn't recognize, I had to download those drivers and to compile them in order to make my N

Re: FreeBSD7 and realtek 8111C

2008-09-03 Thread Andrey Slusar
2008/9/3 Jason Lenthe <[EMAIL PROTECTED]>: > Andrey Slusar wrote: >> Hello! >> I have the motherboard with realtek 8111C LAN Card. >> On FreeBSD6.3 it's card is work fine with driver from realtek wesite - >> rtl_bsd_drv_v175.tgz archive. >> Build this driver on 7.0-STABLE is not work. I'm hacked th

Re: FreeBSD7 and realtek 8111C

2008-09-03 Thread Jason Lenthe
Popof Popof wrote: Jason, what is the name of the device that you use? Maybe this card isn't support with the realtek driver on FreeBSD 7 but its use another one. Mine is rl. My mistake. I'm using 8111B not 8111C. Sorry. re0: port 0x1000-0x10ff mem 0x9000-0x9fff irq 17 at device

Re: FreeBSD7 and realtek 8111C

2008-09-03 Thread Popof Popof
Have you tried this patch instead of the Realtek driver ? Did you get the same problems that described ? 2008/9/3 Andrey Slusar <[EMAIL PROTECTED]> > 2008/9/3 Jason Lenthe <[EMAIL PROTECTED]>: > > Andrey Slusar wrote: > >> Hello! > >> I have the motherboard with realtek 8111C LAN Card. > >> On F

Re: FreeBSD7 and realtek 8111C

2008-09-03 Thread Andrey Slusar
2008/9/3 Popof Popof <[EMAIL PROTECTED]>: > Have you tried this patch instead of the Realtek driver ? > Did you get the same problems that described ? Yes, "re0: MII without any phy!" >> See this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=123123 -- Regards, Andrey. ___