ASUS NX1101 and CentOS

Issues related to configuring your network
kolucoms
Posts: 25
Joined: 2009/09/10 19:24:45

Re: ASUS NX1101 and CentOS

Post by kolucoms » 2009/09/18 22:50:05

[root@vici ~]# ls -l 'find /lib/modules -name ipg.ko'
ls: find /lib/modules -name ipg.ko: No such file or directory
[root@vici ~]#

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

Re: ASUS NX1101 and CentOS

Post by toracat » 2009/09/18 23:01:12

It is not a ' . It is a ` (back tick). OK, maybe the following command is easier:

ls -l $(find /lib/modules -name ipg.ko)

kolucoms
Posts: 25
Joined: 2009/09/10 19:24:45

Re: ASUS NX1101 and CentOS

Post by kolucoms » 2009/09/18 23:10:36

[root@vici ~]# ls -l $(find /lib/modules -name ipg.ko)
-rw-r--r-- 1 root root 25648 Aug 10 12:28 /lib/modules/2.6.18-8.el5/extra/ipg/ipg.ko
lrwxrwxrwx 1 root root 42 Sep 18 17:53 /lib/modules/2.6.18-92.el5.vnow/weak-updates/ipg/ipg.ko -> /lib/modules/2.6.18-8.el5/extra/ipg/ipg.ko
[root@vici ~]#

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

Re: ASUS NX1101 and CentOS

Post by toracat » 2009/09/18 23:14:34

OK, the output shows that the ipg kernel module has been correctly installed.

kolucoms
Posts: 25
Joined: 2009/09/10 19:24:45

Re: ASUS NX1101 and CentOS

Post by kolucoms » 2009/09/18 23:17:10

But when I do ifconfig, it doesnt show the eth1.

eth0 is the

Intel Corporation 82566DC Gigabit Network Connection

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: ASUS NX1101 and CentOS

Post by AlanBartlett » 2009/09/19 12:09:39

[quote]But when I do ifconfig, it doesnt show the eth1.[/quote]
So far, you have only installed the driver and have not yet configured the system to use it.

With [i]root[/i]'s powers, please now run --

[code]
[b]system-config-network[/b]
[/code]

kolucoms
Posts: 25
Joined: 2009/09/10 19:24:45

Re: ASUS NX1101 and CentOS

Post by kolucoms » 2009/09/19 16:01:26

I ran it and it shows me eth0.

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: ASUS NX1101 and CentOS

Post by AlanBartlett » 2009/09/20 10:32:31

Please [i]use[/i] the [b]system-config-network[/b] utility to [i]configure[/i] your hardware (and not use it just to see what you currently have configured).

[b]system-config-network[/b] ----> [b]Hardware[/b] ----> [b]New[/b] (and so-forth . . .)

The utility does have a [i]Help[/i] option. That option will guide you through the various steps.

sajeewa86
Posts: 11
Joined: 2009/10/02 04:57:02

ASUS NX1101 on CentOS 64-bit

Post by sajeewa86 » 2009/10/02 05:04:24

[b][size=96]Cent Os 5.3 64bit doesn't recognize the ASUS NX1101 Ethernet card[/size][/b]

13f0:1023 (rev41)

here are some details about the system,

# lspci | grep ther
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
05:01.0 Ethernet controller: Sundance Technology Inc / IC Plus Corp IP1000 Family Gigabit Ethernet (rev 41)

# lspci -n | grep "^$(/sbin/lspci | awk '/ther/ { print $1 }'
)"
02:00.0 0200: 10ec:8168 (rev 02)
05:01.0 0200: 13f0:1023 (rev 41)

# uname -r
2.6.18-128.1.1.el5

# rpm -qa kernel\* |sort
kernel-2.6.18-128.1.1.el5
kernel-headers-2.6.18-128.1.1.el5

# uname -mri
[b]2.6.18-128.1.1.el5 x86_64 x86_64 [/b]

Can someone help me on this please..

sajeewa86
Posts: 11
Joined: 2009/10/02 04:57:02

Re: ASUS NX1101 on CentOS 64-bit

Post by sajeewa86 » 2009/10/02 05:11:02

I followed the instructions but the kernal got crashed. dont know what might be the issue.
kernal panic - not syncing: fatal exception

here what i did,

Installed:
kmod-ipg-2.09e-2.el5.elrepo.x86_64.rpm

alias eth0 ipg

service network stop

modprobe -r e1000e

service network start

.
.
.
kernal panic - not syncing: fatal exception

Post Reply