DM800se wifi usb stick is losing connection

ecuri

Registered
Messages
6
My wifi usb stick is losing connection on dm800se with openpli 4 image. It works only for 30 minutes after
boot and then I have to restart network to fix it for another 30 minutes. I have no problems with
other wifi devices.

I have als tried to change the adapter settings from dhcp to a static ip, but still the same issue.

My wifi stick is using driver RTL8188eu from realtek. Configuration of \etc\network\interfaces is
as follows:

auto wlan0
iface wlan0 inet static
address 192.168.1.41
netmask 255.255.255.0
gateway 192.168.1.254
pre-up wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.wlan0.conf -B -dd -Dwext || true
pre-down wpa_cli -iwlan0 terminate || true

iface eth0 inet dhcp
 
Top