#Pas d'accès au wifi
96 messages · Page 1 of 1 (latest)
@blissful blaze translate
i'm not french 😭
uhhh, i'll try my best
I helped install Mint on my friend's laptop and I don't have WiFi; I have to connect using an ethernet cable. I have updated the OS and drivers but I haven't had any success.
Could you help?
Much thanks.
@errant cape
Sorry, I wasn't at home.
It's complicated to give you the results because I've just done the latest system updates and I don't even have access with the Ethernet cable anymore.
Can you use USB tethering to a smart phone?
No, nothing works
Can you use the grub menu at boot, Advanced Options to boot into an older kernel to see if ethernet will at least work. See if this command has results dpkg -l | grep linux-modules-extra-$(uname -r)
How to get to grub menu if not shown: #1331824974440431768 message
do the part "once you see GRUB menu" as Jeremy said, to boot older linux image
Every once in a while the linux-modules-extra doesn't get installed with a new kernel and that package contains a lot of drivers
System:
Host: acer-Extensa-2510 Kernel: 6.8.0-51-generic arch: x86_64 bits: 64
compiler: gcc v: 13.3.0
Desktop: Cinnamon v: 6.4.6 tk: GTK v: 3.24.41 wm: Muffin dm: LightDM
Distro: Linux Mint 22.1 Xia base: Ubuntu 24.04 noble
Machine:
Type: Laptop System: Acer product: Extensa 2510 v: V1.26
serial: <superuser required> Chassis: type: 10 serial: <superuser required>
Mobo: Acer model: BA50_HB v: V1.26 serial: <superuser required>
part-nu: Extensa 2510_0866_V1.26 UEFI: Insyde v: 1.26 date: 12/18/2014
Network:
Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
vendor: Acer Incorporated ALI RTL8111/8168/8411 driver: r8169 v: kernel
pcie: speed: 2.5 GT/s lanes: 1 port: 3000 bus-ID: 01:00.1
chip-ID: 10ec:8168
Device-2: Broadcom BCM43142 802.11b/g/n vendor: Lite-On driver: N/A pcie:
speed: 2.5 GT/s lanes: 1 bus-ID: 02:00.0 chip-ID: 14e4:4365
hey heyyyy
mokutil --sb
SecureBoot enabled
You can either disable Secure Boot and use wifi or not have wifi
The problem comes from the?
I have to disable it directly in the BIOS?
Yes, Secure Boot doesn't allow that wifi driver to work and the setting is in the BIOS
Okay, I'll look into disabling it in the BIOS as soon as I have access to the computer.
If you need Secure Boot on, you can try sudo mokutil -i /var/lib/shim-signed/mok/MOK.der mokutil --list-enrolled sudo mokutil --test-key /var/lib/shim-signed/mok/MOK.der and sudo mokutil --enable-validation
Remember the password you use to enroll the MOK key if you do this route
Might be good so far
You didn't run both commands together? First one is sudo mokutil -i /var/lib/shim-signed/mok/MOK.der
then mokutil --list-enrolled
Now sudo mokutil --enable-validation
During the reboot you might see something about MOK validation and have to enter the password for it again
Works now with Secure Boot?
If not, can I restart an installation with Secureboot?
If those commands don't fix it, just disable Secure Boot in the BIOS settings
I actually tested those commands in March, https://forums.linuxmint.com/viewtopic.php?p=2600607#p2600607
Hello
I was away for a while. I'm back to my problem. I'm looking into disabling Secure Boot.
Okay, I just disabled secure boot.
So what should I do? .0
What results for lspci -nnk|grep -iA3 net
01:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
Subsystem: Acer Incorporated [ALI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1025:0866]
Kernel driver in use: r8169
Kernel modules: r8169
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Lite-On Communications Inc BCM43142 802.11b/g/n [11ad:6645]
Then ?
What result for mokutil --list-enrolled|nc termbin.com 9999
@errant cape ^
Can you tell me what am i supposed to get as output?
Not now, not near a computer
Can I trust you? I noticed that you have a lot of information on my computer. Could you hack me?
No
The information is simply hardware information
We'd need to open your computer to the internet and reconfigure your firewall in order to hack you
Furthermore, there actually has to be a security vulnarability
I don't see why we'd want to hack you, anyhow. If we wanted to do that we would just put a virus directly into the Linux Mint ISO. This would be a really bad way to hack people.
-# There's no viruses in the mint ISO. You can check by reviewing the build logs on github.
I probably couldn't hack your computer if you posted results for ifconfig
Do you have the results?
I entered the following command: mokutil --list-enrolled|nc termbin.com 9999
Or just see if there are results for mokutil --list-enrolled|grep -i mint
That should tell if the Mint key was enrolled in MOK
mokutil --sb
You had a - at the end
Why is there a - at the end?
-at the end ?
I guess it is a ~
That makes the command no good
Try again sudo mokutil -i /var/lib/shim-signed/mok/MOK.der make sure that is all that is pasted into terminal
sudo mokutil --enable-validation
Hello,
I just ordered a WiFi USB key, but it is not being detected by the system. What should I do?
Post results from terminal for lsusb
did you check for explicit linux compatibility first?
You've got some dedication 😅
Trying since May 27th last year
No, I haven't checked whether the USB key is compatible with Linux. How do I do that?
I have a D-Link AX900 Wi-Fi USB key.
They only list Windows 10/11 for OS support
Oh well you can plug it in and see how it goes
Preferably on a USB 3.0 port
Post results from terminal for lsusb
Might be AIC Semi AIC8800
Should be supported by https://github.com/morrownr/rtw89
Should I install it from the PC running Linux?