I'm looking for a little help here. I'm trying to set up my G2 with 1.01.77-WDLXTV-G2-0.4.7.3 installed. I'm using a wired ASIX AX88178 ethernet adapter, which WDLXTV seems to set up correctly (I'm getting a LINK and ACT LEDs on) but for some reason it doesn't seem to get an IP address from my DHCP-enabled Linksys WRT54Gv8 router with DD-WRT. I already tried the adapter on my PC and it works just fine. net.config I'm using is shown below. Any ideas?
- Code: Select all
##
## Network configuration file
##
## This file is sourced multiple times
## it SHOULD NOT contain commands whose
## effect would be adverse/detrimental
## if executed more than once
##
## To enable a line remove the hash '#'
##
## ********* enable Wireless *********
## must set to FALSE for wired ethernet
#
WIRELESS=FALSE
## ********* !!!!!! NEW !!!!!! *********
## if you do not know what driver your network device uses
## then uncomment the line below and the driver will
## be automagically detected. You still *HAVE TO* set
## WIRELESS=TRUE or WIRELESS=FALSE
## along with any network settings you require
#
#network-device-detector
## *************************************
## to load a network driver manually if you know its driver
## enter the modprobe statement below
## to find which driver network-device-detector selected for you
## grep net.config /tmp/messages.txt
## options are: 8192cu,8712u, arusb_lnx, rt2570, rt3370sta,
## rt3572sta, rt73, rtl8150, rtl8187, zd1201, zd1211rw
#modprobe __________
#######################################################
#######################################################
############# WIRELESS SETTINGS #######################
#######################################################
#######################################################
## SSID:
#SSID=mySSID
## your auth mode:
#AUTHMODE=WEP
#AUTHMODE=WPAPSK
#AUTHMODE=WPA2PSK
## your encryption (WPA[2]/PSK only) type:
#ENCRYPTION_TYPE=TKIP
#ENCRYPTION_TYPE=AES
## WEP / WPA-PSK key
#ENCRYPTION_KEY=myKey
#######################################################
#######################################################
################ WIRED SETTINGS #######################
#######################################################
#######################################################
## Enable ONE driver below depending on your wireless adapter
## ASIX compatible adapters:
modprobe asix
## Pegasus compatible adapters:
#modprobe pegasus
## rtl8150 compatible adapters:
#modprobe rtl8150
## net1080 compatible adapters:
#modprobe net1080
## kaweth compatible adapters:
#modprobe kaweth
#######################################################
#######################################################
################# GENERAL SETTINGS ####################
##
## Dynamic IP Configuration:
DHCP=yes
##
## Static IP Configuration: (only if not DHCP)
#DHCP=no
#IP=192.168.0.10
#GW=192.168.0.1
#NM=255.255.255.0
#DNS1=192.168.0.1
#DNS2=205.171.3.65
## attempt to set jumbo frames
MTU=9000
##
## Optional:

