Florian Erfurth wrote:
> Hi, I'm using notebook Acer Aspire 5022 with builtin WLAN Broadcom 4318.
> [EMAIL PROTECTED] ~]# lspci -v
> [snip]
> 
> 06:05.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g]
> 802.11g Wireless LAN Controller (rev 02)
>         Subsystem: AMBIT Microsystem Corp. Aspire 3022WLMi, 5024WLMi, 5020
>         Flags: bus master, fast devsel, latency 64, IRQ 21
>         Memory at c0204000 (32-bit, non-prefetchable) [size=8K]
> [snip]
> <<<
> My wlan worked well until I upgraded from fedora core 6 to fedora 7. Then
> bcm43xx-Driver complaints about old firmware version, so I have to get
--snip--

> There is a warning line, which may be the cause of nonworking. :(

It is a symptom of the cause.

> If I look into iwconfig it shows Link-Quality, Signal- and Noise-level. Does
> it sound good?

Those values are completely bogus. In the official bcm43xx-mac80211 trees, the 
code gives more 
realistic values, but those patches are not in FC7.

> [EMAIL PROTECTED] ~]# iwconfig
> lo        no wireless extensions.
> 
> wmaster0  no wireless extensions.
> 
> wlan0     IEEE 802.11g  ESSID:"Guest Access"
>           Mode:Managed  Frequency:2.462 GHz  Access Point: XX:XX:XX:XX:XX:XX
>           Bit Rate=18 Mb/s
>           Retry min limit:7   RTS thr:off   Fragment thr=2346 B
>           Encryption key:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX
>           Link Quality=193/146  Signal level=-238 dBm  Noise level=-73 dBm
>           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
>           Tx excessive retries:0  Invalid misc:0   Missed beacon:0
> 
> eth0      no wireless extensions.
> 
> vmnet8    no wireless extensions.
> <<<
> But wait, what the hell is wmaster0? In FC6 there was no wmaster0! Whatever.

That is a feature of mac80211. It supports multiple devices, whereas 
bcm43xx-softmac (the old one) 
does not.

> Now look again into ifconfig. You can see that some bytes was sent/received
> (I think it's from trying getting IP-Adress from dhcp-server):
> [EMAIL PROTECTED] ~]# ifconfig wlan0
> wlan0     Link encap:Ethernet  HWaddr XX:XX:XX:XX:XX:XX
>           UP BROADCAST MULTICAST  MTU:1500  Metric:1
>           RX packets:1 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:346 (346.0 b)  TX bytes:8657 (8.4 KiB)
> <<<
> 
> If I try with 'iwlist scan' the AccessPoints are shown in wlan0 which looks
> very good. So where is a problem? I hope someone of you could help me.
> Please!

The problem is one of signal strength/maximum transmission rate with 
bcm43xx_mac80211. The current 
state in Michael Beusch's git tree is better than that of FC7, but only a 
little better. One change 
is that the driver initializes to 1 Mbs rather than 54 Mbs, which greatly aids 
the 
authentication/association process.

> cu Floh
> PS: With the newer version of bcm43xx there is no need to 'modprobe bcm43xx'
> (I mean 'bcm43xx' not 'bcm43xx_mac80211'), am I right?

Yes.

> PS2: I've tried with Windows-Vista-driver for broadcom-chip, but
> unfortunatelly it's too new for fwcutter. :(

Your firmware is not the problem and should be OK.

Larry
_______________________________________________
Bcm43xx-dev mailing list
Bcm43xx-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to