View previous topic :: View next topic |
Author |
Message |
senzacionale Guru
Joined: 29 Jun 2004 Posts: 532 Location: Slovenia
|
Posted: Sat Sep 10, 2005 3:29 pm Post subject: wireless problem |
|
|
hello!
Today i decide to use wireless connection on my notebook but i have big problemms with it.
Can someone tell me any good howto for wireless in notebook? _________________ Spletno narocanje hrane in dostava hrane na dom na portalu DostavaHrane.si |
|
Back to top |
|
|
heikole Tux's lil' helper
Joined: 04 Oct 2004 Posts: 148 Location: Berlin, Germany
|
|
Back to top |
|
|
senzacionale Guru
Joined: 29 Jun 2004 Posts: 532 Location: Slovenia
|
Posted: Sat Sep 10, 2005 5:17 pm Post subject: |
|
|
thnx but my notebook isn't here
i have gerciom ego notebook and i can't fix ma wireless conection for it! _________________ Spletno narocanje hrane in dostava hrane na dom na portalu DostavaHrane.si |
|
Back to top |
|
|
nadi Apprentice
Joined: 06 Aug 2004 Posts: 280 Location: Norway
|
Posted: Sat Sep 10, 2005 7:05 pm Post subject: |
|
|
well it not not about the notebook you have, but the wirless card. do lspci if it is a pci card (probably). Find out which card it is, and then find the correct driver (by either googleing, or you can find it in this forum). Then follow the instruction in the Gentoo manual on the wireless. There are plenty of threads in the forum also.
Nadi |
|
Back to top |
|
|
senzacionale Guru
Joined: 29 Jun 2004 Posts: 532 Location: Slovenia
|
|
Back to top |
|
|
mdevens n00b
Joined: 26 May 2005 Posts: 28 Location: Arizona
|
Posted: Mon Sep 12, 2005 9:37 am Post subject: |
|
|
Not sure if this helps, but I used ndisrapper for my wireless card. Information can be found at http://ndiswrapper.sourceforge.net/ Plus, ndiswrapper is on portage.. |
|
Back to top |
|
|
mdevens n00b
Joined: 26 May 2005 Posts: 28 Location: Arizona
|
Posted: Mon Sep 12, 2005 9:44 am Post subject: |
|
|
I just looked on the ndiswrapper website, and the wiki (http://ndiswrapper.sourceforge.net/mediawiki/index.php/Main_Page) said your card is supported:
Code: | Card: [Intel] PRO/Wireless 2200BG
* pciid: 8086:4220
* Driver: version 8.0.0 ftp://aiedownload.intel.com/df-support/7440/eng/intel%20wireless%20proset%20%20-%208.0.0.167%20generic%20.exe
* Driver (latest): version 8.1.1.0 ftp://aiedownload.intel.com/df-support/7819/eng/wireless%208.1.1.0%20-%20generic%20tic%2088663.exe Other: Tested on Debian with kernel 2.6.8, ndiswrapper 0.11, w22n51.inf from version 8.1.1.0. w22n50.inf from version 8.0.0 does not appear to work.
|
I hope this helps... |
|
Back to top |
|
|
senzacionale Guru
Joined: 29 Jun 2004 Posts: 532 Location: Slovenia
|
Posted: Tue Sep 13, 2005 9:42 am Post subject: |
|
|
yes it said that wireless card is supported! What did you do mdevens that wireless start working.
Where did you enter wep 64 encription? _________________ Spletno narocanje hrane in dostava hrane na dom na portalu DostavaHrane.si |
|
Back to top |
|
|
mdevens n00b
Joined: 26 May 2005 Posts: 28 Location: Arizona
|
Posted: Tue Sep 13, 2005 8:20 pm Post subject: |
|
|
Well, the first thing is you need to make sure you have the correct kernel modules loaded, for instance, my wireless card is a PCMCIA so, I had to make sure my PCMCIA stuff was loaded. Also, there are some wireless stuff you need to add in your kernel: (I'm using the 2.6.13 kernel, but, these should be there since like 2.6.7 or so, not really sure when they were added)
I'm not sure if you really need it, but I added practically everything under:
Device Drivers->Networking Device Support->Wireless LAN
Device Drivers->Networking Device Support->PCMCIA Device Support (because mine is a PCMCIA)
Device Drivers->Networking Device Support->WAN
It took me a couple of times to compile it then add more stuff and get it working because I have a generic wireless card that had little documentation and I really wasn't sure which chipset my card was.
Once you get that stuff in your kernel, you'll have to emerge ndiswrapper
then, you have to emerge the wireless tools
Code: | emerge wireless-tools |
Once you get that stuff done. You're now ready to setup ndiswrapper. You'll have to download the Windows drivers for your card and get the inf and any other sys files you'll need...Basically what ndiswrapper does is it takes the windows drivers and 'wraps' them for linux. Once you have those, you add them to ndiswrapper:
Code: | ndiswrapper -i [the inf file] |
only a few more steps...
Code: | ndiswrapper -m
modprobe ndiswrapper
|
For me, i have a pcmcia card, so i start the pcmcia service here...
now you're all set...the wireless tools package has a bunch of utils like iwconfig, iwlist, etc... basically, i use iwlist to look for wireless connections, then i use iwconfig to set the key, access point name, etc...
Anyway, I hope that helps...
-David |
|
Back to top |
|
|
senzacionale Guru
Joined: 29 Jun 2004 Posts: 532 Location: Slovenia
|
Posted: Tue Sep 13, 2005 9:13 pm Post subject: |
|
|
Thnx mdevens this helps me much.
Quote: |
You'll have to download the Windows drivers for your card and get the inf and any other sys files you'll need...
|
Hmm i don't know where i can get windows drivers for Intel corporation PRO/Wireless 2200BG /rev 05) . I get a pack for it in gericom ego CD but is exe file so i don't know ho wi can use it in linux? _________________ Spletno narocanje hrane in dostava hrane na dom na portalu DostavaHrane.si |
|
Back to top |
|
|
heikole Tux's lil' helper
Joined: 04 Oct 2004 Posts: 148 Location: Berlin, Germany
|
Posted: Wed Sep 14, 2005 9:31 am Post subject: |
|
|
senzacionale, what exactly is the problem you are having with the ipw2200 driver? You should really prefer this driver to ndiswrapper. And install and use the wireless extensions (iwconfig, ...), of course.
CU Heiko _________________ 42 |
|
Back to top |
|
|
senzacionale Guru
Joined: 29 Jun 2004 Posts: 532 Location: Slovenia
|
Posted: Wed Sep 14, 2005 9:57 am Post subject: |
|
|
i dont know where to get windows drivers for that card? I have exe file and i don't know if this is ok. How will ndiswrapper wraps exe file to linux? _________________ Spletno narocanje hrane in dostava hrane na dom na portalu DostavaHrane.si |
|
Back to top |
|
|
heikole Tux's lil' helper
Joined: 04 Oct 2004 Posts: 148 Location: Berlin, Germany
|
Posted: Wed Sep 14, 2005 10:12 am Post subject: |
|
|
Not quite the right answer, I'm afraid My question was about your problems with the ipw2200 driver, which should support your hardware without the need of installing any windows binary files perfectly.
ipw2200 is a Linux native driver, whereas ndiswrapper ... is a wrapper for windoze firmware.
CU Heiko _________________ 42 |
|
Back to top |
|
|
senzacionale Guru
Joined: 29 Jun 2004 Posts: 532 Location: Slovenia
|
Posted: Wed Sep 14, 2005 12:33 pm Post subject: |
|
|
hmm now i am relly confused. Now i don't know what to install that wireless will work? I don't use pcmcia wireless card but wireless which is already in the computer so then i don't need ndiswrapper or am i wrong?
What then i need? _________________ Spletno narocanje hrane in dostava hrane na dom na portalu DostavaHrane.si |
|
Back to top |
|
|
heikole Tux's lil' helper
Joined: 04 Oct 2004 Posts: 148 Location: Berlin, Germany
|
|
Back to top |
|
|
|