ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum feed: #armbian-rss | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
califax has quit [Remote host closed the connection]
califax has joined #armbian
<sevan>
viraniac link doesn't work. 'Signed expiry time [Wed, 02 Aug 2023 21:00:00 GMT] must be after signed start time [Thu, 03 Aug 2023 00:08:40 GMT]'
<sevan>
archetech: re zfs on sdcard, it's your only chance of proactively detecting corruption on dying or fake sd cards.
amazingfate_ has joined #armbian
amazingfate has quit [Ping timeout: 260 seconds]
<DC-IRC>
<Nardol> Hello, with my Odroid N2+, using stable repository today I have some update available for linux-image-current-meson64 and linux-dtb-current-meson64 to version 23.08 trunk. Is it expected? Looks strange for me to have trunk version when using stable version...
Net147 has quit [Quit: Quit]
Net147 has joined #armbian
Tazy has joined #armbian
Tazy95 has joined #armbian
Tazy has quit [Killed (NickServ (GHOST command used by Tazy95!~Tazy@62.145.36.17))]
Tazy95 is now known as Tazy
<DC-IRC>
<igorpec> yeah, slept over, doing some work on repo sync ... but should be harmless
<DC-IRC>
<igorpec> yeah, slipt over, doing some work on repo sync ... but should be harmless
<DC-IRC>
<Nardol> @igorpec thanks, so it is recommended to wait some hours until these updates go away or I miss-understood? Some days ago I had the same for firmware and armbian-config which are still available on repo
amazingfate has quit [Read error: Connection reset by peer]
amazingfate has joined #armbian
<DC-IRC>
<bret> Going to give this a shot now and see how things go, not sure if I should be scared or not
<DC-IRC>
<bret> oh well it still seems like wireguard isn't going to play ball out of the box with that, though I'm likely missing something
<DC-IRC>
<lanefu> ah interesting i never tested it.. is the kernel module missing
<DC-IRC>
<bret> yup, it starts trying to download `linux-image-6.4.0-1-rt-arm64 linux-image-rt-arm64` when you try to install, wireguard-tools is there though
<DC-IRC>
<bret> I believe Igor mentioned that it works out of the box on the release builds so I guess for my use-case (just running through a benchmark suite) that's going to be fine, though it's nice seeing things progress with mainline
<DC-IRC>
<lanefu> you shouldnt need ot install a kernel module
<DC-IRC>
<bret> `# CONFIG_WIREGUARD is not set` ah
<DC-IRC>
<lanefu> ha okay yeah that's on me. i'll try to get a new image updated
<DC-IRC>
<bret> 😄 not that I'm demanding work on bleeding edge self-built images so don't worry too much on my part
<DC-IRC>
<bret> for my use-case it's not the end of the world, wireguard is a part of my benchmarking so now I'm finally getting round to doing the 5B I thought I better include it
<DC-IRC>
<bret> for my use-case it's not the end of the world (to have a bleeding edge new build, the Armbian release stuff is fine on 5.vomit), wireguard is a part of my benchmarking so now I'm finally getting round to doing the 5B I thought I better include it
<DC-IRC>
<lanefu> yeah i usually try to build it into my images cuz i use it as well 😛
<DC-IRC>
<bret> Once I start pumping out the backlog I have I need to start reading into all of this more. Going to Embedded Recipes in September and I know sweet eff all so it's all going to go in one ear and out the other
<DC-IRC>
<bret> should probably try and be more than a script executing monkey
<DC-IRC>
<rpardini> `CONFIG_WIREGUARD=m` was in every Armbian kernel last I checked (sometime 2022)
<DC-IRC>
<lanefu> yeah this could be cuz collabora kernel config
<DC-IRC>
<lanefu> it was added in haste lol
<DC-IRC>
<bret> I'll give the board a run-through with the release image but if you do get round to uploading a new version of your image, ping me and I'll give it a look!
buzzmarshall has joined #armbian
<montar>
i want to compile gpio-tr-tx overlay for rock64
<montar>
and i have no idea what to do
amazingfate_ has joined #armbian
amazingfate has quit [Ping timeout: 246 seconds]
Sally1 has quit [Ping timeout: 260 seconds]
tachi_ has quit [Read error: Connection reset by peer]
jantones has joined #armbian
crabbedhaloablut has quit []
<DC-IRC>
<viraniac> montar: okay, do you have the overlay source code?
<DC-IRC>
<viraniac> I have no Idea for what you need to use there, you can refer other rockchip overlays or find datasheet for the processor that you have
<montar>
i want IR-blasting
<montar>
nothing more
<montar>
and i don't really need to make an overlay
<DC-IRC>
<viraniac> I know. I remember
<montar>
so thanks for help again
archetech has quit [Quit: Konversation terminated!]
junaid_ has quit [Remote host closed the connection]
sally has quit [Remote host closed the connection]
sally has joined #armbian
<yang2>
Hello, any idea how to display CPU temperature inside "htop" ? I have lm-sensors + libsensors + libsensors-dev + libsensors5 installed, but the temperature doesn't show up.
<yang2>
Rock 5B
ced117 has quit [Ping timeout: 245 seconds]
Sally1 has joined #armbian
zeemate has quit [Ping timeout: 246 seconds]
amazingfate has joined #armbian
ced117 has joined #armbian
amazingfate_ has quit [Ping timeout: 245 seconds]
libera-staff has joined #armbian
<Hammdist>
yang2: do you know if your htop is built with sensors support? have you tried stracing it to see if it attempts dlopen?
<Hammdist>
well it would be an open() call in strace I guess
<DC-IRC>
<tenkawa42> Hammdist: sensors in htop for big.little machines is a touchy subject
<DC-IRC>
<tenkawa42> it doesn't output the same way as normal machines without patching htop or building a custom htoprc
<DC-IRC>
<tenkawa42> It doesn't know how to find the base temp sensor of the several on the unit
<DC-IRC>
<tenkawa42> There was a patch in older versions to make it work but the old copy of the patch I've found seems to very out of date
<DC-IRC>
<tenkawa42> libsensors by itself (and device tree support) can poll it fine
<Hammdist>
ah interesting
<DC-IRC>
<tenkawa42> I have cpu , gpu, and nvme temp monitors currently on my Rock5
<DC-IRC>
<tenkawa42> but yeah this apparently has been a longtime headache for people
<yang2>
tenkawa, do you see those temperatures inside htop ?
<DC-IRC>
<tenkawa42> No. I told you . without modifications you can't
<DC-IRC>
<tenkawa42> I use lmsensors
<Hammdist>
it would be cool if htop had a generic "firstline" plugin that would run a command every second and show its output in the first line. then one could attach whatever system-specific script might be needed to fetch temp infos and other info and have it be shown
<DC-IRC>
<tenkawa42> Hammdist: you can do your own bundling/etc of stuff like that in .htoprc
<DC-IRC>
<tenkawa42> so you could make a pseudo sensor
<DC-IRC>
<tenkawa42> thats how you get ot to work
<DC-IRC>
<tenkawa42> er it
<DC-IRC>
<tenkawa42> You bundle them together and present it to htop
<Hammdist>
I might look into that some day
<DC-IRC>
<tenkawa42> I might here as well.. the put up a wiki article.. just need to try it out