- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- problem with 3c905-TX and Intel Pro 100 Nics
Operating System - Linux
1825326
Members
3726
Online
109679
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО10-29-2002 02:35 PM
тАО10-29-2002 02:35 PM
problem with 3c905-TX and Intel Pro 100 Nics
I am running two nics in my system. It is running Mandrake SNF 7.2
The problem I am having is that when the system tries to bring up eth1 at boot I get the message "delaying eth1 initialization". System boots to a login and I login as root. I then type lsmod for a listing of loaded modules and it shows the eepro100 module for the intel nic but not the 3c59x module. I then type modprobe or insmod 3c95x and then ifup eth1 and it comes up with no problem. Why is 3c95x not loading at boot, or why eth0 is comming up when 3c95x is not even loaded and why eth1 doesn't when system says eepro100 module is loaded.
Current Configs:
/etc/modules.conf:
alias tap0 ethertap
options tap0 ethertap
pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
alias usb-interface usb-uhci
alias parport_lowlevel parport_pc
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
alias eth0 3c59x
alias eth1 eepro100
The problem I am having is that when the system tries to bring up eth1 at boot I get the message "delaying eth1 initialization". System boots to a login and I login as root. I then type lsmod for a listing of loaded modules and it shows the eepro100 module for the intel nic but not the 3c59x module. I then type modprobe or insmod 3c95x and then ifup eth1 and it comes up with no problem. Why is 3c95x not loading at boot, or why eth0 is comming up when 3c95x is not even loaded and why eth1 doesn't when system says eepro100 module is loaded.
Current Configs:
/etc/modules.conf:
alias tap0 ethertap
options tap0 ethertap
pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
alias usb-interface usb-uhci
alias parport_lowlevel parport_pc
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq
alias eth0 3c59x
alias eth1 eepro100
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2002 04:17 PM
тАО10-29-2002 04:17 PM
Re: problem with 3c905-TX and Intel Pro 100 Nics
Hi,
2 things you may know :
=> Only the first ethernet adapter is automatically loaded at boot. If you want to load multiple LAN card drivers, you may specify some option on the kernel command-line. I don't remember which option, but you may find it on google.
=> The interface name (eth0, eth1, ...) is given in the order the LAN cards are found on the PCI bus. Therefore, you cannot force 3c59x to be named "eth0" and eepro100 to be renamed "eth1". Edit /etc/modules.conf accordingly.
Good luck.
Kodjo
2 things you may know :
=> Only the first ethernet adapter is automatically loaded at boot. If you want to load multiple LAN card drivers, you may specify some option on the kernel command-line. I don't remember which option, but you may find it on google.
=> The interface name (eth0, eth1, ...) is given in the order the LAN cards are found on the PCI bus. Therefore, you cannot force 3c59x to be named "eth0" and eepro100 to be renamed "eth1". Edit /etc/modules.conf accordingly.
Good luck.
Kodjo
Learn and explain...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2002 11:50 PM
тАО10-29-2002 11:50 PM
Re: problem with 3c905-TX and Intel Pro 100 Nics
I give up, I pulled out the Intel Pro 100 nic and put in another 3c905-TX nic to match the second adapter. Reconfigured /etc/modules.conf as follows:
/etc/modules.conf:
alias tap0 ethertap
options tap0 ethertap
pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
alias usb-interface usb-uhci
alias parport_lowlevel parport_pc
pre-install plip modprobe parport_pc ; echo7 > /proc/parport/0/irq
alias eth0 3c59x xcvr=1,1
Only thing I can reason for problem is a driver module conflict between 3c95x and eepro100 durring boot.
/etc/modules.conf:
alias tap0 ethertap
options tap0 ethertap
pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
alias usb-interface usb-uhci
alias parport_lowlevel parport_pc
pre-install plip modprobe parport_pc ; echo7 > /proc/parport/0/irq
alias eth0 3c59x xcvr=1,1
Only thing I can reason for problem is a driver module conflict between 3c95x and eepro100 durring boot.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP