LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-01-2008, 06:23 PM   #1
ironring
LQ Newbie
 
Registered: Feb 2008
Posts: 5

Rep: Reputation: 0
Slackware User : Installation of Ndiswrapper Driver


I do need some assistance with the following errors. I am using Slackware and I am trying to install the drivers for my new Belkin Wireless USB Network Adapter (F5D7050). The following error occurs when I run the command "make":
make -C driver
make[1]: Entering directory `/root/ndiswrapper-1.51/driver'
make -C /usr/src/linux-2.6.15.6 SUBDIRS=/root/ndiswrapper-1.51/driver
make[2]: Entering directory `/usr/src/linux-2.6.15.6'
LD /root/ndiswrapper-1.51/driver/built-in.o
CC [M] /root/ndiswrapper-1.51/driver/crt.o
In file included from /root/ndiswrapper-1.51/driver/crt.c:16:
/root/ndiswrapper-1.51/driver/ntoskernel.h:718: error: field `lock' has incomplete type
/root/ndiswrapper-1.51/driver/ntoskernel.h: In function `raise_irql':
/root/ndiswrapper-1.51/driver/ntoskernel.h:755: warning: implicit declaration of function `mutex_lock'
/root/ndiswrapper-1.51/driver/ntoskernel.h: In function `lower_irql':
/root/ndiswrapper-1.51/driver/ntoskernel.h:777: warning: implicit declaration of function `mutex_unlock'
make[3]: *** [/root/ndiswrapper-1.51/driver/crt.o] Error 1
make[2]: *** [_module_/root/ndiswrapper-1.51/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.15.6'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/ndiswrapper-1.51/driver'
make: *** [all] Error 2

Can I get some assistance from the gurus out there ,, please.
 
Old 02-01-2008, 06:47 PM   #2
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
There is a slackware package for ndiswrapper as well, so that might help you at least get it working
http://ftp.de-mirror.org/linuxpackag...-i686-1McD.tgz
 
Old 02-01-2008, 06:48 PM   #3
davimint
Member
 
Registered: Jan 2006
Distribution: Slackware Current
Posts: 272

Rep: Reputation: 33
Just a though, How about dropping the use of the ndiswrapper and go for
one of the other projects like madwifi. You could go to Slackbuilds.org and get
the build. I don't have that device but my linksys wireless cards I don't use the
wrapper.
 
Old 02-01-2008, 07:13 PM   #4
ironring
LQ Newbie
 
Registered: Feb 2008
Posts: 5

Original Poster
Rep: Reputation: 0
THanks folks, I will let you know how I make out.

Last edited by ironring; 02-01-2008 at 07:14 PM. Reason: vocab
 
Old 02-02-2008, 06:13 PM   #5
ironring
LQ Newbie
 
Registered: Feb 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Red face

Ok folks, I am not having any fun trying to get my USB adapter activated.

Firstly, I realised that I could not use Madwifi as I was informed that no software has been written for the USB adapters to date. Although I dowloaded the software, I opted not to continue down that path.

Secondly, the user friendly software is not as user friendly as thought.
I am still fighting with it anyway. I have been able to download the require Window drivers for my Belkin Adapter (both inf. and .sys files) but
the Ndiswrapper is still not functional as previously noted. Anymore ideas.

By the way when I download and tar the file "http://ftp.de-mirror.org/linuxpackag...-i686-1McD.tgz", there is no directory created under Ndiswrapper. Should this be the case or have the relevant files been allocated to there respective files? In my reading of the install software for Ndiswrapper, I am suppose to install the Windows drivers with the ndiswrapper command (ndiswrapper -i driver.inf). To no avail. Can someone please enlighten this novice some more. thank you.
 
Old 02-02-2008, 06:31 PM   #6
gankoji
Member
 
Registered: Nov 2007
Location: Southern California
Distribution: Slackware-13.0 x86_64, Slackware 12.2, slackware64-current
Posts: 225

Rep: Reputation: 35
Ironring,

Sorry to hear you're having such trouble with NDISwrapper, it normally is a fairly simple compilation in Slack. But the good news is that you don't need NDISwrapper!! Although Belkin doesn't officially support Linux, the Rt2x00 project has been on the prowl for creating drivers for cards using the Ralink chipsets. I believe yours is the 2570 chipset, and you can find a native linux driver for your card here.

This is the home page for the Rt2x00 project, where you can find tons of info about the drivers including install and use guidance.

Google is always your friend :-P. Happy Hunting
 
Old 02-02-2008, 06:43 PM   #7
okos
Member
 
Registered: May 2007
Location: California
Distribution: Slackware/Ubuntu
Posts: 609

Rep: Reputation: 38
Quote:
Originally Posted by ironring View Post

Firstly, I realised that I could not use Madwifi as I was informed that no software has been written for the USB adapters to date. Although I dowloaded the software, I opted not to continue down that path.
See LINK re madwifi compatibility.
See this LINK regarding the prism54 driver compatibility and the usb Belkin F5D7050

Hope this helps.

Last edited by okos; 02-02-2008 at 11:15 PM.
 
Old 02-07-2008, 09:32 PM   #8
davimint
Member
 
Registered: Jan 2006
Distribution: Slackware Current
Posts: 272

Rep: Reputation: 33
Also,

http://slackbuilds.org/repository/12...adwifi-driver/
 
Old 02-07-2008, 11:42 PM   #9
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by ironring View Post

By the way when I download and tar the file "http://ftp.de-mirror.org/linuxpackag...-i686-1McD.tgz", there is no directory created under Ndiswrapper. Should this be the case or have the relevant files been allocated to there respective files? In my reading of the install software for Ndiswrapper, I am suppose to install the Windows drivers with the ndiswrapper command (ndiswrapper -i driver.inf). To no avail. Can someone please enlighten this novice some more. thank you.
list of mirrors for ndiswrapper package http://www.linuxpackages.net/download.php?id=11213
 
Old 02-10-2008, 06:33 AM   #10
ironring
LQ Newbie
 
Registered: Feb 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Installation of Belkin Adapter using ndiswrapper

By the way I have Slackware 12 installed on my computer and so I decided to install NDISWRAPPER 1.48 which installed perfectly. My issue now is to get my D-link router (which is connected up to my linux computer server) to recognize it. The light in my Belkin adapter is blinking. I tried pinging the server but no response as of yet. I know that I am getting close to completing this wireless project. Any assistance would be greatly appreciated.
 
Old 02-10-2008, 07:28 AM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,
Quote:
Originally Posted by ironring View Post
By the way I have Slackware 12 installed on my computer and so I decided to install NDISWRAPPER 1.48 which installed perfectly. My issue now is to get my D-link router (which is connected up to my linux computer server) to recognize it. The light in my Belkin adapter is blinking. I tried pinging the server but no response as of yet. I know that I am getting close to completing this wireless project. Any assistance would be greatly appreciated.
Did you run 'netconfig'?
 
Old 02-10-2008, 07:43 AM   #12
ironring
LQ Newbie
 
Registered: Feb 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Question Installation of Belkin Adapter using ndiswrapper

Do I have to run 'NETCONFIG' in root at my server or in the current computer my belkin adapter is plug into? I know I have the name of my computer and IP address entered in my server.
 
Old 02-10-2008, 12:57 PM   #13
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
The first place to check is here:
http://linux-wless.passys.nl/query_p...andname=Belkin

There are many versions of that card, and the chipset it has is what is important here. If you have one that is supported then use the suggested drivers, if not then check ndiswrapper and see if they support it.
 
Old 02-11-2008, 06:03 AM   #14
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,
Quote:
Originally Posted by ironring View Post
Do I have to run 'NETCONFIG' in root at my server or in the current computer my belkin adapter is plug into? I know I have the name of my computer and IP address entered in my server.
You should run the 'netconfig' on the machine you wish to configure. That would be the one that you installed the 'ndiswrapper' on then you would obviously need to get a 'IP' for that device. If the device is installed properly, run 'netconfig'.

You will be prompted for the machine information. Once this has been done then just do a '/etc/rc.d/rc.inet1 restart'. You can edit the '/etc/rc.d/rc.inet1.conf' manually if you desire. You can manually '/start/restart/stop' '/etc/rc.d/rc.inet1 option' at anytine, just replace option with one of the '/start/restart/stop' options.

I would suggest that you look at 'Linux Newbie Admin Guide'.

This link and others are available from 'Slackware-Links' .
 
  


Reply



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
ndiswrapper window driver installation problem wahaha Linux - Wireless Networking 1 03-22-2007 06:04 PM
Wireless driver installation issue with Slackware ttvp Linux - Wireless Networking 4 03-20-2007 11:52 AM
Ati driver installation problem on slackware 10.2 FerkoPica Linux - Hardware 7 07-02-2006 01:39 PM
ndiswrapper - driver installation tomap Linux - Wireless Networking 7 10-18-2004 05:08 PM
slackware 10 startup/hotplug ndiswrapper/acx100 driver jacksmernov Linux - Wireless Networking 3 09-06-2004 11:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:32 AM.

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