Originally posted by: xtknight
How did you fix your last error? Telling others what you did is very beneficial.
Did you use root mode to do modprobe? If so, can you do a "uname -a" and report the results?
Originally posted by: lokiju
I saw on a Linux forum to do a rename on the inf file I was trying to get working and then copy the text of the name while in rename mode then type out the command "ndiswrapper -i" and directly after that do right click and paste.
No idea why this worked when typing the name of the inf file verbatim over and over didn't and neither did the person that suggested it, but for whatever reason it worked.
Originally posted by: xtknight
Originally posted by: lokiju
I saw on a Linux forum to do a rename on the inf file I was trying to get working and then copy the text of the name while in rename mode then type out the command "ndiswrapper -i" and directly after that do right click and paste.
No idea why this worked when typing the name of the inf file verbatim over and over didn't and neither did the person that suggested it, but for whatever reason it worked.
lol...very odd. Maybe when you copy it it copies it as unicode or something.
Originally posted by: xtknight
The uname looks consistent with your /lib/modules version so that wasn't the problem. The problem was...well we don't know...but you fixed it.
Originally posted by: lokiju
OK now I got the card working according to ndiswrapper -l it states "driver installed, hardwdare present"
But when I do modprobe ndiswrapper I get "error inserting ndiswrapper (/lib/modules/2.6.16.21-0.13-smp/updates/ndiswrapper.ko) : Invalid argument"
and if I do "ifstatus wlan0" I get the error "interface wlan0 is not available"
What gives?![]()
Originally posted by: SleepWalkerX
Originally posted by: lokiju
OK now I got the card working according to ndiswrapper -l it states "driver installed, hardwdare present"
But when I do modprobe ndiswrapper I get "error inserting ndiswrapper (/lib/modules/2.6.16.21-0.13-smp/updates/ndiswrapper.ko) : Invalid argument"
and if I do "ifstatus wlan0" I get the error "interface wlan0 is not available"
What gives?![]()
Did you add your network in yast? Try doing that. Check the bottom of my first post.
But when I do modprobe ndiswrapper I get "error inserting ndiswrapper (/lib/modules/2.6.16.21-0.13-smp/updates/ndiswrapper.ko) : Invalid argument"
Did you add your network in yast? Try doing that. Check the bottom of my first post.
Originally posted by: Nothinman
Does 'dmesg' say anything?
Does 'insmod /lib/modules/2.6.16.21-0.13-smp/updates/ndiswrapper.ko' work?
Originally posted by: SleepWalkerX
Well he seems to actually have wlan0 up so there has to be some kind of module running.
Originally posted by: lokiju
Originally posted by: Nothinman
Does 'dmesg' say anything?
Woa, dmesg produces a ton of text, about 8 pages worth when I copied the text over to a doc.
Not sure if I you want it all pasted here or if theres something more specific I should be looking for in it?
Does 'insmod /lib/modules/2.6.16.21-0.13-smp/updates/ndiswrapper.ko' work?
I'm not sure how to confirm that.
Originally posted by: SleepWalkerX
Look all the way at the bottom of the dmesg output. There it should list the last things it ran into, most likely being the ndiswrapper module you're trying to insert.
.
After typing the insmod command, did it say anything?
Try typing the following "lsmod | grep ndiswrapper" and see if its already loaded or not
Originally posted by: xtknight
Type dmesg | grep ndis and paste all of that also.
Originally posted by: xtknight
cat /var/log/syslog | grep ndis would also be helpful (as well as tail /var/log/syslog). Just separate all of them in the attach code button for us. I think some of those may be redundant but more doesn't hurt.![]()
Well it produces a ton of text also and am not sure what I'm looking for, I can paste it all if it'll help
It didn't do anything just flashed when I hit enter and then went back to the prompt.
Originally posted by: xtknight
Paste all of the insmod result in the 'attach code' button on this forum.
Originally posted by: Nothinman
Well it produces a ton of text also and am not sure what I'm looking for, I can paste it all if it'll help
Yes paste it, if the module loads it shouldn't produce anything but at worst I've only ever seen it put out like 2-3 lines so if you got a lot of text something else is wrong.
It didn't do anything just flashed when I hit enter and then went back to the prompt.
That means the module's not loaded, if you want to verify that yourself you can just type 'lsmod' and check the output by hand.
Originally posted by: Nothinman
I'm guessing that something is wrong with your ndiswrapper module. Run 'file /lib/modules/2.6.16.21-0.13-smp/updates/ndiswrapper.ko' and post the results.
Originally posted by: FoBoT
you don't have to compile your own apps
the install of any major distro will let you include almost any mainstream app you'll need