Wi-Fi not detected

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
kalei6oscope
Posts: 1
Joined: 18. Jan 2025, 12:09

Wi-Fi not detected

Post by kalei6oscope »

Hi, I recently installed Salix 15.0 on my laptop, using the 15.0 iso (not the live one) on a usb, and the network manager cannot detect any networks. I’m dual booting Salix with Linux Mint, and on Mint Wi-Fi works fine.

My laptop is a HP Envy x360 and uses a mediatek Wi-Fi card.
I don’t know how to add photos here, but the output of lspci -vvv -nn came up with:
01:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:0616]
DeviceName: WLAN
Subsystem: Foxconn International, Inc, Device [105b: e0db]

There was no “kernel driver in use:” or “kernel modules:”

Ifconfig detects lo and nothing else, iwconfig doesn’t work. In the /lib/firmware/mediatek folder on my Linux Mint partition there is mt7925, mt7996, mt8173 and mt8183 folders, and in /lib/firmware there is rt88 and rt89 so I tried installing the same ones on my Salix partition and rebooting, but there’s no difference.

Any help would be greatly appreciated, thanks :)
User avatar
gapan
Salix Wizard
Posts: 6369
Joined: 6. Jun 2009, 17:40

Re: Wi-Fi not detected

Post by gapan »

Hi and welcome!

I think that your wifi card is simply too new for the 5.15 kernel that we have in 15.0. I think support for it was added at a later kernel version, so if you upgrade your kernel, it should probably work.

You have the following options:
1. Install the kernel from current. https://docs.salixos.org/user/install-k ... m-current/
2. Compile your own kernel. https://docs.salixos.org/user/kernel-compilation/

Getting just the firmware files from a different kernel as you did won't work.
Image
Image
User avatar
Chumi
Posts: 32
Joined: 12. Jan 2023, 09:56

Re: Wi-Fi not detected

Post by Chumi »

Hello Gapan,

To install the kernel from current you can't find the kernel-huge and the kernel-modules (version 6.12.10) in the mirrors.

I was wondering about this in the French section.

Is it too early and can we hope that these packages will come?
User avatar
gapan
Salix Wizard
Posts: 6369
Joined: 6. Jun 2009, 17:40

Re: Wi-Fi not detected

Post by gapan »

Oh, I just realized that that documentation page needs to be updated. There is no kernel-huge package and no kernel-modules package anymore. From the slackware current changelog, http://slackware.uk/slackware/slackware ... ngeLog.txt

Code: Select all

a/kernel-huge-6.10.9-x86_64-1.txz:  Removed.
  So long, we won't miss you.
  If you were actually using kernel-huge with one of the SCSI/SAS drivers that
  were built in, you'll need to use kernel-generic and an initrd that contains
  the needed drivers. Otherwise, just switch to kernel-generic. It'll be fine.
  If unsure, make an initrd with geninitrd and have your bootloader use it.
a/kernel-modules-6.10.9-x86_64-1.txz:  Removed.
  Kernel modules are now bundled with the kernel-generic package.
So, just use the kernel-generic package and make sure to create an initrd with geninitrd (and use that in your bootloader).
Image
Image
User avatar
Chumi
Posts: 32
Joined: 12. Jan 2023, 09:56

Re: Wi-Fi not detected

Post by Chumi »

gapan wrote: 23. Jan 2025, 17:13 So, just use the kernel-generic package and make sure to create an initrd with geninitrd (and use that in your bootloader).
Thank you for your reply. I'm going to have to find out more about all this as I know very little about Slackware. What's more, I use Grub and not Lilo. Anyway, I'm already experimenting in a virtual machine.

I use an online translator to communicate in English. I hope it's understandable :?
User avatar
Chumi
Posts: 32
Joined: 12. Jan 2023, 09:56

Re: Wi-Fi not detected

Post by Chumi »

@gapan : It's OK, I can manage with the current kernel and with Grub. I still have a few questions about this but I don't want to disturb this discussion that I didn't initiate myself. Thanks for your time.
Post Reply