[SOLVED] Network problems Qualcomm Atheros AR8171


whophil

Recommended Posts

I am trying to replace the motherboard and CPU in my Unraid 6.0 beta 5 machine.

 

Old Machine: Intel i5-4670, Asrock H67m-itx

New Machine: AMD A5-5500, Asrock FM2A87-itx

 

I replaced the hardware, connected the drives, and plugged in my old USB key. However, I am having problems connecting to the network. I can't pull down an IP via DHCP or set a static IP.

 

Here's a few relevant lines from my syslog:

Oct 18 01:55:38 Box logger: /etc/rc.d/rc.inet1:  List of interfaces: 'eth0'
Oct 18 01:55:38 Box logger: /etc/rc.d/rc.inet1:  /sbin/ifconfig lo 127.0.0.1
Oct 18 01:55:38 Box logger: /etc/rc.d/rc.inet1:  /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
Oct 18 01:55:38 Box logger: /etc/rc.d/rc.inet1:  eth0 interface does not exist (yet)

 

Here's my /boot/config/network.cfg in DHCP mode:

# Generated network settings
USE_DHCP=yes
IPADDR=
NETMASK=
GATEWAY=

 

And here's my /boot/config/network.cfg set for static IP:

# Generated network settings
USE_DHCP=no
IPADDR=192.168.1.100
NETMASK=255.255.255.0
GATEWAY=192.168.1.1

 

I read a few threads about problems with the Qualcomm Atheros AR8171 NIC, which is the NIC in the new board. At least one user (http://lime-technology.com/forum/index.php?topic=34516.0) seems to report his problem was fixed by moving up to Unraid v6.0, which I am already using.

 

I looked for a change log between Unraid 6.0 beta 5 and Unraid 6.0 beta 10 (the current version) and couldn't find anything.

 

I don't have a free PCI slot to use another NIC, so ny help is appreciated!

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.