HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Mandrake 7.2 & HP EN1207D-TX PCI 10/100 Fast Ether...
Operating System - Linux
1825766
Members
2148
Online
109687
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
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
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
02-19-2001 07:25 AM
02-19-2001 07:25 AM
Mandrake 7.2 & HP EN1207D-TX PCI 10/100 Fast Ethernet Adapter
I am new to LINUX, although am an experienced HP-UX Sys Admin. I am haveing trouble getting LINUX to recognize my NIC automatically. I can get it to work manually. I have a Pavilion 8550C.
I have read as much as I can find about the problems others have had with this NIC and LINUX. So I know to use the "RealTek RTL8139" kernal module. I have also changed the O/S to "other" in the BIOS.
The way that I have been able to get it to work is to go into HardDrake, select "Network Device Cards", select "Accton Technology Corporation SMC2-1211TX", then click on the "Run Configuration Tool" button. I then select "Realteck Semiconductor Co., Ltd. RTL-8139", and click on "OK". Next, I run "Linuxconf", select "Networking", select "Host name and IP network devices", select "Adapter 1". I select rtl8139 as the Kernel module. After applying this, I finally get the following in dmesg:
rtl8139.c:v1.07 5/6/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html
eth0: SMC1211TX EZCard 10/100 (RealTek RTL8139) at 0x2000, IRQ 9, 00:10:b5:07:ff:da.
The next time I boot to LINUX, I have to go through the same procedure again. Any ideas how I can make this configuration change permanent would be appreciated.
I have read as much as I can find about the problems others have had with this NIC and LINUX. So I know to use the "RealTek RTL8139" kernal module. I have also changed the O/S to "other" in the BIOS.
The way that I have been able to get it to work is to go into HardDrake, select "Network Device Cards", select "Accton Technology Corporation SMC2-1211TX", then click on the "Run Configuration Tool" button. I then select "Realteck Semiconductor Co., Ltd. RTL-8139", and click on "OK". Next, I run "Linuxconf", select "Networking", select "Host name and IP network devices", select "Adapter 1". I select rtl8139 as the Kernel module. After applying this, I finally get the following in dmesg:
rtl8139.c:v1.07 5/6/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html
eth0: SMC1211TX EZCard 10/100 (RealTek RTL8139) at 0x2000, IRQ 9, 00:10:b5:07:ff:da.
The next time I boot to LINUX, I have to go through the same procedure again. Any ideas how I can make this configuration change permanent would be appreciated.
In a world without fences, who needs Gates?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 12:54 AM
02-20-2001 12:54 AM
Re: Mandrake 7.2 & HP EN1207D-TX PCI 10/100 Fast Ethernet Adapter
Well, in the Directory /etc:
There should be a file either
conf.modules or modules.conf ..
In this file, near the top, add the line:
alias eth0 rtl8139
In the Directory:
/etc/sysconfig
edit the file:
network
Make sure that the following is set:
NETWORKING=yes
FORWARD_IPV4=false
HOSTNAME=(hostname)
DOMAINNAME=(domain)
Then, in the Directory:
/etc/sysconfig/network-scripts
edit the file:
ifcfg-eth0
In this file put the following:
DEVICE=eth0
IPADDR=(ip-addr)
NETMASK=(netmask)
NETWORK=(net-address)
BROADCAST=(broadcast)
ONBOOT=yes
Hope all this helps ..
There should be a file either
conf.modules or modules.conf ..
In this file, near the top, add the line:
alias eth0 rtl8139
In the Directory:
/etc/sysconfig
edit the file:
network
Make sure that the following is set:
NETWORKING=yes
FORWARD_IPV4=false
HOSTNAME=(hostname)
DOMAINNAME=(domain)
Then, in the Directory:
/etc/sysconfig/network-scripts
edit the file:
ifcfg-eth0
In this file put the following:
DEVICE=eth0
IPADDR=(ip-addr)
NETMASK=(netmask)
NETWORK=(net-address)
BROADCAST=(broadcast)
ONBOOT=yes
Hope all this helps ..
If it's been up and running that long, it's probably obsolete . . . impressive, but still obsolete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2001 05:58 PM
02-20-2001 05:58 PM
Re: Mandrake 7.2 & HP EN1207D-TX PCI 10/100 Fast Ethernet Adapter
Thanks for your suggestions. All of the files you mentioned had the lines you quoted in them. I made backup copies of these files, then edited out some of the non-applicable lines.
I still have the same result. The /var/log/messages shows:
Feb 20 19:10:57 pavilion insmod: Note: /etc/modules.conf is more recent than /lib/modules/2.2.17-21mdk/modules.dep
Feb 20 19:10:57 pavilion insmod: /lib/modules/2.2.17-21mdk/net/rtl8139.o: invalid parameter parm_irq
Feb 20 19:10:57 pavilion insmod: /lib/modules/2.2.17-21mdk/net/rtl8139.o: insmod eth0 failed
Feb 20 19:10:57 pavilion ifup: Delaying eth0 initialization.
Feb 20 19:10:57 pavilion network: Bringing up device eth0: failed
This time, after running harddrake, I issued: /etc/rc.d/init.d/network start
Then /var/log/messages showed:
Feb 20 19:21:23 pavilion network: Setting network parameters: succeeded
Feb 20 19:21:24 pavilion network: Bringing up interface lo: succeeded
Feb 20 19:21:24 pavilion network: Bringing up interface eth0: succeeded
Still not sure why it is failing at boot time...
I still have the same result. The /var/log/messages shows:
Feb 20 19:10:57 pavilion insmod: Note: /etc/modules.conf is more recent than /lib/modules/2.2.17-21mdk/modules.dep
Feb 20 19:10:57 pavilion insmod: /lib/modules/2.2.17-21mdk/net/rtl8139.o: invalid parameter parm_irq
Feb 20 19:10:57 pavilion insmod: /lib/modules/2.2.17-21mdk/net/rtl8139.o: insmod eth0 failed
Feb 20 19:10:57 pavilion ifup: Delaying eth0 initialization.
Feb 20 19:10:57 pavilion network: Bringing up device eth0: failed
This time, after running harddrake, I issued: /etc/rc.d/init.d/network start
Then /var/log/messages showed:
Feb 20 19:21:23 pavilion network: Setting network parameters: succeeded
Feb 20 19:21:24 pavilion network: Bringing up interface lo: succeeded
Feb 20 19:21:24 pavilion network: Bringing up interface eth0: succeeded
Still not sure why it is failing at boot time...
In a world without fences, who needs Gates?
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP