Hello,
I write this thread just to share my OMV install on my new NAS...
It was not easy to find a solution!
The ASRock H570M-ITX/AC:
- Supports 10th Gen Intel® Core™ Processors and 11th Gen Intel® Core™ Processors
- Dragon 2.5 Gigabit LAN RTL8125,
- Intel® Gigabit LAN i219-v
- Intel® 802.11ac WiFi + BT 4.2
My problem: 3 network cards, but no one works!
My solution:
Step 1: install debian
- create an USB install key with Debian 10 (try directly with OMV ISO, but I have some graphics problem: the root console does not display.
- add non free intel wireless driver into firmware/ folder (download here: https://packages.debian.org/buster/firmware-iwlwifi)
- Install Debian, normally it's working!
Step 2: configure wifi
- create a configuration file pour your network in folder /etc/network/interfaces.d/
- start interface, and internet is here!
Step 3: install OMV
You can install OMV now if you want or later
Step 4: install Realtek dragon driver (rtl8125)
- download driver "2.5G Ethernet LINUX driver r8125 for kernel up to 5.6" (https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software)
- uncompress archive, and compile driver
- update module
- Create a configuration file pour your network in folder /etc/network/interfaces.d/
- Normally it work's!
Step 5: install intel network driver (i219-v)
- download driver e1000e (https://downloadcenter.intel.com/fr/download/15817)
- uncompress archive, and compile driver
- create a configuration file pour your network in folder /etc/network/interfaces.d/
- Normally it work's!
Everithing is done, and all of your 3 network card work's