wireless, Broadcom & jaunty

NoOp glgxg at sbcglobal.net
Wed May 6 21:25:53 UTC 2009


On 05/06/2009 09:26 AM, Derek Broughton wrote:

> <lightbulb/> 
> My HP that did that all the time, but the latest broadcom drivers actually 
> ignored the switch anyway.  What driver are you using?  Now that I look 
> back:
>   Broadcom 43xx driver loaded [ Features: PLR, Firmware-ID: FW13 ]
> doesn't look right to me - that looks like the old one, that was blacklisted 
> in Intrepid.

Nah. I use it on this laptop (Intrepid w/Dynex PCMCIA wireless card):

$ dmesg |grep Broadcom
[   38.556072] b43-phy0: Broadcom 4318 WLAN found
[   38.751214] Broadcom 43xx driver loaded [ Features: PLR, Firmware-ID:
FW13 ]

and it works without issue (I'm using it now).

$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

irda0     no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:"glg"
          Mode:Managed  Frequency:2.412 GHz  Access Point:
00:1B:2F:E4:28:80
          Bit Rate=1 Mb/s   Tx-Power=20 dBm
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Power Management:off
          Link Quality=56/100  Signal level:-54 dBm  Noise level=-71 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

$ cat /etc/network/interfaces
# The primary network interface
auto eth0
#iface eth0 inet dhcp

iface eth0 inet static
address 192.168.4.102
netmask 255.255.255.0
gateway 192.168.4.1
mtu 1492

iface wlan0 inet static
address 192.168.1.102
netmask 255.255.255.0
gateway 192.168.1.1
wpa-psk <snipped>
wpa-driver wext
wpa-key-mgmt WPA-PSK
wpa-proto WPA
wpa-ssid <snipped>
mtu 1492

auto wlan0
====

Note: I use a different fixed IP for wired and another one for wireless.

====

$ cat /etc/hosts
127.0.0.1	localhost
127.0.1.1	<gg-laptop>

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:10:a4:78:46:7d
          UP BROADCAST MULTICAST  MTU:1492  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)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:50 errors:0 dropped:0 overruns:0 frame:0
          TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5082 (5.0 KB)  TX bytes:5082 (5.0 KB)

wlan0     Link encap:Ethernet  HWaddr 00:1c:df:4c:82:aa
          inet addr:192.168.1.102  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21c:dfff:fe4c:82aa/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
          RX packets:1712 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1854 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:924513 (924.5 KB)  TX bytes:214153 (214.1 KB)

wmaster0  Link encap:UNSPEC  HWaddr
00-1C-DF-4C-82-AA-32-61-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING 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)

And when using the wired (which I've just used wicd to switch to for the
output):

$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:10:a4:78:46:7d
          inet addr:192.168.4.102  Bcast:192.168.4.255  Mask:255.255.255.0
          inet6 addr: fe80::210:a4ff:fe78:467d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
          RX packets:5 errors:0 dropped:0 overruns:0 frame:0
          TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:942 (942.0 B)  TX bytes:5042 (5.0 KB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:50 errors:0 dropped:0 overruns:0 frame:0
          TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5082 (5.0 KB)  TX bytes:5082 (5.0 KB)

And now I'm back on wireless via wicd (point & click - no reinit of
networking etc).

*-network (wireless)
          description: Network controller
          product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN
Controller
          vendor: Broadcom Corporation
          physical id: 1

*-network (wired)
             description: Ethernet interface
             product: 82557/8/9/0/1 Ethernet Pro 100
             vendor: Intel Corporation
             physical id: 3

$ cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.

# PCI device 0x8086:0x1229 (e100)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:10:a4:78:46:7d", ATTR{type}=="1", KERNEL=="eth*",
NAME="eth0"

# PCI device 0x14e4:0x4318 (b43-pci-bridge)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR{address}=="00:1c:df:4c:82:aa", ATTR{type}=="1", KERNEL=="wlan*",
NAME="wlan0"

Hope that helps.

Gary





More information about the ubuntu-users mailing list