0

I have to install b43-fwcutter to my Ubuntu 14.04 for wireless. When I do

sudo apt-get install b43-fwcutter

it says:

media change: please insert the disc labeled
'Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)
in the drive '/media/cdrom/' and press enter

but I have no CD. I installed Ubuntu using my USB Flash Memory. I tried to plug USB back but it didn't help.

So how can I install b43-fwcutter to my Ubuntu 14.04

emreaydin149
  • 313
  • 1
  • 4
  • 10

1 Answers1

0

Instead, I suggest:

sudo apt-get update
sudo apt-get install firmware-b43-installer
chili555
  • 60,188