This is the link to show you how to enter the WEP code.
http://support.2wire.com/?page=view&article=60Of course you also need to have the same in the conf file in your box.
Here's my config.
I replaced the actual WEP codes with x's.
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
ifconfig wlan0 up
modules=( "iwconfig" )
config_wlan0=( "dhcp" )
essid_wlan0="pietje"
key_pietje="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xx enc open"
I installed "wireless-tools" which all distro's carry.
Where you would have to install above configuration in an ubuntu derived distro I don't know.
In the above config using your modem I would have to make the following changes using the data in the example.
essid_wlan0="2WIRES56"
key_2WIRES56="3230-3038-5355-4E53-5357-494E-31 enc open"
2008SUNSSWIN1 was converted into ascii code by me.
If you need an ascii code table use wikipedia.
The above codes are in hexadecimal do not use decimal codes!
I hope this gets you going.
Gerard.
PS I was ~your age when I had to switch from analog to digital.