Results 1 to 2 of 2

Thread: WiFi turns off and is only available after restart

  1. #1
    Join Date
    Feb 2023
    Beans
    1

    WiFi turns off and is only available after restart

    The title already says it. I'm new to Ubuntu and have a HP notebook.

    Where can I find error logs, so that I can paste them here? It often happens, that WiFi suddenly turns off, and I can't search for new WiFi networks in my area. Reboot helps, but thats annoying.

    Thanks,
    Freda
    Last edited by Irihapeti; February 22nd, 2023 at 11:56 AM. Reason: removed email address for security reasons

  2. #2
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: WiFi turns off and is only available after restart

    To see the network statistics including errors:
    Code:
    grep . /proc/net/dev
    To see what the wireless driver did in the system logs
    Code:
    sudo dmesg | grep $(sudo lshw -C network | grep -a11 'Wireless' | grep 'configuration:' | awk '{print $3}' | grep -v 'broadcast' | sed 's/driver\=//g' )

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •