Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    4

    Re: sudo update-grub fails

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

    Re: Netgear A6210 Not working right

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

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

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

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

    Check the power settings and see if automatic brightness control is on
  11. 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
  12. 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
  13. [ubuntu] Re: Bluetooth Disconnecting on Certain Devices

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

    [ubuntu] Re: Trying to install WIFI adapter

    Try
    sudo apt remove rtl8812au-dkms
  15. Replies
    3
    Views
    4

    [ubuntu] Re: Trying to install WIFI adapter

    sudo apt install git dkms
    git clone https://github.com/lwfinger/rtl8852au.git
    sudo dkms add ./rtl8852au
    sudo dkms install rtl8852au -v 1.15.0.1

    Reboot
  16. Replies
    7
    Views
    8

    Re: Wireless adapter keeps spinning when trying to connect to network

    Please see the wireless script link in my signature and post results
  17. [ubuntu] Re: why does lap top loose internet connection

    See the wireless script link in my signature and post results
  18. [ubuntu] Re: Bluetooth scans but does not find any nearby devices. Other symptoms.

    Post results from terminal for
    lsusb; sudo dmesg | egrep -i 'blue|firm'
  19. Re: Where in the world is iwlwifi-so-a0-gf-a0-66.ucode

    You may just have to do
    bluetoothctl
    power on
    scan on
    exit
  20. Re: Where in the world is iwlwifi-so-a0-gf-a0-66.ucode

    Can you post results from terminal for
    lsusb
  21. Re: Where in the world is iwlwifi-so-a0-gf-a0-66.ucode

    I may be able to help if I see results from the command I posted. I would guess the wifi used iwlwifi-so-a0-gf-a0-64.ucode as that does exist. The iwlwifi module looks for the newest firmware...
  22. Re: Where in the world is iwlwifi-so-a0-gf-a0-66.ucode

    That file was likely deleted because of a bug and it has nothing to do with Bluetooth
    Post results from terminal for
    sudo dmesg |egrep -i 'blue|firm'
  23. Replies
    14
    Views
    15

    Re: Grub dual Boot issue

    I uploaded the report to https://paste.ubuntu.com/p/PmcNZNQ4RD/ from the other site
  24. Replies
    15
    Views
    16

    Re: How do I get back my drive?

    Sounds like what the Windows hybrid shutdown does to a drive
    The usual fix is to boot into Windows, disable the hybrud shutdown/fast startup and then boot into Ubuntu
  25. [ubuntu] Re: Unable to click in one area of my Ubuntu laptop, how can i find which app is affe

    the only thing i can think of is to open termina and run
    xev
    Drag the event tester terminal box to that area and see if any errors show in the main terminal window when you click in the event...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4