Networking Forums

Networking Forums > Computer Networking > Linux Networking > Broadcom 802.11b/g

Reply
Thread Tools Display Modes

Broadcom 802.11b/g

 
 
Nietzsche
Guest
Posts: n/a

 
      07-23-2006, 09:13 PM
Sorry to trouble you all:

Just got slackware 10.2 up and running on a dv5000z hp notebook with an
AMD64 and an ATI Xpress 200M video card (unfortunately had to use ATI's
proprietory driver). Everything works great except the Broadcom
802.11b/g card.

I compiled the driver in kernel 2.6.17.6. I can see the card but when I
try to bring the interface up with either ifconfig or dhclient I get:

SIOCSIFFLAGS: No such file or directory

I'm guessing I need something else in my kernel?

lspci gives:
06:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One
54g] 802.11g Wireless LAN Controller (rev 02)

iwconfig gives:
eth1 IEEE 802.11b/g ESSIDff/any Nickname:"none"
Mode:Managed Access Point: FF:FF:FF:FF:FF:FF Bit Rate=1
Mb/s
RTS thrff Fragment thrff
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

Thanks for any help, suggestions, hints, etc..

 
Reply With Quote
 
 
 
 
Poly-poly man
Guest
Posts: n/a

 
      07-23-2006, 09:50 PM
Nietzsche wrote:

> Sorry to trouble you all:
>
> Just got slackware 10.2 up and running on a dv5000z hp notebook with an
> AMD64 and an ATI Xpress 200M video card (unfortunately had to use ATI's
> proprietory driver). Everything works great except the Broadcom
> 802.11b/g card.
>
> I compiled the driver in kernel 2.6.17.6. I can see the card but when I
> try to bring the interface up with either ifconfig or dhclient I get:
>
> SIOCSIFFLAGS: No such file or directory
>
> I'm guessing I need something else in my kernel?
>
> lspci gives:
> 06:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One
> 54g] 802.11g Wireless LAN Controller (rev 02)
>
> iwconfig gives:
> eth1 IEEE 802.11b/g ESSIDff/any Nickname:"none"
> Mode:Managed Access Point: FF:FF:FF:FF:FF:FF Bit Rate=1
> Mb/s
> RTS thrff Fragment thrff
> 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
>
> Thanks for any help, suggestions, hints, etc..


I've had TONS of trouble with wireless. First, configure the ssid using
iwlist scanning, ifconfig --essid=blahblah. Then, see if "access point" has
decent numbers. Beyond that, use some slackware config tool for the
networking.

If all else fails, give ndiswrapper a try.

poly-p man
 
Reply With Quote
 
Larry Finger
Guest
Posts: n/a

 
      07-24-2006, 12:39 AM
Nietzsche wrote:
> Sorry to trouble you all:
>
> Just got slackware 10.2 up and running on a dv5000z hp notebook with an
> AMD64 and an ATI Xpress 200M video card (unfortunately had to use ATI's
> proprietory driver). Everything works great except the Broadcom
> 802.11b/g card.
>
> I compiled the driver in kernel 2.6.17.6. I can see the card but when I
> try to bring the interface up with either ifconfig or dhclient I get:
>
> SIOCSIFFLAGS: No such file or directory
>
> I'm guessing I need something else in my kernel?
>
> lspci gives:
> 06:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One
> 54g] 802.11g Wireless LAN Controller (rev 02)
>
> iwconfig gives:
> eth1 IEEE 802.11b/g ESSIDff/any Nickname:"none"
> Mode:Managed Access Point: FF:FF:FF:FF:FF:FF Bit Rate=1
> Mb/s
> RTS thrff Fragment thrff
> 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
>
> Thanks for any help, suggestions, hints, etc..
>


The bcm43xx driver doesn't work very well, if at all, on the 4318. The developers are working on the
problem, which involves transmit power, but have not yet had much success.

As was suggested in another posting, you should probably try ndiswrapper. The native driver should
be ready fairly soon.

Larry
 
Reply With Quote
 
Tom Alderman
Guest
Posts: n/a

 
      07-24-2006, 01:07 AM


On Mon, 24 Jul 2006, Larry Finger wrote:

> Nietzsche wrote:
>> Sorry to trouble you all:
>>
>> Just got slackware 10.2 up and running on a dv5000z hp notebook with an
>> AMD64 and an ATI Xpress 200M video card (unfortunately had to use ATI's
>> proprietory driver). Everything works great except the Broadcom
>> 802.11b/g card.
>>
>> I compiled the driver in kernel 2.6.17.6. I can see the card but when I
>> try to bring the interface up with either ifconfig or dhclient I get:
>>
>> SIOCSIFFLAGS: No such file or directory
>>
>> I'm guessing I need something else in my kernel?
>>
>> lspci gives:
>> 06:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One
>> 54g] 802.11g Wireless LAN Controller (rev 02)
>>
>> iwconfig gives:
>> eth1 IEEE 802.11b/g ESSIDff/any Nickname:"none"
>> Mode:Managed Access Point: FF:FF:FF:FF:FF:FF Bit Rate=1
>> Mb/s
>> RTS thrff Fragment thrff
>> 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
>>
>> Thanks for any help, suggestions, hints, etc..
>>

