Help - Search - Members - Calendar
Full Version: Suse Linux Enterprise Does Not Recognize Realtek Lan
BleepingComputer.com > Operating Systems > Linux & Unix
   
vanlierdechad
I have a Realtek RTL8169/8110 Family PCI Gigabit Ethernet NIC (NDIS 6.0) That SUSE Linux enterprise desktop 10.0 will not recognize at all. I had to go online using windows and download Linux drivers for it but now that I have them how do I install them? I open them up and its just code. I am new to Linux and do not know what I am doing so if someone could walk me though the steps I would be so thankful
mckooter
where did you download the drivers and what format are they in? you should be looking for something on the manufacturers page that mentions suse, if not you will want to read the readme that comes with the drivers, im guessing you have downloaded the source and you will need to build the module youself
vanlierdechad
This is the URL that I used to download the file http://www.realtek.com.tw/downloads/downlo...;Downloads=true. When I open the zip file there are several files in it. the file types are file, text document, H File, and C file a total of eight files. if you want to download the exact same file go to the link I just gave and scroll down to Unix (Linux) download the first one.
mckooter
in that tarball there is a readme file, have you read this? its giving directions that should be fairly easy, keep in mind in that file where it references a # its meaning this is the command line (terminal)

so if you open terminal it will say somthing to the effect of: (the words themselves would be different, structure should be the same)

CODE
mckooter@myserver:> _

(the _ being where you can start typing)

in the readme the # is being used to indicate where you start typing : i.e.

from the instructions it says
QUOTE
# rmmod r8169
note: If the built-in driver cannot removed by rmmod, please edit /etc/modprobe.conf and comment 'alias eth0 r8169'. Then, remove it again or reboot your computer.


on your terminal you would see
CODE
mckooter@myserver:> rmmod r8169



so they are telling you to run those commands manually



sorry if my above is confusing i really tried to make it easy, but who knows
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.