LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   how to find out which ethernet driver have used (https://www.linuxquestions.org/questions/mandriva-30/how-to-find-out-which-ethernet-driver-have-used-536430/)

varun_saa 03-10-2007 10:19 PM

how to find out which ethernet driver have used
 
Hello,

How to find out which drivers have been used
for ny ethernet card. And also any other
necessary details to load the drivers manually.


Thanks

Varun

GlennsPref 03-11-2007 01:13 AM

type lsmod in a terminal, like konsole in kde, will list all loaded modules.

(edit) to find the hardware type lspci -v

That will list all of the devices connected to the pci bus.

Any other info?

archtoad6 03-12-2007 08:27 AM

Code:

lsmod  | less
works nicely.

ernie 03-13-2007 12:07 AM

If you are of a graphical nature, open MCC (System > Configuration > Configure your computer in the menu system).

Click Hardware in the Category list (left).

Click Look at and configure the hardware in the main pane.

In the Hardware screen, the devices Mandriva detected are listed in the left pane. Click on a device to see its information in the right pane.

HTH,

Emmanuel_uk 03-13-2007 03:04 AM

other solutions
lspcidrake -v
also install package lshw (will not tell you the driver, but a nice txt output...)
then type command
lshw | less
(q to quit)


All times are GMT -5. The time now is 11:28 PM.