Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

Ndiswrapper loaded with proper driver but cant connect to ap

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
23 posts • Page 1 of 1
Author
Message
Hughes
n00b
n00b
Posts: 15
Joined: Thu Mar 18, 2004 4:07 am
Location: Canada

Ndiswrapper loaded with proper driver but cant connect to ap

  • Quote

Post by Hughes » Thu Apr 15, 2004 5:16 pm

Hi,

I have just finished loading a driver for my Dell Inspiron 8600's Dell True Mobility 1300 802.11b/g MPCI Wifi card.

Info:

Code: Select all

bash-2.05b# ndiswrapper -l
Installed ndis drivers:
bcmw15 present
bash-2.05b#

Code: Select all

bash-2.05b# dmesg
...
...
ndiswrapper version 0.6 loaded
ndiswrapper adding bcmw15.sys
wlan0: ndiswrapper ethernet device 00:90:xx:xx:xx:xx using driver bcmw15.sys
...
...
bash-2.05b#

Code: Select all

bash-2.05b# iwconfig wlan0
wlan           IEEE 802.11g  ESSID:""
               Mode:Managed  Frequency:2.462GHz  Access Point: FF:FF:FF:FF:FF:FF
               Bit Rate:54Mb/s  Tx-Power:16 dBm
               RTS thr:2347 B  Fragment thr:2346 B
               Encryption key:off
               Power Managment:off
               Link Quality:100/100 Signal level:-10 dBm Noise level:-256
               Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
               Tx excessive retries:0  Invalid misc:0  Missed beacon:0
bash-2.05b#
The problem is no mater what I do I can't connect to my Linksys Router.

