Networking Forums

Networking Forums > Computer Networking > Linux Networking > Ndiswrapper on 64 bit Fedora 7

Reply
Thread Tools Display Modes

Ndiswrapper on 64 bit Fedora 7

 
 
General Schvantzkoph
Guest
Posts: n/a

 
      09-23-2007, 09:17 PM
I thought I'd give Ndiswrapper a try again, it hasn't worked for me since
FC5 but ever the glutton for punishment I decided to try again.

I'm using 64 bit Fedora 7 on a Compaq R3000z with a POS Broadcom Wireless
chip.

I've done the following,

Install 64 bit ndiswrapper from Livna
Added the following to /etc/modprobe.d/blacklist

blacklist bcm43xx
blacklist bcm43xx_mac80211

Downloaded the 64 bit Broadcom drivers from

http://www.linuxant.com/driverloader/drivers.php

Installed the driver,
ndiswrapper -i netbc564.inf

ndiswrapper -l
netbc564 : driver installed
device (14E4:4320) present (alternate driver: ssb)

Added the following to /etc/modprobe.conf

alias wlan0 ndiswrapper

I set it up using system-config-networking

When I do an ifup I get

ifup wlan0
SIOCSIFFLAGS: No such file or directory
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.
SIOCSIFFLAGS: No such file or directory
Failed to bring up wlan0.

If I try a iwlist scanning I get

lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wmaster0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

vmnet8 Interface doesn't support scanning.

vmnet1 Interface doesn't support scanning.

Has anyone gotten the Broadcom chip working with 64 bit Fedora 7? How
about with 32 bit Fedora 7?

 
Reply With Quote
 
 
 
 
nunya
Guest
Posts: n/a

 
      09-23-2007, 09:50 PM
On Sun, 23 Sep 2007 21:17:31 +0000, General Schvantzkoph wrote:

> I thought I'd give Ndiswrapper a try again, it hasn't worked for me since
> FC5 but ever the glutton for punishment I decided to try again.
>
> I'm using 64 bit Fedora 7 on a Compaq R3000z with a POS Broadcom Wireless
> chip.
>
> I've done the following,
>
> Install 64 bit ndiswrapper from Livna
> Added the following to /etc/modprobe.d/blacklist
>
> blacklist bcm43xx
> blacklist bcm43xx_mac80211
>
> Downloaded the 64 bit Broadcom drivers from
>
> http://www.linuxant.com/driverloader/drivers.php
>
> Installed the driver,
> ndiswrapper -i netbc564.inf
>
> ndiswrapper -l
> netbc564 : driver installed
> device (14E4:4320) present (alternate driver: ssb)
>
> Added the following to /etc/modprobe.conf
>
> alias wlan0 ndiswrapper
>
> I set it up using system-config-networking
>
> When I do an ifup I get
>
> ifup wlan0
> SIOCSIFFLAGS: No such file or directory
> Error for wireless request "Set Mode" (8B06) :
> SET failed on device wlan0 ; Invalid argument.
> SIOCSIFFLAGS: No such file or directory
> Failed to bring up wlan0.
>
> If I try a iwlist scanning I get
>
> lo Interface doesn't support scanning.
>
> eth0 Interface doesn't support scanning.
>
> wmaster0 Interface doesn't support scanning.
>
> wlan0 Interface doesn't support scanning : Network is down
>
> vmnet8 Interface doesn't support scanning.
>
> vmnet1 Interface doesn't support scanning.
>
> Has anyone gotten the Broadcom chip working with 64 bit Fedora 7? How
> about with 32 bit Fedora 7?

I have it working flawlessly on HP/Compaq F572US, under Gentoo. Had to
rmmod the bcm43xx driver then move it (renamed) to keep it from mucking up
the works. Then used the bcmwl5 driver from XP using ndiswrapper ......
flawless ever since (even using wpa_supplicant and WPA encryption). HTH
 
