[haiku-bugs] Re: [Haiku] #5180: RTL8101E/RTL8102E Wired Ethernet not working on Dell Inspiron Mini 10v

#5180: RTL8101E/RTL8102E Wired Ethernet not working on Dell Inspiron Mini 10v
-------------------------------+--------------------------------------------
 Reporter:  Lynton             |       Owner:  nobody   
     Type:  bug                |      Status:  new      
 Priority:  normal             |   Milestone:  R1       
Component:  Drivers/Network    |     Version:  R1/alpha1
 Keywords:  RTL8101E/RTL8102E  |   Blockedby:           
 Platform:  x86                |    Blocking:           
-------------------------------+--------------------------------------------

Comment(by tonestone57):

 yes, looks like you may have found the issue as listed in syslog.  Your
 H/W revision is missing and likely why your network card is not detected
 and initialized.

 KERN: [rtl81xx] (re) Unknown H/W revision: 0x24c00000

 The other ones are listed here except for your network card revision - you
 should add it in.

 http://haiku.it.su.se:8180/source/xref/src/add-
 ons/kernel/drivers/network/rtl81xx/pci/if_rlreg.h#151

 if_re.c already has 8101 & 8102 defined:
 {{{
     208         { RL_HWREV_8101E, RL_8169, "8101E"},
     209         { RL_HWREV_8102E, RL_8169, "8102E"},
     210         { RL_HWREV_8102EL, RL_8169, "8102EL"},
 }}}

 Just define your hardware revision in if_rlreg.h and hopefully it works
 for you afterwards.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/5180#comment:6>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: