View previous topic :: View next topic |
Author |
Message |
Stubzz n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Apr 2004 Posts: 28
|
Posted: Sat Jul 24, 2004 3:29 pm Post subject: Can't get Ndiswrapper working |
|
|
I'm trying to get my Intel 2200BG wifi card working with ndiswrapper 0.8 (from portage). I've followed the guides both here in Documentation Tips and Tricks, and over at the ndiswrapper homepage. Using the recomended drivers and the latest one from Intels site.
The program compiles fine,
"ndiswrapper -i /lib/windrivers/w22n51.inf" works fine
"ndiswrapper -l" shows w22n51 as being installed.
however whenever I do insert the module via modprobe dmesg only outputs "ndiswrapper version 0.8 loaded"
at no stage do i get any error messages.
I've gone through the ndiswrapper faq and it's no help, all the problems there don't apply to me.
I'm a total n00b so any help is appreciated |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ruud n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Jul 2004 Posts: 27 Location: Netherlands, the
|
Posted: Sat Jul 24, 2004 3:32 pm Post subject: |
|
|
So what is the problem then?
use 'iwconfig' which comes with the wireless-tools package to set the essid and all (`iwconfig wlan0 essid Test`, or do a scan).
If you get an error stating that wlan0 has got no wireless support, make sure that you have got wifi-support in your kernel. _________________ Einstein said that talking to yourself is a sign of intelligence. Answering yourself, however, is a sign of insanity. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Stubzz n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Apr 2004 Posts: 28
|
Posted: Sat Jul 24, 2004 3:34 pm Post subject: |
|
|
D'oh, I always forget something
Nothing is picking up wlan0, iwconfig just lists eth0, lo and dummy0. Dmesg doesn't show a wlan0 existing either |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Stubzz n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 02 Apr 2004 Posts: 28
|
Posted: Sun Jul 25, 2004 4:29 pm Post subject: |
|
|
Any thoughts guys? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tobias_R n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Nov 2003 Posts: 13
|
Posted: Sun Jul 25, 2004 8:22 pm Post subject: |
|
|
I've got the same problem. I have created net.wlan0 in /etc/init.d/ but I cant start it and iwconfig doesent show it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ruud n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Jul 2004 Posts: 27 Location: Netherlands, the
|
Posted: Mon Jul 26, 2004 8:51 am Post subject: |
|
|
Oke, so iwconfig doesn't show anything. have you checked `dmesg|grep ndiswrapper`? When it says something like:
"ndiswrapper version 0.8 loaded
ndiswrapper adding bcmwl5.sys
wlan0: ndiswrapper ethernet device XX:XX:XX:XX:XX:XX using driver bcmwl5.sys" then the first part should be oke. (where X=....). If wlan0 now doesn't show up with iwconfig, you can try using other drivers.
It can also happen that different divice shows up with wifi-support, kind of wierd, but then just use that one.
I also guess that you have got wifi-support (non-hamradio):
Device drivers;networking support;Wireless LAN. _________________ Einstein said that talking to yourself is a sign of intelligence. Answering yourself, however, is a sign of insanity. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
taskara Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Mon Aug 02, 2004 2:22 pm Post subject: |
|
|
ruud wrote: | Oke, so iwconfig doesn't show anything. have you checked `dmesg|grep ndiswrapper`? When it says something like:
"ndiswrapper version 0.8 loaded
ndiswrapper adding bcmwl5.sys
wlan0: ndiswrapper ethernet device XX:XX:XX:XX:XX:XX using driver bcmwl5.sys" then the first part should be oke. (where X=....). If wlan0 now doesn't show up with iwconfig, you can try using other drivers.
It can also happen that different divice shows up with wifi-support, kind of wierd, but then just use that one.
I also guess that you have got wifi-support (non-hamradio):
Device drivers;networking support;Wireless LAN. |
What he's saying is that when he does insert ndiswrapper module, dmesg only shows Code: | ndiswrapper version 0.8 loaded |
there is no driver loaded
ifconfig -a shows ONLY eth0, not the wireless card
so the ndis driver is not detecting the wireless card properly, or the driver's simple not being loaded.
I have this exact same problem with the same wlan card (intel 2200bg)
any ideas? _________________ Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
taskara Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Mon Aug 02, 2004 2:24 pm Post subject: |
|
|
according to this thread, pre-emp kernel might be the problem.
he mentions problems with ndiswrapper 0.8 and intel 2200bg, but someone has it working properly with 0.7 and someone else with the latest CVS ndiswrapper..
might be time to build things manually ![Wink ;)](images/smiles/icon_wink.gif) _________________ Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|