Posts by richardfitz

    Hi,



    I've got a SAB Triple tuner Enigma2 installed. I can configure the network and activate the network during the initial setup.


    Once I reboot the box, the network doe not activate. I can activate using DHCP or using static IP Address.


    If I configure it as static IP Address and reboot, the network does not activate. I need to go to configure the network again and once I change it from Static IP to DHCP, the network gets enabled. Once I reboot again the network does not activate automatically on startup. I thn need to configure the network again and change from DHCP to Static IP address and save and the network activates.


    Anyone got any ideas?


    This is the /etc/network/interfaces file:
    #################
    # automatically generated by enigma2
    # do NOT change manually!


    auto lo
    iface lo inet loopback


    auto eth0
    iface eth0 inet static
    hostname $(hostname)
    address 192.168.1.152
    netmask 255.255.255.0
    gateway 192.168.1.1


    #################


    This looks OK as far as I understand, anyone got any ideas?