LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-16-2006, 02:29 PM   #1
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
ndis wrapper error in Slackware 10.2


I have an Orinoco gold card 11b/g and the cardmgr detects it, so I've gotten the WindowsXP driver and d/l'ed that on the XP side.

Installed ndiswrapper and have run the commands that have created /etc/ndiswrapper.

When I run ndiswrapper -l as root, I get the following output:

Code:
root@probot:/home/cmmiller/ndiswrapper/ndiswrapper-1.7/utils# ./ndiswrapper -l
Installed drivers:
inffile invalid driver!
I also have checked out the wiki, but don't see a solution there either.

thanks
 
Old 01-16-2006, 03:02 PM   #2
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
looks like a corrupted driver to me ... try another one or download it again

what do you get issuing iwconfig as root?
 
Old 01-16-2006, 03:09 PM   #3
chess
Member
 
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware and OpenBSD
Posts: 740

Rep: Reputation: 190Reputation: 190
Are you doing the "ndiswrapper -i <driver>" inside the directory where the driver is located? Also, do you have both the .inf and the .sys files in the directory?
 
Old 01-16-2006, 03:10 PM   #4
insaneavocado
LQ Newbie
 
Registered: Dec 2005
Distribution: Gentoo
Posts: 12

Rep: Reputation: 0
also, one problem what I sometimes had with it is you have to make sure you have the .inf the .cat and the .sys file all of the same name in the directory you get the .inf file from; I did it a few times with JUST the .inf file and that messes it up and brings up the message you got.
 
Old 01-16-2006, 05:35 PM   #5
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by raska
looks like a corrupted driver to me ... try another one or download it again

what do you get issuing iwconfig as root?
Code:
root@probot:~# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.
 
Old 01-16-2006, 05:36 PM   #6
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by Jackson1995
Are you doing the "ndiswrapper -i <driver>" inside the directory where the driver is located? Also, do you have both the .inf and the .sys files in the directory?

Code:
root@probot:/ntfs-c/Documents and Settings/CMMiller/My Documents/Orinoco/Winxp# ls -a
./  ../  ntpr11ag.cat  ntpr11ag.inf  ntpr11ag.sys
Yes, bot .inf and .sys are both in the same directory where I'm running the command from...
 
Old 01-16-2006, 07:54 PM   #7
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Why exactly are you trying to use ndiswrapper for an Orinoco gold card? Orinoco cards are natively supported very well by the kernel.
 
Old 01-16-2006, 08:54 PM   #8
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by MS3FGX
Why exactly are you trying to use ndiswrapper for an Orinoco gold card? Orinoco cards are natively supported very well by the kernel.
If thats true, they why doesn't iwconfig detect anything once I slap the card into the pcmcia slot?

When I ran Ubuntu with the same type of card, I had to also use the ndiswrapper to get it to work.
 
Old 01-22-2006, 07:47 PM   #9
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
I've d/l'ed the Orinoco driver for the NDIS wrapper again and it was a no go.

I'm posting some of my cardctl info to help with the troubleshooting:

Code:
root@probot:~# cardctl status
Socket 0:
  3.3V CardBus card
  function 0: [ready]
root@probot:~# cardctl config
Socket 0:
  Vcc 3.3V  Vpp1 3.3V  Vpp2 3.3V
  interface type is "cardbus"
  function 0:
root@probot:~# cardctl ident
Socket 0:
  product info: "Atheros Communications, Inc.", "AR5001-0000-0000", "Wireless LAN Reference Card", "00"
  manfid: 0x0271, 0x0012
  function: 6 (network)
Also, I have another wireless card that works upon bootup with Slackware. It is a WaveLAN Silver card, and the funny thing is, it can get on my neighbor's wireless AP (there's not WEP and I live in an apartment). I have a AP, it is locked down, and I can't detect it with KWireless.

Also using iwlist can't see my locked down AP.

Any ideas how I can get the orinoco card to work

or

get the WaveLAN card to find my locked down AP?

thanks
 
Old 01-22-2006, 09:32 PM   #10
Crobat
Member
 
Registered: Dec 2005
Distribution: Slackware 10.2, Slackware 11.0
Posts: 135

