This is the old SliTaz forum - Please use the main forum.slitaz.org

Default connection problem
  • BlasphemousBlasphemous August 2010
    2 days ago networking was fine, but today something happens: my default ethernet connection doesn't start at the system startup.

    Now, when the PC starts, it connects the a network I don't know, named "Io", which doesn't work
    To connect to the internet I have to go to SYSTEM TOOLS > CONFIGURE NETWORKING > DHCP and then, finally, START. Done that, I can connect.

    Here's my network.conf:
    # /etc/network.conf: SliTaz system wide networking configuration.
    # Config file used by: /etc/init.d/network.sh
    #

    # Set default interface.
    INTERFACE="eth0"

    # Dynamic IP address.
    # Enable/disable DHCP client at boot time.
    DHCP="yes"

    # Static IP address.
    # Enable/disable static IP at boot time.
    STATIC="no"

    # Set IP address and netmask for a static IP.
    IP="192.168.0.6"
    NETMASK="255.255.255.0"

    # Set route gateway for a static IP.
    GATEWAY="192.168.0.1"

    # Set DNS server for a static IP.
    DNS_SERVER="192.168.0.1"

    # Wifi connection.
    # Enable/disable wireless connection at boot time.
    WIFI="no"

    # Wifi interface (iwconfig) and ESSID.
    WIFI_INTERFACE="wlan0"
    WIFI_ESSID="any"
    WIFI_MODE=""
    WIFI_KEY=""
    WIFI_KEY_TYPE=""
    WPA_DRIVER=""
    WIFI_CHANNEL=""
    WIFI_IWCONFIG_ARGS=""

    I tryed installing Wicd, but it doesn't start.
  • mojomojo September 2010
    Check this line in your /etc/rcS.conf
    Verify items are all included and in the correct order.
    RUN_SCRIPTS="bootopts.sh network.sh i18n.sh hwconf.sh local.sh"
  • BlasphemousBlasphemous September 2010
    Today, it works, dunno why XD.
    Btw, thanks mojo ^^

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

SliTaz Social