Macbook Pro wifi won't work

394

You need to make sure you have the driver which is known to work with macbook pros. Since presumably your laptop is not connected to the internet, first you need to have it temporarily connected to the internet using USB.

If you have a mobile phone which you can use as a "persnoal hotspot" temporarily, then you may connect it to your laptop by USB to get connected to the internet temporarily and in a terminal, type:

  1. sudo apt-get update
  2. sudo apt-get install -y bcmwl-kernel-source

Hopefully this will get your wifi up and running.

Share:
394

Related videos on Youtube

abhishek kumar gupta
Author by

abhishek kumar gupta

Updated on September 18, 2022

Comments

  • abhishek kumar gupta
    abhishek kumar gupta over 1 year

    Actually, I want to record the audio and allow the user to playback it(before saving) and after that prompt the user to give a particular name to the file for saving in to the memory(external storage).

    Currently, I am able to record and playback the audio file(with the help of MediaRecorder and MediaPlayer), but unable to save it with some different name. So, I want to copy the content of recorded audio file to another file(empty) with user specified name.

    Any help or guidance will be well appreciated.

  • abhishek kumar gupta
    abhishek kumar gupta almost 11 years
    Thanks Ishan for the quick reply. That's what I want. Again thanks for the help.