Freitag
Group: Members
Posts: 8
Joined: Mar. 2005 |
|
Posted: April 02 2005,13:09 |
|
Hi Joel;
Thanks for the reply! I have some progress to report, but still have beginner problems.
I purchased a new ORiNOCO 11b/g PC card. Using the .inf and other files on the CDROM I would successfully complete the following:
ndiswrapper <pathnamehere>/driver.inf
This worked! Hardware found! Yeah! Rebooted and then used a shell script for iwconfig from the following URL.
http://www.netstumbler.org/archive/index.php/t-9073.html
The comment by "CrackerStealth" was interesting. Also found the following helped:
http://ndiswrapper.sourceforge.net/phpwiki/index.php/Installation
Also interesting was the summary article by Jean Tourrilhes from the HP Labs, Palo Alto "A bit more about the technologies involved" in a Linux Wireless LAN Howto archive. http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux
Using the startup script at:
http://ndiswrapper.sourceforge.net/phpwiki/index.php/StartupScripts
I hacked slightly their example to show "ath0" rather than eth0 as the device. My startup script was then
..... 'start') modprobe ndiswrapper iwconfig ath0 power off iwconfig ath0 key restricted WEP_KEY_FOR_MY_NETWORK iwconfig ath0 essid MY_NETWORK_ESSID
I got the ESSID using min_net_stumbler and a CE device I have. The signal strength was excellent.
Everything looked good! I would start iwspy and see the DSL computer pass the WEP key to the hub, but.... When I try firefox, ssh2, ftp, etc. I get an error saying that the names cannot be resolved.
I had corrected the resolv.conf file but our network has a challenge/response mode. I only have experience with this on Windows, but basically when you initially access the internet (you must use a Web Browser), what ever URL you are trying to access is proceeded by a request to login with a corporate login/password. You are then automatically routed to your originally requested web site. Your IP is dynamically assigned. Once you have authenticated you can freely access wireless until you close the wireless connection completely.
I think that this might be the problem now, but given my inexperience am not sure. I will probably take this portable to a Panera Bread (in our area these all have open wireless) and see if I the problem is this challenge/response.
Thanks for your response! That's an up to the minute update!
Thanks for the response Joel. This is so close to working....
|