Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Lubuntu, Mac-book 4.1, Huawei router, WiFi

  1. #11
    Join Date
    Jan 2020
    Beans
    94

    Re: Lubuntu, Mac-book 4.1, Huawei router, WiFi

    disable IP6-CONNECTIVITY ?

  2. #12
    Join Date
    May 2018
    Beans
    16

    Re: Lubuntu, Mac-book 4.1, Huawei router, WiFi

    Hello,
    I'm back to tell you that googling for my MacBook wifi card/model # I've eventually found the solution to all my problems!
    And the main reason was still the driver... I've understood it when (through a command that now I don't remember) I've seen that the active working driver was still "wl" and not "b43".
    So, with the help of answer #2 posted by chili555 (https://askubuntu.com/questions/5573...-bcm4321-doesn) and a post by Hadaka (https://ubuntuforums.org/archive/ind...t-2327185.html), I "purged" both wl and b43 driver, re-installed b43 and blacklisted wl:
    Code:
    sudo apt update
    sudo apt remove --purge bcmwl-kernel-source
    sudo apt remove --purge firmware-b43-installer
    sudo apt install firmware-b43-installer
    sudo -i
    echo "blacklist wl"  >>  /etc/modprobe.d/blacklist.conf
    exit

    I've done also this
    Code:
    sudo iw reg set US
    sudo sed -i 's/^REG.*=$/&US/' /etc/default/crda
    but I'm not sure it was necessary.


    With this modifications now the wifi is working perfectly, with both routers.
    Thank you all guys!
    Linux is always the best community!


    Bye, R.

Page 2 of 2 FirstFirst 12

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
  •