Beiträge von billanderson41

    thanks for the help. The ethernet ports were set to auto on my router. I tried with a few different settings, setting them to auto, 100, 10, etc. but never any activity from the ethernet port on the RPi.
    I am moving on from OMV. I probably made a bad choice, from what I have read, trying to use a RPi and OMV for my NAS instead of some better SBC. I am just going to set up Raspian and a file share, that should serve my purposes. I am not happy, as I like OMV and the admin console aspect. But I don't want to cobble together some unsupported or esoteric solution to get OMV to work with the RPi. I feel like I would forever be troubleshooting some issue(s). I will probably eventually get a better SBC and a go forward with OMV from there. Thanks for all your help and the support you provide here @tkaiser

    Then OMV is really not reachable. It's not only about not being able to access OMV's UI but the host is simply not present in the network.
    A major difference between OMV and Raspbian is that OMV sets the network interface manually to work with 100 Mbits/sek while Raspbian allows negotiating Gigabit Ethernet (which is broken BTW with the specific USB network adapter on the RPi 3B+). So in case your switch or router (the device the RPi is connected to via network cable) is not allowing Fast Ethernet (AFAIK then violating GbE specs) everything is as expected.

    So you are saying, with this, it may be worthwhile to review the settings on my router? Or, is it just a case of it won't work?

    Try to ping using the two commands provided by @tkaiser
    i.e. using host name and not IP address.

    I did ping using raspberrypi and not an IP address. What I was saying is that the initial ping response was that it seemed to resolve to an IP address of 192.168.*.* in the range of my local network. Then I got a string of timeout errors.
    As for the source machine as @tkaiser mentioned, the ping to the raspberry pi was from a Mac running OSX Yosemite.
    The ping to raspberrypi.local was even less successful, I am not at the machine now, but I believe the error was along the line of "not found"

    I found some of your other posts, and I think maybe this issue was me trying to connect a monitor during the boot/install.
    I just flashed the SD card again and I am about to try the suggested "connect nothing but ethernet and power" approach. I will let it run through the install and update process and then verify if I am able to ping via DNS name.

    Apologies in advance for any shortcomings, I am a beginner with Raspberry Pi and this is my first attempt at setting up OMV on an ARM device (having done it several times though with full laptops or computers)
    I followed an installation process, which seems very similar to many others I have found since. These steps were performed with Raspberry Pi 3 B+, which I believe from the boot log info is ARMv7


    download this image - OMV_4_Raspberry_Pi_2_3_3Plus.img.xz
    burn it to SD card with Etcher
    pop it in the Pi and boot the board (after all cables connected)
    wait for install process to complete and Pi to reboot


    However, I noticed straight away none of the Ethernet link lights were showing, and on reboot I see "No Network Interface(s) found".
    I thought maybe I had gotten a bad device. But, I was able to burn Raspian to another SD card and boot the board with no issues, all ethernet and Wifi controllers worked fine.


    thanks in advance