Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
On a Win XP I added an SLED 10 installation. The problem is that the installation didn't find the built in network card (PCI-E Gigabit Ethernet 168/8111).
It works ok with the WinXP.
How to fix it?
Since I'm a newbie , a detailed step by step will be appreciated.
First we need to establish the VendorID:ProductID for your ethernet adapter.
'lspci' should list the PCI Bus ID + Vendor String
'lspci -n' should list the PCI Bus ID + VendorID:ProductID
Match up the PCI bus IDs for your gizmo and post the appropriate 'lspci' and 'lspci -n' lines and we can find out if your hardware will work and how to get it working.
First we need to establish the VendorID:ProductID for your ethernet adapter.
'lspci' should list the PCI Bus ID + Vendor String
'lspci -n' should list the PCI Bus ID + VendorID:ProductID
Match up the PCI bus IDs for your gizmo and post the appropriate 'lspci' and 'lspci -n' lines and we can find out if your hardware will work and how to get it working.
That's 'L', not 'I' (and of course case matters, so it's really 'l')
You need to open a console to type in the commands - for example:
1. [ctl][alt][F1] (gets you to virtual console 1)
2. log in as 'root'
3. do whatever you need
4. exit
5. [ctl][alt][F7] (returns you to the GUI)
For example, if I type in this command:
lspci | grep etwork
I get:
08:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
That 08:00.0 is the PCI Bus ID, so the next thing I do is:
lspci -n |grep 08:00.0
and I get:
08:00.0 0280: 8086:4222 (rev 02)
So I have a 'Network controller' with VendorID:ProductID of 8086:4222
Unfortunately the network controllers also go by the name of "Ethernet controller" so for my wired card I do:
Well, you have 2 options:
1. Install a kernel >= 2.6.23 (and also update some tools like udev and possibly binutils)
or
2. Download and install the driver from the RealTek website
Well, you have 2 options:
1. Install a kernel >= 2.6.23 (and also update some tools like udev and possibly binutils)
or
2. Download and install the driver from the RealTek website
Which one do you want to do?
I'm too new to linux to make a clever choice.
I will be glad to know:
- the difference between the 2 options.
- how to do each of them
- if the driver at the following site\page is OK, How to install it?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.