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
newer driver. I downloaded broadcom-wl-4.80.53.0.tar.bz2 from
http://downloads.openwrt.org/sources/ and then use bcm43xx-fwcutter which
has following version:
>>>
[EMAIL PROTECTED] bcm43xx]# rpm -q bcm43xx-fwcutter
bcm43xx-fwcutter-006-1.fc7.x86_64
<<<
Until here it seems to be ok, but the fwcutter warns me, because I use the
new driver (4.xx). I think its ok.

Following command shows you, what dmesg says after booting (the modules
seems to be loaded automatically):
>>>
[EMAIL PROTECTED] ~]# dmesg | grep bcm
bcm43xx_mac80211: Broadcom 4318 WLAN found
bcm43xx_mac80211: Found PHY: Analog 3, Type 2, Revision 7
bcm43xx_mac80211: Found Radio: Manuf 0x17F, Version 0x2050, Revision 8
bcm43xx_mac80211: Radio turned off

[EMAIL PROTECTED] ~]# lsmod | grep bcm
bcm43xx_mac80211      415137  0
ssb                    43589  1 bcm43xx_mac80211
mac80211              164297  2 rc80211_simple,bcm43xx_mac80211
<<<

Now let try to use wlan. First I have to turn on wlan since the wlan-button
isn't working under linux:
>>>
[EMAIL PROTECTED] ~]# modprobe acer_acpi
[EMAIL PROTECTED] ~]# echo "enabled : 1" > /proc/acpi/acer/wireless
[EMAIL PROTECTED] ~]# dmesg
[snip]
acer_acpi: Acer Laptop ACPI Extras version 0.5
acer_acpi: Wireless value 0
acer_acpi: Wireless value 1
<<<
After enabling wlan with the command 'echo > wireless' the last line in
dmesg appears.

First I check if there is a device wlan0:
>>>
[EMAIL PROTECTED] ~]# iwconfig wlan0
wlan0     IEEE 802.11g  ESSID:""
          Mode:Managed  Channel:0  Access Point: Not-Associated
          Retry min limit:7   RTS thr:off   Fragment thr=2346 B
          Encryption key:off
          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
<<<

Now try to get up wlan0 and try to get ip-through dhcp (I already tried with
fixed IP at home, but no success :( ):
>>>
[EMAIL PROTECTED] ~]# ifup wlan0

Determining IP information for wlan0... failed.
<<<
At least the wlan-LED was blinking slowly. now let look into dmesg again:
>>>
[EMAIL PROTECTED] ~]# dmesg
[snip]
bcm43xx_mac80211: Adding Interface type 2
bcm43xx_mac80211: Loading firmware version 351.126 (2006-07-29 05:54:02)
ssb: Switching to ChipCommon core, index 0
ssb: Switching to IEEE 802.11 core, index 1
bcm43xx_mac80211: Radio turned on
bcm43xx_mac80211: Radio enabled by hardware
bcm43xx_mac80211: Chip initialized
bcm43xx_mac80211: 32-bit DMA initialized
bcm43xx_mac80211: Wireless interface started
ADDRCONF(NETDEV_UP): wlan0: link is not ready
bridge-wlan0: enabling the bridge
bridge-wlan0: up
bcm43xx_mac80211: Using hardware based encryption for keyidx: 0, mac:
ff:ff:ff:ff:ff:ff
wlan0: Initial auth_alg=0
wlan0: authenticate with AP XX:XX:XX:XX:XX:XX
wlan0: RX authentication from XX:XX:XX:XX:XX:XX (alg=0 transaction=2
status=0)
wlan0: authenticated
wlan0: associate with AP XX:XX:XX:XX:XX:XX
wlan0: RX ReassocResp from XX:XX:XX:XX:XX:XX (capab=0x431 status=0 aid=20)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0: no IPv6 routers present
<<<
There is a warning line, which may be the cause of nonworking. :(

If I look into iwconfig it shows Link-Quality, Signal- and Noise-level. Does
it sound good?
>>>
[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.

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!

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?
PS2: I've tried with Windows-Vista-driver for broadcom-chip, but
unfortunatelly it's too new for fwcutter. :(
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to