Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: Missing WiFi-support for Lenovo Ideapad MIIX 310

  1. #1
    Join Date
    Nov 2021
    Beans
    22

    Unhappy Missing WiFi-support for Lenovo Ideapad MIIX 310

    Hi there from Switzerland

    am complete newbie.

    after installing ubuntu mate i cannot get wifi to work! i think it doesnt detect it. have read on other sites i should do an update from github. but i cant even plug in my mobile phone with usb tethering activated and connect to internet.

    MUCH CONFUSED and any help much APPRECIATED!

    thanks @allU!
    sinolog

  2. #2
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Missing WiFi-support for Lenovo Ideapad MIIX 310

    Can you open terminal and post results for
    Code:
    lspci -nnk | grep -iA3 net; dpkg -l | grep linux-modules-extra-$(uname -r)

  3. #3
    Join Date
    Nov 2021
    Beans
    22

    Re: Missing WiFi-support for Lenovo Ideapad MIIX 310

    THANKS for reply. here you go:

    ii linux-modules-extra-5.11.0-16-generic 5.11.0-16.17 amd64 Linux kernel extra modules for version 5.11.0 on 64 bit x86 SMP

  4. #4
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Missing WiFi-support for Lenovo Ideapad MIIX 310

    Ok, results for
    Code:
    lshw -C network
    Check in BIOS to see if WLAN is enabled as I know I can disable wifi on this Lenovo in BIOS

  5. #5
    Join Date
    Nov 2021
    Beans
    22

    Re: Missing WiFi-support for Lenovo Ideapad MIIX 310

    cannot see option in bios to disable wifi. there is an option to load default settings though.

    result of code:
    WARNING: you should run this program as super-user.
    WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

    i truly appreciate your time and help!
    Last edited by howefield; November 21st, 2021 at 08:02 PM. Reason: posts merged

  6. #6
    Join Date
    May 2008
    Beans
    3,978
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Missing WiFi-support for Lenovo Ideapad MIIX 310

    Quote Originally Posted by sinolog View Post
    result of code:
    WARNING: you should run this program as super-user.
    WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
    Prefix the command with sudo
    Code:
    sudo lshw -C network
    Type your password and press enter (there will no echo)
    Go to advanced reply and copy/paste the output in code tags
    Attached Images Attached Images

  7. #7
    Join Date
    Nov 2021
    Beans
    22

    Re: Missing WiFi-support for Lenovo Ideapad MIIX 310

    i did that.

    it shows (for a few milliseconds) PCi(syfs) ??? and then USB
    then both msgs disappear.

  8. #8
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Missing WiFi-support for Lenovo Ideapad MIIX 310

    See the wireless script link in my signature and post results

  9. #9
    Join Date
    Nov 2021
    Beans
    22

    Re: Missing WiFi-support for Lenovo Ideapad MIIX 310

    ok. how can i get to the second line and then send both lines as one command? or do i send them individually?

    ok. how can i get to the second line and then send both lines as one command? or do i send them individually?


    i mean this for example:
    When troubleshooting wireless, it's important that your system is fully updated by opening a terminal, CTRL+ALT+T. Using a wired internet connection, please run:
    Code:
    sudo apt update
    sudo apt dist-upgrade
    Last edited by howefield; November 21st, 2021 at 08:03 PM. Reason: posts merged

  10. #10
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Missing WiFi-support for Lenovo Ideapad MIIX 310

    Copy the entire thing and paste into terminal, all 3 lines at once
    Last edited by jeremy31; November 21st, 2021 at 07:57 PM.

Page 1 of 4 123 ... LastLast

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
  •