Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ [1] 2 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Intel Pro Wireless 2200 - Internet configuration< Next Oldest | Next Newest >
trash1_1970 Offline





Group: Members
Posts: 1
Joined: Feb. 2007
Posted: Feb. 18 2007,17:59 QUOTE

Hi,
I'm trying to set up my internet connection on my vaio TX1XP. I have got a ipw2200 wireless card but I can't figure out how to make it work under DSL 3.2.
I've been trying to use Prism2 to set it up but it doesn't work. It says "connection failed".
Could you tell me what I'm doing wrong? I've spent my day going through the forum but I have not found my answer yet...
Thank you for your help, I'm really looking forward to get rif  of windows!!

Eric
Back to top
Profile PM 
WDef Offline





Group: Members
Posts: 798
Joined: Sep. 2005
Posted: Feb. 22 2007,22:07 QUOTE

You can't make it work with dsl3.2 at present, except perhaps theoretically with ndiswrapper though I've had no luck with that.

Use dsl-2.1b (from the archives) instead which uses a 2.4.31 kernel and install the ipw2200 extension in the repo.  Check the info file for instructions.
Back to top
Profile PM 
sml Offline





Group: Members
Posts: 15
Joined: Jan. 2006
Posted: Mar. 02 2007,04:23 QUOTE

www.damnsmalllinux.org/dsl-n/f/viewtopic.php?t=150&highlight=ipw2200

Not resolved after 6 months or more therefore try another distro.
Back to top
Profile PM 
JPsDad Offline





Group: Members
Posts: 8
Joined: April 2005
Posted: Jan. 10 2008,04:00 QUOTE

Quote (WDef @ Feb. 22 2007,14:07)
Use dsl-2.1b (from the archives) instead which uses a 2.4.31 kernel and install the ipw2200 extension in the repo.  Check the info file for instructions.

I have downloaded loaded v.2.1, with kernel 2.4.31. burned to cd and booted from it. I found instructions that walked me thru(about 5 steps)  installing the ipw2200 mydsl and connecting to my wep router. It worked. After a reboot, modprobe ipw2200 returns module not found. I can 't  find the instructions for Dummys .
Back to top
Profile PM YIM 
WDef Offline





Group: Members
Posts: 798
Joined: Sep. 2005
Posted: Jan. 10 2008,15:38 QUOTE

Hi JPsDad,

1. Since my post in Feb 2007, dsl v4+ has been released, which uses the 2.4.31 kernel.  So you don't have to use dsl2.1b anymore if you don't want to in order to use the ipw2200 extension, you can update to dsl4+ and get the benefit of drag and drop and many other improvements that Robert has implemented.

2. Extension installs don't normally persist between boots when running from livecd.  You need to load the extension again everytime you boot, and configure your wireless again.  If manually loading extensions every boot is tedious for you, you can put your favourite extensions on a vfat or linux partition (say hda2), and use the mydsl=hda2 boot option - those extensions will get loaded automatically during boot.  [EDIT: Try reading the "Getting Started" page when dsl first boots!]

I run a little script as root to make starting my ipw2200 easy, which is basically a tidied-up combination of the 2 scripts referred to in the ipw2200 extension info file.  It looks like this:

Code Sample


#!/bin/bash

YOUR_ESSID="whatever"
YOUR_KEY="your_key"

if [ -L /lib/modules/2.4.31/modules.dep ]; then
   rm -rf /lib/modules/2.4.31/modules.*
   cp /KNOPPIX/lib/modules/2.4.31/modules.* /lib/modules/2.4.31
fi

depmod -a

echo "Configuring Wireless LAN Card for $YOUR_ESSID"
echo

modprobe ipw2200

iwconfig eth1 essid $YOUR_ESSID key $YOUR_KEY

# dynamic dns
pump -i eth1

## or for static IP
## modify /etc/resolv.conf to include your nameservers

# Set default gateway (not always needed)
route add default gw 192.168.xx.x eth1   # or whatever your router's IP is


I guess you've worked out that the key for the above needs to be in hex.

If entering an ascii key, try putting s: before the key string.
If that doesn't work, you can convert an ascii key to hex using on e of the overabundance ;=) of conversion scripts I posted here:

http://damnsmalllinux.org/cgi-bin....t=19098
Back to top
Profile PM 
7 replies since Feb. 18 2007,17:59 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ [1] 2 >/
reply to topic new topic new poll
Quick Reply: Intel Pro Wireless 2200 - Internet configuration

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code