Search:

Type: Posts; User: jeremy31; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.16 seconds.

  1. Re: Intel AX210/AX211/AX411 often loses access to hardware device

    Edit /etc/default/grub and add
    pcie_port_pm=off pcie_aspm.policy=performance so it looks

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_port_pm=off pcie_aspm.policy=performance"
    Save and exit...
  2. Replies
    5
    Views
    6

    [SOLVED] Re: Bluetooth icon missing on the top bar

    Post results for
    modinfo btusb; sudo dmesg|egrep -i 'blue|firm'
  3. Replies
    1
    Views
    2

    Re: Gnome topbar without Bluetooth icon

    Thread closed duplicate at https://ubuntuforums.org/showthread.php?t=2496613&p=14184607#post14184607
  4. Replies
    5
    Views
    6

    [SOLVED] Re: Bluetooth icon missing on the top bar

    In terminal check
    mokutil --sb
    Secure Boot will need to be disabled for it to work, then

    sudo apt install git dkms
    git clone https://github.com/jeremyb31/bluetooth-6.5.git
    sudo dkms add...
  5. Re: Specific wifi network won't connect, Ubuntu 20.04 LTS

    Can you change router encryption settings to allow only WPA2 AES without TKIP?
  6. Re: Specific wifi network won't connect, Ubuntu 20.04 LTS

    See the wireless script link in my signature and post results
  7. [ubuntu_studio] Re: gateway GWNC214H34-SL no wifi but bluetooth work

    There appears to be a lowlatency version in the repos
  8. [ubuntu_studio] Re: gateway GWNC214H34-SL no wifi but bluetooth work

    You aren't using the 6.5 kernel yet, still booted to 5.15.0-101-lowlatency
  9. [ubuntu_studio] Re: gateway GWNC214H34-SL no wifi but bluetooth work

    I take it you had a USB wifi device that you used to connect with? For the one device, you will need to disable Secure Boot in BIOS settings, or you could update to the 6.5 kernel
  10. [ubuntu_studio] Re: gateway GWNC214H34-SL no wifi but bluetooth work

    See the wireless script link in my signature and post results
  11. Replies
    10
    Views
    11

    Re: Wifi drops out after several minutes

    Has the hybrid shutdown been disabled in Windows?
  12. Replies
    7
    Views
    8

    Re: sudo update-grub fails

    What happens if you delete the ` from the end of
    GRUB_DISTRIBUTOR="Xubuntu26March"`
  13. Replies
    5
    Views
    6

    Re: Netgear A6210 Not working right

    See the wireless script link in my signature and post results
  14. Re: WiFi Adapter (RTL8811AU) Driver Installation Issue on Raspberry Pi 4 (Ubuntu

    Try
    sudo depmod -a
    Then reboot
  15. Re: WiFi Adapter (RTL8811AU) Driver Installation Issue on Raspberry Pi 4 (Ubuntu

    So what is happening when you try to compile the modules from the source code on github?
  16. Re: WiFi Adapter (RTL8811AU) Driver Installation Issue on Raspberry Pi 4 (Ubuntu

    Unplug the wifi, open terminal and run
    sudo dmesg -w
    Plug in the wifi wait 20 seconds, then paste terminal output here along with result for
    modprobe -c | grep -i c811

    The internal may...
  17. Re: WiFi Adapter (RTL8811AU) Driver Installation Issue on Raspberry Pi 4 (Ubuntu

    Do a
    cat wireless-info.txt|nc termbin.com 9999
    Paste URL from terminal
  18. Re: WiFi Adapter (RTL8811AU) Driver Installation Issue on Raspberry Pi 4 (Ubuntu

    See the wireless script link in my signature and post results
  19. Re: WiFi Adapter (RTL8811AU) Driver Installation Issue on Raspberry Pi 4 (Ubuntu

    Try https://github.com/morrownr/8821cu-20210916
  20. Re: WiFi Adapter (RTL8811AU) Driver Installation Issue on Raspberry Pi 4 (Ubuntu

    You may have to edit the Makefile in the source to allow the driver to build for raspi
    What result from terminal for
    dpkg --print-architecture
  21. [ubuntu_mate] Re: Laptop Brightness Changing Automatically and Randomly

    Check the power settings and see if automatic brightness control is on
  22. Re: Bluetooth not recognized - Intel 7620 PCI Wi-Fi/Bluetooth on Toshiba Laptop

    You could try resetting the BIOS to defaults and see if the results for lsusb change
  23. Re: Bluetooth not recognized - Intel 7620 PCI Wi-Fi/Bluetooth on Toshiba Laptop

    What shows in results from terminal for
    lsusb
    I remember issues trying to find wifi/BT combos that would work in my old Toshibas, likely made 14 years ago
  24. [ubuntu] Re: Bluetooth Disconnecting on Certain Devices

    Post results from terminal for
    lspci -nnk | grep -iA3 net; lsusb; sudo dmesg|egrep -i 'blue|firm'
  25. Replies
    3
    Views
    4

    [ubuntu] Re: Trying to install WIFI adapter

    Try
    sudo apt remove rtl8812au-dkms
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4