Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.22 seconds.

  1. 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
  2. Re: Wifi connection drops after 2-3 hours - Lenovo G580 laptop

    Run it when its working, and when not
  3. 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?
  4. Re: Wifi connection drops after 2-3 hours - Lenovo G580 laptop

    Please run the wireless-script from the sticky thread anf show the output
  5. 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
  6. Replies
    5
    Views
    6

    Re: Netgear A6210 Not working right

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

    driver=r8169?!

    Please show


    lsmod
  8. [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
  9. 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
    ...
  10. [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
  11. 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
  12. Replies
    30
    Views
    31

    Re: Wifi off after dual boot Ubuntu 22.04

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

    Re: Traffic Drops

    Chipsets?


    lspci -nnk
  14. Replies
    5
    Views
    6

    Re: Activation of network failed

    Check the outputs of


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

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

    Re: Activation of network failed

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

    [ubuntu] Re: Network disconnected at startup

    Please run the wireless script from the sticky thread and show the output
  18. [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
  19. [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...
  20. [ubuntu] Re: Ubuntu 20.04 LTS Wifi

    Please run the wireless script from the sticky thread and show the outputs here
  21. 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
  22. [SOLVED] Re: Network (Ethernet/Wired) issues after update (though works on Windows)

    Please show


    cat /etc/network/interfaces
    dmesg | grep e1
    lsmod
  23. [ubuntu] Re: QCA6174 performance degrades after a while [ubuntu 20.04]

    Obviously a roaming issue with 4 APs named "foobar". Use the correct APs MAC address and add it into the network manager profile under "BSSID"
  24. Replies
    2
    Views
    3

    [ubuntu_budgie] Re: wifi adapter not found

    Bus 001 Device 006: ID 0bda:f179 Realtek Semiconductor Corp. RTL8188FTV 802.11b/g/n 1T1R 2.4G WLAN Adapter

    There it is. See here for installation

    https://github.com/kelebek333/rtl8188fu
  25. Replies
    8
    Views
    9

    Re: Complete network has died

    Please run the wireless script from the sticky thread and show the outputs
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4