View previous topic :: View next topic |
Author |
Message |
pavera Tux's lil' helper
Joined: 27 May 2002 Posts: 84
|
Posted: Fri Oct 25, 2002 1:11 am Post subject: Network Card |
|
|
OK,
its been a while, I've got a computer just sitting over there being a good dhcp server, and it never hiccups so I've forgotten what kind of nic it has in it.
how do I find out which module is loaded to run the NIC from the command line?
(I don't want to have to take the server down, and pull the nic out and look at it) |
|
Back to top |
|
|
UnderScore n00b
Joined: 14 Jul 2002 Posts: 25 Location: Long Island, NY, USA
|
|
Back to top |
|
|
securiteaze Tux's lil' helper
Joined: 24 Oct 2002 Posts: 77 Location: Tulsa,Oklahoma
|
Posted: Mon Oct 28, 2002 3:13 am Post subject: |
|
|
I usually check /proc/pci for that type of information.
_________________ Blah.. |
|
Back to top |
|
|
mglauche Retired Dev
Joined: 25 Apr 2002 Posts: 564 Location: Germany
|
Posted: Mon Oct 28, 2002 1:18 pm Post subject: |
|
|
if the driver is compiled as module:
lsmod |
|
Back to top |
|
|
|