- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- eth0 wont start !!
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
08-27-2010 12:51 AM
08-27-2010 12:51 AM
eth0 wont start !!
SIOCSIFFLAGS device or resource busy
Any ideas - running on BL460c G6 with virtual connect
done the normal google and people were talking about turning off plug and play is this possible on a blade or even is this the answer !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2010 02:17 AM
08-27-2010 02:17 AM
Re: eth0 wont start !!
The above sounds like it might be very old information: back in 1995 or so, something like this was the standard advice for ISA cards on Linux. If so, it's not at all applicable to modern Linux systems.
You might have to install updated Broadcom network drivers, downloadable from http://www.hp.com/go/support as always. Select "Download drivers and software", type in your server model ("BL460c G6") and start the search. Select your OS (OEL5, either 32 or 64-bit version), then look at the downloads in the "Driver - Network" category.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2010 03:03 AM
08-27-2010 03:03 AM
Re: eth0 wont start !!
Is there anyway that I can see what driver I am currently using ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2010 10:49 AM
08-27-2010 10:49 AM
Re: eth0 wont start !!
An example from this old laptop running Debian 5.0 (with the latest kernel version):
# ethtool -i eth0
driver: e100
version: 3.5.24-k2-NAPI
firmware-version: N/A
bus-info: 0000:02:08.0
Once you know the name of the module, you can get still more information using "modinfo
# modinfo e100
filename: /lib/modules/2.6.35.3-pm/kernel/drivers/net/e100.ko
firmware: e100/d102e_ucode.bin
firmware: e100/d101s_ucode.bin
firmware: e100/d101m_ucode.bin
version: 3.5.24-k2-NAPI
license: GPL
author: Copyright(c) 1999-2006 Intel Corporation
description: Intel(R) PRO/100 Network Driver
srcversion: AD159C3CF5E35B7DF14FE8D
alias: pci:v00008086d00001029sv*sd*bc02sc00i*
[... omitted a long list of alias strings that tell the system what hardware this module can run... ]
depends: mii
vermagic: 2.6.35.3-pm mod_unload modversions PENTIUMM 4KSTACKS
parm: debug:Debug level (0=none,...,16=all) (int)
parm: eeprom_bad_csum_allow:Allow bad eeprom checksums (int)
parm: use_io:Force use of i/o access mode (int)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2010 01:18 AM
09-06-2010 01:18 AM
Re: eth0 wont start !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2010 07:10 AM
09-06-2010 07:10 AM
Re: eth0 wont start !!
# cat /proc/devices
# dmesg | grep 'Ethernet driver'
# grep eth0 /etc/modules.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2010 05:18 AM
09-09-2010 05:18 AM
Re: eth0 wont start !!
Ok it is was fixed by downloading the latest driver and installing it - though even that was not straightforward !!