LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 04-25-2008, 09:34 PM   #16
uncholowapo
Member
 
Registered: Apr 2008
Location: GA, USA
Distribution: Yellow Dog Linux, Fedora 8
Posts: 31

Original Poster
Rep: Reputation: 15

Ok now I have a new problem. When I run the command to check the version ndiswrapper -v it tells me that the command was not found even though I had it installed. I even tried to unistall and reinstall but that didn't work either.

Code:
[Juan@localhost ~]$ ndiswrapper -i net8187b.inf
bash: ndiswrapper: command not found
[Juan@localhost ~]$ cd /home
[Juan@localhost home]$ ndiswrapper -i net8187b.inf
bash: ndiswrapper: command not found
[Juan@localhost home]$ su
Password: 
[root@localhost home]# ndiswrapper -i net8187b.inf
bash: ndiswrapper: command not found
[root@localhost home]# yum erase ndiswrapper
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package ndiswrapper.i386 0:1.52-1.lvn8 set to be erased
--> Processing Dependency: ndiswrapper-kmod-common >= 1.52 for package: kmod-ndiswrapper-2.6.24.4-64.fc8
--> Running transaction check
---> Package kmod-ndiswrapper-2.6.24.4-64.fc8.i686 0:1.52-6.lvn8.1 set to be erased
--> Processing Dependency: kmod-ndiswrapper-2.6.24.4-64.fc8 = 1.52-6.lvn8.1 for package: kmod-ndiswrapper
--> Running transaction check
---> Package kmod-ndiswrapper.i686 0:1.52-6.lvn8.1 set to be erased
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Removing:
 ndiswrapper             i386       1.52-1.lvn8      installed          75 k
Removing for dependencies:
 kmod-ndiswrapper        i686       1.52-6.lvn8.1    installed          0.0 
 kmod-ndiswrapper-2.6.24.4-64.fc8  i686       1.52-6.lvn8.1    installed         203 k

Transaction Summary
=============================================================================
Install      0 Package(s)         
Update       0 Package(s)         
Remove       3 Package(s)         

Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Erasing   : kmod-ndiswrapper-2.6.24.4-64 ######################### [1/3] 
  Erasing   : kmod-ndiswrapper             ######################### [2/3] 
  Erasing   : ndiswrapper                  ######################### [3/3] 

Removed: ndiswrapper.i386 0:1.52-1.lvn8
Dependency Removed: kmod-ndiswrapper.i686 0:1.52-6.lvn8.1 kmod-ndiswrapper-2.6.24.4-64.fc8.i686 0:1.52-6.lvn8.1
Complete!
[root@localhost home]# yum install ndiswrapper
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package ndiswrapper.i386 0:1.52-1.lvn8 set to be updated
--> Processing Dependency: ndiswrapper-kmod >= 1.52 for package: ndiswrapper
--> Running transaction check
---> Package kmod-ndiswrapper.i686 0:1.52-6.lvn8.1 set to be updated
--> Processing Dependency: kmod-ndiswrapper-2.6.24.4-64.fc8 = 1.52-6.lvn8.1 for package: kmod-ndiswrapper
--> Running transaction check
---> Package kmod-ndiswrapper-2.6.24.4-64.fc8.i686 0:1.52-6.lvn8.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing for dependencies:
 kmod-ndiswrapper        i686       1.52-6.lvn8.1    livna             8.5 k
 kmod-ndiswrapper-2.6.24.4-64.fc8  i686       1.52-6.lvn8.1    livna              91 k
 ndiswrapper             i386       1.52-1.lvn8      livna              33 k

Transaction Summary
=============================================================================
Install      3 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 133 k
Is this ok [y/N]: y
Downloading Packages:
(1/3): ndiswrapper-1.52-1 100% |=========================|  33 kB    00:00     
(2/3): kmod-ndiswrapper-1 100% |=========================| 8.5 kB    00:00     
(3/3): kmod-ndiswrapper-2 100% |=========================|  91 kB    00:00     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: kmod-ndiswrapper             ######################### [1/3] 
  Installing: kmod-ndiswrapper-2.6.24.4-64 ######################### [2/3] 
  Installing: ndiswrapper                  ######################### [3/3] 

Dependency Installed: kmod-ndiswrapper.i686 0:1.52-6.lvn8.1 kmod-ndiswrapper-2.6.24.4-64.fc8.i686 0:1.52-6.lvn8.1 ndiswrapper.i386 0:1.52-1.lvn8
Complete!
[root@localhost home]# ndiswrapper -v
bash: ndiswrapper: command not found
[root@localhost home]#
 
Old 04-26-2008, 05:26 PM   #17
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
OK, it appears that ndiswrapper is installed, but the ndiswrapper module is not loaded. After it is reinstalled properly, type (as root):

modprobe ndiswrapper

Then try rerunning the installation commands from the previous posts. You can test that the ndiswrapper module is loaded by typing (as root):

lsmod

This will list the loaded modules and ndiswrapper should be one of them. When it is loaded the driver installation commands will work.

Bob
 
  


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
toshiba satellite m45 ubuntu wireless x34460 Linux - Laptop and Netbook 4 01-10-2008 04:37 PM
toshiba satellite m45 ubuntu wireless x34460 Ubuntu 1 01-09-2008 07:26 PM
Fedora 8 on a Toshiba Satellite Mannyakatheman Linux - Laptop and Netbook 5 12-06-2007 09:35 AM
Wireless support on Toshiba Satellite. MaaSTaaR Linux - Hardware 1 08-30-2007 03:22 PM
No wireless on Toshiba Satellite U200 with FC5 l36544 Linux - Hardware 5 10-03-2006 05:07 PM

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

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