Rep: Reputation: 15
did you run the following?
Code:
ndiswrapper -i DriverName.inf
Please replace DriverName with the name of your Driver.
 
Old 01-22-2006, 10:26 PM   #11
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by Crobat
did you run the following?
Code:
ndiswrapper -i DriverName.inf
Please replace DriverName with the name of your Driver.
This is the output

Code:
root@probot:/home/cmmiller/ndiswrapper/ndiswrapper-1.7/utils# ./ndiswrapper -i /ntfs-c/Documents and Settings/CMMiller/My Documents/Orinoco/Winxp/ntpr11ag.inf
Usage: ndiswrapper OPTION

Manage ndis drivers for ndiswrapper.
-i inffile        Install driver described by 'inffile'
-d devid driver   Use installed 'driver' for 'devid'
-e driver         Remove 'driver'
-l                List installed drivers
-m                Write configuration for modprobe


where 'devid' is either PCIID or USBID of the form XXXX:XXXX
Am I not doing something right here?

thanks
 
Old 01-22-2006, 10:33 PM   #12
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
Try
Code:
./ndiswrapper -i "/ntfs-c/Documents and Settings/CMMiller/My Documents/Orinoco/Winxp/ntpr11ag.inf"
ie. put quotes around the file name or else escape the spaces in the path with \.

Brian
 
Old 01-22-2006, 11:46 PM   #13
chrisortiz
Member
 
Registered: Nov 2005
Distribution: Slackware, and of course the super delux uber knoppix universal live recovery cd
Posts: 429

Rep: Reputation: 30
if it is supported nicely by the kernel, lets take that approach. That way you can avoid the windows wrapper/driver all together.

what do you get when you type lsmod?
 
Old 01-23-2006, 02:02 PM   #14
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119Reputation: 8119
Quote:
product info: "Atheros Communications, Inc."
It is an Atheros card, you will need the madwifi driver for that: http://madwifi.org/

Eric
 
Old 01-23-2006, 09:58 PM   #15
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420

Original Poster
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by chrisortiz
if it is supported nicely by the kernel, lets take that approach. That way you can avoid the windows wrapper/driver all together.

what do you get when you type lsmod?
cmmiller@probot:~$ lsmod
Module Size Used by Not tainted
snd-pcm-oss 36736 0
snd-mixer-oss 12376 0 [snd-pcm-oss]
uhci 24284 0 (unused)
ehci-hcd 17516 0 (unused)
usbcore 59148 1 [uhci ehci-hcd]
snd-via82xx 13376 0
gameport 1420 0 [snd-via82xx]
snd-ac97-codec 58556 0 [snd-via82xx]
snd-pcm 54344 0 [snd-pcm-oss snd-via82xx snd-ac97-codec]
snd-timer 13764 0 [snd-pcm]
snd-mpu401-uart 3136 0 [snd-via82xx]
snd-rawmidi 12480 0 [snd-mpu401-uart]
snd-seq-device 3812 0 [snd-rawmidi]
snd 32772 0 [snd-pcm-oss snd-mixer-oss snd-via82xx snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
snd-page-alloc 4712 0 [snd-mixer-oss snd-via82xx snd-pcm snd-timer snd-rawmidi snd-seq-device snd]
soundcore 3396 4 [snd]
via-rhine 12336 1
mii 2272 0 [via-rhine]
crc32 2880 0 [via-rhine]
ds 6548 1
yenta_socket 10436 1
pcmcia_core 39172 0 [ds yenta_socket]
ntfs 51232 1 (autoclean)
ide-scsi 9392 0
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
NDIS wrapper hates me Iaremonkey Linux - Software 7 08-04-2005 07:54 AM
NDIS Wrapper Help Please FuGeE Linux - Wireless Networking 1 12-11-2004 12:14 PM
Ndis wrapper error after modprobe Tezgno Linux - Laptop and Netbook 2 08-16-2004 09:51 AM
Help with NDIS wrapper on SUSE 8.2 mjovy Linux - Wireless Networking 0 05-29-2004 06:12 PM
ndis wrapper citrus Linux - Hardware 3 01-08-2004 07:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:35 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration