tempestuous
Group: Members
Posts: 259
Joined: Aug. 2004 |
|
Posted: Sep. 16 2005,04:58 |
|
Older Prism2 devices are supported by the orinoco_cs driver, as defined in /etc/pcmcia/config - which lists your D-Link DWL-650 at line 2031. So you could actually use the orinoco driver ... but the linux-wlan-ng driver (prism2_cs) is probably a better choice.
So as cbagger01 suggested, your first step is to remove the orinoco driver - "sudo rmmod orinoco_cs"
In the DSLpanel > Prism2 prompt leave the wep field blank (sorry, probably obvious ... but worth mentioning). The script that is run (/usr/local/bin/prism2.sh) assumes DHCP. I think this should be OK, because using Mac Address Access does not necessarily mean that your router assigns fixed IP numbers to its clients. I just checked this with my Netgear router.
To check for success, ping your router. You could also run "ifconfig" to see the status of your wireless interface.
If no success, you could check the router's LAN IP setup to see if IP assignment is automatic or static. If static. you could hack the /usr/local/bin/prism2.sh script for static.IP, ... or run all setup commands manually, ... or create your own configuration script.
|