![]() |
|
reset wifi hardware/driver when it dies through console on pp? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: reset wifi hardware/driver when it dies through console on pp? (/showthread.php?tid=17910) |
reset wifi hardware/driver when it dies through console on pp? - tuxcall - 02-11-2023 Hi question: My wifi sometimes just dies, and i was wondering is there a way to reset the hardware/driver or something? like the modem reset command? thanks! RE: reset wifi hardware/driver when it dies through console on pp? - dcarvil - 02-11-2023 (02-11-2023, 04:17 AM)tuxcall Wrote: Hi Don't know if this will help, but try "sudo systemctl restart NetworkManager.service". RE: reset wifi hardware/driver when it dies through console on pp? - dcinoz - 02-11-2023 (02-11-2023, 04:17 AM)tuxcall Wrote: HiYes, see below: Code: sudo rmmod 8723cs && sudo modprobe 8723csRE: reset wifi hardware/driver when it dies through console on pp? - tuxcall - 02-12-2023 thanks! i'll try both those answers when my wifi drops/acts weird again RE: reset wifi hardware/driver when it dies through console on pp? - junelung - 07-18-2023 Thanks for sharing! This is what I am looking for RE: reset wifi hardware/driver when it dies through console on pp? - baptx - 03-10-2026 I am using Mobian on the PinePhone and sometimes, randomly after boot, the WiFi icon in the Phosh top menu is unavailable (grayed out). A reboot can fix the issue. If we don't want to reboot, restarting NetworkManager did not work and the module 8723cs mentioned in this thread was not found. By using the command lsmod I found the correct module, the solution was: Code: sudo rmmod rtw88_8723cs |