Ethernet 3c59x module not installed on CentOS 7.2.151

Issues related to hardware problems
Post Reply
charlweed
Posts: 14
Joined: 2016/01/22 16:54:25

Ethernet 3c59x module not installed on CentOS 7.2.151

Post by charlweed » 2016/01/22 17:21:37

Hi! This is my first time installing CentOS, I’m a long time Fedora user. I just wiped a Fedora 23 install from this machine, and installed CentOS 7.2.1511. Unfortunately, the 3c905B 100BaseTX card is not recognized. I can see it with lshw, but the 3c59x is not installed.
I expected that

Code: Select all

modprobe -v 3c59x
would show that the module is built into the kernel, but instead I get

Code: Select all

modprobe: FATAL: Module 3c59x not found
. Nothing in

Code: Select all

lsmod | grep -i 3c
either.

How should I proceed?
Thanks!

Charlweed
Last edited by charlweed on 2016/01/22 21:09:18, edited 1 time in total.

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: Ethernet 3c59x module not installed on CentOS 7.2.151

Post by toracat » 2016/01/22 19:52:50

If you search the forums, you'd find useful hints. For example, this post. It's one of the drivers that were removed from CentOS 7. ELRepo fills the gap.
CentOS Forum FAQ

charlweed
Posts: 14
Joined: 2016/01/22 16:54:25

Re: Ethernet 3c59x module not installed on CentOS 7.2.151

Post by charlweed » 2016/01/22 21:16:10

Thanks for the hint.
The answer for me was :
sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
sudo rpm -Uvh http://www.elrepo.org/elrepo-release-7. ... noarch.rpm
sudo yum install yum-plugin-fastestmirror
sudo yum -y install kmod-3c59x.x86_64

Now, maybe some future noob searching on this issue will find an actual answer, instead of just hints.

hcofre
Posts: 1
Joined: 2017/06/01 17:19:53

Re: Ethernet 3c59x module not installed on CentOS 7.2.151

Post by hcofre » 2017/06/01 17:23:42

Hello,

I am the noob searching on this issue!
This help me lot!
Thank you charlweed!

User avatar
TrevorH
Site Admin
Posts: 33221
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Ethernet 3c59x module not installed on CentOS 7.2.151

Post by TrevorH » 2017/06/01 17:55:57

The same answer as before still applies. Read the post immediately prior to yours.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply