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/Twitter feed: #armbian-rss | Logs: -> irc.armbian.com
crabbedhaloablut has quit [Read error: Connection reset by peer]
crabbedhaloablut has joined #armbian
crabbedhaloablut has quit [Quit: No Ping reply in 180 seconds.]
crabbedhaloablut has joined #armbian
norwich_ has joined #armbian
norwich has quit [Ping timeout: 248 seconds]
norwich_ is now known as norwich
archetech has quit [Quit: Konversation terminated!]
califax has quit [Ping timeout: 255 seconds]
arch3r has quit [Ping timeout: 260 seconds]
arch3r has joined #armbian
califax has joined #armbian
TRS-80 has quit [Quit: WeeChat 3.0]
Unit193 has quit [Ping timeout: 615 seconds]
Unit193 has joined #armbian
Unit193 has quit [Quit: Reconnecting]
Unit193 has joined #armbian
zeewark1 has joined #armbian
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
alekksander has joined #armbian
lemonzest has joined #armbian
arch3r has quit [Quit: bye]
arch3r has joined #armbian
kolla has quit [Quit: %fog relay%]
kolla has joined #armbian
archetech has joined #armbian
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
lemonzest has quit [Quit: WeeChat 3.6]
Herc has quit [Ping timeout: 260 seconds]
Herc has joined #armbian
alekksander has quit [Read error: Connection reset by peer]
alekksander has joined #armbian
alekksander has quit [Client Quit]
crabbedhaloablut has quit [Remote host closed the connection]
loki_val has joined #armbian
alekksander has joined #armbian
archetech has quit [Quit: Konversation terminated!]
lyri has joined #armbian
Proxysna has joined #armbian
archetech has joined #armbian
Proxysna has quit [Quit: Leaving]
Proxysna has joined #armbian
califax has quit [Remote host closed the connection]
loki_val has quit [Remote host closed the connection]
califax has joined #armbian
lyri has quit [Ping timeout: 268 seconds]
crabbedhaloablut has joined #armbian
lyri has joined #armbian
TRS-80 has joined #armbian
ced117 has quit [Ping timeout: 268 seconds]
califax has quit [Ping timeout: 255 seconds]
califax has joined #armbian
Armbian-Discord has quit [Remote host closed the connection]
Armbian-Discord has joined #armbian
lyri has quit [Remote host closed the connection]
arch3r has quit [Ping timeout: 246 seconds]
dieselnutjob has quit [Ping timeout: 246 seconds]
arch3r has joined #armbian
Dagger has quit [Ping timeout: 248 seconds]
califax has quit [Remote host closed the connection]
califax has joined #armbian
ced117 has joined #armbian
califax has quit [Remote host closed the connection]
califax has joined #armbian
archetech has quit [Remote host closed the connection]
archetech has joined #armbian
montjoie has joined #armbian
<montjoie> hello on a potato, I wanted to add a custom kernel modules so I have installed linux-source-5.10.147-current-meson64 BUT this package give a .confg with the LOCAL_VERSION="-meson64", does this is a missing ?
<montjoie> without it, module cannot be insmod
<TRS-80> Did you do so via armbian-config?
<TRS-80> if not, maybe try that way
<Armbian-Discord> <I​gorPec> TRS-80 hey
<Armbian-Discord> <I​gorPec> montjoie: you want to do this on the board?
<TRS-80> IgorPec: hallo! :)
<Armbian-Discord> <T​heBug> A wild TRS-80 emerges from the forest... 🎄 🎄
* TRS-80 shuffles back into the trees before he is put to work
<montjoie> IgorPec: yes directly from the board, it was the easiest way.
<TRS-80> Grandma is coming in 1 month and I still need to build a shed, living room still full of tools, wife bitching every day
<Armbian-Discord> <I​gorPec> hmm, not sure about this LOCAL_VERSION ... is this a bug or feature
<montjoie> since uname give 5.10.147-meson64, this is set in your build system, but seems removed when exporting to the source package
<montjoie> not a big issue, not sure if lot of people do what I did....
<Armbian-Discord> <I​gorPec> this part was done by the-going
<Armbian-Discord> <I​gorPec> so it would be good to ping him.
<montjoie> did you want I do a bug report ?
<Armbian-Discord> <I​gorPec> If you have Jira access, then put it there else GH
<Armbian-Discord> <T​enkawa> I personally recommand to people if you are building your own kernels to always provide your own CONFIG_LOCALVERSION= but thats just me...
<Armbian-Discord> <T​enkawa> (I also have about 20-25 different configurations I have to keep track of constantly)
<Armbian-Discord> <T​onymac32> a wile TRS-80 appeared
<TRS-80> o/ :)
Dagger has joined #armbian
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
maknho has quit [Quit: WeeChat 3.0]
maknho has joined #armbian
maknho has quit [Quit: WeeChat 3.0]
maknho has joined #armbian
califax has quit [Ping timeout: 255 seconds]
califax has joined #armbian
<montjoie> tenkawa, not building my own, just an extra module against a working already built kernel
<montjoie> so the .config need to be exactly the same than current running kernel
<montjoie> at least on some option like LOCALVERSION
<Armbian-Discord> <T​enkawa> Actually that's not 100% accurate
<Armbian-Discord> <T​enkawa> if its enabled IKCONFIG_PROC can extract everything as is.. and also [*] Module versioning support MODVERSIONS will allow you to have different version names.
<Armbian-Discord> <T​enkawa> I build ethernet/wifi modules from tar files on a regular basis against the running kernel
<Armbian-Discord> <T​enkawa> first thing to always check is if you can modprobe configs just in case
<Armbian-Discord> <T​enkawa> (a lot of times it gets default built)
<Armbian-Discord> <T​enkawa> that will then let you dump the config from /proc/config(gz)
maknho has quit [Quit: WeeChat 3.0]
maknho has joined #armbian
archetech has quit [Quit: Konversation terminated!]
<montjoie> without LOCAL_VERSION, modprobe do not work: version magic '5.10.147 SMP preempt mod_unload aarch64' should be '5.10.147-meson64 SMP preempt mod_unload aarch64'
<montjoie> very strange that /proc/config.gz do not have LOCAL_VERSION set
<montjoie> so from where came this extra -meson64
<Armbian-Discord> <T​enkawa> you don't use modprobe
<Armbian-Discord> <T​enkawa> you use insmod
<Armbian-Discord> <T​enkawa> modprobe is reliant on the modules.dep
arch3r has quit [Ping timeout: 252 seconds]
archetech has joined #armbian
arch3r has joined #armbian
arch3r has quit [Ping timeout: 260 seconds]
arch3r has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
<Armbian-Discord> <c​hrisrer> Hi people any tutorial to make Kivm with armbian?
lyri has joined #armbian
<Armbian-Discord> <I​gorPec> what is kivm?
<Armbian-Discord> <I​gorPec> or you mean kvm?
<Armbian-Discord> <c​hrisrer> yes sorry
<Armbian-Discord> <I​gorPec> desktop or cli?
<Armbian-Discord> <c​hrisrer> something like this https://pikvm.org/
<ArmbianHelper> ^ PiKVM - Open and inexpensive DIY IP-KVM on Raspberry Pi
<Armbian-Discord> <c​hrisrer> ill find tutorials for raspberry but i dont know if with armbian works
<Armbian-Discord> <I​gorPec> ahaa, pikvm
<Armbian-Discord> <c​hrisrer> any suggestions?
<Armbian-Discord> <I​gorPec> @srepac ported pikvm to armbian
<Armbian-Discord> <I​gorPec> i don't know much about, but he can probably give you some hints
<Armbian-Discord> <I​gorPec> all i know is that it works on several machines, like orange pi
<Armbian-Discord> <s​repac> go read up on it at pikvm discord #ubuntu_arm_port channel
<Armbian-Discord> <I​gorPec> raspberry pi too
<Armbian-Discord> <s​repac> I've got it working on opi zero (plus), opi one, nanopi neo, lafrite 1gb and libre all-h3-cc h5 2gb
<Armbian-Discord> <c​hrisrer> rasberry pi too expensive now........:(
<Armbian-Discord> <I​gorPec> i know 🙂 just saying
<Armbian-Discord> <s​repac> look for my kvmd-armbian installer script
<Armbian-Discord> <c​hrisrer> link?
<Armbian-Discord> <s​repac> https://github.com/srepac/kvmd-armbian
<ArmbianHelper> ^ GitHub - srepac/kvmd-armbian: KVMD For Armbian Install Script
<Armbian-Discord> <s​repac> as long as the board has otg port, pikvm should work after you run the 2 part installer
<Armbian-Discord> <s​repac> only board that required editing dtb to change dr_mode from host to peripheral mode was the all-h3-cc h5 2gb board.... the rest just worked
<Armbian-Discord> <c​hrisrer> ihave mxq-4k ...install it armbianas i see you test it and works 😉
<Armbian-Discord> <s​repac> I wrote the initial installer script back in August 2021... some others used it and made it work with armbian. I then copied the repo and made more updates to the installer
<Armbian-Discord> <j​oekhoobyar> I need to look at PiKVM, still have not
<Armbian-Discord> <s​repac> btw, the mass storage device (MSD) emulation does not work with armbian by default because it's missing the new driver with f_mass_storage patches for pikvm msd built-in
<Armbian-Discord> <s​repac>  NOTE: MSD is disabled by default on the armbian pikvm 
<Armbian-Discord> <c​hrisrer> suggestion for specific hdmi capture device?
<Armbian-Discord> <s​repac> any usb hdmi dongle... actually, I recommend usb loop capture as the better alternative
<Armbian-Discord> <s​repac> I actually have several of these
<Armbian-Discord> <s​repac> https://www.amazon.com/dp/B08B346353
<ArmbianHelper> ^ Amazon.com: FERRYONE Video Capture Card with Loop Out, 4K HD 1080P 30FPS USB 2.0 Capture Card for Live Streaming Broadcasting Video Recording Compatible with PS3/4, Xbox One & Xbox 360 : Electronics
<Armbian-Discord> <j​oekhoobyar> @srepac - so you end buying a $16 loop capture for each SBC that you want to enable with PiKVM?
<Armbian-Discord> <j​oekhoobyar> humor me if I'm missing the point - I haven't used this before
<Armbian-Discord> <s​repac> with the loop capture, it allows capturing hdmi input from your target system and it duplicates the output to the usb output of that capture card and the hdmi out can go to a monitor... having the output go to a monitor allows remote admin to see the same display output as the user
<Armbian-Discord> <s​repac> gotta run.. ttyl
<ArmbianHelper> ^ Error retrieving title. Check the log for more details.
flyback has quit [Ping timeout: 255 seconds]