LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 02-03-2008, 12:25 PM   #1
merseyman
LQ Newbie
 
Registered: Jan 2008
Posts: 17

Rep: Reputation: 0
ndiswrapper


how do i know if i have ndiswrapper installed and how do i install the drivers off a cd too run my wireless connection?
 
Old 02-03-2008, 03:59 PM   #2
David1357
Senior Member
 
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Blog Entries: 1

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by merseyman View Post
how do i know if i have ndiswrapper installed and how do i install the drivers off a cd too run my wireless connection?
The following commands will show you if you have the ndiswrapper driver installed
Code:
[machine:~]:pushd /lib/modules/`uname -r`
/lib/modules/2.6.17-10-386 ~
[machine:/lib/modules/2.6.17-10-386]:find . -name 'ndiswrapper*' -print
./kernel/drivers/net/ndiswrapper
./kernel/drivers/net/ndiswrapper/ndiswrapper.ko
The ndiswrapper.ko is the kernel module for ndiswrapper. Mandriva probably has a package manager that you could use to query for this information, but I have never used Mandriva.
 
Old 02-03-2008, 05:40 PM   #3
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
Yes it does. You can use the GUI Software Installer and search for ndiswrapper in the search box at the top of the window using the default search option to search in names. Any packages with the string ndiswrapper in their names will be listed. A green check mark at the left of a line indicates the package is installed.

Alternatively, you could open a terminal window, su to root, then run the following command:
Code:
urpmi ndiswrapper
If ndiswrapper is installed, urpmi will exit with a message to that effect. If it is not installed, urpmi will install it.

HTH,
 
Old 02-03-2008, 06:25 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
To find out if a package is installed on systems that use rpm, you can do
Code:
$rpm -qa | grep -i packagename
So for ndiswrapper, you would do
Code:
$rpm -qa | grep -i ndiswrapper
If ndiswrapper is installed, the output from that command should show you the version. If its not installed, then you won't get any output.

To install wireless drivers, you should be able to do something like
Code:
ndiswrapper -i /path/to/driver.inf
Detailed info is available here.

Last edited by reddazz; 02-03-2008 at 06:26 PM.
 
  


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
Trying to load module "ndiswrapper" with modprobe; modprobe ndiswrapper doesn't work! Benjamin Linux - Wireless Networking 30 05-25-2008 07:04 AM
Ndiswrapper Error:couldn't add module alias: at /usr/sbin/ndiswrapper-1.9 line 717. Skuggi Linux - Wireless Networking 1 06-07-2007 11:57 AM
ndiswrapper-utils & ndiswrapper-modules cyclic dependency benoit808 Debian 4 02-19-2007 05:35 PM
ndiswrapper, ndiswrapper-utils, and Fedora Core 6 alkaholic Linux - Wireless Networking 1 02-03-2007 07:46 PM
errors while installing ndiswrapper-0.8.tar.gz and ndiswrapper-0.11.tar.gz itsonlyme Linux - Wireless Networking 31 05-19-2006 02:51 PM

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

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