Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Wireless (RT5392 PCIe) fails after kernel update to 6.5.0-28-generic

    Boot into 27 and install 28-extra
  2. [SOLVED] Re: Wireless (RT5392 PCIe) fails after kernel update to 6.5.0-28-generic

    Try

    sudo modprobe -v rt2800pci

    and afterwards

    dmesg | grep rt2

    linux-modules is installed for kernel 28?
  3. [xubuntu] Re: Xubuntu 22.04 Error trying to Install driver for UGREEN USB WiFi Adapter AC650

    Please run the Wireless Script from the sticky thread and show the outputs
  4. Re: iwlwifi with 8265-36 card range massively decreased with newer kernel

    Try the classic:

    echo 'options iwlwifi 11n_disable=0' | sudo tee /etc/modprobe.d/iwlwifi-11n.conf

    This is one line

    Reboot
  5. Re: Wifi connection drops after 2-3 hours - Lenovo G580 laptop

    Run it when its working, and when not
  6. Re: Broadcom BCM4352 wi-fi drivers no longer working as of 22.04

    Please Show the outputs of

    lsmod
    cat /etc/modules

    Secure Boot is turned off?
  7. Re: Wifi connection drops after 2-3 hours - Lenovo G580 laptop

    Please run the wireless-script from the sticky thread anf show the output
  8. Re: Will not install: Asus Usb-ax56 Dual Band Ax1800

    [ 29.001902] 8852au: module verification failed: signature and/or required key missing - tainting kernel

    Driver not signed. Deactivate SecureBoot
  9. Replies
    5
    Views
    6

    Re: Netgear A6210 Not working right

    sudo apt install linssid
    Search a free channel with that tool
  10. [ubuntu] Re: Conflicting information being reported for RTL8125 2.5Gb, not getting full speeds

    driver=r8169?!

    Please show


    lsmod
  11. [SOLVED] Re: Jammy constantly roaming between APs and loosing sessions

    Add the MAC address of the AP you want to connect to into the "BSSID" field of the network manager profile. Check if WPA2 only is activated and no WPA/WPA2 mixed mode
  12. Re: Qualcomm Atheros QCA9565/AR9565 Wireless Network Adapter Drops Connection

    Which country do you live? iwlist chan shows 13 channels, for the US, only 11 are allowed

    If you are in the US run


    sudo sed -i "s/REGDOMAIN=/REGDOMAIN=US/g" /etc/default/crda
    and reboot
    ...
  13. [xubuntu] Re: Very slow wired internet, but wi-fi and Windows are fine

    What NIC is that?


    lspci -nnk | grep -iA2 net
    ifconfig -a
    lsmod
  14. Re: Intel NUC - Ubuntu Server 20.04 Installation - No Wired Ethernet

    Please post the output of these commands:


    lspci -nnk | grep -iA2 net
    ifconfig -a
  15. Replies
    30
    Views
    31

    Re: Wifi off after dual boot Ubuntu 22.04

    Turn off FastBoot (or whatever it is called) in W10
  16. Replies
    6
    Views
    7

    Re: Traffic Drops

    Chipsets?


    lspci -nnk
  17. Replies
    5
    Views
    6

    Re: Activation of network failed

    Check the outputs of


    lsmod
    rfkill list
    iwconfig
    dmesg | grep mt7
  18. [ubuntu] Re: No Network interfaces after Ubuntu driver update

    Can you revert it when downgrading the NVIDIA driver?
  19. Replies
    5
    Views
    6

    Re: Activation of network failed

    Please run the wireless script from the sticky thread and show the outputs here
  20. Replies
    8
    Views
    9

    [ubuntu] Re: Network disconnected at startup

    Please run the wireless script from the sticky thread and show the output
  21. [SOLVED] Re: Network (Ethernet/Wired) issues after update (though works on Windows)

    /etc/network/Interfaces must Look like this only

    auto lo
    iface lo inet loopback

    Reboot after changing
  22. [ubuntu] Re: Ubuntu 20.04 Wifi Disassociated / Deauth at exact 10 minute intervals

    Try deactivating the power management


    sudo sed -i "s/wifi.powersave = 3/wifi.powersave = 2/g" /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
    sudo systemctl restart...
  23. [ubuntu] Re: Ubuntu 20.04 LTS Wifi

    Please run the wireless script from the sticky thread and show the outputs here
  24. Replies
    10
    Views
    11

    Re: free games to install on ubuntu

    The total conversions of FS2, see my thread in this section. Those are free
  25. [SOLVED] Re: Network (Ethernet/Wired) issues after update (though works on Windows)

    Please show


    cat /etc/network/interfaces
    dmesg | grep e1
    lsmod
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4