Page 1 of 4

ASUS NX1101 and CentOS

Posted: 2009/09/16 18:31:53
by kolucoms
I have inserted ASUS NX1101 in CentOS.

But it not detecting.

Card is a new one.

What to do ?

Re: ASUS NX1101 and CentOS

Posted: 2009/09/16 19:14:28
by pschaff
https://www.centos.org/modules/newbb/viewforum.php?forum=47

Try a forum search:
https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=18721&forum=39

Not detecting, or not finding a driver? Does /sbin/lspci see it?

Re: ASUS NX1101 and CentOS

Posted: 2009/09/16 20:33:39
by kolucoms
lspci :

[code]00:00.0 Host bridge: Intel Corporation 82G35 Express DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03)
00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Controller (rev 02)
03:00.0 IDE interface: JMicron Technologies, Inc. JMB368 IDE controller
04:03.0 Ethernet controller: Sundance Technology Inc / IC Plus Corp IP1000 Family Gigabit Ethernet (rev 41)
04:05.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70)[/code]


/sbin/lspci | grep ther

00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02)
04:03.0 Ethernet controller: Sundance Technology Inc / IC Plus Corp IP1000 Family Gigabit Ethernet (rev 41)


/sbin/lspci -n | grep "^$(/sbin/lspci | awk '/ther/ { print $1 }')"
00:19.0 0200: 8086:104b (rev 02)
04:03.0 0200: 13f0:1023 (rev 41)

Phpsysinfo :

Processors 4
Model Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz
CPU Speed 2 GHz
Cache Size 2.00 MB
System Bogomips 21211.12
PCI Devices - Audio device: Intel Corporation 82801H
- Display controller: Intel Corporation 82G35 Express Integrated Graphics Controller
- Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection
- Ethernet controller: Sundance Technology Inc / IC Plus Corp IP1000 Family Gigabit Ethernet
- FireWire
- Host bridge: Intel Corporation 82G35 Express DRAM Controller
- (2x) IDE interface: Intel Corporation 82801H
- IDE interface: JMicron Technologies, Inc. JMB368 IDE controller
- ISA bridge: Intel Corporation 82801HB/HR
- PCI bridge: Intel Corporation 82801 PCI Bridge
- (3x) PCI bridge: Intel Corporation 82801H
- SMBus: Intel Corporation 82801H
- (7x) USB Controller: Intel Corporation 82801H
- VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller


Kernel Version 2.6.18-92.el5.vnow (SMP)
Distro Name : CentOS release 5 (Final)

Re: ASUS NX1101 and CentOS

Posted: 2009/09/16 21:01:38
by pschaff
[quote]
kolucoms wrote:
...
/sbin/lspci | grep ther

00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02)
04:03.0 Ethernet controller: Sundance Technology Inc / IC Plus Corp IP1000 Family Gigabit Ethernet (rev 41)


/sbin/lspci -n | grep "^$(/sbin/lspci | awk '/ther/ { print $1 }')"
00:19.0 0200: 8086:104b (rev 02)
04:03.0 0200: 13f0:1023 (rev 41)
...
Kernel Version 2.6.18-92.el5.vnow (SMP)
Distro Name : CentOS release 5 (Final)[/quote]

That's not a CentOS kernel and you seem to be [b]way[/b] behind on updates.[code]$ cat /etc/redhat-release
CentOS release 5.3 (Final)
[/code]

First thing to do is follow the [url=http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.3]CentOS 5.3 Release Notes[/url] to update.

The Intel controller is supported by the e1000e module.
[code]
# grep -i 8086 /lib/modules/*/modules.alias | grep -i 104b
/lib/modules/2.6.18-128.1.10.el5/modules.alias:alias pci:v00008086d0000104Bsv*sd*bc*sc*i* e1000e
/lib/modules/2.6.18-128.1.16.el5/modules.alias:alias pci:v00008086d0000104Bsv*sd*bc*sc*i* e1000e
/lib/modules/2.6.18-128.2.1.el5/modules.alias:alias pci:v00008086d0000104Bsv*sd*bc*sc*i* e1000e
/lib/modules/2.6.18-128.4.1.el5/modules.alias:alias pci:v00008086d0000104Bsv*sd*bc*sc*i* e1000e
/lib/modules/2.6.18-128.7.1.el5/modules.alias:alias pci:v00008086d0000104Bsv*sd*bc*sc*i* e1000e
/lib/modules/2.6.18-164.el5/modules.alias:alias pci:v00008086d0000104Bsv*sd*bc*sc*i* e1000e
[/code]
Drivers for it are also available from ElRepo - http://elrepo.org/tiki/DeviceIDs

Can't find IP1000 (I presume the ASUS NX1101 you are interested in) stuff there (or in the standard kernel) although the README at http://centos.toracat.org/ajb/CentOS-5/ipg/ points to ElRepo. Perhaps [b]Alan[/b] will enlighten us.

Re: ASUS NX1101 and CentOS

Posted: 2009/09/16 21:06:15
by kolucoms
[root@vici ~]# grep -i 8086 /lib/modules/*/modules.alias | grep -i 104b
alias pci:v00008086d0000104Bsv*sd*bc*sc*i* e1000e


I cannot update the CentOS kernel right now as its a part of one complete package of vicidial system.

Re: ASUS NX1101 and CentOS

Posted: 2009/09/16 21:15:23
by pschaff
I hope you are not on the Internet with that system. If you are still at CentOS 5.0 you have a load of known vulnerabilities.

Edit. There do seem to be running this on up to CentOS 5.3 systems according to the [url=http://www.vicidial.org/VICIDIALforum/viewtopic.php?t=220&sid=e162fe881e308395d7676883d6d91509]VICIDIAL forum[/url].

Re: ASUS NX1101 and CentOS

Posted: 2009/09/16 21:18:04
by kolucoms
I am as Vici needs internet to work and dial out as it uses asterisk.

Re: ASUS NX1101 and CentOS

Posted: 2009/09/16 21:24:45
by pschaff
Cross-post - sorry - please see the Edit to post #6.

Re: ASUS NX1101 and CentOS

Posted: 2009/09/16 21:33:32
by kolucoms
Using this :

http://carlo.taguinod.net/vicidialnow/vicidialnow-getting-started-guide.pdf

which comes with

vicidialnow-ce-1.2_final_cd.iso


- VicidialNOW is a Linux Distro Base on CentOS 5.

Re: ASUS NX1101 and CentOS

Posted: 2009/09/16 22:07:32
by kolucoms
Cant install that Eth on Cent OS 5 ? :-(

Pl advice..