- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- how to find out the CHIP-ID of the onboard network...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2004 01:02 AM
тАО09-04-2004 01:02 AM
how to find out the CHIP-ID of the onboard network card ?
how to find out the CHIP-ID of the onboard network card ?
regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2004 04:14 AM
тАО09-04-2004 04:14 AM
Re: how to find out the CHIP-ID of the onboard network card ?
What's chip-id?
I guess you need the MAC (Medium Address Code) that's the 6 double hex digiti in format xx-xx-xx-xx-xx.
If you search for MAC there is no unique way to read it.
At prompt level you can type follows commands:
ping
arp -a
In this way you could see IP address and physycal address.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2004 12:14 PM
тАО09-04-2004 12:14 PM
Re: how to find out the CHIP-ID of the onboard network card ?
BTW: to find out the MAC of the own network card, one should use ifconfig or ip link list (or ip address list) not arp, neither ping.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2004 12:54 AM
тАО09-05-2004 12:54 AM
Re: how to find out the CHIP-ID of the onboard network card ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2004 12:43 PM
тАО09-05-2004 12:43 PM
Re: how to find out the CHIP-ID of the onboard network card ?
of the card it is stamped on the main chip.
If you are looking for drivers you will need to know who made the nic card and model.
Most manufactors have drivers on thier web sites. There are some cards out there that are no longer made and not supported by any OS the compaines that made are no longer in the business.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2004 06:44 PM
тАО09-05-2004 06:44 PM
Re: how to find out the CHIP-ID of the onboard network card ?
ifconfig works only in unix/linux environment; in windows 9x need run winipcfg while in windows 2k/xp ipconfig. However this tell you only local MAC. Use of ping + arp give you knowledge of MACs in other nodes over network.
Remember arp is protocol for assign MAC to IP (see arp -a).
Chris,
I can't understand your requirement. If you need know manufacturer you can open the chassis of computer; otherwise you can read MAC address and discover manufacturer looking at ieee web site (ieee means Institute for Elettrical and Elettronics Engineers):
http://standards.ieee.org/regauth/oui/oui.txt
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2004 08:47 AM
тАО09-07-2004 08:47 AM
Re: how to find out the CHIP-ID of the onboard network card ?
I would like to know the manufacturer and chip name.
greetings
chris