NIC: Difference between revisions

From Hackepedia
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 3: Line 3:
  /sbin/ifconfig -a
  /sbin/ifconfig -a


should show you all currently installed and detected interface cards in your [[UBC]]. If not, try to find it by scrolling through dmesg
should show you all currently installed and detected interface cards in your [[UBO]]. If not, try to find it by scrolling through dmesg


  dmesg | less -XF
  dmesg | less -XF

Revision as of 15:03, 24 October 2005

Network Interface Card. The card between your computer and the network ;)

/sbin/ifconfig -a

should show you all currently installed and detected interface cards in your UBO. If not, try to find it by scrolling through dmesg

dmesg | less -XF