Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.17 seconds.

  1. [ubuntu] Re: Traces of Windows remaining after installing Ubuntu

    It is the EFI System Partition and it is required for booting in UEFI no matter what OS you have.
    I am guessing your issue is more related to grub and luks
  2. [ubuntu] Re: Traces of Windows remaining after installing Ubuntu

    If you delete that partition you might not be able to boot. The Ubuntu installer made that partition and it contains important boot loader files
  3. Replies
    3
    Views
    4

    Re: cant boot without live usb

    I would boot into the ISO and use GParted to remove the bios boot flag from nvme0n1p2 and see if it boots
  4. [ubuntu] Re: Mount a Galaxy S22 phone remotely in Nautilus

    Check your phone notifications, it is probably asking if you want to give access. I see it on my A32 Samsung
  5. 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...
  6. Replies
    5
    Views
    6

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

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

    Re: Gnome topbar without Bluetooth icon

    Thread closed duplicate at https://ubuntuforums.org/showthread.php?t=2496613&p=14184607#post14184607
  8. 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...
  9. Re: Specific wifi network won't connect, Ubuntu 20.04 LTS

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

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

    There appears to be a lowlatency version in the repos
  12. [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
  13. [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
  14. [ubuntu_studio] Re: gateway GWNC214H34-SL no wifi but bluetooth work

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

    Re: Wifi drops out after several minutes

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

    Re: sudo update-grub fails

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

    Re: Netgear A6210 Not working right

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

    Try
    sudo depmod -a
    Then reboot
  19. 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?
  20. 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...
  21. 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
  22. Re: WiFi Adapter (RTL8811AU) Driver Installation Issue on Raspberry Pi 4 (Ubuntu

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

    Try https://github.com/morrownr/8821cu-20210916
  24. 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
  25. [ubuntu_mate] Re: Laptop Brightness Changing Automatically and Randomly

    Check the power settings and see if automatic brightness control is on
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4