Difference between revisions of "NIC"

From Hackepedia
Jump to navigationJump to search
 
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 16: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