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 12-18-2006, 10:53 AM   #1
Sneo
LQ Newbie
 
Registered: Dec 2006
Location: Ireland
Distribution: Fedora Core 6
Posts: 9

Rep: Reputation: 0
Ndiswrapper problem - Fedora Core 6 - Belkin Wireless Adaptor


So basically I just installed Fedora Core 6.
However I am having problems installing Ndiswrapper. I used the tutorial for Ndiswrapper on this site but once it got step 5 (make install KSRC=/usr/bin/kernels/(your kernel directory here) )
I had problems.

So i looked around here and google and found out that you can install ndiswrapper by saying:
"yum -y install ndiswrapper"
into a terminal.
So I have done that and what i get is:
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core 100% |=========================| 1.1 kB 00:00
extras 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 1.2 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: ndiswrapper
Nothing to do
This made me think it was installed. However when i cd over to the directory where I have the drivers for my usb wireless adaptor (Belkin)
So then i go:
ndiswrapper -i *inf
and I get this:

bash: ndiswrapper: command not found
Any ideas anyone? It would be really appreciated!

Last edited by Sneo; 12-20-2006 at 02:40 AM.
 
Old 12-18-2006, 12:47 PM   #2
PatrickNew
Senior Member
 
Registered: Jan 2006
Location: Charleston, SC, USA
Distribution: Debian, Gentoo, Ubuntu, RHEL
Posts: 1,148
Blog Entries: 1

Rep: Reputation: 48
yum is a package manager that looks around online for packages of programs, and installs them for you. It looks for these programs in online repositories, big http or ftp servers. "No Match for argument: ndiswrapper" means that in the selected repositories, it didn't find anything named ndiswrapper, so it couldn't install it. I'm relatively sure that this is because the ndiswrapper package is on a repository that your yum isn't set up to search, namely livna. Click on this link http://rpm.livna.org/fedora/6/i386/l...6-1.noarch.rpm . Your browser might ask if you want to open it with "Install Software" or something similar. Given the option, do that. Otherwise, save it to your disk, open a terminal, cd to where you put it, and issue these commands

su
<give root password when asked>
rpm -i livna-release-6-1.noarch.rpm

Now, whether you installed with "Installed software" or used the above commands, yum will look for ndiswrapper in the right repository. Good luck!
 
Old 12-18-2006, 12:53 PM   #3
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
What kind of wireless card are you trying to install? You may not need ndiswrapper at all.
 
Old 12-18-2006, 01:59 PM   #4
Sneo
LQ Newbie
 
Registered: Dec 2006
Location: Ireland
Distribution: Fedora Core 6
Posts: 9

Original Poster
Rep: Reputation: 0
Ok ndiswrapper seems to have installed now!
However. I still get the
bash: ndiswrapper: command not found
This seems to make it sound like ndiswrapper has not installed. I followed your instructions PatrickNew and it really did seem to work and install itself. Infact when i do the yum install -i ndiswrapper command now it says:
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
The wireless usb adaptor is:
Belkin Wireless G USB Adaptor.
Model: F5D7050

Last edited by Sneo; 12-19-2006 at 07:22 AM.
 
Old 12-18-2006, 06:40 PM   #5
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
If it's a version 3 or 4 it uses Ralink drivers. Waste of time and effort to mess around with ndiswrapper
 
Old 12-18-2006, 07:15 PM   #6
PatrickNew
Senior Member
 
Registered: Jan 2006
Location: Charleston, SC, USA
Distribution: Debian, Gentoo, Ubuntu, RHEL
Posts: 1,148
Blog Entries: 1

Rep: Reputation: 48
if it is a version 3 or 4, google "ralink linux driver" because you don't need ndiswrapper. Otherwise, are you trying to run ndiswrapper as root? The way fedora sets up its PATH, only root can find it. I think it's either in /sbin or /usr/sbin which fedora excludes from user's paths.
 
Old 12-19-2006, 06:48 AM   #7
Sneo
LQ Newbie
 
Registered: Dec 2006
Location: Ireland
Distribution: Fedora Core 6
Posts: 9

Original Poster
Rep: Reputation: 0
Post

I dont know how you would find out the version but it says:

v4000
uk

on a tiny little sticker on the back of the adaptor. I pressume this means version 4. So Ralink it is. Can anyone point me in the direction of a guide that takes you through installing it step by step? Just I am a total linux noob!

