![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ethernet card | dhlopomo | IP Networking | 1 | 12-27-2007 09:50 AM |
| Issue with a ethernet card | tazmss1 | SCO | 0 | 08-08-2007 01:12 PM |
| Add PCI ethernet card? | Jwoollard | AIX | 2 | 02-06-2005 05:23 AM |
| Ethernet card problem... | Tony Empire | UNIX for Dummies Questions & Answers | 2 | 12-03-2004 02:07 AM |
| ethernet card for Solaris | i2admin | Filesystems, Disks and Memory | 3 | 06-27-2002 06:33 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
which is my ethernet card ?
I'd like to know if there is some unix command which gives me the name of my ethernet card driver.
Thank you very much. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hardware is awfully specific. Which platform are you on?
If it's working correctly then it should be showing up in the output from dmesg immediately after boot. If you are on Linux, the dmesg output is saved to /var/log/dmesg in many distros soon after the system boots. |
|
#3
|
|||
|
|||
|
If you have the command lspci on your box, you can also try:
Code:
$ lspci | grep -i ethernet |
|||
| Google The UNIX and Linux Forums |