I have no binaries to try, and won't for quite a while. Hence my "request" to ralphy.
On the other hand, if your interest is purely practical, you can install the alternative lua "hacky" patch through erland's patch installer.
My repo is: http://downloads.sourceforge.net/project/mrw-applets/repo.xml
Look for: Fix up misaligned and/or jittery text after horizontal scrolling, and you can join the very exclusive club of users whose Controller scrolling menus don't jitter.
Warning: the repo xml is on sourceforge. To quote myself from another context:
You may get the same problem with the patch. FWIW, I think the problem is sourceforge's tardiness, not LMS.I have found that occasionally the applet does not show up in the offered list. In this case, simply back out of the menu and retry. I believe that LMS (or sourceforge) is occasionally a bit tardy in assembling the list of applets.
Results 21 to 30 of 184
Thread: Community Build Radio Firmware
-
2020-04-09, 01:48 #21
- Join Date
- May 2010
- Location
- London, UK
- Posts
- 744
-
2020-04-09, 02:30 #22
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 6,174
I can't say I have ever noticed misaligned or jittery text after scrolling on the Controller. Scrolling isn't particularly smooth but the text always looks OK. In some of the menus it sometimes "bounces" for a time after scrolling. Is that related?
Edit. Just tried setting scroll mode to "scroll once and stop" but it still scrolls continuously.
Sent from my Pixel 3a using TapatalkLast edited by slartibartfast; 2020-04-09 at 02:35.
-
2020-04-09, 03:25 #23
- Join Date
- May 2010
- Location
- London, UK
- Posts
- 744
Last edited by mrw; 2020-04-09 at 03:28.
-
2020-04-09, 06:05 #24Ralphy
1-Touch, 5-Classics, 3-Booms, 2-UE Radio
Squeezebox client builds donations always appreciated.
-
2020-04-09, 06:08 #25Ralphy
1-Touch, 5-Classics, 3-Booms, 2-UE Radio
Squeezebox client builds donations always appreciated.
-
2020-04-09, 23:19 #26
Community Build Radio Firmware
> You don't need to build it. I've sent you an email with download
> details.
Thanks a lot! Got it up and running. And it immediately showed a flaw in
my LMS8 compatibility check: your firmware would still trigger the
warning in LMS8 about using an incompatible firmware. That should be
fixed now.
--
Michael
-
2020-04-10, 03:57 #27
- Join Date
- May 2010
- Location
- London, UK
- Posts
- 744
-
2020-04-10, 09:17 #28
Yes, but I wasn't sure. I've sent you a PM with download details.
While testing the controller firmware in qemu, as I don't own a controller, I noticed that wpa_supplicant was still even an older version than what was originally included with the radio so didn't recognize the country= setting in wpa_supplicant.conf. For now, I've removed the setting in git and controller firmware.
Listing the versions of wpa supplicant available to bitbake reveals two package names. The touch and controller recipes are using wpa-supplicant whereas the radio uses wpasupplicant.
Code:bitbake --show-versions | grep ^wpa wpa-supplicant 0:0.5.8-r5 wpasupplicant 0:2.9-r0
At this point all my firmware builds have both ssh and telnet login access enabled by default. I did that while testing the dropbear updates in case they failed I could still login to the radio via telnet. I haven't pushed those changes as I intend to remove telnetd and disable remote login (ssh) by default as it is today in the official logitech firmware builds.Last edited by ralphy; 2020-04-11 at 07:14. Reason: wpa_supplicant is v0.5.7 not 0.5.8
Ralphy
1-Touch, 5-Classics, 3-Booms, 2-UE Radio
Squeezebox client builds donations always appreciated.
-
2020-04-10, 11:38 #29
- Join Date
- May 2010
- Location
- London, UK
- Posts
- 744
-
2020-04-11, 07:13 #30
Thanks. I've done a bit more digging.
The file adds an IMAGE_INSTALL config option.
If I rename poky/meta-squeezeos/packages/wpasupplicant to wpa-supplicant and all occurances in the recipe then I only get the latest version.
Code:bitbake --show-versions | grep ^wpa wpa-supplicant 0:2.9-r0
Code:# ./wpa_supplicant -v wpa_supplicant v0.5.7-MSI-1 Copyright (c) 2003-2006, Jouni Malinen <jkmaline@cc.hut.fi> and contributors
I am going to leave the renamed wpa-supplicant in meta-squeezeos for now and change the baby.conf to IMAGE_INSTALL += "wpa-supplicant".Ralphy
1-Touch, 5-Classics, 3-Booms, 2-UE Radio
Squeezebox client builds donations always appreciated.