Last edited by Sneo; 12-19-2006 at 07:23 AM.
 
Old 12-19-2006, 07:22 AM   #8
PatrickNew
Senior Member
 
Registered: Jan 2006
Location: Charleston, SC, USA
Distribution: Debian, Gentoo, Ubuntu, RHEL
Posts: 1,148
Blog Entries: 1

Rep: Reputation: 48
Aparently, your specific model uses a zydas chipset that uses a native driver. http://zd1211.ath.cx/ that's there web page with a wiki on it.
 
Old 12-19-2006, 07:39 AM   #9
Sneo
LQ Newbie
 
Registered: Dec 2006
Location: Ireland
Distribution: Fedora Core 6
Posts: 9

Original Poster
Rep: Reputation: 0
So I download that?? Looked around the wiki, couldnt seem to find a help guide.. Any available for this?

Thanks to everyone who is helping by the way! Much appreciated and great to see that the change from Windows to linux is possible with such an amazing community!
 
Old 12-20-2006, 02:41 AM   #10
Sneo
LQ Newbie
 
Registered: Dec 2006
Location: Ireland
Distribution: Fedora Core 6
Posts: 9

Original Poster
Rep: Reputation: 0
Still looking for an answer on this.. Anyone anymore ideas?
 
Old 12-20-2006, 02:46 AM   #11
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
There are some installation instructions on that page. What do you need help with?
 
Old 12-20-2006, 08:11 AM   #12
Sneo
LQ Newbie
 
Registered: Dec 2006
Location: Ireland
Distribution: Fedora Core 6
Posts: 9

Original Poster
Rep: Reputation: 0
"Make sure your kernel is compiled with wireless extensions (CONFIG_NET_WIRELESS) and USB support"
I dont understand this

"Make sure iwconfig is installed (Debian: wireless-tools package)"
Im on fedora, can i still get this? If so where..
 
Old 12-20-2006, 09:06 AM   #13
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by Sneo
"Make sure your kernel is compiled with wireless extensions (CONFIG_NET_WIRELESS) and USB support"
I dont understand this
There should be a config file for your kernel somewhere on your system. On mine it's in /boot. It will be quite a long file, so what you can do is output lines only containing strings you're interested in. You can do this with grep, e.g. "grep WIRELESS config" will show you the lines in a file called config that have the string "WIRELESS" in them. Obviously your file may not be called config, check what's in /boot and ask if you're unsure.

Edit: if you have wireless support in your kernel, you should have "CONFIG_NET_WIRELESS=y".

Quote:
"Make sure iwconfig is installed (Debian: wireless-tools package)"
Im on fedora, can i still get this? If so where..
Yeah, wireless-tools isn't specific to Debian. Search for it using Yum. There's some info about using Yum here: http://www.fedorafaq.org/#installsoftware.
 
Old 12-20-2006, 09:34 AM   #14
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
From the website:
Quote:
As of Linux 2.6.18, the kernel includes a driver for ZD1211 & ZD1211B hardware.
... so, assuming you have that kernel ($ uname -r), you should not have to do any compiling. Your card seems to use the ZD1211B driver.

Have you tried ... # modprobe -v zd1211b
 
Old 12-20-2006, 12:51 PM   #15
Sneo
LQ Newbie
 
Registered: Dec 2006
Location: Ireland
Distribution: Fedora Core 6
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by rickh
From the website: ... so, assuming you have that kernel ($ uname -r), you should not have to do any compiling. Your card seems to use the ZD1211B driver.

Have you tried ... # modprobe -v zd1211b
bash: modprobe: command not found
Problem??
 
  


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 problems dlennon Linux - Wireless Networking 13 04-28-2006 12:26 PM
More ndiswrapper problems Aenima427 Linux - Newbie 2 03-28-2006 03:51 AM
Problems with ndiswrapper hr_phenom Linux - Laptop and Netbook 3 08-24-2005 04:51 PM
Problems w/ ndiswrapper and such... KramarDanIkabu Linux - Wireless Networking 1 01-17-2005 06:54 AM
ndiswrapper problems drethenerd Linux - Wireless Networking 3 11-11-2004 06:20 PM

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

All times are GMT -5. The time now is 09:28 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