* Re: [Starlink] (udm pro) Was: Re: Does the dish run OpenWrt? [not found] ` <6A2BF4D0-EF5E-4256-AE95-B61F12200BD8@teklibre.net> @ 2021-06-08 21:52 ` Nathan Owens 2021-06-08 22:29 ` Nils Andreas Svee 0 siblings, 1 reply; 4+ messages in thread From: Nathan Owens @ 2021-06-08 21:52 UTC (permalink / raw) To: Dave Taht; +Cc: Hauke Mehrtens, starlink [-- Attachment #1: Type: text/plain, Size: 1987 bytes --] I found out you can build custom kernels for the UDM Pro. The current one doesn't have CAKE, but it does have FQ_CODEL so I switched to that for now. I'll get around to building a custom kernel in the coming weeks. I'm running pihole and ntopng now: https://github.com/boostchicken/udm-utilities On Sun, May 16, 2021 at 4:04 PM Dave Taht <davet@teklibre.net> wrote: > hmm, the ubnt udm pro is also built around buildroot. > > Is there some 3rd party software shop out there doing wierd things with > json, etc, leveraging buildroot? I mean… angular? come on... > > The udm pro is really great hw, saddled with really crappy software. As > appears to be the dishy…. I hope one day we could make openwrt run on both. > > > > > On May 16, 2021, at 3:21 PM, Hauke Mehrtens <hauke@hauke-m.de> wrote: > > > > On 5/16/21 10:30 PM, Dave Taht wrote: > >> > https://www.starlink.com/assets/pdfs/Starlink-Open-Source-Components-License-Notices.pdf > >> I don’t see any obvious notes to openwrt related modules, nor dnsmasq. > linux 4.9 seems to be in use. > > > > Thank you for this link. > > It says: "buildroot2017.1" many software components are from the end of > 2016 or the beginning of 2017 which matches the buildroot version. This > does not look like an OpenWrt (fork) or something using the QSDK. > > > > They are using musl libc from 2020 and Linux 4.9. > > > > Did anyone request access to the code for the Open Source Components > used by Starlink? > > They says: > > > You may request access to the code for our Open Source Components > > > through your Starlink account. > > https://www.starlink.com/legal/software-license-and-usage-terms > > > > If so, it would be nice if you could upload the code somewhere. > > > > Hauke > > <OpenPGP_0x93DD20630910B515.asc> > > _______________________________________________ > Starlink mailing list > Starlink@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/starlink > [-- Attachment #2: Type: text/html, Size: 2977 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Starlink] (udm pro) Was: Re: Does the dish run OpenWrt? 2021-06-08 21:52 ` [Starlink] (udm pro) Was: Re: Does the dish run OpenWrt? Nathan Owens @ 2021-06-08 22:29 ` Nils Andreas Svee 2021-06-08 22:31 ` Nathan Owens 0 siblings, 1 reply; 4+ messages in thread From: Nils Andreas Svee @ 2021-06-08 22:29 UTC (permalink / raw) To: Nathan Owens, Dave Taht; +Cc: starlink, Hauke Mehrtens [-- Attachment #1: Type: text/plain, Size: 530 bytes --] Nice find! I guess someone finally managed to coax the kernel sources out of them. Still nothing on the download page, so I guess you got to reach out to them yourself if you'd like a copy. Are you on the beta firmware that got upgraded to kernel 4.19 Nathan? Wouldn't have high expectations of CAKE being enabled, but at least you won't have to backport. Either way the software on those things are a disappointment, so if I ever get one it'll be to run OpenWrt on (or just plain Alpine/Debian or similar). Best Regards Nils [-- Attachment #2: Type: text/html, Size: 881 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Starlink] (udm pro) Was: Re: Does the dish run OpenWrt? 2021-06-08 22:29 ` Nils Andreas Svee @ 2021-06-08 22:31 ` Nathan Owens 2021-06-08 23:37 ` Dave Taht 0 siblings, 1 reply; 4+ messages in thread From: Nathan Owens @ 2021-06-08 22:31 UTC (permalink / raw) To: Nils Andreas Svee; +Cc: Dave Taht, starlink, Hauke Mehrtens [-- Attachment #1: Type: text/plain, Size: 819 bytes --] Yep, I run the latest code: Linux Nathan-UDMP 4.19.152-al-linux-v10.2.0-v1.10.0-12.3672-bace201 #1 SMP Fri May 28 18:00:20 UTC 2021 aarch64 GNU/Linux At least it has fq_codel now... On Tue, Jun 8, 2021 at 3:29 PM Nils Andreas Svee <me@lochnair.net> wrote: > Nice find! > > I guess someone finally managed to coax the kernel sources out of them. > Still nothing on the download page, so I guess you got to reach out to them > yourself if you'd like a copy. > > Are you on the beta firmware that got upgraded to kernel 4.19 Nathan? > Wouldn't have high expectations of CAKE being enabled, but at least you > won't have to backport. > > Either way the software on those things are a disappointment, so if I ever > get one it'll be to run OpenWrt on (or just plain Alpine/Debian or similar). > > Best Regards > Nils > > [-- Attachment #2: Type: text/html, Size: 1354 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Starlink] (udm pro) Was: Re: Does the dish run OpenWrt? 2021-06-08 22:31 ` Nathan Owens @ 2021-06-08 23:37 ` Dave Taht 0 siblings, 0 replies; 4+ messages in thread From: Dave Taht @ 2021-06-08 23:37 UTC (permalink / raw) To: Nathan Owens; +Cc: Nils Andreas Svee, starlink, Hauke Mehrtens [-- Attachment #1: Type: text/plain, Size: 1266 bytes --] It always had fq_codel (“smart queues”) but they buried it in the “old gui”. Their default bandwidth test doesn’t set it right and they missed scaling the quantum properly so it scaled to a gbit. toss the sqm-scripts onto it… lastly, sch_cake builds out of tree for linux versions as old as linux 3.10. > On Jun 8, 2021, at 3:31 PM, Nathan Owens <nathan@nathan.io> wrote: > > Yep, I run the latest code: > Linux Nathan-UDMP 4.19.152-al-linux-v10.2.0-v1.10.0-12.3672-bace201 #1 SMP Fri May 28 18:00:20 UTC 2021 aarch64 GNU/Linux > > At least it has fq_codel now... > > On Tue, Jun 8, 2021 at 3:29 PM Nils Andreas Svee <me@lochnair.net <mailto:me@lochnair.net>> wrote: > Nice find! > > I guess someone finally managed to coax the kernel sources out of them. Still nothing on the download page, so I guess you got to reach out to them yourself if you'd like a copy. > > Are you on the beta firmware that got upgraded to kernel 4.19 Nathan? Wouldn't have high expectations of CAKE being enabled, but at least you won't have to backport. > > Either way the software on those things are a disappointment, so if I ever get one it'll be to run OpenWrt on (or just plain Alpine/Debian or similar). > > Best Regards > Nils > [-- Attachment #2: Type: text/html, Size: 2558 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-06-08 23:52 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <98e5e35f-dcca-0b1c-65c1-3da193779b5f@phrozen.org> [not found] ` <d7409eb6-e972-ac74-36d0-ea5297c39ad0@hauke-m.de> [not found] ` <95CC2CF3-6EBB-4F8F-AD2C-58E791459E8D@teklibre.net> [not found] ` <701613ff-7a53-267f-77d0-a4e015b8410c@hauke-m.de> [not found] ` <6A2BF4D0-EF5E-4256-AE95-B61F12200BD8@teklibre.net> 2021-06-08 21:52 ` [Starlink] (udm pro) Was: Re: Does the dish run OpenWrt? Nathan Owens 2021-06-08 22:29 ` Nils Andreas Svee 2021-06-08 22:31 ` Nathan Owens 2021-06-08 23:37 ` Dave Taht
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox