LinuxQuestions.org
Did you know LQ has a Linux Hardware Compatibility List?
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 06-18-2005, 05:55 PM   #16
MikeZila
Member
 
Registered: Jul 2004
Location: /home/mikezila
Distribution: Slackware
Posts: 377

Original Poster
Rep: Reputation: 30

Can you find the file ndiswrapper.ko?

See if you can "cd" to that directory on your own and move that file someplace else. It really doesn't matter where the file is, that's just it's default location.

Are you sure you...

Code:
apt-get install ndiswrapper-modules-2.6.8-2-686

Also, run "uname -r" and post the results.
 
Old 10-12-2005, 08:36 AM   #17
SpekkioMofW
LQ Newbie
 
Registered: Oct 2005
Distribution: Debian 3.1
Posts: 1

Rep: Reputation: 0
I really hope someone still looks at this thread....

I followed the guide (thanks for writing it, MikeZila). Everything is fine until I get to dhclient wlan0. At that point, I get a strange error message:

Quote:
sit0: unknown hardware address 776
sit0: unknown hardware address 776
At this point, the system locks up completely - absolute total freeze. Three finger salute (ctrl-alt-backspace) does nothing and I have to kill the system power to reboot. I've tried disabling sit0 using instructions I found elsewhere and that didn't work or help. I have tried running dhclient -e so it will error out - it still freezes. I've also tried enabling the wireless using Gnome's built-in networking tool instead of doing it in terminal - this has the advantage of keeping the system from freezing, but it still doesn't work and freezes the Network Tools GUI. I've tried using a static IP in Network Tools GUI too and that also fails. I'm using a D-Link DWL-G510 card and using the driver as listed on the almighty list. I'm just stumped and frustrated. This is kinda important too - I wanted the wireless to work in LInux so I can move the computer elsewhere in the house and still get Internet access.

Help, please?
 
Old 10-12-2005, 08:42 AM   #18
MikeZila
Member
 
Registered: Jul 2004
Location: /home/mikezila
Distribution: Slackware
Posts: 377

Original Poster
Rep: Reputation: 30
I've never seen an error like that, so I can't think of anything to try. Maybe you could try getting a newer version of the kernel and wrapper? I don't have a guide written for such a thing, but it would be the first thing I would try if I were in your place.
 
Old 10-12-2005, 05:14 PM   #19
Tons of Fun
Member
 
Registered: Dec 2004
Location: Orlando, Florida
Distribution: Debian Squeeze / BackTrack 5/ Linux Mint 11
Posts: 356

Rep: Reputation: 31
What kernel are you running? What wifi card are you trying to use? Also, did you get the driver from the index page: http://ndiswrapper.sourceforge.net/.../index.php/List or from the CD that came with the card. I looked at the index list and saw my card, but there was no link to a driver. I tried using the drivers from the CD, but kept getting invalid driver errors. Being that my card uses atheros chipsets, I used madwifi and got the card up and running.
Print out the response for #lspci, #ifconfig and #iwconfig and maybe it will give us something to go on.

 
Old 10-13-2005, 03:23 PM   #20
zee_man78
LQ Newbie
 
Registered: Oct 2005
Distribution: debian 3.1 (sarge)
Posts: 7

Rep: Reputation: 0
thanks god and mikezila ;)

hello everyone,

i've been looking for a solution for my "old" compaq (armada M700) laptop and linksys wless card.

some people (thank you all) tried to help me but still didn't work!

and finally i changed my RedHat 9 to Debian Sarge(3.1) and download this guide and fixed the problem.

best wishes,

zM
 
Old 11-09-2005, 10:23 AM   #21
div0
LQ Newbie
 
Registered: Nov 2005
Posts: 1

Rep: Reputation: 0
Use modprobe instead, and enable Encryption

Quote:
Originally posted by leinad
I am very close to getting my wireless card to work, but I have run into a problem. When i get to the step that is supposed to load the module with
Code:
insmod /lib/modules/`uname -r`/misc/ndiswrapper.ko
I get this error:
Code:
insmod: can't read '/lib/modules/2.6.8-2-686/misc/ndiswrapper.ko': No such file or directory
The misc/ director exists inside of that path. I don't know where ndiswrapper.ko is coming from or if it exists, but I have followed the directions word for word so far.

