I recently started having this problem. i have a tronsmart t6.
to work again, I have to delete the device from the bluetooth list, and pair again.
I use LibreELEC version 9.2.0
I recently started having this problem. i have a tronsmart t6.
to work again, I have to delete the device from the bluetooth list, and pair again.
I use LibreELEC version 9.2.0
Display MoreSad times......
Firstly chewitt you should be aware, this is broken? (?)
LibreELEC (community): nightly-20190829-bd4ba9f (RPi2.arm)
LibreElecPi:~ # iwconfig
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
I am using a very new nightly version, to test some things broken for me.
Power management I have never played with before, and it's defaulting to ON ?
If I run this command it successfully turns off power management.
"/storage/.kodi/addons/virtual.network-tools/bin/iw wlan0 set power_save off"
However, when I add it to autostart.sh it doesn't execute at start ? Anyone know why?
Perhaps this might fix my issue here.
Rebooting Pi, with ETH0 connected, stops Wifi connecting next time, is Wifi reliable?
I have the same problem.
I added the command in autostart.sh, and the first time Power Management changed it to off. however after turning the rasp off and on, it goes back to on, even with the edited file.
I try to run some videos stored on a NAS, on the same network. the NAS is on a giethernet router and the rpi on the wifi.
LibreELEC (official): 9.2.0 (RPi2.arm)
LibreELEC:~ # iwconfig
eth0 no wireless extensions.
wlan0 IEEE 802.11 ESSID:"Treadstone"
Mode:Managed Frequency:2.422 GHz Access Point: AC:C6:62:D4:DE:DA
Bit Rate=65 Mb/s Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
Link Quality=70/70 Signal level=-36 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
LibreELEC:~ # nano /storage/.config/autostart.sh
LibreELEC:~ # /storage/.kodi/addons/virtual.network-tools/bin/iw wlan0 set power
_save off
LibreELEC:~ # iwconfig
eth0 no wireless extensions.
wlan0 IEEE 802.11 ESSID:"Treadstone"
Mode:Managed Frequency:2.422 GHz Access Point: AC:C6:62:D4:DE:DA
Bit Rate=72.2 Mb/s Tx-Power=31 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=70/70 Signal level=-35 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
LibreELEC:~ #
Display More