- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Ethernet controller: Onboard or not
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
Forums
Discussions
Discussions
Discussions
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
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
01-23-2008 03:56 AM
01-23-2008 03:56 AM
Ethernet controller: Onboard or not
The output of 'lspci' on one of my server
points to two broadcom controllers.
Just by looking at the lspci output,is it possible to determine if any of these controllers are on board or not ?
snip from lspci -m
04:00.0 "Ethernet controller" "Broadcom Corporation" "Broadcom NetXtreme II BCM5708 1000Base-T" -r12 "Hewlett-Packard Company" "7038"
42:00.0 "Ethernet controller" "Broadcom Corporation" "Broadcom NetXtreme II BCM5708 1000Base-T" -r12 "Hewlett-Packard Company" "7038"
~amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 04:33 AM
01-23-2008 04:33 AM
Re: Ethernet controller: Onboard or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 05:24 AM
01-23-2008 05:24 AM
Re: Ethernet controller: Onboard or not
i don't have access to the lab, and to get that
i'll have to go through a long procedure,therefore is it possible to come to a conclusion by just looking at output of 'lspci' or some other utils ?
~amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 05:36 AM
01-23-2008 05:36 AM
Re: Ethernet controller: Onboard or not
http://linux.die.net/man/8/dmidecode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 05:37 AM
01-23-2008 05:37 AM
Re: Ethernet controller: Onboard or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 05:40 AM
01-23-2008 05:40 AM
Re: Ethernet controller: Onboard or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 11:50 PM
01-23-2008 11:50 PM
Re: Ethernet controller: Onboard or not
The dmidecode output on my server indicates that i have no on-board devices.
[root@blr-km-cpd-101 root]# dmidecode |grep -i type\ 10
[root@blr-km-cpd-101 root]# echo $?
1
~amit