-
Posts
1148 -
Joined
-
Last visited
Everything posted by lanefu
-
A few things needed to make the N2/N2+ the perfect desktop SBC
lanefu replied to NicoD's topic in Amlogic S905(x), S922X
Changing the x11 driver from fb to modesetting will let xrandr deal with resolutions easily. 1440p is technically missing from the DRM kernel driver -
All the 20.11 allwinner images are on kernel 5.8 right?
-
Box86 on the RK3399 with Armbian Reforged
lanefu replied to NicoD's topic in Gaming on ARM's Reviews
Very nice! Did you build from desktop branch or master? Legacy kernel? -
What parameters are you passing to compile.sh
-
@peterbmckinleylook at the nmcli command
-
Create a Method to Select Repo Mirror by Country
lanefu replied to greypilgrim's topic in Feature Requests
Sweet feel free to ping me in irc (or whereever) if you have any questions -
Create a Method to Select Repo Mirror by Country
lanefu replied to greypilgrim's topic in Feature Requests
As Igor Mentioned in https://armbian.atlassian.net/browse/AR-444 there's some on-going stuff. Log shipping would be an ansible task. So could use a role, or favorite galaxy role and collaborate on options for strategy there. I think I just want to go old school and just do rsyslog shipping and have an intelligent file layout. But certainly open to logstash or fluentd solutions as well. -
Create a Method to Select Repo Mirror by Country
lanefu replied to greypilgrim's topic in Feature Requests
Yep that repo is the python code. Technically apt is a branch in that repo. It's a flask app that runs in WSGI containers. 2 instances running one for redirect.armbian.com and one for apt.armbian.com. both reverse proxies behind nginx I entertained just doing it with nginx but didn't want to go down the wormhole of exotic nginx configs wormhole or figure out lua Anyway moving the redirect code to using a yaml config to indicate regions and other granual info is like the next step to making other improvements and I'd love a PR for that. Then we can have an endpoint that list available mirrors. And have a endpoint for regional grouping. Ex apt.armbian.com/na or /eu After that we can work on geoip support. I also like the idea of setting mirror with armbian-config. That would pair well with having an endpoint that publishes all mirrors. -
it matches your keyboard
-
tutorial Docker on armbian!
lanefu replied to MathiasRenner's topic in Reviews, Tutorials, Hardware hacks
the distro natively packaged versions are new enough for my use these days.. I just do code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } apt install docker.io -
Issue created https://github.com/armbian/build/issues/2315
-
Yep I'm experiencing same thing with 5.9.5 as well as 5.10.0-rc2 on my opi3
-
Current status of the Orange Pi 3 (H6)
lanefu replied to Laucian's topic in Allwinner A64, H5 and H6
small heatsink. I have a fan that lightly blows on the whole cluster. I power it from a 10-port USB charger. temp was probably in 42C after boasting I to you about it I messed something up accidentally shutdown and now it won't boot lol. -
Looking for a friendly place to get some support
lanefu replied to Toluene's topic in General chit chat
Your question is clearly sincere. Thank you for being thoughtful in your post. I recommend reading the sunxi wiki from head to toe. Even if you're not interested in allwinner they do a good job of covering a lot of the theory. https://linux-sunxi.org/Main_Page -
Current status of the Orange Pi 3 (H6)
lanefu replied to Laucian's topic in Allwinner A64, H5 and H6
I have an 82 day uptime on my headless Opi3. sorry I can't speak to panfrost. -
Should I warn you for a duplicate post? There's an annoying bug with canned replies anyway which is I can't select the default reply without choosing another first. Then I have to clean up. Anyway sounds like it's worth trying new way then we can disable canned plugin?
-
important Armbian v20.11 (Tamandua) Planning Thread
lanefu replied to Werner's topic in Armbian build framework
Is anybody interested in doing a kind of hackathon in irc on a weekend for testing and bug fixes? -
Ansible-k3s has support for armbian. Alternatively I use hashicorp consul and nomad on several 32bit and 64bit devices
-
What's your use case, maybe I can suggest some alternative SBCs
-
Dev environment for multiple images - Am I assuming correctly?
lanefu replied to bozden's topic in Armbian build framework
So a cheat to let customize image see the board would be for the script to source sdcard/etc/armbian-release Then you'll have a board var etc. Sorry typing on my phone otherwise if provide a better example
