I’m trying a second time to load Volumio onto a raspi B+.
I downloaded a fresh image and booted the raspi. Volumio installs (version 2) but there is an error message on start up.
[FAILED] Failed to start LSB: DHCP server
see ‘systemctl status isc-dhcp-server.service’ for details
I logged in to the root, and ran the command “systemctl status isc-dhcp-server.service” it resulted in the following message:
no subnet declaration for eth0 (192.168.1.9)
- ignoring requests on eth0. If this is not what
you want, please write a subnet declaration in your dhcpd.conf file for the network segment
Failed to start LSB: DCHP server
unit isc-dhcp-server.wervice entered failed state
note: I can ping the ip address (192.168.1.9) from elsewhere on the network with no problem
note: the system also recognizes the wireless adapter hardware but does not start a wlan0 process
any idea why this failure might be occurring?