4

I've had Ubuntu installed on my HD for about 3 months but ever since I ran into this wireless issue I kinda lost my lust of Ubuntu. I have zero experience getting around with/ using the console command. I have a Lenovo V570. I got the driver update for the broadcom networking card via the Additional Drivers application but that did nothing. I love the look and feel of using Ubuntu but I have no technological experience for the matter. Any help would be awesome. When I scan for wireless connections while in Ubuntu, my computer picks up nothing, while on Win7 it will pick up the handful of wireless networks around my area. My wired connection is fine, but the use of not having wireless on a laptop is rather contradictory to it as a feature. Cheers!

Also, I just installed 11.10, if that helps any. Yes, I used the search before I posted this, but again I have ZERO understanding of the command stuff and need a meat and potatoes answer(s).

stephen@ubuntu:~$ sudo lshw -class network
[sudo] password for stephen: 
  *-network UNCLAIMED     
       description: Network controller
       product: BCM4313 802.11b/g/n Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f1900000-f1903fff
  *-network
       description: Ethernet interface
       product: RTL8111/8168B PCI Express Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: eth0
       version: 06
       serial: f0:de:f1:63:98:14
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl_nic/rtl8168e-2.fw ip=192.168.1.78 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:41 ioport:2000(size=256) memory:f1804000-f1804fff memory:f1800000-f1803fff

stephen@ubuntu:~$ rfkill list all
0: ideapad_wlan: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
1: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
fossfreedom
  • 174,526
Stephen
  • 43

6 Answers6

2

ok - you most probably have a similar issue as other similar laptop users:

You may be suffering from a clash with the acer-wmi kernel module.

rfkill list all says it is "acer-wireless: soft blocked: yes" then you need to run the following:

sudo modprobe -r acer-wmi
cd /etc/modprobe.d
sudo nano blacklist.conf

Then add blacklist acer-wmi as a new line at the end of the file.

Save and reboot.

Rerun sudo lshw -class network and rfkill list all

You should not be soft-blocked (i.e. rfkill says no to all responses).

lshw should not say "unclaimed" - if it does then use this answer to resolve this.

fossfreedom
  • 174,526
1

I had the same problem on a Lenovo B570, for some reason when you install Ubuntu 11.10 it switches off the wireless. You have to blacklist the acer-wmi as listed above then boot back into windows and turn on wireless in windows systray then reboot back into Ubuntu and walaa. Don't know why, just know after installing both Mint 11 and then Ubuntu 11.10 it is the only way it would remove the "softblocked:yes". Found this quite by accident needing wireless.

Elmus
  • 11
0

If that doesn't solved your problem then update your driver from Intel. Lenovo has a faulty drivers set for wifi.

Please check this link and pick your os then download.

http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%226150%22#

Aaron
  • 1
0

lenovo wireless solution for video communication.Follow the bidding Wireless is not working on Lenovo

0

Hi there looks like you have something going on on the software level

stephen@ubuntu:~$ rfkill list all
0: ideapad_wlan: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
1: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no

first try

rfkill unblock all nothing ?

please post lspci -nn and lsmod.

Kris Harper
  • 13,705
0

I had a similar problem and the following worked

sudo modprobe -rv acer-wmi