connecting usb adapter and 2wire home portal

From: bill (nospam_at_nowhere.net)
Date: 11/13/05


Date: Sun, 13 Nov 2005 21:33:36 GMT

Hello.

I have SBC/Yahoo! DSL with a 2wire 1701HG wireless/wired router/modem
that has 4 ethernet connectors and 1 USB connector.

AFAICT, Linux does not support the USB connection and
I don't have a spare PCI slot for an ethernet NIC, but I do have
an Atmel-based USB wireless adapter with a Linux driver

However, I can't figure out how to get the Atmel wireless adapter
and the 1701HG to talk to each other.

Here is the shell script I am using:
--------------- quote ---------------
# commands common to host and clients:

iwconfig wlan0 essid 2WIRE616
iwconfig wlan0 nick big_slakware
iwconfig wlan0 mode managed
ifconfig wlan0 192.168.1.1 netmask 255.255.255.0 up

iwconfig wlan0 key restricted xxxxxxxxxx (10 digits)
iwconfig wlan0 ap auto

sysctl -w net.ipv4.icmp_echo_ignore_all=0

# commands specific to clients:

route add default wlan0
route add default gw 192.168.1.64

# this should be the last line in this file.
-------------- unquote ---------------------

and here is /etc/resolv.conf

-------------- quote -----------
nameserver 192.168.1.254
#
# in client mode, named must be stopped.
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
search
-------------- unquote ---------

Should this work? If not, why not? If so, why doesn't it?

Helpful suggestions will be greatly appreciated.

Thank you.



Relevant Pages

  • Re: Failed wireless connection
    ... I'm trying to use wireless access with a Asus WL-100 pcmcia wireless card. ... iwconfig wlan0 mode managed essid "ANY" rate auto ... After that the interface desapears from ifconfig, and iwconfig reports the interface has no wireless extensions. ...
    (Debian-User)
  • Re: Solved: Failed wireless connection
    ... I'm trying to use wireless access with a Asus WL-100 pcmcia wireless ... iwconfig wlan0 mode managed essid "ANY" rate auto ... interface has no wireless extensions. ... Make ISP's nameservers are available. ...
    (Debian-User)
  • Re: I dont understand the wireless startup sequence.
    ... > some of the wireless readme and doc files contradict each other. ... > name and still another says wireless essid name. ... > iwconfig wlan0 essid Starlink ...
    (alt.os.linux)
  • Help with wireless bridge
    ... > bridge on my Fedora Core 1 server ... I reconfigured the kernel with wireless and bridge support and installed a ... iwconfig wlan0 mode Ad-Hoc ... UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 ...
    (Fedora)
  • Re: WLAN card problem...
    ... Here is the output from the cardctl ident command: ... eth0 no wireless extensions. ... # iwconfig wlan0 key 1234-5678-90 ... > Are you using the Orinoco modules? ...
    (alt.os.linux.suse)