Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: How to connect to wifi?

  1. #1
    Join Date
    Apr 2021
    Beans
    9

    How to connect to wifi?

    Hello,
    I'm a total non-tech person who somehow managed to follow the recipe and install Ubuntu 20.04 on my old macbook pro 2011. However i see no way to connect to wifi automatically. The instructions on the page Ubuntu Desktop Guide » Networking, web & email » Wireless networking »"Connect to a wireless network" don't work as there's nothing pertaining to Wifi on the 'system menu' on the top right.

    I then went ahead and installed Ubuntu 20.10, thinking that maybe wifi would be easy to connect on that one but, same thing. I still have this version on my machine.

    I did a search and whatever results i found involved terminals and commands which are foreign to me. Is there a relatively easy way for me to make wifi work on my computer, or would it just be easier to find someone and have them fix it for me?

    Thank you,
    Ana

  2. #2
    Join Date
    May 2010
    Beans
    3,247

    Re: How to connect to wifi?

    Why 20.10? It only has 9 months support and so is EOL (End of life) in July. If you are non-technical then I suggest you wipe the install off and do a clean install of 20.04. This is LTS (Long term supported) for 5 years and is rock solid.

    Does the system have a make and model, please?

  3. #3
    Join Date
    Apr 2021
    Beans
    9

    Re: How to connect to wifi?

    HI, thank you. I explained above that I switched to 20.10 in the hopes that it'd be easier to connect wifi. I'd have gladly kept 20.04 if I'd been able to make the wifi work (I still have 20.10 on my machine at the moment)
    I'm not sure what you mean by system? I downloaded the Ubuntu versions on this page https://ubuntu.com/download/desktop

    If you're talking about the computer, it's a Macbook pro 13 inch, early 2011. Is that what you're asking?

  4. #4
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: How to connect to wifi?

    Thread moved to Networking & Wireless.

  5. #5
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: How to connect to wifi?

    Is there a relatively easy way for me to make wifi work on my computer, or would it just be easier to find someone and have them fix it for me?
    Here I am! I'm ready, let's go!

    If you can see nothing about wireless, then it typically means that there is no existing wireless driver. Let's check and find out.

    The 'relatively easy' way is to use the terminal. It gathers information quicky, easily and accurately. Please open a terminal Ctrl+Alt+t and type:

    Code:
    lspci -nnk | grep 0280 -A3
    That pipe symbol | is on the right side of my US keyboard on the same key with \. lspci means list all the PCI devices and grep 0280 means limit the result to wireless.

    Press enter. The command will show needed details about your built-in wireless card. Post the result in your reply and we'll proceed.

    Here is the result from my machine, for example:

    Code:
    chili@T440p:~$ lspci -nnk | grep 0280 -A3
    03:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b2] (rev 83)
    	Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:c270]
    	Kernel driver in use: iwlwifi
    	Kernel modules: iwlwifi
    That's how we know if you have an Intel card, a Realtek card, an Atheros card, etc., and which exact device.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #6
    Join Date
    Apr 2021
    Beans
    9

    Re: How to connect to wifi?

    HI,
    Thank you so much - i did that and here's what it says

    Network controller [0280]: Broadcom Inc. and subsidiaries BCM4331 802.11 a/b/g/n [14e4:4331] (rev 02)
    Subsystem: Apple Inc. Airport Extreme [106b:00d6]
    Kernel driver in use: bcma-pci-bridge
    Kernel modules: bcma

    What next?

  7. #7
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: How to connect to wifi?

    Please see: https://ubuntuforums.org/showthread.php?t=2214110

    In short, get a temporary internet connection by ethernet, tethering or whatever means possible and, again, in the terminal:

    Code:
    sudo apt update
    sudo apt install -y firmware-b43-installer
    Reboot and enjoy your wireless!
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #8
    Join Date
    Apr 2021
    Beans
    9

    Re: How to connect to wifi?

    Where can i find instructions on how to do this?
    get a temporary internet connection by ethernet, tethering or whatever means possible

  9. #9
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: How to connect to wifi?

    Does your computer have an ethernet port? Plug a cable into it and the other end into your router. It ought to connect automatically.

    https://www.makeuseof.com/tag/tether...e-internet-pc/
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #10
    Join Date
    Apr 2021
    Beans
    9

    Re: How to connect to wifi?

    Just saw the link. Thank you very much, you basically solved the whole thing for me.

    What i still don't understand is why this isn't integrated into the installation. Very grateful to be able to test Ubuntu, but easily configurable wifi would be a giant step towards user friendliness outside of the tech community. I've a feeling there's going to be a spike in Ubuntu downloads very very soon.

    Thank you again

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •