Broadcom-wl issues

Hi, I am currently trying to use a BCM4321 card with my new computer. I found out that the proper driver is broadcom’s official wl driver and installed it. However when i scan for networks in network manager or in a terminal i get nothing. Can anyone help me, i have posted everything i can think of below.

iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

vboxnet0  Interface doesn't support scanning.

eth1      No scan results


Relavant bit of

lspci -v
03:01.0 Network controller: Broadcom Corporation BCM4321 802.11b/g/n (rev 01)
        Subsystem: Linksys Device 0060
        Flags: bus master, fast devsel, latency 64, IRQ 16
        Memory at febfc000 (32-bit, non-prefetchable) [size=16]
        Kernel driver in use: wl

demsg | grep wl
    5.723746] wl: module license 'unspecified' taints kernel.
    5.735347] wl 0000:03:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
  931.607112] wl 0000:03:01.0: PCI INT A disabled
  941.740065] wl 0000:03:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16

lsmod
Module                  Size  Used by
wl                   2564771  0 
ip6t_LOG                9192  5 
xt_tcpudp               3812  2 
xt_pkttype              1288  3 
ipt_LOG                 8721  5 
xt_limit                2591  10 
vmsync                  4224  0 
vboxnetadp              6390  0 
vmblock                13479  1 
vboxnetflt             21702  0 
vboxdrv              1845763  2 vboxnetadp,vboxnetflt
af_packet              23463  4 
cpufreq_conservative    11828  0 
cpufreq_userspace       3264  0 
cpufreq_powersave       1290  0 
microcode              26647  0 
acpi_cpufreq            8367  1 
mperf                   1555  1 acpi_cpufreq
edd                     9664  0 
ip6t_REJECT             4709  3 
nf_conntrack_ipv6       9399  3 
nf_defrag_ipv6         11699  1 nf_conntrack_ipv6
ip6table_raw            1627  1 
xt_NOTRACK              1224  4 
ipt_REJECT              2640  3 
iptable_raw             1686  1 
iptable_filter          1946  1 
ip6table_mangle         2036  0 
nf_conntrack_netbios_ns     1822  0 
nf_conntrack_ipv4      10168  3 
nf_defrag_ipv4          1737  1 nf_conntrack_ipv4
ip_tables              22270  2 iptable_raw,iptable_filter
xt_conntrack            2880  6 
nf_conntrack           88175  5 nf_conntrack_ipv6,xt_NOTRACK,nf_conntrack_netbios_ns,nf_conntrack_ipv4,xt_conntrack
ip6table_filter         1855  1 
ip6_tables             22656  4 ip6t_LOG,ip6table_raw,ip6table_mangle,ip6table_filter
x_tables               28281  16 ip6t_LOG,xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,ip6t_REJECT,ip6table_raw,xt_NOTRACK,ipt_REJECT,iptable_raw,iptable_filter,ip6table_mangle,ip_tables,xt_conntrack,ip6table_filter,ip6_tables
snd_pcm_oss            53391  0 
snd_mixer_oss          20225  1 snd_pcm_oss
snd_seq                66675  0 
snd_seq_device          7770  1 snd_seq
dm_mod                 86272  0 
r8169                  43831  0 
sr_mod                 16781  0 
cdrom                  43280  1 sr_mod
snd_hda_codec_hdmi     28023  1 
sg                     33426  0 
snd_hda_codec_realtek   356587  1 
shpchp                 31135  0 
snd_hda_intel          28391  3 
snd_hda_codec         108050  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
pci_hotplug            32310  1 shpchp
lib80211_crypt_tkip     9292  0 
snd_hwdep               7772  1 snd_hda_codec
iTCO_wdt               12266  0 
i2c_i801               10920  0 
snd_pcm               104468  4 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_timer              26774  2 snd_seq,snd_pcm
snd                    84374  17 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               8782  1 snd
snd_page_alloc          9569  2 snd_hda_intel,snd_pcm
iTCO_vendor_support     3118  1 iTCO_wdt
dcdbas                  9013  0 
pcspkr                  2190  0 
serio_raw               5318  0 
ext4                  398026  1 
jbd2                   91654  1 ext4
crc16                   1747  1 ext4
i915                  461044  2 
drm_kms_helper         36694  1 i915
drm                   232428  3 i915,drm_kms_helper
i2c_algo_bit            6342  1 i915
video                  15929  1 i915
button                  6829  1 i915
fan                     3215  0 
thermal                14914  0 
processor              39669  1 acpi_cpufreq
thermal_sys            17462  4 video,fan,thermal,processor

[/size]

“eth1” should be the wifi card. Try installing “rfkill”. Then run


/usr/sbin/rfkill list

That should tell you if the wifi is blocked, perhaps due to a switch setting or an FnFx key combination.