>
> The bcm43xx driver doesn't work very well, if at all, on the 4318. The
> developers are working on the problem, which involves transmit power, but
> have not yet had much success.
>
> As was suggested in another posting, you should probably try ndiswrapper. The
> native driver should be ready fairly soon.
>
> Larry
>


I did get the broadcom card to working in may laptop.

Try this, http://bcm43xx.berlios.de/

ndiswrapper works well but won't work with programs like Kismet.

Good Luck,
~Tom
 
Reply With Quote
 
Nietzsche
Guest
Posts: n/a

 
      07-24-2006, 04:04 AM
Larry Finger wrote:

>
> The bcm43xx driver doesn't work very well, if at all, on the 4318. The developers are working on the
> problem, which involves transmit power, but have not yet had much success.
>
> As was suggested in another posting, you should probably try ndiswrapper. The native driver should
> be ready fairly soon.
>
> Larry


Thanks. Got it working with the windows driver using
bcm43xx-fwcutter from http://bcm43xx.berlios.de
to extract the windows firmware to /lib/firmware.

It works but seems to drop a lot of packets. Think I'll go back to my
old atheros pc card.

 
Reply With Quote
 
O.L.
Guest
Posts: n/a

 
      07-24-2006, 09:31 AM
Hello,

I have a Broadcom BCM4318 too.
I just succeded to make it works with ndiswrapper and bcm43xx-fwcutter,
my wifi connection worked and I was able to surf on the internet
through eth1 which was the wifi card (eth0 is ethernet).
I reboot my PC, and then ... eth1 was disappeared ! :'-(

No possibility to bring it up, <ifup eth1> prints :
Error for wireless request "Set Mode" (8B06) :
SET failed on device eth1 ; No such device.
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth1 ; No such device.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth1 ; No such device.
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
eth1: ERROR while getting interface flags: No such device
Failed to bring up eth1.


It seems like if I have no more wifi card ... And in my network control
panel I only see eth0, whereas before I saw eth0 and eth1.
Does anyone have an idea how to wake up my eth1 ?

Thanks in advance,
Olivier

 
Reply With Quote
 
Nietzsche
Guest
Posts: n/a

 
      07-24-2006, 09:20 PM

O.L. wrote:
> Hello,
>
> I have a Broadcom BCM4318 too.
> I just succeded to make it works with ndiswrapper and bcm43xx-fwcutter,
> my wifi connection worked and I was able to surf on the internet
> through eth1 which was the wifi card (eth0 is ethernet).
> I reboot my PC, and then ... eth1 was disappeared ! :'-(
>
> No possibility to bring it up, <ifup eth1> prints :
> Error for wireless request "Set Mode" (8B06) :
> SET failed on device eth1 ; No such device.
> Error for wireless request "Set Encode" (8B2A) :
> SET failed on device eth1 ; No such device.
> Error for wireless request "Set ESSID" (8B1A) :
> SET failed on device eth1 ; No such device.
> SIOCSIFADDR: No such device
> eth1: ERROR while getting interface flags: No such device
> SIOCSIFNETMASK: No such device
> eth1: ERROR while getting interface flags: No such device
> Failed to bring up eth1.
>
>
> It seems like if I have no more wifi card ... And in my network control
> panel I only see eth0, whereas before I saw eth0 and eth1.
> Does anyone have an idea how to wake up my eth1 ?
>
> Thanks in advance,
> Olivier


Sounds like you're missing a module or kernel option. Try reinstalling.

 
Reply With Quote
 
O.L.
Guest
Posts: n/a

 
      07-25-2006, 09:50 AM
> O.L. wrote:
>> Hello,
>>
>> I have a Broadcom BCM4318 too.
>> I just succeded to make it works with ndiswrapper and bcm43xx-fwcutter,
>> my wifi connection worked and I was able to surf on the internet
>> through eth1 which was the wifi card (eth0 is ethernet).
>> I reboot my PC, and then ... eth1 was disappeared ! :'-(
>>
>> No possibility to bring it up, <ifup eth1> prints :
>> Error for wireless request "Set Mode" (8B06) :
>> SET failed on device eth1 ; No such device.
>> Error for wireless request "Set Encode" (8B2A) :
>> SET failed on device eth1 ; No such device.
>> Error for wireless request "Set ESSID" (8B1A) :
>> SET failed on device eth1 ; No such device.
>> SIOCSIFADDR: No such device
>> eth1: ERROR while getting interface flags: No such device
>> SIOCSIFNETMASK: No such device
>> eth1: ERROR while getting interface flags: No such device
>> Failed to bring up eth1.
>>
>>
>> It seems like if I have no more wifi card ... And in my network control
>> panel I only see eth0, whereas before I saw eth0 and eth1.
>> Does anyone have an idea how to wake up my eth1 ?
>>
>> Thanks in advance,
>> Olivier

