Back to x64. Has le 11 moved to iwd? Because I can not make connman connect to the wifi and it just gets this error, which according to arch wiki is related to iwd. Sadly, the instructions there are not applicable to le because wpa_supplicant does not exist.
Posts by jim_p
-
-
I have an idea about the rpis, but I do not know if it will apply to other arm socs. The "uname -m" command returns armv7l on the rpi2 image. I assume it will return aarch64 or something like that for the rpi4 image.
For the record, the 64bit version of lakka for rpi3 returns aarch64.
-
Back to the rpi with a new error in connman. As usual, 1st boot of the day, it does not connect wirelessly so I connect the cable, ssh to it to launch connman to see what is going on. First try returned no prompts to enter the key or anything
I waited a bit, checked ifconfig, checked iwconfig and it had not connected yet. Back to connman for another try and I get this progress error for the first time ever
Codeconnmanctl> connect wifi_bxxx_4xxx_managed_psk Error /net/connman/service/wifi_bxxx_4xxx_managed_psk: In progress connmanctl> exitI waited a bit more, checked ifconfig again, checked iwconfig again and still nothing. So I tried again and this time it popped the usual "the network exists and has this key" prompt
Codeconnmanctl> connect wifi_bxxx_4xxx_managed_psk Agent RequestInput wifi_bxxx_4xxx_managed_psk Passphrase = [ Type=psk, Requirement=mandatory ] PreviousPassphrase = [ Type=psk, Requirement=informational, Value=mywifikey ] Passphrase? mywifikey connmanctl> exitAnd it finally connected!
-
What Nanomani described above is what I also got.
-
What type of magic do I have to do so as to add test.libreelec.tv (or any of its subdirectories) as a source in kodi's file manager? I add it like in the picture, but when I access it, it is completely empty.
(screenshot is from my pc running kodi 19.4 on debian testing/unstable x64, but you get the idea)
-
But I told you in another thread: don't use the script anymore
Well, I had to test its complete functionality, even for once!
As for /etc/issue, it shows exactly what you see in the motd when you log in via ssh, e.g.
Code############################################## # LibreELEC # # https://libreelec.tv # ############################################## LibreELEC (community): nightly-20220612-363112b (RPi2.arm)The text in the parentheses is the only thing that mentions the architecture. On x64 it says "generic.x86_64".
-
yeah, my mistake, sorry !
line 71:
wget -nc "${SERVER_URL}"/"${NEW_NIGHTLY}"; should readwget -nc "${DOWNLOAD_URL}"/"${NEW_NIGHTLY}";
After this change, I would like to report that today the script worked flawlessly on my rpi3b+ and upgraded it to today's nightly.
-
I know that about dmesg. Wouldn't the kernel find a wireless interface at boot and name it wlan, like I mentiona above? Why is it not in dmesg then? I will keep searching, athough I do not know how much longer I can keep that installation.
Also, I noticed that wl is used for it, like in le 10 and 9. How can I blacklist it and test b43 that also supports it?
In other news, one thing I managed to test on x64 le 11 was video playback on my old laptop. One of the reasons I have not yet moved to le 10 there is because I get frame drops on every video (file or stream), regardless of resolution.
The stream/file plays fine, the cpu usage is at normal levels, but the motion is not as smooth as in le 9. It seems as if it skips some frames and it happens even on low resolutions like 360p. So, I discovered that it does not happen on le 11 and I am pleased

---edit
Well, this happened on the first boot of today's nightly. It is on dmesg and it seems serious.
---reedit
I just found the way to blacklist a module.
https://wiki.libreelec.tv/how-to/blacklist-kernel-moduleBut there is no b43!
-
you can crossgrade between generic and generic-legacy without any problem, if you are unsure what you want to use then go for "generic"
Are you sure about that? Yesterday I upgraded from generic to generic-legacy with no issues. And I tried to do the same today, but the other way round (generic-legacy to generic) and an error came up at boot saying something about a file named ".nocompat". It did not upgrade and it still is on yesterday's nightly.
-
And after 3 days without a single issue, the above behavior appeared again today. Today though I noticed that wlan0 was not even mentioned in dmesg! Shouldn't it be mentioned, at least once?
-
May I ask why today's x64 nighly build (83a7f20) is named "generic-legacy" instead of just "generic"?
-
Sorry for complaining about the 0 byte files. I totally missed if's -s parameter when reading the script. I read the new version quickly and I sshed to the rpi to test it. And it somehow fails, probably because of something on wget
Code
Display More# sh get_nightly.sh Connecting to test.libreelec.tv (164.92.230.217:443) saving to 'index.html' index.html 100% |******************************************************************************| 3481 0:00:00 ETA 'index.html' saved downloading LibreELEC-RPi2.arm-11.0-nightly-20220611-f89b380.img.gz wait ... wget: bad address '' nightly is empty, please check on the Server: echoThe file is on the server, it is not 0 bytes and I have changed hardware and arch as described in lines 37 to 39. Also, the -vx parameter of sh seems to just output the contents of the script in the terminal, just like cat.
-
Sure, I am willing to try any suggestions. I also searched for a way to make it somehow return the board type, i.e. rpi2 in my case, but sadly I found none. The file /etc/issue seems to be the only one containing it in text.
---edit
I did not notice the quoted text (rough day today, sorry). So, if the script does check for 0 byte files, please ignore my last suggestion.
-
So, I wanted to try on my rpi3b+ nightly installation (rpi2 variation of the image), but because the rpi folder (= what I am supposed to change on line 5 for arch) has 2 different images for rpi2 and rp4, I checked what the cut command actually does on line 19. And it returns the image for rpi4, which is wrong
Code# wget https://test.libreelec.tv/11.0/RPi/ Connecting to test.libreelec.tv (164.92.230.217:443) saving to 'index.html' index.html 100% |********************************| 4475 0:00:00 ETA 'index.html' saved # cat index.html | cut -d " " -f2 | sed -e 's/href=//'g | sed -e 's/"//'g | grep nightly | sort -r | head -1 LibreELEC-RPi4.arm-11.0-nightly-20220609-c66e09a.img.gzIn other folders, e.g. in the rockchip one where there are like 10 different variations, things are worse. But on folders that there is one, e.g. the generic or the samsung one, it works as it should.
---edit
Also, now that the build system sometimes creates 0 byte images, there should be a "fail safe" that e.g. deletes the downloaded file when it is 0 bytes.
-
Can you please open a new thread about the shell script? There is a bug I would like to report

-
Ok then, I am waiting for the other rpi to come.
In other news, wifi could not connect earlier, so I connected the cable and I retried it with connman. But this time, connman mentioned that it had the key stored and it showed its right value
-
I asked a friend to lend me his rpi3b (not sure if it is the plus version) to do some more troubleshooting because its wireless connection inconsistency is driving me mad. Can I use the same sd card that contains the nightly for it?
-
Fresh pastekodi from the rpi. I waited for like 5 minutes for it to connect to the wifi, it didn't, so I plugged the cable, sshed to it and connected to the wifi via connman again. This time though connman asked for the wifi key, although it was already stored. And I did not remove .cache/connman/wifi_whatever beforehand!
The service wait-time-sync.service topped the systemd-analyze blame board with a massive 5 minutes and 30 seconds, much higher than the 10 seconds delay of kodi-waitonnetwork.service which was second. It is more than obvious that le was waiting for a network connection here.