On Mon, 2009-05-11 at 07:55 +0200, Rafał Miłecki wrote:
> 2009/5/10 Matt Burkhardt <[email protected]>:
> > I'm running Ubuntu 8.04 LTS server with only command line access.  My
> > Broadcom 4318 worked great - but then I did something that has made it
> > not work.  I am able to get it to work on an open connection, but as
> > soon as I put on WPA Personal TKIP it won't connect.  I've gone into
> > the /etc/network/interfaces file and added the wpa- fields that are
> > necessary, but was wondering if someone can point me in the right
> > direction.  Most of the searches say to install ndiswrapper and go with
> > the Windows drivers.
> 
> You forgot to attach logs. Also define "something" you did that
> stopped WPA working.

I hope this is what you need. 

Recently, I did a reboot after I purged out bind9 (don't know if that
affects anything) but can not get the wireless card to work with WPA
Personal correctly again.

I am able to connect to my router with an unencrypted connection using
the following commands

Code:
sudo ifconfig wlan0 down
sudo dhclient -r wlan0
sudo ifconfig wlan0 up
sudo iwconfig wlan0 essid “matthewboh”
sudo iwconfig wlan0 mode Managed
sudo dhclient wlan0

Here are the results from the machine after a reboot

Results from lspci

05:09.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 
802.11g Wireless LAN Controller (rev 02)

Results from ifconfig

wlan0     Link encap:Ethernet  HWaddr 00:18:39:15:1c:11  
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Results from iwconfig

wlan0     Link encap:Ethernet  HWaddr 00:18:39:15:1c:11  
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Results from lsmod | grep -e b43 -e wlan0

b43                   114976  0 
rfkill                  8592  3 rfkill_input,b43
mac80211              165652  1 b43
led_class               6020  1 b43
input_polldev           5896  1 b43
ssb                    32132  1 b43

Results from dmesg | grep -e b43 -e wlan0

[   27.001373] b43-phy0: Broadcom 4318 WLAN found
[   28.474942] input: b43-phy0 as /devices/virtual/input/input6
[   30.166888] Registered led device: b43-phy0:tx
[   30.166912] Registered led device: b43-phy0:rx
[   30.166933] Registered led device: b43-phy0:radio
[   31.870525] ADDRCONF(NETDEV_UP): wlan0: link is not ready

Results from sudo lshw -C Network

*-network:1
       description: Network controller
       product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 9
       bus info: p...@0000:05:09.0
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master
       configuration: driver=b43-pci-bridge latency=66 module=ssb
  *-network
       description: Wireless interface
       physical id: 1
       logical name: wlan0
       serial: 00:18:39:15:1c:11
       capabilities: ethernet physical wireless
       configuration: broadcast=yes ip=192.168.1.100 multicast=yes 
wireless=IEEE 802.11g

Results from iwlist scan - Cell 02 is mine

wlan0     Scan completed :
          Cell 01 - Address: 00:18:3A:8B:10:8E
                    ESSID:"08FX03006780"
                    Mode:Master
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=30/100  Signal level=-80 dBm  Noise level=-72 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:tsf=00000177f908d275
          Cell 02 - Address: 00:0C:41:D0:46:A0
                    ESSID:"matthewboh"
                    Mode:Master
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=35/100  Signal level=-75 dBm  Noise level=-72 dBm
                    Encryption key:on
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:tsf=00000000a766c012

Results from lsb_release -d

Description:    Ubuntu 8.04.2

Results from uname -mr

2.6.24-16-server i686

Results from sudo /etc/init.d/networking restart

* Reconfiguring network interfaces...                 [OK]

If I try to set any of the WPA values like sudo iwpriv wlan0 set
AuthMode=WPAPSK, it says 

wlan0

     No private ioctls.

Please let me know if you need other / different info and thanks!

> 
-- 
Matt Burkhardt <[email protected]>

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to