Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Redhat / Fedora Linux Help
Reload this Page problem with ndiswrapper
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Redhat / Fedora Linux Help Help and discussion related to Redhat and Fedora Linux.

Reply
 
Thread Tools Display Modes
Old 11-07-2007   #1 (permalink)
fumi
Just Joined!
 
Join Date: Aug 2007
Posts: 5
problem with ndiswrapper

Hi,

I installed ndiswrapper in fedora 7 to use my wireless card and did the followings :
as su :
yum -y install ndiswrapper
------------------------------------------------
kmod-ndiswrapper-1.48-1.2.6.23.1_10.fc7
ndiswrapper-1.48-1.lvn7
------------------------------------
mkdir /ndiswrapper_drivers
cp bcmwl5.* /ndiswrapepr_drivers/.
ndiswrapper -i bcmwl5.inf
ndiswrapper -l


bcmwl5 : driver installed
device (14E4:4311) present (alternate driver: ssb)
-------------------------------------------------------------------
Added the line in "/etc/modprobe.conf"

alias wlan0 ndiswrapper
-------------------------------------------------------------------
rebuild the modules.dep

depmod -a
modprobe -r bcm43xx-mac80211
modprobe ndiswrapper

-------------------------------------------
blacklist the driver in "/etc/modprobe.d/blacklist"
blacklist bcm43xx_mac80211
-------------------------------------------------
Added the line in "/etc/sysconfig/wpa_supplicant"

INTERFACES="-iwlan0"
DRIVERS="-Dndiswrapper"

----------------------------------------------------
then modify the line in "/etc/sudoers"
wheel ALL=(ALL) NOPASSWD: ALL

-------------------------------------------------------
Then start the wpa_supplicant service using:
service wpa_supplicant start

--------------------------------------------------------
Starting wpa_supplicant: ioctl[SIOCSIWPMKSA]: No such device
ioctl[SIOCSIWMODE]: No such device
Could not configure driver to use managed mode
ioctl[SIOCGIFFLAGS]: No such device
Could not set interface 'wlan0' UP
ioctl[SIOCGIWRANGE]: No such device
ioctl[SIOCGIFINDEX]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
ioctl[SIOCSIWENCODEEXT]: No such device
ioctl[SIOCSIWENCODE]: No such device
Failed to disable WPA in the driver.
/bin/bash: line 1: 5157 Segmentation fault wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -Dndiswrapper -B
[FAILED]


My kernel version is "2.6.23.1-10.fc7"


Anyone can help ?

Thanks.
fumi is offline   Reply With Quote
Old 12-03-2007   #2 (permalink)
cassiopea
Just Joined!
 
Join Date: Dec 2007
Posts: 1
hey fumi, did u resolve your problem yet? if yes, how? can u help me too?
thanks
cassiopea is offline   Reply With Quote
Old 05-11-2008   #3 (permalink)
fumi
Just Joined!
 
Join Date: Aug 2007
Posts: 5
Resolved at last.

Ndiswrapper in DELL INSPIRON 640m in fedora 7 or 8.

Quote:
Originally Posted by fumi View Post

as su :
yum -y install ndiswrapper
------------------------------------------------
kmod-ndiswrapper-1.48-1.2.6.23.1_10.fc7
ndiswrapper-1.48-1.lvn7
------------------------------------
mkdir /ndiswrapper_drivers
cp bcmwl5.* /ndiswrapepr_drivers/.
ndiswrapper -i bcmwl5.inf
ndiswrapper -l


bcmwl5 : driver installed
device (14E4:4311) present (alternate driver: ssb)
-------------------------------------------------------------------

ndiswrapper -m
ndiswrapper -ma
ndiswrapper -mi
-------------------------------------------------------------------
Then REBOOT PC.
-------------------------------------------------------------------
Install wpa_supplicant from src .
untar the file and install using "make". Then
"cp wpa_cli wpa_supplicant wpa_passphrase /usr/local/bin/.".

copy wpa_supplicant.conf from the source directory into the /etc directory.
edit the file in /etc/wpa_supplicant.conf
(make sure to copy the original before editing)

my configuration file is
---------------------------------------------------------
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="quark"
psk="XXXXXXXXXXXXXXXX"
}
network={
ssid="hadron"
psk="XXXXXXXXXXXXXXXX"
}
-------------------------------------------------------
You can also include your wireless configuration from "system-config-network".
-------------------------------------------------------------------


Added the line in "/etc/modprobe.conf"

alias wlan0 ndiswrapper
-------------------------------------------------------------------
rebuild the modules.dep

depmod -a
modprobe -r bcm43xx
modprobe ndiswrapper

-------------------------------------------
blacklist the driver in "/etc/modprobe.d/blacklist"
blacklist bcm43xx
-------------------------------------------------
Added the line in "/etc/sysconfig/wpa_supplicant"

INTERFACES="-iwlan0"
DRIVERS="-Dndiswrapper"

----------------------------------------------------
then modify the line in "/etc/sudoers"
wheel ALL=(ALL) NOPASSWD: ALL

-------------------------------------------------------
Then start the wpa_supplicant service using:
service wpa_supplicant start
OR
start the network from system-config-network.
fumi is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu, wireless and ndiswrapper Pimp Daddy Ubuntu Help 2 08-11-2007 08:54 AM
ndiswrapper installation problem (help me) tls803 Redhat / Fedora Linux Help 4 10-06-2006 06:05 AM
Having a problem with ndiswrapper...Help me? Stagelight Linux Networking 19 09-11-2005 09:53 PM
ndiswrapper wlan problem Tyrannicide Linux Networking 5 12-17-2004 08:03 PM


All times are GMT. The time now is 06:36 AM.

Powered by vBulletin 3.6.8 ©2000 - 2007, content relevant URLs by vBSEO, Property of Core Root.

Content Relevant URLs by vBSEO 3.0.0