Just to close the book on this in the event that anybody else runs into this issue, the sequence of events I followed were to:
1) Install LinHES R8 - my only choice was to install with no network connection, because none was detected.
2) Use a separate PC to download the file in the directions on the following link and copy to the LinHES box with a USB flash drive:
https://wiki.archlinux.org/index.php/Ne ... ros_AR8161Which are:
Quote:
$ wget
https://www.kernel.org/pub/linux/kernel ... -u.tar.bz2$ tar xjf compat*
$ cd compat*
$ ./scripts/driver-select alx
$ make
$ sudo make install
$ sudo modprobe alx
3) Make was not already installed, and I could not install it from the repos (no network connectivity). So I found that the packages were already copied to the hard drive in this folder:
/data/storage/disk0/pacman/pkg
and could be installed as follows:
Code:
sudo pacman -U /data/storage/disk0/pacman/pkg/make
There are some additional packages that are required, but they should all be there. Once the alx driver is made and installed, I still had to reboot. Upon rebooting, I think it either had a random static, or dynamic IP address. Since I was upgrading, my database was looking for a backend IP address of 192.168.1.202. So to change my IP address (temporarily) to that so that I could start the backend, I had to use
Code:
ip addr add 192.168.1.202/24
and then start mythbackend, open mythfrontend and change the Network configuration under LinHES settings to save the IP address permanently.
So far in a week and a half I have not had any Ethernet issues and I use a HDHomerun prime for my tuner so I rely on the networking pretty heavily. Hopefully somebody else will find this brief guide useful in the event of a motherboard with similar hardware.