Reply With Quote
 
Larry Finger
Guest
Posts: n/a

 
      09-23-2007, 11:19 PM
General Schvantzkoph wrote:
> I thought I'd give Ndiswrapper a try again, it hasn't worked for me since
> FC5 but ever the glutton for punishment I decided to try again.
>
> I'm using 64 bit Fedora 7 on a Compaq R3000z with a POS Broadcom Wireless
> chip.
>
> I've done the following,
>
> Install 64 bit ndiswrapper from Livna
> Added the following to /etc/modprobe.d/blacklist
>
> blacklist bcm43xx
> blacklist bcm43xx_mac80211
>
> Downloaded the 64 bit Broadcom drivers from
>
> http://www.linuxant.com/driverloader/drivers.php
>
> Installed the driver,
> ndiswrapper -i netbc564.inf
>
> ndiswrapper -l
> netbc564 : driver installed
> device (14E4:4320) present (alternate driver: ssb)
>
> Added the following to /etc/modprobe.conf
>
> alias wlan0 ndiswrapper
>
> I set it up using system-config-networking
>
> When I do an ifup I get
>
> ifup wlan0
> SIOCSIFFLAGS: No such file or directory
> Error for wireless request "Set Mode" (8B06) :
> SET failed on device wlan0 ; Invalid argument.
> SIOCSIFFLAGS: No such file or directory
> Failed to bring up wlan0.
>
> If I try a iwlist scanning I get
>
> lo Interface doesn't support scanning.
>
> eth0 Interface doesn't support scanning.
>
> wmaster0 Interface doesn't support scanning.
>
> wlan0 Interface doesn't support scanning : Network is down
>
> vmnet8 Interface doesn't support scanning.
>
> vmnet1 Interface doesn't support scanning.
>
> Has anyone gotten the Broadcom chip working with 64 bit Fedora 7? How
> about with 32 bit Fedora 7?
>


The native bcm43xx driver works better on my openSUSE 10.2/3 x86_64 system than the Windows XP
system does. From what I read, the rawhide test kernels for F7 also work very well.

Larry
 
Reply With Quote
 
General Schvantzkoph
Guest
Posts: n/a

 
      09-24-2007, 12:40 AM
On Sun, 23 Sep 2007 23:19:59 +0000, Larry Finger wrote:

> General Schvantzkoph wrote:
>> I thought I'd give Ndiswrapper a try again, it hasn't worked for me
>> since FC5 but ever the glutton for punishment I decided to try again.
>>
>> I'm using 64 bit Fedora 7 on a Compaq R3000z with a POS Broadcom
>> Wireless chip.
>>
>> I've done the following,
>>
>> Install 64 bit ndiswrapper from Livna Added the following to
>> /etc/modprobe.d/blacklist
>>
>> blacklist bcm43xx
>> blacklist bcm43xx_mac80211
>>
>> Downloaded the 64 bit Broadcom drivers from
>>
>> http://www.linuxant.com/driverloader/drivers.php
>>
>> Installed the driver,
>> ndiswrapper -i netbc564.inf
>>
>> ndiswrapper -l
>> netbc564 : driver installed
>> device (14E4:4320) present (alternate driver: ssb)
>>
>> Added the following to /etc/modprobe.conf
>>
>> alias wlan0 ndiswrapper
>>
>> I set it up using system-config-networking
>>
>> When I do an ifup I get
>>
>> ifup wlan0
>> SIOCSIFFLAGS: No such file or directory Error for wireless request "Set
>> Mode" (8B06) :
>> SET failed on device wlan0 ; Invalid argument.
>> SIOCSIFFLAGS: No such file or directory Failed to bring up wlan0.
>>
>> If I try a iwlist scanning I get
>>
>> lo Interface doesn't support scanning.
>>
>> eth0 Interface doesn't support scanning.
>>
>> wmaster0 Interface doesn't support scanning.
>>
>> wlan0 Interface doesn't support scanning : Network is down
>>
>> vmnet8 Interface doesn't support scanning.
>>
>> vmnet1 Interface doesn't support scanning.
>>
>> Has anyone gotten the Broadcom chip working with 64 bit Fedora 7? How
>> about with 32 bit Fedora 7?
>>
>>

