You are not logged in.
Hello everyone!
I work on a lenovo ideapad and since installation of bunsenlabs I used to lose my wifi's signal. I searched the forums and I found the following solution:
echo "options rtl8723be fwlps=N ips=N" | sudo tee /etc/modprobe.d/rtl8723be.conf
Until a week ago everything was working fine but after the last bunsenlabs upgrade I have the same problem. I run again the same command in case it was deleted because of the upgrade but I still keep loosing the signal and I cannot find again my router without a reboot.
Offline
I searched the forums and I found the following solution
Are you sure? That looks like an Ubuntu forums kind of solution -- we prefer not spawning unnecessary processes on these boards:
sudo tee /etc/modprobe.d/rtl8723be.conf <<< "options rtl8723be fwlps=N ips=N"
Or for ksh:
sudo tee /etc/modprobe.d/rtl8723be.conf <<!
options rtl8723be fwlps=N ips=N
!
But I digress
Until a week ago everything was working fine but after the last bunsenlabs upgrade I have the same problem.
Oh dear, that shouldn't really happen in a Debian stable based distribution
Which kernel are you using?
cat /proc/version
That wireless device is troublesome, we have seen this over at fdn:
http://forums.debian.net/viewtopic.php?f=5&t=118557
An alternative driver is available here:
https://github.com/lwfinger/rtlwifi_new … new_btcoex
The ArchWiki suggests trying the antenna options:
# /etc/modprobe.d/rtl8723be.conf
options rtl8723be fwlps=0 ant_sel=1 # or ant_sel=2
Offline
we prefer not spawning unnecessary processes on these boards
AARGH!! We've been taken over by Arch!
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
^
Puffy: ~ $ uname -a
OpenBSD Puffy.lan 6.0 GENERIC.MP#0 amd64
Guess again...
]:D
Offline
After four days of continuous uptime I have not met any disconnection, but I have not altered anything. Maybe there are the ghosts of the code..
But still I have in use the command that I posted and it works. I don't know if it is from an ubuntu forum or else.
Last edited by ariskon (2016-12-05 15:21:05)
Offline