Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: zolf on November 03, 2010, 08:34:20 am

Title: Network Card not detected
Post by: zolf on November 03, 2010, 08:34:20 am

Hi there,

I have installed Zentyal 2.0.2, and have issue with the network cards(3) i have on my machine. Zentyal does not detect them.Only the OnBoard LAN has been detected. The network card I have are SMC1255TX-1.Please help.

this is the network card i have
http://www.smc.com/index.cfm?event=viewProduct&cid=9&scid=51&localeCode=EN_USA&pid=1539
Title: Re: Network Card not detected
Post by: Jaime Soriano on November 03, 2010, 11:40:53 am
Hi,

Could you check if they are detected and handled by the kernel? You can check it by listing the files in /sys/class/net/ or with ifconfig command.
Title: Re: Network Card not detected
Post by: zolf on November 03, 2010, 12:35:32 pm

ifconfig, returns eth0 and lo only.
Title: Re: Network Card not detected
Post by: Jaime Soriano on November 03, 2010, 01:20:23 pm
Could you try with "ifconfig -a" and "ls /sys/class/net"?
Title: Re: Network Card not detected
Post by: zolf on November 06, 2010, 07:17:33 am

thanks for your help,as you mentioned this is the response i got

root@ubuntu:/home/test# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1c:c0:cc:9e:33 
          inet addr:192.168.0.34  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::21c:c0ff:fecc:9e33/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
          RX packets:897 errors:0 dropped:0 overruns:0 frame:0
          TX packets:169 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:98037 (98.0 KB)  TX bytes:23004 (23.0 KB)
          Interrupt:17

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:62417 errors:0 dropped:0 overruns:0 frame:0
          TX packets:62417 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:10275243 (10.2 MB)  TX bytes:10275243 (10.2 MB)

root@ubuntu:/home/test# ls /sys/class/net
eth0  lo
root@ubuntu:/home/test#
Title: Re: Network Card not detected
Post by: Jaime Soriano on November 07, 2010, 05:18:36 pm
Then the operative system is not detecting the cards, you should check if they are supported by Linux and if the drivers are correctly installed. Zentyal cannot do anything if the hardware is not correctly configured.
Title: Re: Network Card not detected
Post by: zolf on November 10, 2010, 07:25:53 am

thanks a lot. i changed the motherboard to ASUS and now all the 4 NIC is working.

cheers mate