> The native bcm43xx driver works better on my openSUSE 10.2/3 x86_64
> system than the Windows XP system does. From what I read, the rawhide
> test kernels for F7 also work very well.
>
> Larry


I've been trying it on 32 F7, I can't get it to work there either. I also
tried bcm43xx, that doesn't work either.
 
Reply With Quote
 
Larry Finger
Guest
Posts: n/a

 
      09-24-2007, 01:34 AM
General Schvantzkoph wrote:
> On Sun, 23 Sep 2007 23:19:59 +0000, Larry Finger wrote:
>
>> General Schvantzkoph wrote:
>>> I thought I'd give Ndiswrapper a try again, it hasn't worked for me
>>> since FC5 but ever the glutton for punishment I decided to try again.
>>>
>>> I'm using 64 bit Fedora 7 on a Compaq R3000z with a POS Broadcom
>>> Wireless chip.
>>>
>>> I've done the following,
>>>
>>> Install 64 bit ndiswrapper from Livna Added the following to
>>> /etc/modprobe.d/blacklist
>>>
>>> blacklist bcm43xx
>>> blacklist bcm43xx_mac80211
>>>
>>> Downloaded the 64 bit Broadcom drivers from
>>>
>>> http://www.linuxant.com/driverloader/drivers.php
>>>
>>> Installed the driver,
>>> ndiswrapper -i netbc564.inf
>>>
>>> ndiswrapper -l
>>> netbc564 : driver installed
>>> device (14E4:4320) present (alternate driver: ssb)
>>>
>>> Added the following to /etc/modprobe.conf
>>>
>>> alias wlan0 ndiswrapper
>>>
>>> I set it up using system-config-networking
>>>
>>> When I do an ifup I get
>>>
>>> ifup wlan0
>>> SIOCSIFFLAGS: No such file or directory Error for wireless request "Set
>>> Mode" (8B06) :
>>> SET failed on device wlan0 ; Invalid argument.
>>> SIOCSIFFLAGS: No such file or directory Failed to bring up wlan0.
>>>
>>> If I try a iwlist scanning I get
>>>
>>> lo Interface doesn't support scanning.
>>>
>>> eth0 Interface doesn't support scanning.
>>>
>>> wmaster0 Interface doesn't support scanning.
>>>
>>> wlan0 Interface doesn't support scanning : Network is down
>>>
>>> vmnet8 Interface doesn't support scanning.
>>>
>>> vmnet1 Interface doesn't support scanning.
>>>
>>> Has anyone gotten the Broadcom chip working with 64 bit Fedora 7? How
>>> about with 32 bit Fedora 7?
>>>
>>>

>> The native bcm43xx driver works better on my openSUSE 10.2/3 x86_64
>> system than the Windows XP system does. From what I read, the rawhide
>> test kernels for F7 also work very well.
>>
>> Larry

>
> I've been trying it on 32 F7, I can't get it to work there either. I also
> tried bcm43xx, that doesn't work either.


Care to post the output of 'dmesg | grep bcm' when trying bcm43xx?

Larry
 
Reply With Quote
 
General Schvantzkoph
Guest
Posts: n/a

 
      09-24-2007, 02:51 AM
On Mon, 24 Sep 2007 01:34:30 +0000, Larry Finger wrote:

> General Schvantzkoph wrote:
>> On Sun, 23 Sep 2007 23:19:59 +0000, Larry Finger wrote:
>>
>>> General Schvantzkoph wrote:
>>>> I thought I'd give Ndiswrapper a try again, it hasn't worked for me
>>>> since FC5 but ever the glutton for punishment I decided to try again.
>>>>
>>>> I'm using 64 bit Fedora 7 on a Compaq R3000z with a POS Broadcom
>>>> Wireless chip.
>>>>
>>>> I've done the following,
>>>>
>>>> Install 64 bit ndiswrapper from Livna Added the following to
>>>> /etc/modprobe.d/blacklist
>>>>
>>>> blacklist bcm43xx
>>>> blacklist bcm43xx_mac80211
>>>>
>>>> Downloaded the 64 bit Broadcom drivers from
>>>>
>>>> http://www.linuxant.com/driverloader/drivers.php
>>>>
>>>> Installed the driver,
>>>> ndiswrapper -i netbc564.inf
>>>>
>>>> ndiswrapper -l
>>>> netbc564 : driver installed
>>>> device (14E4:4320) present (alternate driver: ssb)
>>>>
>>>> Added the following to /etc/modprobe.conf
>>>>
>>>> alias wlan0 ndiswrapper
>>>>
>>>> I set it up using system-config-networking
>>>>
>>>> When I do an ifup I get
>>>>
>>>> ifup wlan0
>>>> SIOCSIFFLAGS: No such file or directory Error for wireless request
>>>> "Set Mode" (8B06) :
>>>> SET failed on device wlan0 ; Invalid argument.
>>>> SIOCSIFFLAGS: No such file or directory Failed to bring up wlan0.
>>>>
>>>> If I try a iwlist scanning I get
>>>>
>>>> lo Interface doesn't support scanning.
>>>>
>>>> eth0 Interface doesn't support scanning.
>>>>
>>>> wmaster0 Interface doesn't support scanning.
>>>>
>>>> wlan0 Interface doesn't support scanning : Network is down
>>>>
>>>> vmnet8 Interface doesn't support scanning.
>>>>
>>>> vmnet1 Interface doesn't support scanning.
>>>>
>>>> Has anyone gotten the Broadcom chip working with 64 bit Fedora 7? How
>>>> about with 32 bit Fedora 7?
>>>>
>>>>
>>> The native bcm43xx driver works better on my openSUSE 10.2/3 x86_64
>>> system than the Windows XP system does. From what I read, the rawhide
>>> test kernels for F7 also work very well.
>>>
>>> Larry

>>
>> I've been trying it on 32 F7, I can't get it to work there either. I
>> also tried bcm43xx, that doesn't work either.

>
> Care to post the output of 'dmesg | grep bcm' when trying bcm43xx?
>
> Larry


I've removed Ndiswrapper and deleted the blacklist entries for bcm43xx.

dmesg | grep bcm
bcm43xx driver

I added an entry to modprobe.conf,

alias wlan0 bcm43xx

And I used fwcutter on BCMWL564.SYS to put the firmware into

/lib64/firmware

It doesn't work,

ifup wlan0
SIOCSIFFLAGS: Operation not supported
SIOCSIFFLAGS: Operation not supported
Failed to bring up wlan0.



 
Reply With Quote
 
Larry Finger
Guest
Posts: n/a

 
      09-24-2007, 04:26 AM
General Schvantzkoph wrote:
>
> I've removed Ndiswrapper and deleted the blacklist entries for bcm43xx.
>
> dmesg | grep bcm
> bcm43xx driver
>
> I added an entry to modprobe.conf,
>
> alias wlan0 bcm43xx
>
> And I used fwcutter on BCMWL564.SYS to put the firmware into
>
> /lib64/firmware
>
> It doesn't work,
>
> ifup wlan0
> SIOCSIFFLAGS: Operation not supported
> SIOCSIFFLAGS: Operation not supported
> Failed to bring up wlan0.


The SIOCSIFFLAGS messages are probably not important.

Is this a prebuilt kernel from a distro, or did you build it yourself. If the latter, please turn on
debugging for bcm43xx.

When you issue an 'lspci -v' command, what does the entry for the wireless LAN device show? What is
the output from an iwconfig command?

Larry
 
Reply With Quote
 
General Schvantzkoph
Guest
Posts: n/a

 
      09-24-2007, 12:43 PM
On Mon, 24 Sep 2007 04:26:33 +0000, Larry Finger wrote:

> General Schvantzkoph wrote:
>>
>> I've removed Ndiswrapper and deleted the blacklist entries for bcm43xx.
>>
>> dmesg | grep bcm
>> bcm43xx driver
>>
>> I added an entry to modprobe.conf,
>>
>> alias wlan0 bcm43xx
>>
>> And I used fwcutter on BCMWL564.SYS to put the firmware into
>>
>> /lib64/firmware
>>
>> It doesn't work,
>>
>> ifup wlan0
>> SIOCSIFFLAGS: Operation not supported SIOCSIFFLAGS: Operation not
>> supported Failed to bring up wlan0.

>
> The SIOCSIFFLAGS messages are probably not important.
>
> Is this a prebuilt kernel from a distro, or did you build it yourself.
> If the latter, please turn on debugging for bcm43xx.
>
> When you issue an 'lspci -v' command, what does the entry for the
> wireless LAN device show? What is the output from an iwconfig command?
>
> Larry


This is a Fedora kernel, 2.6.22.5-76.fc7

02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g
Wireless LAN Controller (rev 03)
Subsystem: Hewlett-Packard Company NX9500 Built-in Wireless
Flags: bus master, fast devsel, latency 64, IRQ 17
Memory at e0104000 (32-bit, non-prefetchable) [size=8K]

iwconfig -v wlan0
iwconfig Wireless-Tools version 28
Compatible with Wireless Extension v11 to v20.

Kernel Currently compiled with Wireless Extension v22.

wlan0 Recommend Wireless Extension v21 or later,
Currently compiled with Wireless Extension v22.

wlan0 IEEE 802.11g ESSID:""
Mode:Ad-Hoc Frequency:2.462 GHz Cell: Not-Associated
Retry min limit:7 RTS thrff Fragment thr=2346 B
Encryption keyff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
 
Reply With Quote
 
davejones70@gmail.com
Guest
Posts: n/a

 
      10-01-2007, 04:04 PM
I had the same problem due to a new driver "ssb" that needs to be
added to the blacklist so it doesn't conflict with ndiswrapper:

With a reboot -- add to /etc/modprobe.d/blacklist then reboot

Without a reboot --
add "blacklist ssb" to the bottom of /etc/modprobe.d/blacklist
# modprobe -r ssb
# modprobe -r ndiswrapper
# modprobe ndiswrapper
# iwconfig
(you will see output for your wireless card interface-- probably
wlan0)
# iwlist wlan0 scan
(should show wireless access points available)

 
Reply With Quote
 
General Schvantzkoph
Guest
Posts: n/a

 
      10-01-2007, 04:43 PM
On Mon, 01 Oct 2007 09:04:49 -0700, davejones70 wrote:

> modprobe -r ssb


I'll give that a try.

Josh
 
Reply With Quote
 
 
 
Reply

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
autofs from non-Fedora to Fedora 16 Kevin the Drummer Linux Networking 9 04-17-2012 06:28 AM
What are Some Wireless G Cards that are Supported Natively (W/O NDISWrapper) by Fedora 7? linuxtubie49 Linux Networking 1 08-16-2007 02:58 AM
Strange SSH halting problem between Fedora Core 2/Fedora Core 3 Jonathan Abbey Linux Networking 4 12-03-2004 05:00 PM
Installed Fedora, can't telnet from PC into Fedora machine? Santa Linux Networking 5 11-15-2004 05:25 AM
NDISWrapper - almost there - but need a little help The Etobian Linux Networking 2 07-04-2004 10:06 PM



1 2 3 4 5 6 7 8 9 10 11