My SSID is set to 'test' and I do not have wep set (as I'm only trying to get this thing working)

I've tried the following:

Code: Select all

bash-2.05b# iwconfig wlan0 essid test
bash-2.05b# iwconfig wlan0
wlan           IEEE 802.11g  ESSID:""
               Mode:Managed  Frequency:2.462GHz  Access Point: FF:FF:FF:FF:FF:FF
               Bit Rate:54Mb/s  Tx-Power:16 dBm
               RTS thr:2347 B  Fragment thr:2346 B
               Encryption key:off
               Power Managment:off
               Link Quality:100/100 Signal level:-10 dBm Noise level:-256
               Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
               Tx excessive retries:0  Invalid misc:0  Missed beacon:0
bash-2.05b#
test is equal to my Linksys Router's SSID.

and

Code: Select all

bash-2.05b# iwconfig wlan0 ap xx:xx:xx:xx:xx:xx
bash-2.05b# iwconfig wlan0
wlan           IEEE 802.11g  ESSID:""
               Mode:Managed  Frequency:2.462GHz  Access Point: FF:FF:FF:FF:FF:FF
               Bit Rate:54Mb/s  Tx-Power:16 dBm
               RTS thr:2347 B  Fragment thr:2346 B
               Encryption key:off
               Power Managment:off
               Link Quality:100/100 Signal level:-10 dBm Noise level:-256
               Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
               Tx excessive retries:0  Invalid misc:0  Missed beacon:0
bash-2.05b#
xx:xx:xx:xx:xx:xx is equal to my Linksys Router's Mac Address.

(To cap things off I can connect my Linksys Router on the same laptop in Windows on the same WiFi card ??? --- netstumber see's the router and connects)

and

Trying the command:

Code: Select all

bash-2.05b# iwlist wlan0 scan
Tells me there are no Wireless Router in the area, or at least it cant find any ????


Please help as I'm at about to go crazy!!!!!


Arrrrrrrgh....

Thanks,

Hughes.
Top
UberLord
Retired Dev
Retired Dev
User avatar
Posts: 6838
Joined: Thu Sep 18, 2003 10:26 am
Location: Blighty
Contact:
Contact UberLord
Website

  • Quote

Post by UberLord » Thu Apr 15, 2004 5:23 pm

Tried my scripts?

Anyways, if you don't, try entering ad-hoc mode then scanning.
Also, check the logs and dmesg for any possible errors.
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Top
VisionD
Apprentice
Apprentice
User avatar
Posts: 198
Joined: Thu Aug 21, 2003 11:22 am
Location: Cologne/Germany

  • Quote

Post by VisionD » Fri Apr 23, 2004 3:27 pm

Hi Hughes,

trying to configure my connection too right now i would suggest you, to change your essid via

Code: Select all

bash-2.05b# iwconfig wlan0 essid "test"
instead of

Code: Select all

bash-2.05b# iwconfig wlan0 essid test 
Worked for me so far (still unable to connect but essid set :wink: ).

Greetz
VisionD
My systems:

1. Athlon XP 2,4 GHz, 512 MB RAM, Radeon 9700 Pro GraCa
2. Dell Inspiron 8600, 1.5GHz Centrino, 512 MB RAM, Radeon 9600 Mobile GraCa
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Fri Apr 30, 2004 7:20 pm

I'm having the EXACT same problem here.

Dell Inspiron 8600
Intel (R) PRO/Wireless 2200BG (rev 05)

kernel 6.4.5
cvs ndiswrapper (current version is 0.7) as suggested with w22n51 driver

I get all the same resluts posted above.

Everything seems to be working hunky-dory, but I cannot connect to my AP,
I cannot set my ESSID, and for some odd reason, it does not change the mode either.

ie, the following commands do "noticably" nothing

Code: Select all

# iwconfig wlan0 essid WebSTAR
# iwconfig wlan0 essid "WebSTAR"
# iwconfig wlan0 mode Ad-Hoc
# iwconfig wlan0 mode "Ad-Hoc"
and

Code: Select all

# iwlist wlan0 scan
wlan0             No scan results

Any ideas?
Top
TheCoop
Veteran
Veteran
User avatar
Posts: 1814
Joined: Sat Jun 15, 2002 5:20 pm
Location: Where you least expect it
Contact:
Contact TheCoop
Website

  • Quote

Post by TheCoop » Fri Apr 30, 2004 8:07 pm

dhcp doesnt work with ndiswrapper for me either, setting the essid etc etc doesnt change a thing, it still times out
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Sat May 01, 2004 12:55 am

OK.. Here is all my information.

Kernel: gentoo-dev-sources (2.6.5)
cvs version of ndiswrapper (0.7 is current release version)

Code: Select all

# lspci
02:03.0 Network controller: Intel Corp. Intel(R) PRO/Wireless 2200BG (rev 05)
I got the right drivers linked from http://ndiswrapper.sourceforge.net/supp ... psets.html

built the ndiswrapper and load the win driver

Code: Select all

bash-2.05b# ndiswrapper -i /lib/windrivers/w22n51.inf
Installing w22n51
bash-2.05b# ndiswrapper -l
Installed ndis drivers:
w22n51  present
time to load the kernel module

Code: Select all

bash-2.05b# modprobe ndiswrapper
bash-2.05b# lsmod
Module                  Size  Used by
ndiswrapper            67200  0 
nvidia               2071464  14 
b44                    20164  0 
follow up with dmesg

Code: Select all

ndiswrapper version 0.7 loaded
ndiswrapper adding w22n51.sys
ndiswrapper: error log: C00013A7, length: 2 (4e4f4c41)
ndiswrapper: Unable to set packet filter (C0000001)
wlan0: ndiswrapper ethernet device 00:0e:35:10:6d:2a using driver w22n51.sys
ndiswrapper: Hangcheck returned true. Resetting!
ndiswrapper: error log: C00013A7, length: 2 (4e4f4c41)
ndiswrapper: Hangcheck returned true. Resetting!
ndiswrapper: error log: C00013A7, length: 2 (4e4f4c41)
ndiswrapper: Hangcheck returned true. Resetting!
Top
infract
n00b
n00b
Posts: 10
Joined: Thu Aug 14, 2003 8:28 pm

  • Quote

Post by infract » Sat May 01, 2004 4:18 pm

This is not very well documented, but with ndiswrapper you MUST set the network ESSID before bringing up the wlan0 device.

Example:

Code: Select all

iwconfig wlan0 essid <your network id>
iwconfig wlan0 enc <Your WEP Password if needed>
ifconfig wlan0 up

Good luck
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Wed May 05, 2004 12:45 am

I'm still having no luck detecting AP's.

the error message I posted above is because I had the wrong kernel loaded at the time. That is resolved.
The only erro message I get now is

Code: Select all

# ifconfig wlan0 up
# dmesg
...
...
wlan0: getting configuration failed (C0000001)
Does anyone know what the error message I just posted means?



There are two wireless connections at my office that I cannot detect, and I have tried several at my school with no luck.

iwlist wlan0 scan

returns nothing...

I have tried setting the ESSID before bringing up the interface, but that doesn't help.

[EDIT]

I found this in the ndiswrapper mailing list archive
http://sourceforge.net/mailarchive/foru ... m_id=36471
> Mix current CVS, the Intel 2200BG, kernel 2.6.3 (running gentoo) on a
> Acer Travelmate 804LCi (Centrino) and stir for only a few minutes, and
> you"ve got yourself a wireless lan connection!
That is the wireless hardware in my Inspiron and I'm running gentoo-dev-sources-r1.
kernel2.6.5

[edit 2]
Another thought is that I might have to use Fn+F2 key combo to enable the wireless card. pressing the key combo only seems to generate an error in dmesg

Code: Select all

atkbd.c: Unknown key pressed (translated set 2, code 0x88 on isa0060/serio0).
atkbd.c: Use 'setkeycodes e008 <keycode>' to make it known
This is my first time working on a laptop and not sure what I may need to install to get this to work. (new Dell Inspiron 8600)
Top
Brakki
n00b
n00b
Posts: 55
Joined: Thu Jul 10, 2003 9:18 pm

  • Quote

Post by Brakki » Wed May 05, 2004 3:26 am

asdf
Last edited by Brakki on Tue Sep 05, 2017 10:18 pm, edited 1 time in total.
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Thu May 06, 2004 6:31 pm

I've had no luck getting my problem resolved thru this forum, the ndiswrapper forum, google, or the ndiswrapper mailing list...

I guess I'm going to consider this a dead issue and say that the Intel PRO/Wireless 2200BG isn't supported yet.

Not even with linuxant driverloader.

:cry:
Top
handsomepete
Guru
Guru
User avatar
Posts: 548
Joined: Sun Apr 21, 2002 4:26 pm
Location: Kansas City, MO

  • Quote

Post by handsomepete » Sun May 16, 2004 10:22 pm

For anyone who's working on this on an Intel 2200BG (Toshiba Centrino laptop), this worked for me (although I have to modprobe it by hand every time I boot), ymmv:

emerge ndiswrapper-0.7 (version bump ebuild)
Follow post emerge instructions (ndiswrapper -i and edit /etc/modules.d/ndiswrapper yadda yadda yadda)
update-modules
don't add ndiswrapper to autoload (for me wlan0 doesn't show up if I autoload the module)
modprobe ndiswrapper
check dmesg to make sure wlan0 has shown up
iwconfig wlan0 mode Ad-hoc
iwconfig wlan0 essid (ssid name without quotes)
iwconfig wlan0 mode Managed
iwconfig wlan0 essid (ssid name without quotes)
dhcpcd wlan0

I wasn't getting any connection to an ap until I switched to Ad-hoc. When I switched to Ad-hoc I wasn't actually connecting to my ap, but the name appeared in iwconfig. Switching back to managed and reconnecting to the ap showed me the mac address of the ap and the correct speed and name, and I was then able to access the network. ipw2200 can't get finished fast enough. :)
Top
parrot-doctor
n00b
n00b
Posts: 1
Joined: Mon May 24, 2004 1:48 am

Your trick works!!!

  • Quote

Post by parrot-doctor » Mon May 24, 2004 2:04 am

I tried your trick on my Dell Inspiron 8600 using the gentoo-dev-sources-2.6.5-r1 kernel with SMP turned off and the normal 0.7 (non-cvs) ndiswrapper.

Thanks! I spent two weeks trying to get this working! This made my day, now I no longer need to be chained to wires while codin in linux...

sweet :D
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Thu May 27, 2004 6:45 pm

this all sounds good on digital paper, but could you please point me in the right direction for doing the package bump.

I've asked the same qestion here

Im not having much luck in finding documentation for doing a package bump.

thanx.
Top
handsomepete
Guru
Guru
User avatar
Posts: 548
Joined: Sun Apr 21, 2002 4:26 pm
Location: Kansas City, MO

  • Quote

Post by handsomepete » Fri May 28, 2004 6:51 pm

In this case, the quickie way to do to do it would be to:
cd /usr/portage/net-wireless/ndiswrapper
cp ndiswrapper-0.6-r1.ebuild ndiswrapper-0.7.ebuild
ebuild ndiswrapper-0.7.ebuild digest (this will download the file and creat the digest)
emerge ndiswrapper-0.7.ebuild

This will get over written next time you sync however, so it's better to create a portdir_overlay (see the gentoo manual) and copy the directory structure for ndiswrapper there (for instance, I keep mine in /usr/local/portage/net-wireless/ndiswrapper). Hope that helps.

fwiw, there is already a bug submitted on this, so hopefully 0.7 will appear in portage soon (although 0.8-r1 was released yesterday, so if 0.7 doesn't work for you, try that one on for size).
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Fri May 28, 2004 6:58 pm

damn.. I was just on their website yesterday and it was still on version 0.7... they release new versions faster than M$....

But I suppose the difference is that M$ usually doesn't include inprovements in it's code..

thanx for the help.. I'll give it a try when I get home.
Top
handsomepete
Guru
Guru
User avatar
Posts: 548
Joined: Sun Apr 21, 2002 4:26 pm
Location: Kansas City, MO

  • Quote

Post by handsomepete » Fri May 28, 2004 7:31 pm

Yeesh - 0.8-rc1 killed dhcp for me. Probably should stick with 0.7.
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Sat May 29, 2004 2:16 am

handsomepete wrote:In this case, the quickie way to do to do it would be to:
cd /usr/portage/net-wireless/ndiswrapper
cp ndiswrapper-0.6-r1.ebuild ndiswrapper-0.7.ebuild
ebuild ndiswrapper-0.7.ebuild digest (this will download the file and creat the digest)
emerge ndiswrapper-0.7.ebuild

This will get over written next time you sync however, so it's better to create a portdir_overlay (see the gentoo manual) and copy the directory structure for ndiswrapper there (for instance, I keep mine in /usr/local/portage/net-wireless/ndiswrapper). Hope that helps.

fwiw, there is already a bug submitted on this, so hopefully 0.7 will appear in portage soon (although 0.8-r1 was released yesterday, so if 0.7 doesn't work for you, try that one on for size).
emerge provides the following output
I did the unrecommended method... but only after the overlay method did the same thing.
bash-2.05b# emerge ndiswrapper-0.7.ebuild
Calculating dependencies ...done!
>>> emerge (1 of 1) net-wireless/ndiswrapper-0.7 to /
>>> md5 src_uri ;-) ndiswrapper-0.7.tar.gz
>>> Unpacking source...
* /usr/src/linux is a symbolic link
* Determining the real directory of the Linux kernel source code
* Building for Linux 2.6.5-gentoo-r1 found in /usr/src/linux
>>> Unpacking ndiswrapper-0.7.tar.gz to /var/tmp/portage/ndiswrapper-0.7/work
>>> Source unpacked.
make -C driver
make[1]: Entering directory `/tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make -C //usr/src/linux SUBDIRS=/tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver DRV_VERSION=0.7 modules
make[2]: Entering directory `/usr/src/linux-2.6.5-gentoo-r1'
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[3]: `arch/i386/kernel/asm-offsets.s' is up to date.
CC [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/wrapper.o
CC [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/iw_ndis.o
CC [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/loader.o
CC [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/ntoskernel.o
CC [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/ndis.o
CC [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/misc_funcs.o
CC [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/proc.o
CC [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/divdi3.o
CC [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/hal.o
LD [M] /tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver/ndiswrapper.o
ACCESS DENIED open_wr: /usr/src/linux-2.6.5-gentoo-r1/.tmp_versions/ndiswrapper.mod
/bin/sh: line 1: .tmp_versions/ndiswrapper.mod: Permission denied
Building modules, stage 2.
/usr/src/linux-2.6.5-gentoo-r1/scripts/Makefile.modpost:17: Trouble: /tmp/selfgz5870/NVIDIA-Linux-x86-1.0-5336-pkg1/usr/src/nv/nvidia.ko

/usr/src/linux-2.6.5-gentoo-r1/scripts/Makefile.modpost:18: *** Uh-oh, you have stale module entries. You messed with SUBDIRS,
/usr/src/linux-2.6.5-gentoo-r1/scripts/Makefile.modpost:19: do not complain if something goes wrong.
MODPOST
ACCESS DENIED open_wr: /usr/src/linux-2.6.5-gentoo-r1/.__modpost.cmd
/bin/sh: line 1: ./.__modpost.cmd: Permission denied
make[3]: *** [__modpost] Error 1
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.5-gentoo-r1'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/tvar/tmp/portage/ndiswrapper-0.7/work/ndiswrapper-0.7/driver'
make: *** [all] Error 2

!!! ERROR: net-wireless/ndiswrapper-0.7 failed.
!!! Function src_compile, Line 31, Exitcode 2
!!! (no error message)

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-net-wireless_-_ndiswrapper-0.7-16126.log"


open_wr: /usr/src/linux-2.6.5-gentoo-r1/.tmp_versions/ndiswrapper.mod
open_wr: /usr/src/linux-2.6.5-gentoo-r1/.__modpost.cmd
-------------------------------------------------------------------------------
any thoughts?
Top
handsomepete
Guru
Guru
User avatar
Posts: 548
Joined: Sun Apr 21, 2002 4:26 pm
Location: Kansas City, MO

  • Quote

Post by handsomepete » Sat May 29, 2004 3:24 am

add FEATURES="-sandbox" before your emerge line (i.e. FEATURES="-sandbox" emerge ndiswrapper). There's a bug on that too.
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Sat May 29, 2004 2:32 pm

Alright.. got it to install. Now I have a question about the /etc/modules.d/ndiswrapper file.
It says to edit it and to ad a path, but the file does not exist. I found what I believed to be the correct file /usr/portage/net-wireless/ndiswrapper/files/ndiswrapper.modules.d

I copied that to /etc/modules.d/ndiswrapper


here is the file

Code: Select all

bash-2.05b# cat /etc/modules.d/ndiswrapper 
# Options for ndiswrapper.
#

# Set this alias to some device. Usually wlan0 unless you've got more than one
# wireless card.

alias wlan0 ndiswrapper

# loadndisdriver requires 4 parameters.
# 
# Uncomment the following line after you've added the paths
# to the .sys and .inf files from Windows(tm)
#
#post-install ndiswrapper loadndisdriver VENDORID DEVICEID foo.sys foo.inf
I uncommented

Code: Select all

alias wlan0 ndiswrapper
what else needs to be done? What should the path lines look like?
my .inf and .sys files are stored in
/lib/windrivers/

thanx again.
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Tue Jun 01, 2004 7:00 pm

Wireless is working FINALLY...

apparently my /etc/modules.d/ndiswrapper file only needed to contain the alias line as I have it listed above.

Apparently there is a bug in ndiswrapper, and you must change the mode to Ad-hoc, then back to Managed again. It was suggested by parrot-doctor.

This is a script I use to bring up the wireless interface.

Code: Select all

#!/bin/bash
modprobe ndiswrapper
iwconfig wlan0 mode Ad-hoc
iwconfig wlan0 essid WebSTAR
iwconfig wlan0 mode Managed
iwconfig wlan0 essid WebSTAR
dhcpcd wlan0
feel free to PM me if you have trouble getting the Intel Pro Wireless 2200BG card to work.
Top
dedeaux
Apprentice
Apprentice
User avatar
Posts: 183
Joined: Wed Jun 19, 2002 9:17 pm
Location: Nairobi, Kenya

  • Quote

Post by dedeaux » Wed Jun 02, 2004 11:53 pm

Just thought I might add my experience to this thread.

First, I am using only the ndiswrapper latest from portage. (0.6-r1)

I downloaded and tried the drivers for my broadcom(listed above in first post) and experienced the exact same problem. I could not connect to my ap.

I then tried the drivers that came with my card on a cd and I was able to connect to the ap without a problem.

The remaining issue I have to solve is that ndiswrapper will not autoload the driver. I have to issue the loadndisdriver command manually but then all works fine..
Top
tsunam
Retired Dev
Retired Dev
User avatar
Posts: 343
Joined: Mon Feb 23, 2004 8:01 pm
Contact:
Contact tsunam
Website

  • Quote

Post by tsunam » Fri Jun 11, 2004 12:20 am

first off thanks for the pointer here AmosMutke.

Hmm i've started to get quite frusterated at ndiswrapper and the 2200 bg

Lookign at what's worked for others hasn't for me =/

0000:02:03,0 Network controller: Intel Corp. Intel(R) PRO/Wireless 2200BG (rev 05)

with ndiswrapper in debug 1

dmesg gives me a nice error whenever i try and set any settings

ndiswrapper: error log: C00013A7, length: 2 (4e4f4c41)
ndiswrapper: hang check returned true. Resetting!


I've tried going thru ad-hoc and back and that didn't help unfortunately :(

I'm just to the point where i am just going to say screw it and not get wireless working. I guess i'll give the dell drivers (dell 600 m btw) a try as the last ditch thing.
Top
AmosMutke
Apprentice
Apprentice
User avatar
Posts: 235
Joined: Wed Dec 24, 2003 2:09 am
Location: Akita, Japan.

  • Quote

Post by AmosMutke » Sat Jun 19, 2004 8:30 am

make sure that wireless is turned on in the bois.. for some unknown reason mine get's disabled from time to time... very weird..

and there is a ray of hope for all of us.. there is an open source project for native linux drivers for the intel 2200BG card... so far it only loads... currently it doesn't do anything useful... but I will be keeping my eye open for when it does..

woot...
Top
Post Reply

23 posts • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic