-
-
Notifications
You must be signed in to change notification settings - Fork 18
Conversation
And updated to what nhp uses in their releases.
Going only from memory, I don't have the old firmware setup rolling around, it looks like 5Ghz Wi-Fi performance is better? Maybe? I'm running on 5.11. I don't remember if it was working or not previously. But right now I had a stable connection all over my home on 5Ghz. 2.4Ghz is still a mess, but that's because it's a mess on all devices around my home. |
Somewhat breaking change. Unless you're using an initial boot firmware which includes the required trustzone fixes (see #3) you will need to add this to your configuration:
|
Nice work on Tow-Boot! I tried it and it's genuinely the best U-Boot build for Pinebook Pro. I really hope that you will share it with the wider Pine64 community (if you haven't already) 😄 The changes look great, but the new firmware broke Wi-Fi on my PBP. With the new firmware:
It worked after I swapped it out for the old one (everything else stayed the same):
I tested with both 5.10 and 5.11, and the new firmware exhibited the same problem. |
audibly groans... I guess we have to figure out firmware sources, who uses which firmware for it, and compare them. I really hate those situations where there's no clear answer, and people just get firmware files from unknown locations, with unknown vintage, with unknown details about what it actually changes. |
Hmm, the plot thickens... Just got some time to try again, and apparently I can connect to Wi-Fi manually with Edit: And yes, I tried disabling MAC randomization in NetworkManager. |
Odd, since on mine I didn't need to. I don't think I changed anything while connecting to the networks... whenever I did that initially. But I'm not surprised either, since on another tablet/computer with a rtl8723bs it was needed.
Looks like it does fail hard to set the MAC address though. |
After half a day building firefox on qemu-aarch64, I've tested this branch a bit (along with Tow-Boot). Some comments:
Thanks for the work you've put into this. This is becoming a very usable platform for light notetaking on the go. |
@plabadens could you state whether you were using the patched I'm mostly curious about the exact situations things are verified to work :). |
I'm on
Also, bluetooth seems busted somehow, but I need to investigate further. |
Is there an at least somewhat distro-portable integration test script that tests all of the requisite modules?
|
After deleting all leftover state in |
Given that I have re-installed my system using Tow-Boot and this branch, successfully, and tested it a bit more. And given other users have verified there is no serious regression, or even any regression. Let's merge this! |
Pfffff... Lots of things here to unpack.
Note that #21 would still be needed if someone wants to run the mainline kernel... EXCEPT if they use Tow-Boot as their initial boot firmware, and use EFI boot. As Tow-Boot ships this patch in the built-in DT.
Then, we're basically updating everything.
The biggest change is how we are not bunding the initial boot firmware (e.g. U-Boot) in the build anymore. This is now left as an exercise to the reader, but really, I suggest looking at my project:
It is meant to be simpler than "bare" U-Boot to use and setup.
Please leave comments!
Though I'll be merging this soon.