PDA

View Full Version : name this command...


at0mic
November 22nd, 2006, 11:52 AM
hi guys,

whats the command to show all network adapters , their ip and their model? ifconfig doesnt show the models.


also has anyone installed ubuntu LAMP server at work? how do you like it? currently using an XP box /w apache. thinking of switching it over.

adwait
November 22nd, 2006, 12:11 PM
How about
lspci

This will list all the PCI devices, so you'll have to look for the network devices in the list.

at0mic
November 22nd, 2006, 12:58 PM
hi... that one didnt give out any usable information. it is a stripped version of linux [firewall]

Akita
November 22nd, 2006, 01:19 PM
Lshw will get you the static info you want (vendor, name, etc). Ifconfig gets you the dynamic info like IP address.