Author Topic: Network Card not detected  (Read 2157 times)

zolf

  • Zen Monk
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Network Card not detected
« 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

Jaime Soriano

  • Zen Monk
  • **
  • Posts: 55
  • Karma: +1/-0
    • View Profile
Re: Network Card not detected
« Reply #1 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.

zolf

  • Zen Monk
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: Network Card not detected
« Reply #2 on: November 03, 2010, 12:35:32 pm »

ifconfig, returns eth0 and lo only.

Jaime Soriano

  • Zen Monk
  • **
  • Posts: 55
  • Karma: +1/-0
    • View Profile
Re: Network Card not detected
« Reply #3 on: November 03, 2010, 01:20:23 pm »
Could you try with "ifconfig -a" and "ls /sys/class/net"?

zolf

  • Zen Monk
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: Network Card not detected
« Reply #4 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#

Jaime Soriano

  • Zen Monk
  • **
  • Posts: 55
  • Karma: +1/-0
    • View Profile
Re: Network Card not detected
« Reply #5 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.

zolf

  • Zen Monk
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: Network Card not detected
« Reply #6 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