4

brand new baby linux user here, never used Ubuntu or any other linux OS before, so be gentle and use short words!

I installed Ubuntu 12.04 on my new Acer Aspire One D270-F61C/KF netbook (it's a Japanese computer which had Japanese windows preinstalled, and I decided to take the plunge and try Ubuntu because English Windows costs the earth and stars). Wifi isn't working; I enter my wireless password, it tries to connect for a while, then asks for my password again. And KEEPS ASKING, every few minutes. Wired connection works fine.

Wireless card is a Broadcom BCM4313; I have the "additional drivers" checked and installed (I tried unchecking and then reinstalling them in case that would help, no joy, and now my home wifi connection isn't showing up in the list of available connections, argh). I've done a lot of googling and I gather there's a lot of issues with Broadcom cards, but some of the answers are for earlier ubuntu builds and many of them are a bit confusing for a new user. I gather I need to try installing some new drivers other than the proprietary ones provided, but I'm having trouble figuring out how that's done.

Anyone got some simple, step by step instructions for me? Please bear in mind, TOTAL N00B.

(EDIT): OKAY, got it fixed finally; after suggestions on the Ubuntu forums and messing around with drivers, what finally worked was installing Wicd. Not... using Wicd, for some reason, just installing it fixed it.

...I CHOOSE NOT TO QUESTION IT.

ankit7540
  • 4,185
Dani
  • 41
  • Were you offered more than one choice of proprietary drivers? What is the one you have installed now? – Moshanator Aug 11 '12 at 04:58
  • I'm not sure what driver I have installed now, but I was never offered a choice, so far as I recall. In Additional Drivers it's listed as Broadcom STA wireless driver? But I think that's the package, rather than the specific one installed? Where would I look, or what terminal code would I enter, to find out for sure? – Dani Aug 12 '12 at 06:40
  • Broadcom STA is a specific driver, thanks. All Broadcom chips have an id that begins with "14e4:". Find out yours by entering "lspci -vnnd 14e4:" into the terminal. – Moshanator Aug 12 '12 at 08:16
  • It says: 02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01) Subsystem: Foxconn International, Inc. Device [105b:e042] Flags: bus master, fast devsel, latency 0, IRQ 17 Memory at 44000000 (64-bit, non-prefetchable) [size=16K] Capabilities: Kernel driver in use: brcmsmac Kernel modules: wl, bcma, brcmsmac – Dani Aug 12 '12 at 10:44
  • The important bit was [14e4:4727]. That is the id of your wireless chip. Before I post an answer, let's see if you have firmware installed: open terminal, type "ls /lib/firmware/brcm" – Moshanator Aug 13 '12 at 08:45
  • also "ls /lib/firmware/b43", don't be surprised if there is no such folder – Moshanator Aug 13 '12 at 20:00
  • Can you post the solution and choose it as the correct answer! that would definitely help other users :) – Suhaib Oct 21 '12 at 01:28
  • I have installed ubuntu in 12:04:00 acer aspire one D270 Intel GMA 3600 WORKS PERFECTLY AFTER INSTALLING DRIVER AUTO GRAPH BUT NO NO 12:04:01 12:04:02 12:04:03 N0 –  Jun 23 '14 at 09:36

2 Answers2

0

I have acer laptop and using broadcom too, many story with it along ubuntu 12.04, imo there are something issue between the kernel and the proprietary drivers (I've tried with ubuntu 12.04.2 untill 12.04.5 with different experiences) The easiest method is try to install the newest ubuntu 14.04.

-3

This will solve the problem:

sudo rfkill unblock wifi
Eliah Kagan
  • 117,780
  • I just checked rfkill list. It says wireless is neither soft nor hard blocked. – Dani Aug 12 '12 at 15:35
  • But, tried it ANYWAY, and it disabled my wireless completely. Fortunately it came back when I rebooted. Problem unchanged. – Dani Aug 12 '12 at 15:43