Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 15009
Next
In Process

askthedev.com Latest Questions

Asked: September 27, 20242024-09-27T04:42:46+05:30 2024-09-27T04:42:46+05:30In: Ubuntu

How can I get Broadcom wireless drivers to work on my iMac24 running Ubuntu?

anonymous user

So, I’m in a bit of a bind and I’m hoping someone here can help me out. I recently made the leap from macOS to Ubuntu on my iMac24 because I wanted to explore the open-source world a bit more. I’ve been loving the whole experience of using Ubuntu, but I’ve hit a major snag with the wireless drivers, specifically for the Broadcom chipset.

When I first booted into Ubuntu, I was super excited to get online and start exploring repositories, playing around with some new software, and just overall enjoying the Ubuntu experience. But then I realized—no Wi-Fi! I couldn’t connect to my home network. I checked the settings, but the wireless options were all grayed out. After some digging, it turns out that Ubuntu doesn’t come with the necessary drivers for Broadcom wireless cards pre-installed, and it’s been a bit overwhelming trying to figure out how to get them working.

I’ve looked up various guides, but they seem a bit too technical for me, especially since I’m not super savvy with the terminal. From what I gather, folks suggest using the “b43” drivers or maybe “wl” drivers, but I’m unsure which one is right for my specific model. Also, it looks like I need to be connected to the internet first to install the drivers, which is a huge catch-22 since… well, I can’t get online!

I’m also a little worried about breaking anything since my experience is pretty limited when it comes to Linux and the command line. It feels like I have to follow these intricate steps to get a simple thing like Wi-Fi working. Have any of you out there had a similar experience? What did you do to get your Broadcom wireless drivers installed and working on your iMac24? Any guidance on the specific commands or steps I should take would be really appreciated. I just want to get back online without pulling my hair out! Thanks in advance!

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-27T04:42:47+05:30Added an answer on September 27, 2024 at 4:42 am

      It sounds like you’re having quite the struggle with your Broadcom wireless drivers on Ubuntu! Don’t worry, you’re definitely not alone in this—many newcomers face similar challenges when switching to Linux.

      To get your Wi-Fi working on your iMac24, you might need the b43 or wl drivers. But since it sounds a bit confusing, here’s a simple step-by-step approach you can try:

      1. Wired Connection: First, see if you can connect your iMac to the internet using an Ethernet cable. This will make downloading the drivers much easier.
      2. Open the Terminal: Once you’re online, press Ctrl + Alt + T to open the terminal.
      3. Update Package List: Type:
        sudo apt update

        This updates your package list. You might be asked for your password—just type it in (you won’t see it appear) and hit Enter.
      4. Install Wireless Drivers: Next, try installing the b43 driver by entering:
        sudo apt install firmware-b43-installer

        If you wish to try the wl driver, then type:
        sudo apt install broadcom-sta-dkms
      5. Reboot: After the installation finishes, reboot your computer by typing:
        sudo reboot

      Once you’re back, check if your Wi-Fi is working. If it’s still grayed out, you might need to switch to the driver in Additional Drivers section. You can find it in the system settings.

      If you can’t connect via Ethernet, you can try downloading the driver packages on another computer, then transfer them to your iMac with a USB drive—though that’s more of a hassle.

      Just take it step by step, and don’t hesitate to ask for help if you get stuck! Good luck getting back online!

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-27T04:42:48+05:30Added an answer on September 27, 2024 at 4:42 am

      To resolve the issue with Broadcom wireless drivers on your iMac24 running Ubuntu, the easiest method is to use an Ethernet connection to access the internet temporarily. If you have the option to connect via Ethernet, plug it in. Once you are online, you can install the necessary drivers. Open a terminal and enter the following commands:

      sudo apt update
      sudo apt install firmware-b43-installer

      After the installation is complete, you may also need to install the b43-fwcutter package. Run:

      sudo apt install b43-fwcutter

      Then, restart your system with sudo reboot. Your wireless should now be functional. If you are unable to connect via Ethernet, consider downloading the necessary packages on another computer and transferring them via USB. Visit the official Ubuntu documentation or community forums for further assistance or troubleshooting steps specific to your Broadcom chipset.

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this issue?
    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?
    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. Has anyone experienced this issue ...
    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?
    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else encountered this problem, and what ...

    Sidebar

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this ...

    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?

    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. ...

    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?

    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else ...

    • How can I configure a server running Ubuntu to bind specific IP addresses to two different network interfaces? I'm looking for guidance on how to ...

    • Is it possible to configure automatic login on Ubuntu MATE 24.04?

    • After upgrading from Ubuntu Studio 22.04 to 24.04.1, I lost all audio functionality. What steps can I take to diagnose and resolve this issue?

    • I am experiencing issues booting Ubuntu 22.04 LTS from a live USB. Despite following the usual procedures, the system fails to start. What steps can ...

    • I'm encountering a problem with my Expandrive key while trying to update my Ubuntu system. Has anyone else faced similar issues, and if so, what ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.