Realtek RTL8169 - no driver attached

2007-09-09 Thread Stefan Schablowski

Hi all,

I would like to install FreeBSD 6.2 on a i386 system that includes a
Realtek RTL8169 network card, but when booting from the install CD or
from the installed system, there seems to be a problem with the driver:

 dmesg
...
pci0: network, ethernet at device 13.0 (no driver attached)
...

 pciconf -l -v
...
[EMAIL PROTECTED]:13:0: class=0x02 card=0x816910ec chip=0x816910ec rev=0x10
hdr=0x00
  vendor   = 'Realtek Semiconductor'
  device   = 'RTL8169 Gigabit Ethernet Adapter'
  class= 'Network'
  subclass = ethernet
...

 kldload if_re
kldload: can't load if_re: File exists

I've been running a FreeBSD server in production for over a year now and
this is the first time ever I even have to think about hardware. The
card itself is a cheap no-name card.

What am I doing wrong ?

Thank you very much,

CU Stefan



CAUTION: This e-mail and any attachment(s) contains information that is both 
confidential and possibly legally privileged.  No reader may make any use of 
its content unless that use is approved by Prolificx separately in writing. Any 
opinion, advice or information contained in this e-mail and any attachment(s) 
is to be treated as interim and provisional only and for the strictly limited 
purpose of the recipient as communicated to us. Neither the recipient nor any 
other person should act upon it without our separate written authorisation of 
reliance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Realtek RTL8169 - no driver attached

2007-09-09 Thread Mel
On Sunday 09 September 2007 12:37:20 Stefan Schablowski wrote:
 Hi all,

 I would like to install FreeBSD 6.2 on a i386 system that includes a
 Realtek RTL8169 network card, but when booting from the install CD or

 from the installed system, there seems to be a problem with the driver:
  dmesg

 ...
 pci0: network, ethernet at device 13.0 (no driver attached)
 ...

  pciconf -l -v

 ...
 [EMAIL PROTECTED]:13:0: class=0x02 card=0x816910ec chip=0x816910ec 
 rev=0x10
 hdr=0x00
   vendor   = 'Realtek Semiconductor'
   device   = 'RTL8169 Gigabit Ethernet Adapter'
   class= 'Network'
   subclass = ethernet
 ...

  kldload if_re

 kldload: can't load if_re: File exists

 I've been running a FreeBSD server in production for over a year now and
 this is the first time ever I even have to think about hardware. The
 card itself is a cheap no-name card.

 What am I doing wrong ?

There's a commit in -STABLE (after 6.2-RELEASE) that references detection 
problems in this driver (allthough it references other product numbers). If 
you can manage this, try updating to STABLE or if that's not an option and 
you know your way around, you could only update the driver files.

-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]