Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.17 seconds.

  1. 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
  2. Replies
    5
    Views
    6

    Re: Netgear A6210 Not working right

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

    driver=r8169?!

    Please show


    lsmod
  4. [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
  5. 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
    ...
  6. [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
  7. 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
  8. Replies
    30
    Views
    31

    Re: Wifi off after dual boot Ubuntu 22.04

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

    Re: Traffic Drops

    Chipsets?


    lspci -nnk
  10. Replies
    5
    Views
    6

    Re: Activation of network failed

    Check the outputs of


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

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

    Re: Activation of network failed

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

    [ubuntu] Re: Network disconnected at startup

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

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

    Please show


    cat /etc/network/interfaces
    dmesg | grep e1
    lsmod
  19. [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"
  20. 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
  21. Replies
    8
    Views
    9

    Re: Complete network has died

    Please run the wireless script from the sticky thread and show the outputs
  22. Replies
    4
    Views
    5

    [ubuntu] Re: Wi-Fi setting keeps disappearing

    Lets try the classic approach:


    echo "options iwlwifi 11n_disable=1" | sudo tee -a /etc/modprobe.d/iwlwifi.conf
    sudo modprobe -rfv iwlwifi
    sudo modprobe -v iwlwifi
    sudo sed -i...
  23. [SOLVED] Re: No wired connection & no wifi adapter found after software update

    Driver files are missing. Download these files and save them in "Downloads":
    ...
  24. [SOLVED] Re: No wired connection & no wifi adapter found after software update

    Try


    sudo modprobe -v r8169
    sudo modprobe -v iwlwifi
    dmesg | egrep 'r8|iwl'
  25. Replies
    4
    Views
    5

    [ubuntu] Re: Wi-Fi setting keeps disappearing

    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