Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot get US Robotics Gigabit NIC (USR997902) to work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
zaiyon
Apprentice
Apprentice


Joined: 19 May 2004
Posts: 219
Location: Germany

PostPosted: Sun Feb 06, 2005 2:29 pm    Post subject: Cannot get US Robotics Gigabit NIC (USR997902) to work Reply with quote

Hi, I have problems to get my new gigabit NIC to work under gentoo, this is the products official website:
http://www.usr.com/products/networking/networking-product.asp?sku=USR997902

Under "support", there is a linux driver downloadeable. While extracting it, it turned out to be the r8169 driver from realtek, wich is included in gentoo-dev-sources-2.6.9-r12.
So I just included it, and the card is still not working.
It showed up in lspci, but not using ifconfig -a, while the supplied windows driver works and the card seems to be ok.

After that, I just rebuilt my kernel with every supported gigabit NIC driver included, (not the nice way, I know, but I need to get my server up as soon as possible) and it still doesn't work.

To be sure, I also included the two realtek drivers for 10/100Mbit Cards, still no new result.

Do I have to include support (other than realtek) for 10/100 mbit cards (since it is a 10/100/1000 card) or is it enough to include the r8169 driver and USR is just fooling me?

Or do I have to do anything else to get a gigabit NIC to work?

tia
_________________
What do you have when you have six lawyers buried up to their necks in sand? Not enough sand.
My Project - open Outcast
Back to top
View user's profile Send private message
demon-tf
n00b
n00b


Joined: 13 Dec 2002
Posts: 35
Location: Buchholz, Germany

PostPosted: Thu Apr 28, 2005 4:38 am    Post subject: Patch Reply with quote

Hi!

Since i was concidering if i could buy this card, i googled for a solution for your problem and voilá:
Code:

Patch for USR r8169 clone
From: Ruud Linders <rkmp <at> xs4all.nl>
Subject: Patch for USR r8169 clone
Newsgroups: gmane.linux.network
Date: 2005-04-22 17:41:39 GMT

Hello,

This patch makes my U.S.Robotics USR997902 gigabit ethernet card work.
Compiled and tested and working fine for me.

Please consider including in next update to r8169.c.

Thanks,
   Ruud Linders


--- r8169.c.ORIG   2004-12-25 11:36:12.000000000 +0100
+++ r8169.c   2005-04-22 19:18:12.000000000 +0200
 <at>  <at>  -151,6 +151,7  <at>  <at>
 static struct pci_device_id rtl8169_pci_tbl[] = {
    {0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
    {0x1186, 0x4300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+   {0x16EC, 0x0116, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
    {0,},
 };


I don't know if if works... Please give me a notice since i realy like to buy a cheap GBit card. Thanks!
_________________
--
-- Air conditioned environment - do not open windows!
--
-- A Microsoft Certified Systems Engineer is to computing
-- what a McDonalds Certified Food Specialist is to fine cuisine
Back to top
View user's profile Send private message
dritter
n00b
n00b


Joined: 03 May 2005
Posts: 1

PostPosted: Tue May 03, 2005 8:15 pm    Post subject: Reply with quote

Thank you very much!
This patch works for me with an USR997902 10/100/1000 Mbps PCI Network Card.
Without that patch, i always had some kernel panics (2.6.10-gentoo-r6).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum