Wifi on OMV

  • Hi,

    I've just installed OMV 7 on an old laptop which doesn't have an ethernet connector.

    During the installation, i had to enter my wifi settings and everything worked fine. The installer could connect to internet and download everything it needed. I saw the computer in my router dashboard.

    At the end of the installation, the system reboots. In the documentation, at the command-line startup screen, the ip of the computer should show up. It doesn't and the computer isn't connected to my router. I tried multiple times to configure the wifi network using omv-firstaid. It says that the configuration is successfully applied. But still no way to have the computer connected to my network.

    I also tried to reinstall OMV 7 : same result. I tried with the last version of OMV 6 and exactly the same happens.

    I don't get why the wifi connection would work properly during the installation process, but after the first boot, it would stop working.

    I didn't find anything helpful on internet so far and i have to admit that I have no clue on how to fix the problem.

    If somebody have an idea, that would be greatly appreciated.

    Thanks a lot,

    Arnaud.

    • New
    • Official Post

    OMV uses netplan for the network. You can check /etc/netplan for created configuration files after you used omv-firstaid.

    There should be two files. One with 10 in the beginning which is default. And one with 20 in the beginning and the name of your wifi interface at the end. That should be the one created based on the input you provided in omv-firstaid.

    • New
    • Official Post

    I don't know much about netplan, but you can try some examples like this one


    Configure Ubuntu WiFi Adapter with Netplan
    👉 Here's a short explanation of how to configure an Ubuntu machine to join a wireless network, with...
    dev.to

  • Yes, the content is what i expect.

    I tried netplan apply myconfig.yaml but got an error saying

    Cannot call OpenvSwitch: ovsdb-server.service is not running.

    I didn't find anything helpful on internet to fix this.


    I tried a fresh install of debian with gnome to check if the wifi would work. Everything worked fine. But, of course, I couldn't install omv because a windows manager was installed.


    So back to a fresh install of OMV 7.4.


    I tried configuring wifi using nmcli but it's not installed by default.


    I tried

    wpa_supplicant -B -i wlp1s0 -c <(wpa_passphrase MYSSID passphrase)

    but got the message :

    Quote

    Successfully initialized wpa_supplicant

    nl80211: kernel reports: Match already configured

    rfkill: WLAN soft blocked



    Then I tried editing /etc/network/interfaces with the content source /etc/network/interfaces.d/*

    Created a file /etc/network/interfaces.d/wlp1s0 with the content :


    Code
    auto wlp1s0
    iface wlp1s0 inet dhcp
    wpa-ssid "SFR_2090"
    wpa-psk "MY PASSWORD"


    Then sudo systemctl restart networking

    And finally sudo ifdown wlp1s0 && sudo ifup wlp1s0

    but got the message

    Quote

    ifdown: unknown interface wlp1s0


    I'm stuck. No more idea what I could do.

    • New
    • Official Post

    I tried netplan apply myconfig.yaml but got an error saying

    Cannot call OpenvSwitch: ovsdb-server.service is not running.

    I didn't find anything helpful on internet to fix this.

    It isn't an error. It is a warning and can be safely ignored.


    In my opinion, I would not use a laptop as a NAS. It sounds like the wireless device kernel module is not being loaded. What is the output of:


    lspci -vv that is two Vs not a W

    lsmod

    omv 7.7.0-2 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.1 | kvm 7.0.17 | compose 7.3.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.0.9


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • New
    • Official Post

    if you reboot and before you fix the networking, what is the output of:

    lsmod | grep iw

    dpkg -l | grep firmware-iw

    omv 7.7.0-2 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.1 | kvm 7.0.17 | compose 7.3.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.0.9


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • New
    • Official Post

    What do you mean by "and before you fix the networking" ? I haven't found a way to make it work yet

    I thought you were able to fix it.


    I think rfkill is killing it. Since rfkill isn't installed and you don't have networking to install it, try:

    echo 0 | sudo tee /sys/class/rfkill/rfkill*/soft

    then omv-firstaid

    omv 7.7.0-2 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.1 | kvm 7.0.17 | compose 7.3.4 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.0.9


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!