Skip Navigation

Linux Newbie - Curiosity

I have an oldish Dell Latitude 7480 which doesn't meet the requirements for upgrade to Windows 11 so I thought I'd take the opportunity to install Linux on it as I only really need it for day to day web stuff / studying / media and light gaming.

My first choice was Linux Mint but, for some reason it would not recognise that the laptop had a wifi card. So I tried Manjaro but felt Arch wasn't for me so opted for Pop_OS and whilst everything I want works I thought I'd use the time to distro hop live environments to see what else was out there.

I know live envs doesn't give you the full picture but to be honest I was more interested in the aesthetic appeal of the DE.

Where my curiosity lies is this, from my understanding Linux Mint is based on underlying Ubuntu as is Pop_OS, so how come both Pop_OS and Ubuntu recognise the wi-fi card out of the box so to speak but Mint doesn't.

This is the wifi card in question:

 undefined
           description: Wireless interface
       product: Wireless 8265 / 8275
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlp2s0
       version: 78
       serial: cc:2f:71:ec:52:b1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=6.6.6-76060606-generic firmware=36.ca7b901d.0 8265-36.ucode ip=192.168.1.6 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:131 memory:ec000000-ec001fff

  

And with this in mind, does anyone have any idea how to get this wi-fi card working with Mint, I'm assuming I need a drive which the other drivers have but Mint, for whatever reason, doesn't have.

Update:

I thought it would be easier to edit the post than reply to you all individually and thanks to everyone who took the time to respond so quickly.

I've just re-tried with the latest version 21.3 and it all works, maybe by newbie brain did something wrong with the first install.

I'll probably stick with Pop_OS as it does what I need and I quite like the Gnome interface.

But again, thank you all for your input it's awesome to know that swift help is available for idiots newbies like me.

30 comments
  • Drivers is a vocabulary you should almost forgot in Linux ;) Contrary to other OS, Linux will rarely require you to install a driver.

    To answer your question, doing a simple online "mint wireless 8275" returned a forum with your exact issue. The reported solution is to "try powering it off, remove the power cord and hold the power button for 30 seconds. Reconnect cord and power up". As weird as it sounds this may work. It worked for me 10 years ago with a keyboard. It's easy and quick to try it. Let us know if that helps or not. Too bad you didn't like Arch because your laptop was fully supported.

  • For a new user who just wants a good OS to start with, PopOS is a fine choice. A little surprised you had trouble with Mint identifying your WiFi card but, I see others have posted on it. Mint is typically my go-to recommendation for new Linux users.

  • Hardware related stuff like this typically comes down to the kernel version, or what kernel modules the distro ships. The linux kernel comes with a ton a drivers for different hardware, each of which implement support for hundreds/thousands of pieces of hardware. The wi-fi driver shipped with Mint isn't new enough to include an implementation for your specific wi-fi hardware.

    Mint seems to be on an LTS 5.X kernel, while Pop is shipping newer 6.X kernels (makes sense, as they like to keep up with gaming-related improvements).

    As an example, I had to jump to a newer version on Manjaro, when the LTS kernel used by default was just one digit behind the version that was new enough to have support for the PS DualSense5 controller.

    Hopping to a newer kernel version can be tricky depending on the distro, but it looks like Mint has a tool for this. You can find it in the Update Manager: View --> Linux Kernels. There you should be able to switch to running a 6.X kernel version.

  • I know you have been getting a lot of suggestions but have you tried Fedora or any of the rpm based distros?

    Basically all Linux distros can trace everything back to three major ones: Debian, Arch and RHEL. (Also slack ware is a thing and there are many non major one). Since you tried Debian and arch families without success, I suggest you give the RHEL family a go. In my experience RHEL based distros have the best hardware compatibility.

30 comments