I apologize if this seems like a trivial matter, but I have a laptop (a Lenovo Ideapad 3 to be exact) and I can’t get WiFi (or Bluetooth) to work on anything other than Ubuntu 23.04 and its flavors. I tried OpenSUSE Leap and Debian 12, both couldn’t detect the built-in WiFi card. I also tried Ubuntu-based distros such as Linux Mint, KDE Neon, and Zorin OS, same problem. I tried Kubuntu 22.04 LTS and even that couldn’t detect the WiFi card! So for the mean time, I’m stuck with using Ubuntu 23.04. Any ideas to get around this? Can I use Ubuntu to figure the exact WiFi card that’s being used then download its driver? If so, how can I do that exactly? Note that my Laptop doesn’t have a built-in Ethernet port, and I don’t want to buy a USB Ethernet adapter only for it not work out of the box either! Any help would be appreciated!

  • macallik@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Great timing w/ the thread. Scheduled to get my Lenovo Slim 7i tomorrow and plan on installing Debian 12 🤞🏾. I will troubleshoot w/ this thread if I run into issues.

  • ChojinDSL@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    You’re probably just missing the corresponding firmware package.

    lspci -v should show you which hardware chips your system has. Then just search the packages for any firmware packages that contain that chip’s name. E.g. realtek.

  • noddy@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Drivers are usually there in the kernel and usually works out of the box. You shouldn’t need to manually install drivers with linux generally (except for proprietary drivers cough nvidia cough). But if your laptop is quite new, you need to have a new enough kernel. That would explain why ubuntu 23.04 works but not not 22.04. The kernel in 22.04 is probably too old to have the drivers for your network interface. Check what kernel version is shipped with ubuntu 23.04 and make sure that whatever distro you try have at least that version. Stable LTS distros often don’t work on brand new hardware.

    • josephsh5@lemm.eeOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      I understand that. But what’s making me scratch my head is that I tried running Linux Mint 21.2 and Debian 12, both of which to my knowledge were released very recently, and yet both failed to detect my WiFi card. Are they running an older linux kernel?

      • djsaskdja@endlesstalk.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        1 year ago

        Yeah they’re running an LTS kernel. Debian 12 is on 6.1 when we’re on about 6.48. I’m not sure about Linux Mint, but I know it uses LTS too so it must be 6.1 or older. Not sure if upgrading the kernel would help you, but just throwing that out there.

    • Diplomjodler@feddit.de
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      1 year ago

      Real question: if your WiFi doesn’t work and you don’t have a wired connection available, what do you do to update the kernel? Can you just download it on another machine and then update with a USB drive?

      • sylana@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        1 year ago

        You can connect it to your phone via USB (which should be available usually) and then activate USB tethering. That way the PC can be connected to internet, with the help of the phone

  • sunbeam60@lemmy.one
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    1 year ago

    If you wish to run Ubuntu 22.04 you should be able to upgrade to kernel 6.2 (by default its on 5.14 IIRC).

    https://www.omgubuntu.co.uk/2023/08/ubuntu-22-04-linux-kernel-6-2

    I’m not sure if this is known to you; apologies in advance if I’m stating the bleeding obvious: In Linux drivers come with the kernel. There shouldn’t be any reason, except a few exceptions, to install drivers separately to your kernel. So when Linux folks talk about “the kernel”, they mean “the scheduler, core operating system AND all up-to-date drivers”.

    So most likely your HW isn’t supported in older kernels.

    When I first installed 22.04 LTS for a 12700T-based micro server, several things didn’t work out of the box. After upgrading to 5.19 everything was in working order though.