>
> Sounds like you're missing a module or kernel option. Try reinstalling.


I installed the latest kernel (sthg-26) instead of the kernel I had
before (sthg-23), but it didn't change anything :-s

--
Olivier Ligny
Créateur web free-lance / www.cyber-tamtam.net


 
Reply With Quote
 
Nietzsche
Guest
Posts: n/a

 
      07-25-2006, 10:14 PM

O.L. wrote:
> > O.L. wrote:
> >> Hello,
> >>
> >> I have a Broadcom BCM4318 too.
> >> I just succeded to make it works with ndiswrapper and bcm43xx-fwcutter,
> >> my wifi connection worked and I was able to surf on the internet
> >> through eth1 which was the wifi card (eth0 is ethernet).
> >> I reboot my PC, and then ... eth1 was disappeared ! :'-(
> >>
> >> No possibility to bring it up, <ifup eth1> prints :
> >> Error for wireless request "Set Mode" (8B06) :
> >> SET failed on device eth1 ; No such device.
> >> Error for wireless request "Set Encode" (8B2A) :
> >> SET failed on device eth1 ; No such device.
> >> Error for wireless request "Set ESSID" (8B1A) :
> >> SET failed on device eth1 ; No such device.
> >> SIOCSIFADDR: No such device
> >> eth1: ERROR while getting interface flags: No such device
> >> SIOCSIFNETMASK: No such device
> >> eth1: ERROR while getting interface flags: No such device
> >> Failed to bring up eth1.
> >>
> >>
> >> It seems like if I have no more wifi card ... And in my network control
> >> panel I only see eth0, whereas before I saw eth0 and eth1.
> >> Does anyone have an idea how to wake up my eth1 ?
> >>
> >> Thanks in advance,
> >> Olivier

> >
> > Sounds like you're missing a module or kernel option. Try reinstalling.

>
> I installed the latest kernel (sthg-26) instead of the kernel I had
> before (sthg-23), but it didn't change anything :-s
>
> --
> Olivier Ligny
> Créateur web free-lance / www.cyber-tamtam.net


I'm using kernel 2.6.17.6. Try using fwcutter from
http://bcm43xx.berlios.de/
I think you need to have hotplug and PnP enabled in the kernel.

 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      07-26-2006, 12:38 AM
"Nietzsche" <(E-Mail Removed)> writes:


>O=2EL. wrote:
>> > O.L. wrote:
>> >> Hello,
>> >>
>> >> I have a Broadcom BCM4318 too.
>> >> I just succeded to make it works with ndiswrapper and bcm43xx-fwcutter,
>> >> my wifi connection worked and I was able to surf on the internet
>> >> through eth1 which was the wifi card (eth0 is ethernet).
>> >> I reboot my PC, and then ... eth1 was disappeared ! :'-(
>> >>
>> >> No possibility to bring it up, <ifup eth1> prints :
>> >> Error for wireless request "Set Mode" (8B06) :
>> >> SET failed on device eth1 ; No such device.
>> >> Error for wireless request "Set Encode" (8B2A) :
>> >> SET failed on device eth1 ; No such device.
>> >> Error for wireless request "Set ESSID" (8B1A) :
>> >> SET failed on device eth1 ; No such device.
>> >> SIOCSIFADDR: No such device
>> >> eth1: ERROR while getting interface flags: No such device
>> >> SIOCSIFNETMASK: No such device
>> >> eth1: ERROR while getting interface flags: No such device
>> >> Failed to bring up eth1.
>> >>
>> >>
>> >> It seems like if I have no more wifi card ... And in my network control
>> >> panel I only see eth0, whereas before I saw eth0 and eth1.
>> >> Does anyone have an idea how to wake up my eth1 ?
>> >>
>> >> Thanks in advance,
>> >> Olivier
>> >
>> > Sounds like you're missing a module or kernel option. Try reinstalling.


Idiocy. Sorry, but reinstalling is almost never the solution to a problem
in Linux, except giving your brain time to think.

I do not know if you used ndiswrapper or bcm43xx-fwcutter, or is that a
windows driver?
modprobe ndiswrapper
installs the ndiswrapper module.



>>
>> I installed the latest kernel (sthg-26) instead of the kernel I had
>> before (sthg-23), but it didn't change anything :-s


Nor would I expect it to.


>I'm using kernel 2.6.17.6. Try using fwcutter from
>http://bcm43xx.berlios.de/
>I think you need to have hotplug and PnP enabled in the kernel.


udev replaces hotplug.
 
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
Broadcom 11b XP Problem - I think Geoff Lane Broadband 1 02-07-2008 07:09 PM
Broadcom 11b XP Problem - I think Geoff Lane Home Networking 0 02-07-2008 06:50 PM
Broadcom tg3 Douglas Mayne Linux Networking 4 03-13-2006 08:34 PM
Broadcom WIFI and FC$ David Linux Networking 5 12-27-2005 11:32 PM
broadcom woes John Linux Networking 8 01-24-2005 01:26 PM



1 2 3 4 5 6 7 8 9 10 11