1

I've seen a ton of answers to fix my BroadCom BCM4312.

However, all of them require apt-get in the Terminal. For whatever reason, anything involving apt-get won't work. It just errors out with Unable to locate package [package]

Forgive me if this is an easy question; I just downloaded Ubuntu today.

Edit: I do have internet connection when using an Ethernet cord.

Mochan
  • 1,708
Jon
  • 335

1 Answers1

0

If you have no Internet connection, you can't install (as normal) by apt-get, as apt-get uses external servers etc.

Does this give you any help?: After installing ubuntu 12.04 my internet connection has completely disappeared

In short; you could try to follow these instructions, or download by directly searching http://packages.ubuntu.com/, save to USB stick etc., and install on your machine without a network connection, using sudo dpkg -i /path/to/package.deb (or double-click it to pull up the Software Centre).

Runium
  • 1,663