Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Forums Feed: #armbian-rss | Type 'help' for help | Logs: -> irc.armbian.com
<rneese_> fixed and a pull request sent
<rneese_> still have to do 1 more file I forgot crud I have to add the pps
<rneese_> Igor how to add the ppa ?
<rneese_> bionic|eoan|focal)
<rneese_> #add ppa repository
<rneese_> add-apt-repository ppa:ubuntudde-dev/stable
<rneese_>
<rneese_> never added a ppa to a build script
ChriChri_ has joined #armbian
<nekomancer[m]> [[ KDDE_DESKTOP eq "yes" ]] then add-apt-repository ppa:ubuntudde-dev/stable
ChriChri has quit [Ping timeout: 265 seconds]
ChriChri_ is now known as ChriChri
<rneese_> dde not kdde
<rneese_> but ok
<rneese_> so it will write it to the sd card
<rneese_> fo future use
<rneese_> bionic|eoan|focal)
<rneese_> #add ppa repository
<rneese_>
<rneese_> [[ DDE_DESKTOP eq "yes" ]] then add-apt-repository ppa:ubuntudde-dev/stable
<rneese_> should work on bullseye also
<rneese_> bullseye is deb we have to figure and fix it
<nekomancer[m]> but AFAIK debian not suport ppa at all
<nekomancer[m]> or I miss something?
<rneese_> no we will figure out the deb build next
bd1308_ has joined #armbian
<rneese_> I do wish I had a archlinux build aslo
<rneese_> to test for performance testing
<rneese_> I was thinking in tiime trying to get a arch build system to match as alot of ubuntu users are moving to arch
bd1308_ has quit [Ping timeout: 272 seconds]
bd1308 has quit [Quit: WeeChat 2.9]
<rneese_> ok I uploaded to the desktop build and it seems it fails
<rneese_> [ error ] ERROR in function compile_kernel [ compilation.sh:411 ]
<rneese_> [ error ] Kernel was not built [ @host ]
<nekomancer[m]> did you run build before making apull request?
<rneese_> I think it did
bd1308 has joined #armbian
<rneese_> so it seems not to know what board to test
xecuter has quit [Remote host closed the connection]
xecuter has joined #armbian
rneese_ is now known as rneese
<rneese> so it looks like there is other issues in the build not my patches
<rneese> ok
xecuter has quit [Ping timeout: 272 seconds]
xecuter has joined #armbian
redentor has joined #armbian
redentor has quit [Client Quit]
<Tony_mac32> lanefu I tried making that tinker image I was talking about after I redid all my work, and I didn't do something write XD
<Tony_mac32> hoping to fix tonight
<Tony_mac32> hahaha I forgot to replace the binary name in the flash subroutine
<Tony_mac32> ok
oida has quit [Ping timeout: 240 seconds]
<Tony_mac32> Tinker S uboot won't boot either board. XD
<Tony_mac32> ok
oida has joined #armbian
<rneese> tinker board
<Tony_mac32> Ja. Hot little devil, is fast though
<rneese> trying to figure out how the raspi did a 8gig version
<rneese> and if there is a way to get other boards with 8 gig
<Tony_mac32> does that broadcom have enough address lines?
<rneese> ram
<rneese> seems it does
<Tony_mac32> then it would be just wire it up I guess
<rneese> the pi4 now has 8 gig ver
<lanefu> Tony_mac32: if it makes you feel better.. my pbp image has been broke since last night with my "1 last tweak"
<Tony_mac32> not that anyone in their right mind should want a GPU with accidental ARM cores glued to the side
<Tony_mac32> lanefu :(
<Tony_mac32> lanefu I think I know what the problem is, at least partly
<rneese> I want a desktop test build
<Tony_mac32> U-Boot 2020.07-armbian (Sep 21 2020 - 21:46:23 -0400)
<Tony_mac32> SoC: Rockchip rk3288
<Tony_mac32> DRAM: 2 GiB
<Tony_mac32> Reset cause: RST
<Tony_mac32> Model: Rockchip RK3288 Asus Tinker Board S
<Tony_mac32> PMIC: RK808
<Tony_mac32> MMC: dwmmc@ff0c0000: 1, dwmmc@ff0f0000: 0
<rneese> but its all about the build server being configured for it
<Tony_mac32> Loading Environment from MMC... *** Warning - bad CRC, using default environment
<Tony_mac32> not that, it truncated my paste
<Tony_mac32> lol
<lanefu> rneese: CI testing only builds kernel
<Tony_mac32> oh there it is
<Tony_mac32> n/m
<lanefu> eek whats causing CRC errors
<Tony_mac32> the eMMC doesn't exist
<Tony_mac32> but it's acting like it does.
<rneese> lan I will wait till they test
<Tony_mac32> :)
<lanefu> rneese: lol well right now i cant even get my own desktop to build
<Tony_mac32> and the mmc system labels the SD as (1), in linux it's checking mmcblk0p1
<rneese> what desktop ?
<ArmbianTwitter> @MeshCentral (MeshCentral): Just for fun, tested the Rock64 on MeshCentral with Armbian_20.08.1Rock64_bionic_4.4.213 Work perfectly, including remote desktop. Runs the same agent as the Raspberry Pi when running a 64bit OS. https://t.co/26mVZrIfOM (24s ago)
<rneese> ?
<lanefu> its a bash error
<lanefu> error in yoru script
<lanefu> my hunch is `eq` should be `-eq` in your if state ment
<rneese> all I added was lines to do nothing with it
<rneese> okgrumble
<rneese> I have not had to deal with this
<rneese> adding in the repo
<lanefu> where 'if'
<lanefu> where is 'if'
<rneese> nekomancer[m]> [[ KDDE_DESKTOP eq "yes" ]] then add-apt-repository ppa:ubuntudde-dev/stable
<rneese> was what I was told to put
<rneese> mins the k
<rneese> so the correct ling ?
<rneese> line
<rneese> I have not done this in a long time
<rneese> sorry getting dumb in old age
<rneese> ?
<lanefu> are you not running builder locally first and testing?
<rneese> no its builing based up upload
<rneese> and i did not touch that line
<lanefu> i mean git diff doesnt lie man
<lanefu> i litteraly commented on your merge diff on the line that failed
<rneese> ahh
<rneese> done and pushed up
<lanefu> anyway it wont build an image but it should at least succesfully pass its default kernel build test
oida has quit [Ping timeout: 240 seconds]
<rneese> ok welll need a desktop build
<rneese> lol
<rneese> I dont have hardware for a build server
<rneese> I have to work on that next
<lanefu> rneese: okay that "worked" your part passed
<rneese> ok
<lanefu> that failure was stupidi kernel wifi shit
<lanefu> what SBC do you have?
<lanefu> ill try building an image for you
<rneese> nanopi t4
<lanefu> let will run after my build finishes
<rneese> ok
<c0rnelius> thats exactly what I use my T4 for, aarch64 for builds. I don't use a desktop though, its all headless.
<c0rnelius> the foundation with 8GB because the end game is getting a functional aarch64 desktop and its not gonna happen on that SoC without the extra juice.
<rneese> we have office with 26 t4 that this img will go on once it works
<c0rnelius> thats a lot of T4s :)
<rneese> once the build works and we have a workign omg i can load on the ssd
<Tony_mac32> Yes, which is awesome btw
<rneese> we teach basics
<c0rnelius> i'll say this, it runs really well so far on 5.8.10.
<Tony_mac32> My T4 is cranking away on some numbers with an NVMe as it's root
<rneese> yeah we use 128 gig nvme ssd
<rneese> and I like the boards alot and even on the sd it runs great
<Tony_mac32> OK, we patch the eMMC stuff into the Tinker board device tree to avoid having 2 images for the same board (90% the same anyway)
<rneese> but i would not want to kill a emmc running a desktop
<rneese> we have 1 img for the t4 that supprts the emmc or the ssd but uses the emmc as /boot
<rneese> and the ssd as /
<Tony_mac32> getting errors about the mmc controller gpios, so looking there. It might be a weird "u-boot now does more stuff, making a broken thing in the kernel become a problem"
<Tony_mac32> rneese that's what I do
<rneese> well the install script in armbian-config does most the work
lanefu has quit [Ping timeout: 264 seconds]
<rneese> I also like they offer f2fs or bktrfs as fs options
oida has joined #armbian
<Tony_mac32> yep
<Tony_mac32> lanefu: so we're about to embark on a journey where updating a kernel without updating uboot would be bad I think
<Tony_mac32> and vice versa
* Tony_mac32 quietly points back in time to when he said updates should be separated by release number
<rneese> <lanefu> fell out
<rneese> well I have to hit the sack
<Tony_mac32> noooooo
<Tony_mac32> lol
<rneese> back in the am
<Tony_mac32> alright, have a good one
<c0rnelius> why do you guys update the kernel and uboot? I understand the kernel of course, but uboot?
<c0rnelius> I find once uboot is in place its generally stable
lanefu has joined #armbian
<lanefu> lanefu: building your image tho!
lanefu has joined #armbian
lanefu has quit [Changing host]
<lanefu> damn it.. im pretty sure it tried to install that PPA on my build server instead of inside the image
<lanefu> rneese: yeah unfortunately you're gonna need to get a build box and roll with a few punches before this works gracefully
<nekomancer[m]> <rneese "nekomancer[m]> [[ KDDE_DESKTOP e"> sorry, i missed "-".
<lanefu> also looks like you need to rebase from master
<lanefu> not trying to be a downer.. dde desktop will be sweet to have
<lanefu> crap i meant to give you lllogs
<lanefu> already wiped workdir
archetech_arm has joined #armbian
<archetech_arm> sometimes ya gotta just build what ya want not wait for devs
<archetech_arm> got weston with xwayland konversation konsole and falkon apps
<archetech_arm> tada
<archetech_arm> EGL_CLIENT_APIS: OpenGL OpenGL_ES
<archetech_arm> GL_VERSION: OpenGL ES 2.0 Mesa 20.3.0-devel (git-dd003abd2f)
<archetech_arm> GL_RENDERER: Mali450
<lanefu> Sweet!
<archetech_arm> it is really cute and fast
<archetech_arm> looks like sway but its windows can be moved
<nekomancer[m]> rneese: when I post my comment I know nothing about special "desktop" branch. Now I see, and I see you have to do a much bigger work. You have to do similar as Igor already did for xfce in https://github.com/armbian/build/commit/7b703e912c7ea77916c411bfce56391e5715e420
<archetech_arm> es2gears_wayland 538 frames in 5.0 seconds = 107.342 FPS
<nekomancer[m]> good night
bd1308 has quit [Ping timeout: 264 seconds]
<archetech_arm> needs a few more tweaks
archetech_arm has quit [Quit: Konversation terminated!]
<Tony_mac32> lanefu I verified it isn't kernel side, back to poking u-boot with a stick
<Tony_mac32> if I could focus it would be infinitely better
azend has quit [Quit: No Ping reply in 180 seconds.]
azend has joined #armbian
sassinak-work has quit [Ping timeout: 244 seconds]
sassinak-work has joined #armbian
<ArmbianTwitter> @armbian (armbian): RT @MeshCentral: Just for fun, tested the Rock64 on MeshCentral with Armbian_20.08.1Rock64_bionic_4.4.213 Work perfectly, including remote… (23s ago)
archetech has quit [Quit: Leaving]
<cart> Hi! Anyone have experience with a MxqPro+ 4k device?
aprayoga has joined #armbian
sassinak-work has quit [Ping timeout: 272 seconds]
sassinak-work has joined #armbian
antenagora has joined #armbian
chewitt has joined #armbian
antenagora has quit [Remote host closed the connection]
sassinak-work has quit [Ping timeout: 240 seconds]
sassinak-work has joined #armbian
<ArmbianTwitter> @muwlgr (Wladimir Mutel): @FrankMankel @armbian Reads like a bad joke about French politics (28s ago)
sassinak-work has quit [Ping timeout: 240 seconds]
sassinak-work has joined #armbian
<ArmbianTwitter> @FrankMankel (Frank Mankel): @armbian Nice work! https://t.co/071AQkEj4v (9s ago)
<ArmbianTwitter> @armbian (armbian): RT @FrankMankel: @armbian Nice work! https://t.co/071AQkEj4v (1s ago)
ced117 has quit [Ping timeout: 246 seconds]
_whitelogger has joined #armbian
<rneese> ok well igore and I went ove rit
<rneese> thats what I was asking about the ppa beign in the img and on the build server so it got the fuiles
<rneese> IgorPec, and i went over the build and tested
<rneese> will get back to it when I get home
<ArmbianTwitter> @RzrFreeFr (https://mastodon.social/@rzr): https://t.co/seJvLiuNkt : #ArmBian on #OlimexA20 micro #AllWinner : kernel:[ 4588.423210] Internal error: Oops: 5 [#1] SMP THUMB2 , Linux arm 5.8.10-sunxi #20.08.3 SMP Fri Sep 18 15:56:56 CEST 2020 armv7l #GNULinux any clue ? contact me: … https://t.co/9SbtqL3y0k (9s ago)
* RzR I can provide more info
* RzR can provide more info about this kernel oops
<RzR> i am not sure it is specific to latest kernel
<RzR> I've been observed some kernel errors for months
<RzR> but i was on deian:9 base
<RzR> I reinstalled armbian recently
<rneese> desktop.sh is going to need alot of love for desktoop builds
<rneese> it seems to only be xfce releated in it at the min
<rneese> back in 3 hours
bd1308 has joined #armbian
chewitt_ has joined #armbian
chewitt has quit [Ping timeout: 246 seconds]
RzR has joined #armbian
RzR has quit [Changing host]
prp-e has joined #armbian
<prp-e> Hey guys! I have a cubieboard 1 and I'd like to create a debian image for that just to experiment new things. How can I do that? any scripts or tools available?
bd1308_ has joined #armbian
<ArmbianTwitter> @6LR61 (Adrian): This board is not even listed on the Armbian page :/ It's a Banana Pi-M2 [https://t.co/RSoPsbPA8t]. The Sunxi Wiki just says "Good luck, have fun!" more or less [https://t.co/0ASp3KFhze]. https://t.co/sklVGzCX4Y (21s ago)
bd1308 has quit [Read error: No route to host]
<prp-e> Thank you.
<lanefu> RzR: for deep issue like that.. best to post on forum and share debug info link from armbianmonitor -u
prp-e_ has joined #armbian
xecuter has quit [Remote host closed the connection]
xecuter has joined #armbian
prp-e has quit [Ping timeout: 256 seconds]
prp-e_ has quit [Client Quit]
bd1308_ has quit [Ping timeout: 258 seconds]
<IgorPec> rzr: and check if not already posted.
<IgorPec> rneese: yeah. xfce is the only thing we are supporting atm
<IgorPec> which is why its only that
redentor has joined #armbian
<RzR> lanefu, ok i can do that
<lanefu> IgorPec: This command still downloaded rootfs from torrent instead of building locally
<lanefu> sudo ./compile.sh EXPERT=yes ROOTFS_TYPE=btrfs BUILD_DESKTOP=yes KERNEL_CONFIGURE=no BRANCH=current RELEASE=bullseye BOARD=pinebook-pro KERNEL_ONLY=no COMPRESS_OUTPUTIMAGE=xz,sha,gpg,img EXTRAWIFI=no EXTERNAL=yes REPOSITORY_INSTALL="" ROOT_FS_CREATE_ONLY=FORCE USE_TORRENT=no
<Werner> Good day
chewitt_ is now known as chewitt
<IgorPec> lanefu: rootfs is rebuild only if packages are changed
<IgorPec> why you need to rebuild a base?
<lanefu> I'm still getting that same error
<IgorPec> but you didn't change the code
<lanefu> i did locally
<lanefu> didn't fix
<IgorPec> do you have .ignore_changes ?
<lanefu> yep
<IgorPec> huh, that's all i did
<lanefu> what build params did you use
<IgorPec> i didn't use btrfs
<IgorPec> and i use focal
<lanefu> i had same with focal
<IgorPec> extrawifi yes
<lanefu> BTRFS had been working
<lanefu> driving me nuts all that stuff works iwth this commit hash db3a28d5a7bd9a01d11e5441e062676e40e7309f
<IgorPec> understand, just adding some complexity in the build sense
<lanefu> let me reboot and build clean again
<IgorPec> ok ... i am inspecting commits
<lanefu> I used REPOSITORY_INSTALL="" and EXTERNAL=yes to make sure it used local debs for firmware and bsp etc
<IgorPec> that's optional, you can just leave those parameters as is
<IgorPec> did you clean debs?
<IgorPec> at least bsp
<lanefu> yeah.. but who knows let me start clean---clean and see
<IgorPec> i am also doing a clean clone to see what happens
<lanefu> fyi I just pushed up the hcange you asked me for
<lanefu> so refresh
<IgorPec> ok
<IgorPec> bullseye desktop
<rneese> morning
<rneese> pk back
<rneese> so looking at the desktop build lib/desktop.sh is going to need a setting for each build
<rneese> build desktop branch
<rneese> its geared for xfce only right now
drobo_00 has joined #armbian
<lanefu> IgorPec: still happened.... i did a clean build with basic options.. focal desktop no funny business
<lanefu> [ o.k. ] Enabling serial console [ ttyS2 ]
<lanefu> cp: cannot stat '/home/lane/GIT/build/.tmp/rootfs-current-pinebook-pro-focal-yes-no/etc/armbian-release': No such file or directory
<lanefu> [ o.k. ] Building kernel splash logo [ focal ]
<lanefu> [ .... ] Installing additional packages [ EXTERNAL_NEW ]
<lanefu> built from the menus in fact lol
<Werner> lanefu try to use the build command with bash -x as prefix to get more insight. Will get messy. Make sure your buffer is big.
<lanefu> yeah i suppose it is time for that eh
<lanefu> i'll use my old friend `| tee log.txt`
<IgorPec> rneese: yes
<IgorPec> which is why we are developing different concept
<IgorPec> not just adding desktop(s)
<rneese> ok
<IgorPec> lanefu: i see the error, actually two
<IgorPec> and i think i know what it is
<lanefu> yay! i can have my life back soon
<IgorPec> haha
* IgorPec gives Lanefu life bacjk
<lanefu> lol
<IgorPec> rneeese: we have two options now
<rneese> well I have read and I am reviewing
<rneese> ok
<IgorPec> actually more .. but let's say
<IgorPec> we can reuse that xfce princip, build up this desktop
<IgorPec> but not merge it upstream
<IgorPec> so that it is prepared, we can test it and improve
<IgorPec> but sits in a separate branch
<rneese> ok
<IgorPec> once myy is further enough, we merge it there
<rneese> ok 2nd
<IgorPec> and when myy stuff is well tested, it goes to master
<rneese> wich branch is the myy
<IgorPec> did you find some sources for branding this?
<IgorPec> not yet in build system
<rneese> well the is a desktop default setting pkg
<IgorPec> his task is much larger - he has to tear down the concept and build from scratch
<IgorPec> and it has to work at the end
<rneese> so I am reviewing it as to what to patch
<IgorPec> ok, i also did some investigation, just a bit
<IgorPec> to know how to change version in the left upper corner
<rneese> thats in the bar
<rneese> I have to figure that out
<IgorPec> it displays "Armbian 20.08.3" now
<rneese> well then let me boot up the existing sd and look before doing a install
<IgorPec> there is more
<rneese> ok i will dig up settings files
<IgorPec> we need to know how to define default desktop, theme lightdm, in system information / about it says "Ubuntu Remix"
<rneese> ok
<IgorPec> perhaps we want different theme ...
<IgorPec> i did quick investigation in the morning, but haven't really got proper time
<rneese> <WindowZytch> G'morning to you! Since this is an Ubuntu remix, everything but the packages should be the same as normal Ubuntu itself.
<rneese> we can make a custom theme
<IgorPec> well, not sure if we need to do that. probably there are some community made to change
<rneese> they have theme pkgs
<rneese> I intalled them all
<rneese> I will dig things in the configs back in a bit
<IgorPec> ok
<rneese> but do you like the desktop look ?
<IgorPec> yeah, its very nice
<rneese> I think its a great setup and very clean
<rneese> it can look like wwindows or look like mac wich is nice
<IgorPec> my current daily driver is linux mint cinanom
<rneese> I have on a usb for testing manjaro dde
<rneese> been working on it also
<rneese> I am not trying to change the project just I have outgrown the xfce/gnome days
<rneese> and wanted a fresh start
<rneese> and since armbian is the linux for arm devices I had no other place to look
<IgorPec> gnome is okeish but not my style
<rneese> and if we gan get the option on it is just a good way to help it get a fresh look and feel
<IgorPec> xfce will remain for poor devices ;)
<IgorPec> not sure how this desktop will work on A20 board. need to try ...
<rneese> yeah lxde and xfce for low end is good choice
<rneese> ok in the /home dir there is .config .icons .theme .local
<rneese> so I will dig in thise first
<rneese> ok for wallpaper it seems they go in .config/deepin/dde-daemon/appearance/custom-wallpapers
<rneese> IgorPec, lol found a issue
<rneese> login as root you can not logout
<rneese> but it works fine for normal users
<lanefu> xfce has been growing on me
<lanefu> IgorPec: are the PBP bugs on my changes, or existing build system quirks?
<rneese> lanefu, what board
<IgorPec> lanefu: i think both ... i thought i found the problem but i actually find another bug :(
<IgorPec> brb, i need to focus
<IgorPec> to claim life back and give lanefu life back :)
<lanefu> :P
<lanefu> rneese: i've been working on finishing touches with pbp to make it usable..... others did the hard part, i'm just trying to get it to the finish line
<rneese> lanefu, what board you running
<lanefu> pinebook pro
<rneese> ok
<rneese> then you should be able to test the dde with the script I have
<rneese> installl with a minimal sd then run the install script
<lanefu> word
<lanefu> yeah can even build images with it using the customize-image step armbian supports
<rneese> well at the min I just use a bash script that installs x and the dde pkgs
<rneese> but yes
<rneese> we just have to work on custom changes next
<lanefu> rneese: do you lack hardware for build box right now?
<rneese> yes
<rneese> I am working to get money up I just had to pay out 2 grand to get truck fixed
<lanefu> DM me your public key. i'll work on setting up a "loaner" VM for you
<rneese> ok I have to generate on will do it shortly
<rneese> running a install at min nd on a call
<rneese> I was looking at a PBP but I have the same board persay in the nanopi t4 pro and I have the lcd touch screen
<rneese> I am going to build a laptop I think
<rneese> the install does not take long wow
bd1308 has joined #armbian
jock has joined #armbian
<jock> hi all!
<redentor> hi
redentor has quit [Quit: Leaving]
<IgorPec> lanefu: error was in the logs all the time :)
<IgorPec> dpkg: error processing archive /root/linux-focal-root-current-pinebook-pro_20.11.0-trunk_arm64.deb (--unpack):
<IgorPec> trying to overwrite '/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml', which is also in package libxfce4ui-common 4.14.1-1ubuntu1
<IgorPec> move that part to family_ tweaks
<IgorPec> and AllowHibernation to _bsp and you got your life back
<lanefu> OMG why could i not see that
<IgorPec> hehe :) that's life
<lanefu> thanks man
<lanefu> i had a similar issue prior
ced117 has joined #armbian
ced117 has joined #armbian
ced117 has quit [Changing host]
<ArmbianTwitter> @bd1308 (Britt): Finally migrated my non-work computing experience from a ODROID N2 to a Pinebook Pro, running fully in console and have mail/slack/pandora/twitter/screen, working on testing+patches for #Armbian! (28s ago)
<bd1308> IgorPec: did you fix hibernate?! I just got s2idle working from the lanefu build-press but hibernate would be a huge help...I did convert zram swap to a partition in prep for hibernate
sassinak-work has quit [Ping timeout: 272 seconds]
sassinak-work has joined #armbian
<bd1308> honestly I think the only nagging problem i'm dealing with is the main headphone gain mixer not being stored/restored from asound.state, it's always set to 0, but there's HUGE volume gains there if that part is fixed, still clear up to setting 2 of that first mixer
<rneese> ok igore with a base sd card and the install no apps or anything custom
<rneese> _ /dev/mmcblk1p1 7.1G 3.1G 3.8G 45% /
<IgorPec> bd1308: not working on pinebook, don't even have it
<rneese> so just the desktop and deps
<IgorPec> apt clean?
<rneese> yep and a reboot
<IgorPec> sot that you remove packages
<IgorPec> ok
<IgorPec> that is very good
<rneese> I added 2 more items thou
<rneese> lightdm-settings lightdm-gtk-greeter-settings
<IgorPec> i think space wise we are fine, but perhaps some packages such as "ubuntu-wallpaper" could be removed ... just quesssing
<rneese> so people could learn and change things
<rneese> ok
<rneese> looking for the wallpaper pkg now
<IgorPec> and try lightdm settings from out xfce
<IgorPec> they show work the same
<rneese> ok
<rneese> I think the wallpapers it installs are part of the dde
<rneese> what is the xfce lightdm stuff
<rneese> do you plan to use the lightdm-autologin-greater ?
<IgorPec> yes
<rneese> ok well the terminal stuff for xfce terminal is not the same as the treminal on dde
<rneese> btw the terminal on dde allows page tabls
<rneese> I like alot
<IgorPec> yeas, which is why seetings for this desktop must be separate
<rneese> also I like terminator
<IgorPec> gnome as well
<IgorPec> gnome terminal
<rneese> ok well will dig throu this its just going to take time
<rneese> never seen the loading splash
<rneese> the desktop-loading
<IgorPec> me neither
<IgorPec> probably some additional package is needed ... dunno
<rneese> never seen it
<rneese> lol
<IgorPec> that is disabled since some time
<rneese> rm it in future ?
<IgorPec> yes i think soi
<rneese> ok well i am looking to find where each part goes so we can add and test
<rneese> you swapped firefox for chrome
<rneese> but I am a chrome /brave user
drobo_00 has quit [Ping timeout: 260 seconds]
drobo_00 has joined #armbian
<IgorPec> chrome needs snap store
<rneese> I thought they had a stand alone now
<rneese> ok
<rneese> I do think thou if we can we drop installing any apps and leave it to the user in the future and just provide a clean desktop img
<rneese> hexchat mpv fbi geany atril xarchiver libreoffice libreoffice-style-tango meld remmina kazam transmission bring the img to
<rneese> stand by
<rneese> geary seems to have issues for email not shure why
<rneese> and if you install apps that the user does not want i figure it becomes a how to rm and add and clean
<rneese> _/dev/mmcblk1p1 7.1G 3.5G 3.4G 52% /
<rneese> thats install of the apps so from 3.1 to 3.5 gig
<rneese> not bad
oida has quit [Ping timeout: 240 seconds]
<rneese> I dont see firefox in the list where is it added
<jock> just give me a few minutes :)
<IgorPec> jock: ok, yeah
<ArmbianTwitter> @armbian (armbian): @6LR61 https://t.co/86SKgYY4xj Image builds but don't have this device. https://t.co/FixeisFhPj (8s ago)
oida has joined #armbian
<rneese> hey igore seamonkey
<rneese> loll
<lanefu> IgorPec: moving my github runner to a new subnet... shouldnt impact anything..unless it does
aprayoga has quit [Remote host closed the connection]
<IgorPec> ok, i have two up now, so this should not be a problem
<rneese> mirror the ppa
<IgorPec> but not sure if they are properly tagged :)
<rneese> so we dont have to se it
<lanefu> IgorPec: yeah thats kinda what happened it wasnt on my IOT subnet like i thought
<IgorPec> do we need to update those packages?
<IgorPec> from time to time .. or we just throw them into our repository?
<IgorPec> manually
<ArmbianTwitter> @6LR61 (Adrian): @armbian Sorry, I mean Bullseye. (18s ago)
<ArmbianTwitter> @armbian (armbian): @6LR61 You can, but in case of troubles you are fixing them. That's the diff :) I am using @Linux_Mint (18s ago)
<ArmbianTwitter> @armbian (armbian): @6LR61 Build with NO_HOST_RELEASE_CHECK="yes" or use Docker. (3s ago)
<jock> IgorPec: done!
<IgorPec> jock: great! tnx
<IgorPec> strange that ci didn't catch it
Hokedli has joined #armbian
<rneese> ok back and reading and workig how to have you all commited for this build system
<rneese> you all have lost your minds
<rneese> lol
<rneese> ok other then firefox I am thinking waterfox
<rneese> its like a brave ver of firefox
<rneese> not in pkgs
<rneese> geesh
bd1308 has quit [Quit: WeeChat 2.9]
Mony has quit [Ping timeout: 272 seconds]
Mony has joined #armbian
<rneese> lanefu, i will get yu a key sorry things are crazy at min
jock has quit [Quit: Leaving]
jock has joined #armbian
<rneese> lanefu, where to send the key
Hokedli has quit [Quit: Konversation terminated!]
<ArmbianTwitter> @6LR61 (Adrian): Took the Orange Pi PC+ for a spin while waiting for the BPi M2 kernel to compile (it's using the same 4.0x1.75mm DC plug). This board is fast! The seller said it was an Orange Pi One, so it was cheap. Running Armbian Buster 👌 https://t.co/8DWV5SVtMg (23s ago)
<lanefu> just DM
<rneese> sent
<rneese> looks like tar is screwed
<rneese> trying to tar up my home dir so I can go over it on a desktop for config changes
fizikz has joined #armbian
<rneese> IgorPec, you wanted to change the version to read the Armbian version ?
<IgorPec> yes
<rneese> its .config/deepin/dde-welcome
<rneese> [General]
<rneese> Version=20.04 LTS
<rneese> so we change the file there
<IgorPec> ok, this means we need to writ this to the /etc/skel/.config/deepin/dde-welcome
<rneese> ok
<rneese> ok thats 1
<rneese> now looking at the rest
jock has quit [Remote host closed the connection]
jock has joined #armbian
<rneese> igore I have a question
<rneese> it has to do with builds and firsttime login
<lanefu> on proper vlans now.. that took way too long for me to fix
<rneese> the issue is that what if I am building a system for someone and shipping it to tem for them to setup thier own user when they get it. so I want it to aask them on first boot to add user name and password and then do the x releated setup
<rneese> but as it is now when you setup a sd it is making a user account
<rneese> or if in the longrun armbian/or someone wants to sell a preloaded device and have the user add thier account when they get it
<rneese> is there a flag to set
<rneese> so that this will happen ?
<rneese> just something I have been looking at
<IgorPec> you want to have an image with preinstalled username ?
<rneese> no like if we where to sell the t4 preloaded on a ssd . there would have to be a way for the buyer to setup his account
<rneese> the only account would be root by default
<IgorPec> i don't understand what you mean. this is armbian by default
<IgorPec> you have to change root password and create user
<rneese> ok well at one point I was looking to setup 70 boxes for users but as it stands we wanted to pre install on ssd
<IgorPec> well, if you adjust bootloader
<IgorPec> you only DD image directly to NVME and it should work
<rneese> no as we have to have /boot on the emmc and /on the ssd
<rneese> like the script does for install
<IgorPec> its some work to have that
<rneese> ok
<rneese> just asking
<ArmbianTwitter> @6LR61 (Adrian): @armbian Ended up building it on my laptop running Buster and you know what? You just made my day! Thank you, thank you, thank you! :D USB, HDMI output, debug tty, power-off button, Ethernet and WiFi all works :) What information would be useful for you in a comment on your commit? https://t.co/IBnFOEDhGW (7s ago)
<ArmbianTwitter> @6LR61 (Adrian): The Armbian maintainer saw my tweet and now it runs Armbian Buster :) USB, HDMI, debug tty, Ethernet and WiFi all works too! https://t.co/PZKFDHbdPS (22s ago)
emOne has joined #armbian
emOne has quit [Changing host]
emOne has joined #armbian
emOne has quit [Read error: Connection reset by peer]
<rneese> IgorPec, you wanting to not install the deepin-wallpapers ?
<IgorPec> i want to install one - our - wallpaper
<IgorPec> or our pack in the future
<rneese> ok then I have to find out how to not install the wall papers it looks like its part of the meta file and the ubuntudde-dde install
<rneese> so we would have to make icon pkgs and wallpapers pkg
<rneese> we will have to work on this
<rneese> igor so 20.08.3 is the armbbian release
<rneese> now I have to find where it reads the os name and change it
xecuter has quit [Remote host closed the connection]
xecuter has joined #armbian
<rneese> well we have to find a way to make it not over write the dde file as it seems if you log otu and back it it resets the dde-welcome file
<lanefu> IgorPec: woohoo bootsplash screen on my pinebook pro
jock has quit [Read error: Connection reset by peer]
jock has joined #armbian
<R0b0t1> so, I have built armbian images with docker a couple of times
<R0b0t1> but I need to build a debug kernel
<R0b0t1> I can enable the options but how do I save the compilation dir
<IgorPec> don't know
<IgorPec> check how to map docker out
<IgorPec> lanefu: yeah it was worth the trouble
<rneese> igore I have to do some digging finding a feww issues
<rneese> like the login rewriting the dde-welcome file
<rneese> how to stop and make it read correctly
jock_ has joined #armbian
<IgorPec> which login? our login
<rneese> also where does it grab the name/namefrom
<rneese> wehn you login to the desktop
<rneese> on the topbar
<rneese> in the dde
<IgorPec> ahaa
<rneese> i edited the file to test
<rneese> and it re edited it
<rneese> and set it back
<rneese> to me this is a bug
<rneese> I have to look into
<rneese> it should not over write this file everytime
<IgorPec> usr|lib|deeping|desktop-version
<IgorPec> is the correct file
<rneese> there is no file desktop-version
jock has quit [Ping timeout: 246 seconds]
<rneese> ok
<rneese> let me look
<rneese> so we have to replace this file
<rneese> ok
<rneese> so we need a script that generates this file for each os
<rneese> and puts it in place
<rneese> [Release]
<rneese> Type=Armbian
<rneese> [Addition]
<rneese> Version=20.08.3
<rneese> Edition=Remix
<rneese> Milestone=focal
<rneese> Buildid=build1
<rneese> sorry
<rneese> my bad
<rneese> I used the first 4 lines
<rneese> but ok
<rneese> so on a build we will have to replace this file
Unit193 has quit [Ping timeout: 600 seconds]
jock_ has quit [Remote host closed the connection]
jock_ has joined #armbian
jock_ has quit [Remote host closed the connection]
jock_ has joined #armbian
drobo_00 has quit [Quit: drobo_00]
drobo_00 has joined #armbian
<R0b0t1> ok, looking at this from another angle
<R0b0t1> if I crossbuild the kernel from an x64 host, what commands do I run to get the 3 installable files (the dtb tree, the modules, the vmlinuz, and the uinitrd)
<R0b0t1> I am pretty sure I know how to make modules_install or dtbs_install go to a different directory than system /boot but I am unsure for the uinitrd
drobo_00 has quit [Quit: drobo_00]
<lanefu> R0b0t1: we use the armbian build tools fo rthat
<lanefu> so you would just build kernel and install deb
<lanefu> from result
MrFixIt has quit [Remote host closed the connection]
solarsparq has quit [Ping timeout: 265 seconds]
solarsparq has joined #armbian
MrFixIt has joined #armbian
<ArmbianTwitter> @armbian (armbian): RT @6LR61: @armbian Ended up building it on my laptop running Buster and you know what? You just made my day! Thank you, thank you, thank y… (17s ago)
jock_ has quit [Quit: Leaving]
<ArmbianTwitter> @armbian (armbian): @6LR61 Great to hear this! 👍😃 (27s ago)
<R0b0t1> lanefu: well issue is I need debug kernel, so I need the symbols on another machine. I've yet to experiment with copying them yet but it seems easiest to crossbuild from x64 machine then copy the output to the device, as this is what is intended
<R0b0t1> I am thinking, since I have a modern ubuntu install, I can try poking around if I use the dockerless compile
<R0b0t1> does it thrash the intermediates right after it is done?
<ArmbianTwitter> @kylegordon (¯\_(ツ)_/¯): @armbian @6LR61 Long time user of the docker build system to make B-Pi M2 Zero images. Works a treat. Great build system! (27s ago)
<ArmbianTwitter> @armbian (armbian): RT @kylegordon: @armbian @6LR61 Long time user of the docker build system to make B-Pi M2 Zero images. Works a treat. Great build system! (11s ago)
<R0b0t1> I'll try in a bit
<R0b0t1> I am unsure where the kernel sources are, I need to find the part that does the initrd build
<lanefu> IgorPec: where's the sanest place to set this for armbianEnv.txt extraboardargs="CONFIG_SUSPEND=s2idle"
<IgorPec> this will be permanent?
<lanefu> lol nevermind that argument doesnt work there anyway
<IgorPec> ok
<lanefu> IgorPec: oh i found a different kernel argument
<lanefu> that i wanna use
<lanefu> so my question still applies
<lanefu> ...permanent...semi-permanent i guess ?
<ArmbianHelper> .permanent...semi-permanent i guess ? [en~>eng]
<IgorPec> if its not critical, add to boot script
<IgorPec> extraarrgs is to avoid
<lanefu> gotcha alternatively i can have hardware optimze just do echo "s2idle" > /sys/power_memsleep
<lanefu> maybe thats better afterall?
<IgorPec> ok, that's better yes
<IgorPec> forget about that
<IgorPec> i almost forgot about that
drobo_00 has joined #armbian
sdoran has quit [Read error: Connection reset by peer]
wizzard has quit [Read error: Connection reset by peer]
wizzard has joined #armbian
steev has quit [Read error: Connection reset by peer]
Unit193 has joined #armbian
sdoran has joined #armbian
steev has joined #armbian
emOne has joined #armbian
emOne has quit [Changing host]
emOne has joined #armbian
emOne has quit [Read error: Connection reset by peer]
emOne has joined #armbian
emOne has quit [Changing host]
emOne has joined #armbian
emOne has quit [Read error: Connection reset by peer]
emOne has joined #armbian
<emOne> Hello
<lanefu> howdy
<nekomancer[m]> Why ArmbianTwitter not post there urls to cited posts?
<nekomancer[m]> <IgorPec "that is disabled since some time"> "banned pictures"
<nekomancer[m]> <IgorPec "chrome needs snap store"> not in debian-stretch