SOLVED Ask the HP NC360T NIC is unreadable

Status
Not open for further replies.

Ballers

Cadet
Joined
Feb 2, 2018
Messages
5
Hello I'm newbie
I am using FreeNAS 11.1 and using the HP NC360T NIC and unreadable is there any way to read it.

Sorry, my English is not good
 
Last edited by a moderator:

ethereal

Guru
Joined
Sep 10, 2012
Messages
762
i know they are going to ask you what hardware you use before they can help you
 

wblock

Documentation Engineer
Joined
Nov 14, 2014
Messages
1,506
This is a gaming motherboard with an onboard Realtek 8111. So are you saying you added an HP NC360T and now cannot access the FreeNAS system? A quick search shows the NC360T is supposed to use an Intel chipset. However, it has two Ethernet ports. Only one should be connected.
 

Ballers

Cadet
Joined
Feb 2, 2018
Messages
5
Post the output of ifconfig within code tags.

Code:
[root@BackupData ~]# ifconfig												   
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500	   
	   options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGI
C,LINKSTATE>																	
	   ether 14:da:e9:ec:c8:c0												 
	   hwaddr 14:da:e9:ec:c8:c0												
	   inet 192.168.1.9 netmask 0xffffff00 broadcast 192.168.1.255			 
	   nd6 options=9<PERFORMNUD,IFDISABLED>									
	   media: Ethernet autoselect (1000baseT <full-duplex>)					
	   status: active														 
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384			   
	   options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>				   
	   inet6 ::1 prefixlen 128												 
	   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2							 
	   inet 127.0.0.1 netmask 0xff000000									   
	   nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>							   
	   groups: lo
 

Ballers

Cadet
Joined
Feb 2, 2018
Messages
5
This is a gaming motherboard with an onboard Realtek 8111. So are you saying you added an HP NC360T and now cannot access the FreeNAS system? A quick search shows the NC360T is supposed to use an Intel chipset. However, it has two Ethernet ports. Only one should be connected.

With onboard Realtek 8111 can access FreeNAS system. and I added an unreadable NC360T in FreeNAS
 

wblock

Documentation Engineer
Joined
Nov 14, 2014
Messages
1,506
Code:
[root@BackupData ~]# ifconfig												  
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500	  
	   options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGI
C,LINKSTATE>																	
	   ether 14:da:e9:ec:c8:c0												
	   hwaddr 14:da:e9:ec:c8:c0												
	   inet 192.168.1.9 netmask 0xffffff00 broadcast 192.168.1.255			
	   nd6 options=9<PERFORMNUD,IFDISABLED>									
	   media: Ethernet autoselect (1000baseT <full-duplex>)					
	   status: active														
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384			  
	   options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>				  
	   inet6 ::1 prefixlen 128												
	   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2							
	   inet 127.0.0.1 netmask 0xff000000									  
	   nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>							  
	   groups: lo

This shows that the NC360T is not detected at all. Are you sure the card works? Please post the output of pciconf -lv | grep -A1 -B3 network.
 

Ballers

Cadet
Joined
Feb 2, 2018
Messages
5
Thanks for helping it turns out his LAN card is damaged, in the same LAN card change can
 
Last edited by a moderator:
Status
Not open for further replies.
Top