1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
Error: "there was an error configuring ..."
(1 viewing) 1 Guest
Go to bottomPage: 12
TOPIC: Error: "there was an error configuring ..."
#29127
Re: Error: "there was an error configuring ..." 1 Year, 11 Months ago  
I found a problem between Centos(Red Hat) and Realtek 8139D.
It's a matter of drivers.
Any sugestions.
Thanks
Mariano
Mariano D Francisco
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#29129
Re: Error: "there was an error configuring ..." 1 Year, 11 Months ago  
Give us a clue. What have you found?

You may want to look at this thread but I am sot sure it applies to you as your card identifies as an R8139D. There is also this thread which, if you follow through the link suggests that possibly the wrong driver is being loaded but it does suggest loading the 8139too driver rather than the 8139cp driver but that is what you are doing. What does "lspci -n | grep 1904" give?
Nick Howitt
Platinum Boarder
Posts: 4150
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#29266
Re: Error: "there was an error configuring ..." 1 Year, 11 Months ago  
Nick
I solved the problem with my two of three NICs. I download ClearOS 5.2-SP1.
But it still can't recognize my Atheros L2 (on board).

> lspci -v | grep Eth
01:00.0 Ethernet controller: Atheros Communications L2 Fast Ethernet (rev a0)
02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet
02:02.0 Ethernet controller: Sundance Technology Inc / IC Plus Corp IC Plus IP100A Integrated 10/100 Ethernet MAC + PHY (rev 31)

> grep eth /etc/modprobe.conf
alias eth0 sundance
alias eth1 r8169

Any ideas?
Thanks
Mariano
Mariano D Francisco
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#29280
Re: Error: "there was an error configuring ..." 1 Year, 11 Months ago  
If I'm right you need the alt2 driver for the on-board LAN. Tim has compiled a whole bunch of kmod drivers here. Either add his repo then install the kmod-atl2 driver with yum or do:
Code:

wget ftp://download.clearfoundation.com/community/timb80/repo/clearos/5.2/os/kmod-atl2-2.2.3-4.clearos.i686.rpm
rpm -ivh kmod-atl2-2.2.3-4.clearos.i686.rpm

Nick Howitt
Platinum Boarder
Posts: 4150
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#29301
Re: Error: "there was an error configuring ..." 1 Year, 11 Months ago  
[SOLVED]
Yeeeeeeeeeeeeeees!!
It works.

> grep eth /etc/modprobe.conf
alias eth0 atl2
alias eth1 r8169
alias eth2 sundance

And creating ifcfg-eth0!!!!!!!!

Thanks for everything

Mariano
Mariano D Francisco
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12
  get the latest posts directly to your desktop