[ltp] Connecting a T42 Intel WiFi 2200BG to a Linksys WRT54G

Konstantin Filtschew linux-thinkpad@linux-thinkpad.org
Fri, 03 Jun 2005 08:10:30 +0200


hi,

I use the newer 2915ABG, but should be the same, because it's the same
driver.

Give us your configuration of the WRT54G. 

For preshared key with WEP, try this:
iwconfig eth1 essid <your essid> mode managed channel <your channel> key
<your preshared key>
dhclient eth1

For WPA, you have to install wpa_supplicant and setup
wpa_supplicant.conf:

---------- wpa_supplicant.conf ----------------------------------
network={
        ssid="<your essid>"
       
        # You have to use the long preshared key, not the password
        # you can generate this with the command:
        #  wpa_passphrase <ssid> <passphrase>
        psk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
   
        
}
---------------- that's all -------------------------------------

This is the way you start the connection:

iwconfig eth1 essid <your essid> mode managed channel <your channel>

# For better debugging, you can add: -dd to wpa_supplicant command
wpa_supplicant -i eth1 -c /etc/wpa_supplicant.conf -D ipw -B

Your access point must be visible for this.

I think your problem is the passphrase,  that you setup on your linksys.
Try to use the preshared key, because the passphrase can make problems!


I don't like KDE and SUSE, for this setup you have to ask someone else,
I can only give you the commands to setup it for script use and with a
little bit fun, you can write a script to toggle between wlan and
network. Yes it's faster and easier then windows use :)

For further help, contact the list, I'll try to help.

Greetz

Konstantin Filtschew

On Thu, 2005-06-02 at 16:50 -0400, R. B. wrote:
> Help needed connecting WiFi - if you've done so, please share your
> experience.
> 
> With SuSE 9.3 Pro installed on a Thinkpad T42, the Intel Centrio
> 2200BG wireless 'card' is recognized and tools are present for setting
> up the card. The driver is the IPW2200 from sourceforge.net (the site
> for which I've combed thru for advice). 
> 
> I can not get a connection. KInternet reveals a current connection for
> the 2200BG with my ESSID but nothings working / associated.
> 
> kwifimanager shows similar results. I have had this sucker up and
> running in minutes under Win XP.
> 
> Thanks in advance - - Google has not been my friend and the SuSE Admin
> Guide for Ver 9.3 was of little help.
> 
> /roger
> 
> Configuration with YAST yeilds the configuration file
>    /etc/sysconfig/network/ifcfg-wlan-id-00:12:f0:36:2e:fb
> 
> BOOTPROTO='dhcp'
> MTU=''
> NAME='Intel PRO/Wireless 2200BG' 
> REMOTE_IPADDR=''
> STARTMODE='ifplugd'
> UNIQUE='rBUF.PBR8g123Rc6'
> USERCONTROL='yes'
> WIRELESS_AP='<MAC address for the WT54G>'
> WIRELESS_AUTH_MODE='psk'
> WIRELESS_BITRATE='auto'
> WIRELESS_CHANNEL='' 
> WIRELESS_DEFAULT_KEY='0'
> WIRELESS_ESSID='<my ESSID here>'
> WIRELESS_FREQUENCY=''
> WIRELESS_KEY=''
> WIRELESS_KEY_0='h:<my preshared key appears here>''
> WIRELESS_KEY_1=''
> WIRELESS_KEY_2=''
> WIRELESS_KEY_3=''
> WIRELESS_KEY_LENGTH='128'
> WIRELESS_MODE='Managed'
> WIRELESS_NICK=''
> WIRELESS_NWID=''
> WIRELESS_POWER='yes'
> WIRELESS_WPA_PSK='<my preshared key appears here>'
> _nm_name='bus-pci-0000:02: 02.0'
> IFPLUGD_PRIORITY='10'
> 
-- 
Building an operation system without source code,
is like buying a  self assemble space shuttle without
instructions.