Interactief > Andere distributies
Wifi werkt ineens niet meer.
HWE64:
Op mijn laptop Dell met LMDE 6 Xfce werkt wifi niet. Pak mijn laptop na 4 dagen zet hem aan en wifi werkt niet meer. Met kabeltje werkt alles perfect. Heb sommige adviezen opgevolgd van Pjoter https://makkelijkelinuxtips.blogspot.com/p/internet.html maar kan het niet vinden. Andere laptop doet het wel op wifi en ook de smartphone. Wie heeft oplossing?
--- Code: ---henk@Dell:~$ inxi -Fxz
System:
Kernel: 6.1.0-22-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
Desktop: Xfce v: 4.18.1 Distro: LMDE 6 Faye base: Debian 12.1 bookworm
Machine:
Type: Laptop System: Dell product: Latitude 5580 v: N/A
serial: <superuser required>
Mobo: Dell model: 00C002 v: A00 serial: <superuser required>
UEFI-[Legacy]: Dell v: 1.29.0 date: 12/21/2022
Battery:
ID-1: BAT0 charge: 26.9 Wh (65.8%) condition: 40.9/68.0 Wh (60.1%)
volts: 7.6 min: 7.6 model: SMP DELL GD1JP65 status: discharging
CPU:
Info: dual core model: Intel Core i5-6300U bits: 64 type: MT MCP
arch: Skylake rev: 3 cache: L1: 128 KiB L2: 512 KiB L3: 3 MiB
Speed (MHz): avg: 425 high: 500 min/max: 400/3000 cores: 1: 400 2: 400
3: 500 4: 400 bogomips: 19999
Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
Device-1: Intel Skylake GT2 [HD Graphics 520] vendor: Dell driver: i915
v: kernel arch: Gen-9 bus-ID: 00:02.0
Device-2: Realtek Integrated_Webcam_HD type: USB driver: uvcvideo
bus-ID: 1-5:2
Display: x11 server: X.Org v: 1.21.1.7 with: Xwayland v: 22.1.9 driver: X:
loaded: modesetting unloaded: fbdev,vesa dri: iris gpu: i915
resolution: 1920x1080~60Hz
API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel HD Graphics 520 (SKL
GT2) direct-render: Yes
Audio:
Device-1: Intel Sunrise Point-LP HD Audio vendor: Dell driver: snd_hda_intel
v: kernel bus-ID: 00:1f.3
API: ALSA v: k6.1.0-22-amd64 status: kernel-api
Server-1: PipeWire v: 0.3.65 status: active
Server-2: PulseAudio v: 16.1 status: off (using pipewire-pulse)
Network:
Device-1: Intel Ethernet I219-LM vendor: Dell driver: e1000e v: kernel
port: N/A bus-ID: 00:1f.6
IF: enp0s31f6 state: up speed: 1000 Mbps duplex: full mac: <filter>
Device-2: Intel Wireless 8265 / 8275 driver: iwlwifi v: kernel
bus-ID: 02:00.0
IF: wlp2s0 state: down mac: <filter>
Bluetooth:
Device-1: Intel Bluetooth wireless interface type: USB driver: btusb v: 0.8
bus-ID: 1-7:3
Report: hciconfig ID: hci0 rfk-id: 2 state: up address: <filter> bt-v: 2.1
lmp-v: 4.2
RAID:
Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci
v: 3.0 bus-ID: 00:17.0
Drives:
Local Storage: total: 238.47 GiB used: 57.89 GiB (24.3%)
ID-1: /dev/sda vendor: Toshiba model: KSG60ZMV256G M.2 2280 256GB
size: 238.47 GiB
Partition:
ID-1: / size: 233.68 GiB used: 57.89 GiB (24.8%) fs: ext4 dev: /dev/sda3
ID-2: /boot/efi size: 512 MiB used: 6.1 MiB (1.2%) fs: vfat dev: /dev/sda2
Swap:
Alert: No swap data was found.
Sensors:
System Temperatures: cpu: 40.0 C pch: 38.0 C mobo: 33.0 C
Fan Speeds (RPM): cpu: 0
Info:
Processes: 199 Uptime: 17m Memory: 15.26 GiB used: 1.83 GiB (12.0%)
Init: systemd target: graphical (5) Compilers: gcc: 12.2.0 Packages: 2294
Shell: Bash v: 5.2.15 inxi: 3.3.26
henk@Dell:~$
--- Einde van code ---
--- Code: ---enk@Dell:~$ iwconfig
lo no wireless extensions.
enp0s31f6 no wireless extensions.
wlp2s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
wlxd45d64724675 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short long limit:2 RTS thr:off Fragment thr:off
Power Management:off
henk@De
--- Einde van code ---
bart85:
waarom zie je met iwconfig 2 wifi devices? Heb je ook een dongle in gebruik?
Wat doet:
--- Code: ---sudo ip link set wlp2s0 up
--- Einde van code ---
Krijjg je hier een foutmelding en zo ja, welke?
HWE64:
@bart85, zelfs met de asus dongel doet hij het niet.
--- Code: ---henk@Dell:~$ sudo ip link set wlp2s0 up
[sudo] wachtwoord voor henk:
RTNETLINK answers: Operation not possible due to RF-kill
henk@Dell:~$
--- Einde van code ---
bart85:
Wat doet dit?
--- Code: ---rfkill list all
sudo rfkill unblock all
--- Einde van code ---
HWE64:
--- Code: ---henk@Dell:~$ rfkill list all
0: dell-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
henk@Dell:~$ sudo rfkill unblock all
[sudo] wachtwoord voor henk:
henk@Dell:~$
--- Einde van code ---
Navigatie
[0] Berichtenindex
[#] Volgende pagina
Naar de volledige versie