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

ClearFoundation

Forums
Welcome, Guest
Atheros atl1e updated in elrepo
(1 viewing) 1 Guest
Go to bottomPage: 123
TOPIC: Atheros atl1e updated in elrepo
#26098
Re:Atheros atl1e updated in elrepo 2 Years, 1 Month ago  
well, know you're really go to know how ignorant I am but I downloaded the 5.2 version and have no idea whether I'm running the PAE version since there was never any question asked during installation. Only 4gb loaded on machine @ this time but had thought about increasing it.
Robert Watson
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#26099
Re:Atheros atl1e updated in elrepo 2 Years, 1 Month ago  
Ok it's not such a silly question! You can find the kernel version by looking athe hardware report in the webconfig or running the following command:-
Code:

uname -a

Tim Burgess
Moderator
Posts: 5800
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#26101
Re:Atheros atl1e updated in elrepo 2 Years, 1 Month ago  
you're too kind so once I've downloaded the correct version from you, do I need to un-install the old driver? what's the commands I need?
yum ...?
Robert Watson
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#26102
Re:Atheros atl1e updated in elrepo 2 Years, 1 Month ago  
Ok great,
Code:

yum localinstall --nogpgcheck atl1.x.x.x.x.rpm



Then to make sure it's running the newer version run the following (or reboot) - where ethN is the interace name using this driver.
Code:

/sbin/ifdown ethN
/sbin/modprobe -r atl1e
/sbin/modprobe atl1e
/sbin/ifup ethN

Tim Burgess
Moderator
Posts: 5800
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#26134
Re:Atheros atl1e updated in elrepo 2 Years, 1 Month ago  
Tim,
you are awesome everything worked. thanks for all of your efforts.
Robert Watson
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#26163
Re:Atheros atl1e updated in elrepo 2 Years, 1 Month ago  
Tim, tried sending a private pm from your website but the captcha system is broken
Robert Watson
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#26166
Re:Atheros atl1e updated in elrepo 2 Years, 1 Month ago  
D'oh! i'll investigate, you can always drop me a line at timb80 @ yahoo.com. Glad it's working for you
Tim Burgess
Moderator
Posts: 5800
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#47064
Re:Atheros atl1e updated in elrepo 7 Months ago  
Hi Tim,

I installed the on board Ethernet card in my office. It shows in the GUI. After the configuration I restarted the server. Server is very slow to boot.

I checked the following things.


1. /etc/firewall (WAN and LAN)

2. /etc/modprobe.conf

3. /etc/sysconfig/network-script/ifcfg-eth0 and ifcfg-eth1

4. ifconfig


All the settings are seems to be ok. But ClearOS is very very slow. What is the next step I have to do?


I followed below link to install Ethernet card.


www.clearfoundation.com/component/option...it,10/limitstart,10/


For your reference :-


[root@system ~]# lspci

00:00.0 Host bridge: Intel Corporation Unknown device 0100 (rev 09)

00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)

00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)

00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)

00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)

00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)

00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 5 (rev b5)

00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)

00:1f.0 ISA bridge: Intel Corporation Unknown device 1c5c (rev 05)

00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05)

00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)

01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 20)

02:00.0 Ethernet controller: Atheros Communications Unknown device 1083 (rev c0)



[root@system ~]# cat /etc/modprobe.conf

alias eth0 sky2

alias eth1 atl1e

alias scsi_hostadapter ahci



[root@system ~]# uname -r

2.6.18-194.8.1.v5PAE



[root@system ~]#kudzu -p

class: NETWORK

bus: PCI

detached: 0

device: eth0

driver: sky2

desc: "Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller"

network.hwaddr: 00:50:43:00:45:3e

vendorId: 11ab

deviceId: 4362

subVendorId: 11ab

subDeviceId: 4362
--------

class: NETWORK

bus: PCI

detached: 0

device: eth1

driver: atl1e

desc: "Atheros Communications Unknown device 1083"

network.hwaddr: 10:78:d2:53:e0:cd

vendorId: 1969

deviceId: 1083

subVendorId: 1019

subDeviceId: 8151


Thanks and Regards
BARGAVA.C
Bargava
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#47086
Re:Atheros atl1e updated in elrepo 7 Months ago  
Is this a new installation or have you enabled an existing adaptor or added a new one. A slow responding system can be due to a lack of valid DNS in your WAN configuration.

If it is a new installation you may also want to try the sk98lin driver from Tim's repo instead of the sky2 driver. If you do install it, in /etc/modprobe.conf change sky2 to sk82lin and reboot.
Nick Howitt
Platinum Boarder
Posts: 4129
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#47120
Re:Atheros atl1e updated in elrepo 7 Months ago  
First I want to thank for your quick reply Nick.

I am having the problem with eth1(Atheros Communications Unknown device 1083) not with the eth0(00:50:43:00:45:3e) sky2.

OK i will try with your suggestion.

Regards
BARGAVA.C
Bargava
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 123
  get the latest posts directly to your desktop