Re: [newbie] Network Card Address

2000-09-16 Thread Eugene C. Zesch
Larry Marshall wrote: Can anyone tell me a command, or config tool that will enable me to find the address of my network card? (XX-XX-XX-XX-XX) Thank you. I believe you'll find that "cat /proc/pci" will yield up what you want. Cheers --- Larry I don't think that will work with an ISA

Re: [newbie] Network Card Address

2000-09-15 Thread g . lauwers
You can use ifconfig in a konsole window.

Re: [newbie] Network Card Address

2000-09-14 Thread Larry Marshall
Can anyone tell me a command, or config tool that will enable me to find the address of my network card? (XX-XX-XX-XX-XX) Thank you. I believe you'll find that "cat /proc/pci" will yield up what you want. Cheers --- Larry

Re: [newbie] Network Card Address

2000-09-14 Thread Greg Stewart
/sbin/ifconfig --Greg - Original Message - From: "Larry Marshall" [EMAIL PROTECTED] Can anyone tell me a command, or config tool that will enable me to find the address of my network card? (XX-XX-XX-XX-XX) Thank you. I believe you'll find that "cat /proc/pci" will yield up what

Re: [newbie] Network Card Address

2000-09-14 Thread lselinger
Can anyone tell me a command, or config tool that will enable me to find the address of my network card? (XX-XX-XX-XX-XX) Thank you. ifconfig with no options =o) -Lonny Selinger

Re: [newbie] Network Card Address

2000-09-14 Thread TRBishop
On Thu, 14 Sep 2000, Justin W. Udelhofen wrote: Can anyone tell me a command, or config tool that will enable me to find the address of my network card? (XX-XX-XX-XX-XX) Thank you. -- Hi, In a terminal, do as su, ifconfig eth(x). This will tell you the MAC address and the IP address, etc. of

Re: [newbie] Network Card Address

2000-09-14 Thread ed
ifconfig, if you have it configured and running On Thu, 14 Sep 2000, you wrote: Can anyone tell me a command, or config tool that will enable me to find the address of my network card? (XX-XX-XX-XX-XX) Thank you.