Anyone have any ideas for me?
You don't need to do insmod /<long path>/, just:

modprobe <module>

If this doesn't work, then you don't have a module installed for your exact current running kernel.

I installed the
kernel-image-2.6.8-2-k7 & ndiswrapper-modules-2.6.8-2-k7, 'cos i'm running an anthlon.

and it all worked sweet.

Don't forget when using apt-get install, you can enter the first part of a package name and hit tab
to get a completion list of available packages. (well assuming you're running bash with contextual completion
package installed anyway

If you want to enable encrpytion on your wireless link do the following:

iwconfig wlan0 key s:<my alpha numeric key> key open

Note: don't combine this with the iwconfig to attach to the ap as this doesn't seem to work.
Don't forget the s: prefix if you have an alphanumeric key string rather than a hex string.
 
Old 12-11-2005, 06:19 AM   #22
whittycat
Member
 
Registered: Nov 2004
Location: Wellington Somerset UK
Distribution: Debian lenny, also DSL-N
Posts: 32

Rep: Reputation: 15
Unhappy

The Actiontec 802U13 card is in the list (said to work with ndiswrapper v0.12 and kernel 2.6.9). I have Debian 3.1 with kernel 2.6.8-2-686. I d/l the driver, copied it to Windows. ran the self-extracting .exe file and copied them back to /etc/actiontec/
I ran ndiswrapper -i AEWLNIC.inf and ndiswrapper -l reports driver present, hardware present. So far so good. When I do
insmod /lib/modules/`uname -r`/misc/ndiswrapper.ko I get this:
ndiswrapper version 1.1loaded (preempt=yes, smp=no)
ndiswrapper: driver aeiwlnic (Actiontec 09/24/2002 2.00.09) loaded
ndiswrapper: request for irq -811363088 failed
and naturally, after iwconfig, wlan0 does not appear. Is there a fault in the driver? Too old for ndis v1.1? Have I gone wrong somewhere?

Tony Sumner
 
Old 12-11-2005, 06:55 AM   #23
MikeZila
Member
 
Registered: Jul 2004
Location: /home/mikezila
Distribution: Slackware
Posts: 377

Original Poster
Rep: Reputation: 30
It's possible that that's not the right driver. Sometimes you don't use the latest driver with ndiswrapper. Did you use the one specified in the list?

If not, then grab that one and give it another shot.

If so, then you might try removing any other network hardware in your computer. IRQ problems (especially with network cards) usually happen when similar devices conflict. Try taking out any extra ethernet cards or modems. If they're onboard, then look in your BIOS and turn them off. It's also good to try to move the wireless card to different slots. I have to shuffle things a bit whenever I install new cards in my Linux system. Some systems don't have this problem, but mine does, and yours may.

Best of luck.
 
Old 12-11-2005, 12:15 PM   #24
whittycat
Member
 
Registered: Nov 2004
Location: Wellington Somerset UK
Distribution: Debian lenny, also DSL-N
Posts: 32

Rep: Reputation: 15
I did get the driver from the list. It is the only one listed for the Actiontec 802U13. There is a NIC but it is not configured. The wireless card is USB so I don't see there being a IRQ conflict. IRQ -811363008 looks more like chaos than a genuine IRQ problem.

Tony Sumner
 
Old 01-07-2006, 11:45 AM   #25
Drake2k
LQ Newbie
 
Registered: Dec 2005
Posts: 3

Rep: Reputation: 0
w00t

I'm now online with my AirPlus G650 802b wireless network card using these instructions. There was a few additional lines I had to add to /etc/network/interfaces

I added these lines because it would not automatically find an IP address

Code:
auto wlan0
iface wlan0 inet dhcp
address xxx.xxx.xxx.xxx   #my ip address
netmask xxx.xxx.xxx.xxx   #my netmask
gateway xxx.xxx.xxx.xxx   #the ip of my router
wireless_essid myess      #this was the ess thingy in my router
Ok so now i'm surfing the web I do have one problem.

I have no sound!

Since upgrading to the new kernal version 2.6.8-2-386 I have no sound. If I reboot into the old kernel I still have sound, but not wireless connection.

Any suggestions please!?!?



PS(also if anyone can tell me some steps to get the wireless to find an ip address on it's own without having to manually do it, I would be greatfull. After all the whole Idea of wireless is to be portable, i want to be able to take my computer to other networks. Thank you so much in advance)


EDIT
Ok the sound is not completely dead, I can stream audio in Totem Movie player (I use KDE btw) but in other programs such as xmms or nauto it doesn't work, if I click on the mixer the only thing available is PCM and it's not adjustable. The KDE sounds are all gone

Last edited by Drake2k; 01-07-2006 at 12:02 PM.
 
Old 07-22-2006, 11:33 PM   #26
Ferris
LQ Newbie
 
Registered: Jul 2006
Distribution: Debian GNU/Linux 3.1 (a.k.a. sarge)
Posts: 3

Rep: Reputation: 0
Just wanted to write that I found the original post very useful. Thanks.
 
Old 08-10-2006, 11:37 AM   #27
Al3m40
LQ Newbie
 
Registered: Aug 2006
Posts: 1

Rep: Reputation: 0
Hi,
I have the HP dv8113cl.
Turion 64bits.
My Kernel is 2.6.8-11-amd64-generic, and i having problem with insmod /lib/modules/'uname -r'/misc/ndiswrapper.ko, the results is:
ndiswrapper: version magic '2.6.8-11-amd64-generic gcc-3.3' should be '2.6.8-11-amd64-generic gcc-3.4'
insmod: error inserting '/lib/modules/2.6.8-11-amd64-generic/misc/ndiswrapper.ko' : -1 Invalid module format

Help me.
 
Old 01-12-2007, 10:30 PM   #28
TennesseeFred
Newbie
 
Registered: Sep 2005
Posts: 5

Rep: Reputation: 0
Worked Great on NetGear MA521

When I first googled the MA521 PCMCIA card I found that many people are having trouble using this card with linux. Luckily I came across this article! By following the instructions in the article and using the driver suggested on the NDISWrapper compatibility list I was able to bring the card up fairly easily. I did goof up and not change the settings on my firewall at first, but once I fixed that I was up and running.

Thank you very much MikeZila.
 
Old 08-18-2007, 04:46 AM   #29
adityavpratap
Member
 
Registered: Dec 2004
Location: Hyderabad, India
Distribution: Slackware 13, Ubuntu 12.04
Posts: 425

Rep: Reputation: 32
Thank u for the guide, I worked fine on the default 2.6.18 kernel that comes along with Debian 4.0. on my Acer Aspire 5100 laptop with AMD Turion 64 processor.
However, today I installed 2.6.18-5-amd64 kernel. Upon logging into the new kernel I found that I couldn't start the wireless connection. Using module-assistant I installed the relevant modules for ndiswrapper.
Now when I issue iwconfig command neither eth1 nor wlan0 are seen. Only lo, eth0 and sit0 are seen, where eth0 is my lan card wired connection.
Again when I go back to the previous kernel, wireless connection works flawlessly.
Any idea what is going on?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie Guide To Compiling A Kernel! DrOzz Linux - General 318 08-20-2008 05:21 AM
DISCUSSION: Guide to NdisWrapper for MN-720 MN-730 Microsoft Wireless Cards in Groovelab LinuxAnswers Discussion 4 10-27-2005 08:56 AM
Guide to Display Chinese in Debain Sarge NanoFxJ Debian 3 04-05-2005 05:21 PM
GUIDE: Installing Linksys WMP54G with NDISWRAPPER-11 barton Slackware 1 11-29-2004 01:40 PM
Compiling Kde Guide? tiger7007 Linux - General 1 05-20-2004 07:07 PM


All times are GMT -5. The time now is 02:11 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration