Jump to content

TRS-80

Moderators
  • Posts

    760
  • Joined

  • Last visited

Everything posted by TRS-80

  1. If you are not yet understanding the basics around diff/patch (which are nearly the same thing), and for that matter, git itself, I would respectfully submit that spending a little time learning these tools will greatly help you on your journey. If you are interested, I could recommend some good resources. It sounds to me (after reading the rest of your post) that a little light has gone off, and you now understand the reason why these tools are used. And to answer your question, no you are not wrong in the general thrust of your thinking. In fact doing something like that (creating a patch) is actually very easy with some basic understanding of git. Whether the specific combination of patches will work however is a whole another story; I don't want to speak for tparys but I assume that is what he meant with his "not simple" comment.
  2. TRS-80

    BIND9

    You will likely get a better response on BIND mailing list, or in their IRC channel (assuming they have one) or even #linux or #bsd (would be my rough descending order of preference).
  3. I don't know about that hardware specifically, but most webcams are simple USB devices. I would search Internet for "PS3 Eye Linux" or maybe "PS3 Eye Debian" as nothing should be different in this regard to Armbian (unless I am badly mistaken). Are you sure that USB is working at all on your TV Box?
  4. I could be totally wrong, but looks like maybe your OS image is corrupted? I don't own Helios64, and unfamiliar with what media it accepts, but maybe burn latest stable image on a known good SD card and try and boot from that?
  5. 1. Not sure what you are trying to do, but tree have a lot of command line options. 2. Surely it is open source, go look up sources to study implementation details? 3. This has nothing to do with Armbian, maybe try #linux on libera.chat or (any of the many, many) other general Linux resources on the Internet.
  6. You mean regular upgrade, or dist-upgrade? The latter is not supported to my knowledge. Until rpardini or JC re-appear, if you guys find any solution please share it in this thread or even better submit a PR!
  7. Well, your heart is in the right place. I have worked a little bit on the docs, but I/we welcome suggestions. Especially from people new to the project. What you might not realize is that it's hard for people like Igor, et al, who have so much experience, to remember what it was like in the beginning. So please do continue making some notes about things you learned, resources you found, misconceptions you had, and we can try and incorporate them into docs/wiki at some point. What you set out to do here is not trivial task, this SoC is not even supported in mainline Linux yet, it is basically almost brand new chip. I was very excited about RK3399 for instance but that took literally years to finally get to the usable state it is in today. And I suspect same will be the case with this RK3566.
  8. FWIW, I am still in the old Cubietruck boat as well. I still have some services running on the old board, including XMPP server which it can easily handle. I have a bit of a soft spot for the old board, being as it was my first and unless I am badly mistaken also historic as the first Armbian board (source: BalCCon2k17 presentation (YouTube))? Anyway I don't know the answers yet, but I should probably mention that I took another break from work and so I will have a little time to work on things again. I have not decided what I will do yet, maybe migrating services to newer boards I own would be best, in which case I would be happy to donate old board to someone who will make good use of it. OTOH, maybe I seek to obtain another Cubietruck and then try my hand at "maintainership." I think I can handle something along the lines of what Igor outlined above, but I am for sure no kernel hacker. Anyway, today is only my first day "off" so just taking it easy for now, getting caught up on forum posts, etc. Later, once I decide how I want to proceed, I will post back in this thread; you can also find me idling in IRC if you want to follow up.
  9. I don't know what vSSH is but I would just use standard command line tools. Apple OS is after all just BSD with some GUI skinning and other stuff on top. I guess I am a little surprised the ssh program was the issue, I was going to suggest to use a different terminal emulator as I suspected that may be the problem. But maybe vSSH is a terminal emulator (I did not bother searching it up). Anyway, glad you got it working.
  10. You Keep Using That Word, I Do Not Think It Means What You Think It Means
  11. If you are interested in a little more context, the following is about TV Boxes, but similar generalities can be applied to any sort of (usually inexpensive) ARM (or other) random device you might find on the Internet: https://forum.armbian.com/topic/16407-please-read-first/
  12. FWIW, just wanted to make note that some of these features I see implemented lately (like badges) seem to be quite in line with what I had in mind before. Licensing issue aside, I was keen on tools to help administer the forum as much automated as possible, which is what got my attention about Discourse in the first place these last years. And now (almost 2 years later) it seems these features are making their way into other software. I don't know if these badges are tied (or can be) to increasing levels of user permissions (or if they are simply decorative) but if the former, that is exactly what Discourse does, and all in an automated way. In other words, it looks like we achieved the desired functionality after all? Anyway, don't want to re-open can of worms, and to be clear I am no longer advocating for Discord, just wanted to add my comment. Cheers!
  13. I guess I felt like that great discussion in rpardini's PR was sort of shut down prematurely. Maybe the forum is a better place where we can take the long view over time and build more consensus about some of these bigger changes. Here, everyone have a beer and relax, get into right frame of mind.
  14. It seems to me like we currently have at least 2-3 separate initiatives going on which are in some way at least touching upon the very heart of the project (the build system). I wanted to bring attention to them and begin a high level strategic discussion of what the best way forward might be. I expect this will take some significant time for everyone to really have a chance to weigh in and (ideally) eventually to come to some sort of consensus. I will confess that I don't even really understand the build system myself. In fact I think only a few people really do. So as a side effect I hope to increase my own understanding. And eventually improve documentation. For example I am not even sure any of these initiatives are really conflicting with one another? But I still feel like we should probably discuss them all together, from a high level point of view. I hope through this process we can come up with some better and more comprehensible architecture which will (ideally) become more accessible to newcomers, ultimately easing the long term maintenance burden (among other benefits). Some of major initiatives I am aware of currently are: rpardini fragment / hooks idea Hooks are used a lot in Emacs for instance, so this idea was immediately comprehensible to me. It's clear @rpardini has put a lot of thought / effort into that, and there is some very good discussion there, which I encourage everyone to have a good look at. Architecture for adding additional desktop enviromnents, and application groups @Myy has done some nice work here. I am almost embarrassed to state that I am not even sure if this is what @Rich Neese has been implementing with all the desktop stuff, or not? Desktop / graphical stuff is not my area and I know @JMCC @jock @balbes150 also have additional multimedia stuff which lie outside Armbian itself, but maybe we have an opportunity to make things a little easier on them here? creating packages in the armbian build system @going has what seem to me like some great ideas, even if I must confess to only partially comprehending them (Debian packaging being a hairy beast I aspire one day to learn more about). I feel like I am probably missing some more, in which case please add links to other discussions you may be thinking about which are related. I encourage everyone to really take the time and try and understand what these people are working on if you have not done so already. This is probably the most difficult part of this, taking the time and try and really try and understand the other person's point of view (and/or, areas outside our own expertise). In addition to big initiatives above, I recall several offhand comments I read from @Igor and @balbes150 about long logic chains, maintainability, & etc. which I think we need to also discuss in a broad architectural sense. I don't know the build scripts deeply enough to comment helpfully, but my hope is that the few people who do can have some sort of productive discussion. Besides people I already mentioned, I can see from GitHub that @martinayotte @TonyMac32 @piter75 @Werner @lanefu @Heisath @aprayoga and @gprovost are current members of the project who seem to commit to the build scripts a lot. Please help me by tagging anyone else you think of who may be interested in this discussion, and apologies to anyone I missed.
  15. Stay away unless you are up for a challenge (to put it mildly). No offense, and I don't want to assume your knowledge level, but if you need to ask here, then you are probably not up for said challenge. Choose / purchase one of Supported Devices, instead, and save your hair!
  16. No PoE at that end, I just bought a cheap splitter off AliExpress for a few bucks to separate the Ethernet from power at that end. Yep, using same W5100 module. Not even a "shield" I just connected it with dupont wires. But a shield is probably a more reliable connection, now that I think about it.
  17. No documentation came with IR transmitter? If it is cheap AliExpress special, you will probably need to search Internet and figure it out for yourself. Lirc forums / wiki / docs may be more helpful than here? Good luck with it, please report back if/how you got it working.
  18. It can take years! I was very excited about RK3399 for a long time, it only recently has gotten stable! Just trying to set some realistic expectations, and this is not directed at you, personally. I see a lot of excitement (at Pine64 forums, and elsewhere) as well about RK3566/RK3578[0] but they are essentially brand new SoCs. Many people have "the new shiny" syndrome (in the broader public), but with hardware in Linux very often "the older the better" as the hardware will have seen more development and become more stable. [0] Or any other SoC for that matter.
  19. Well you are off to a good start then. GNU/Linux in general (and SBCs specifically) are more than a bit arcane, you will need to do a lot of reading. I have been here a few years now and still only know a little. My comments were not meant to offend you, but to make you think. Self sufficiency is valued in these sort of communities for a reason, it is a self preservation mechanism. See some of the links in my signature (specifically, How To Ask Questions, beware help vampires) to get a general sense. Ask yourself honestly, who is more valuable to the long term sustainability of a community: those very few people who take their own personal time to reply and help others, or the hundreds of people who come every day asking questions showing they have not bothered to do fundamental research? I am not trying to pick a fight with you, rather to introduce you to sustainable F/LOSS culture. You seem like an intelligent person, otherwise I wouldn't bother writing all this. I don't think you will find an announcement about something so specific. You will need to do a little more leg work on your own. But this is the nature of the beast.
  20. Good for you, you deserve it. No wonder your tone is more calm than usual.
  21. Did you even spend 10 seconds looking at home page of forums? https://forum.armbian.com/forum/37-announcements/ Although, in your case I would suggest spending a little time lurking and reading, as it seems you are asking some very basic questions.
  22. This is well known issue, in fact it is stated right on download page for the device: https://www.armbian.com/orange-pi-zero/
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines