Hello Friends
I got my sister laptop, it is a Lenovo Z50-70, It was formatted and Debian 13 Trixie was installed
The problem is that there is no WIFI, taking as reference almost the same experience for a HP Pavilion G4 with Debian 12 Bookworm I did do the following:
lspci -vq | grep -i wireless
<it shows nothing>
inxi -Nn
Network:
Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
driver: r8169
IF: enp1s0 state: up speed: 100 Mbps duplex: full mac: <somecode>
Device-2: Broadcom BCM43142 802.11b/g/n driver: N/A
Installed Synaptic
apt install synaptic
The /etc/apt/sources.list file was edited to:
#deb cdrom:[Debian GNU/Linux 13.2.0 _Trixie_ - Official amd64 DVD Binary-1 with firmware 20251115-11:05]/ trixie contrib main non-free-firmware
deb http://deb.debian.org/debian/ trixie contrib main non-free-firmware non-free
deb-src http://deb.debian.org/debian/ trixie contrib main non-free-firmware non-free
...
Where was added contrib and non-free
Thanks for the edition of the mentioned file now through Synaptic was possible install the following packages:
b43-fwcutter
bluez-firmware
broadcom-sta-common
broadcom-sta-dkms
broadcom-sta-source
firmware-b43-installer
firmware-b43legacy-installer
firmware-bnx2
firmware-bnx2x
firmware-brcm80211
ibverbs-providers
libbcm2835-dev
Through Synaptic is confirmed through the broadcom-sta-dkms package appears the BCM43142 term. It about Properties
But the problem from the beginning is the following: at “Settings” (through gnome) does not appear the WIFI item listed in the vertical menu in the left, but if is used the “Search” approach with the “wifi” term, appears in the Wifi screen but the following message:
BTW at the top of the same screen is possible On/Off the Airplane Mode
And even more, apart in “Bluetooth” item, once shown its screen, is not possible turn on through the “circle” icon
Question
- How to Fix correctly the “No Wi-Fi Adapter Found” situation?
Note: the laptop had windows and the wifi worked in peace
Thanks in advance