Results 1 to 7 of 7
Hey all, I installed Etch through a full install cd ISO. Anyways, In the network configuration, it doesn't give an option for a wireless network.
What I have is:
Intel(R) ...
- 02-22-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Wireless Connection in Etch
Hey all, I installed Etch through a full install cd ISO. Anyways, In the network configuration, it doesn't give an option for a wireless network.
What I have is:
Intel(R) PRO/Wireless 2915ABG Network Connection.
I'm currently on a Dell Inspiron 6000. Would anyone know how I could connect to my Wireless connection?
- 02-22-2007 #2
There is really not much to do.
Just download the firmware here (version 3.0, as IPW2915 use the same firmware as IPW2200) :
http://ipw2200.sourceforge.net/firmware.php
And untar it in /lib/firmware/ :
Code:tar zxf ipw2200-fw-3.0.tgz cd ipw2200-fw-3.0/ sudo mv *.fw /lib/firmware/
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-23-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Hey, thanks for the help.
I did what you instructed and I just end up with this error message when I type
debian:~/ipw2200-fw-3.0# sudo *.fw /lib/firmware/:
sudo: ipw2200-bss.fw: command not found
Would you know how to fix this?
- 02-23-2007 #4Oups sorry.
Originally Posted by Abenenati
The command is :
Code:sudo mv *.fw /lib/firmware/
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-23-2007 #5Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Thanks, there were no problems now, but all that did was copy files from /lib/firmware/ipw2200-fw-3.0/ directly into /lib/firmware. It still doesn't give me the option to connect to a wireless connection in my network configuration.
Am I doing something wrong?
- 02-23-2007 #6
Try :
Then verify that it works correctly :Code:modprobe -r ipw2200 modprobe ipw2200
Also, make sure the interface is correctly associated with the driver :Code:dmesg | tail
If everything seems ok, then I guess you only need a connection manager. NetworkManager does a great job at this :Code:iwconfig
http://technowizah.com/2007/02/debia...orks-with.html"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-24-2007 #7Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Thank you so much.
I first downloaded the Parser, then installed NetworkManager and it worked! Thanks so much for your help.


Reply With Quote
