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

Thread: Atheros QCA9565 - WiFi problem - Ubuntu 14.04 LTS

  1. #11
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: Atheros QCA9565 - WiFi problem - Ubuntu 14.04 LTS

    Hi, from your working wired connection please
    COPY and paste.
    Code:
    sudo iw reg set GB
    sudo sed -i 's/^REG.*=$/&GB/' /etc/default/crda
    remove wired connection and test wireless
    thanks.
    Craving anchovy, herring and squid pizza.....with clam sauce

  2. #12
    Join Date
    Nov 2015
    Beans
    8

    Re: Atheros QCA9565 - WiFi problem - Ubuntu 14.04 LTS

    It didn't help.
    Last syslogs: http://pastebin.ubuntu.com/13485422/

    btw. I did this 'wpa.conf' thing from here (comment 22): https://bugzilla.kernel.org/show_bug.cgi?id=100621#c22
    Well, it didn't helped, but looks like changed something in logs, so it might be important...

  3. #13
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Atheros QCA9565 - WiFi problem - Ubuntu 14.04 LTS

    Try Wicd instead:
    Code:
    wget http://www.elektronenblitz63.de/download/wicd-1.6.x_addon01441.tar.gz
    sudo apt-get install --reinstall wicd
    tar xvf wicd-1.6.x_addon01441.tar.gz
    cd wicd-1.6.x_addon01441
    sudo ./install_wicd_addon
    sudo service network-manager stop
    sudo killall wpa_supplicant
    sudo service wicd restart
    If it works better or well, then uninstall the network-manager.

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
  •