0

I bought a shiny new ASRock FM2A88X Extreme4+ motherboard (which I chose specifically for the plentiful expansion slots) to run my shiny new file server. During the installation of Open Media Vault, the installer failed to identify the network adaptor (according to the ASRock website, a Qualcomm Atheros AR8171 ). Googling lead me to believe it uses the ALX driver. I selected the entry in the installer, however it failed to initialise. I decided to try a manual install of an updated driver, so downloaded the latest Backports Driver Pack for the ALX driver (via my desktop mackine onto a USB stick). However when I went to compile it on the OMV server, it complained saying MAKE isn't installed. To add salt to injury, when I tried to download MAKE, the installation instructions give direction to make MAKE (which I cannot do without MAKE installed).

For the life of me I cannot find a stand-alone installer (such as a .deb file) for the ALX driver. All other instructions I've found online need an internet connection to do (adding sources etc) which I cannot do without a working network adaptor!

Does anyone out there know how to fix this??

8
  • Can you post the out put of lspci? Commented Dec 31, 2014 at 1:40
  • Command not found Commented Dec 31, 2014 at 1:46
  • What about lshw -C network? Commented Dec 31, 2014 at 1:49
  • Also command not found Commented Dec 31, 2014 at 2:07
  • Booted into SolydX (also debian based) and ran lspci. The Ethernet line says Qualcomm Atheros QCA8171 Gigabit Ethernet rev 10 Commented Dec 31, 2014 at 2:10

1 Answer 1

0

Success! I managed to get hold of an old PCI network card with an Intel chip on it that worked with the OMV kernel drivers. Then managed to hack together a few different tutorials to get it finally working.

  1. Fit the secondary network card and boot up. Follow the install prompts for OMV.
  2. Log into the terminal console using user: root and the password set during install.
  3. apt-get install make aptitude hwinfo
  4. Type nano /etc/apt/sources.list to edit the package sources and add the following lines to the bottom of the repositories list:

# Backported packages for Debian 7 Wheezy
deb http://http.debian.net/debian/ wheezy-backports main

  1. aptitude update
  2. aptitude -t wheezy-backports install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,')
  3. Press CTRL-ALT-DEL and wait for the system to reboot.
  4. hwinfo should show both network devices (eth0 and eth1)
  5. Shutdown and remove the secondary network card.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.