Wireless on an Acer Aspire 5755G [SOLVED]

I have a Acer Aspire 5755G laptop running Ubuntu 12.04. But the wireless is not working. It is normally turned on/off with Fn & F3 but that dose nothing that i can tell. How can I get it to work.

Thanks
Mark

Can you post the output from:

sudo lshw -C network

and

lspci -vnn

( I only need the sections that contain “Ethernet controller” from that command)
and

rfkill list

and

ifconfig

and

iwconfig

and

iwlist scanning

From sudo lshw -C network
*-network
description: Ethernet interface
product: NetLink BCM57785 Gigabit Ethernet PCIe
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 10
serial: dc:0e:a1:20:f2:b5
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 duplex=full firmware=sb ip=192.168.254.8 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:16 memory:d1830000-d183ffff memory:d1840000-d184ffff memory:d1850000-d18507ff
*-network UNCLAIMED
description: Network controller
product: BCM43227 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:d1a00000-d1a03fff
mark@mark-Aspire-5755G:~$

From lspci -vnn

02:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM57785 Gigabit Ethernet PCIe [14e4:16b5] (rev 10)
Subsystem: Acer Incorporated [ALI] Device [1025:0504]
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at d1830000 (64-bit, prefetchable) [size=64K]
Memory at d1840000 (64-bit, prefetchable) [size=64K]
Expansion ROM at d1850000 [disabled] [size=2K]
Capabilities:
Kernel driver in use: tg3
Kernel modules: tg3

Do you want all the rest as well. If so i will post them in the morning as need to sleep .
Mark

Try this:

sudo apt-get install --reinstall bcmwl-kernel-source

then

sudo modprobe wl

Now see if wireless works … you may need to do the Fn+F3 thing :slight_smile:


If that doesn’t work … send the output from the above commands in my last posting … but be aware, there will be TWO sections that contain “Ethernet controller” from the:
lspci -vnn
command … not just one.

Now working

Thank You

Mark

Can you mark the topic as [SOLVED] please … TIA :slight_smile: