williahow
Group: Members
Posts: 8
Joined: Oct. 2004 |
|
Posted: Nov. 13 2004,13:32 |
|
Working ipw2100 on DSL 0.8.3, running from RAM on a Sony PCG-TR1MP, connecting to a D-Link DL-614+ WAP/Router
1. Get the binary firmware image files for ipw2100 from http://ipw2100.sourceforge.net/
Use "Versions between v0.44 and 0.49: v0.44-0.49 firmware", filename 96377_96377.zip This zip contains ipw2100-1.1-i.fw, ipw2100-1.1-p.fw, ipw2100-1.1.fw (and a license to read...)
Unpack these to your directory of choice (mnt/sda1/ipw2100 in the example below)
2. You also need a script called firmware.agent for hotplug to work correctly.
I used http://prism54.org/~hvr/firmware.agent
Save this file e.g. to /mnt/sda1/ipw2100 and make it executable (chmod 755)
3. Invoke the following commands as supervisor to bring up the port (after using dsl-dpkg to make the appropriate directories writeable)
--------------------------------------------------------------
mkdir /usr/lib/hotplug/firmware cp /mnt/sda1/ipw2100/ipw2100-1* /usr/lib/hotplug/firmware cp /mnt/sda1/ipw2100/firmware.agent /etc/hotplug modprobe ipw2100 iwconfig eth1 power on iwconfig eth1 essid whatever ifconfig eth1 up pump -i eth1
--------------------------------------------------------------
more command options (e.g. modprobe ipw2100 if_name=wlan%d can be found at http://ipw2100.sourceforge.net/README.ipw2100
|