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
LanDi has quit [Read error: Connection reset by peer]
LanDi has joined #armbian
LanDi has quit [Quit: LanDi]
mr_claus has quit [Quit: Leaving]
Malditron has joined #armbian
norwich_ has joined #armbian
norwich has quit [Ping timeout: 264 seconds]
norwich_ is now known as norwich
Malditron has quit [Quit: Konversation terminated!]
alekksander has quit [Ping timeout: 264 seconds]
<Armbian-Discord>
<T1cTac (Максим)> Hello everyone, please help. When trying to install Armbian on the Le Potato board AML-S905X-CC (there is no Wi-Fi), I connect via wired Internet, there is no connection to the IP address that the board determines, in my case the board gives 192.168.31.106
lemonzest has joined #armbian
junaid_ has joined #armbian
norwich has quit [Quit: Have to go...]
norwich has joined #armbian
archetech has quit [Quit: Leaving]
Smedles has quit [Read error: Connection reset by peer]
Smedles has joined #armbian
junaid_ has quit [Ping timeout: 265 seconds]
riotz has quit [Ping timeout: 265 seconds]
junaid_ has joined #armbian
riotz has joined #armbian
kolla has quit [Quit: %fog relay%]
kolla has joined #armbian
junaid_ has quit [Remote host closed the connection]
alekksander has joined #armbian
junaid_ has joined #armbian
marco44 has quit [Remote host closed the connection]
marco44 has joined #armbian
The_Loko has joined #armbian
archetech has joined #armbian
goblin has joined #armbian
crabbedhaloablut has quit [Remote host closed the connection]
<goblin>
hello everyone :-) Where can I find sources for the `armbian-bsp-cli-bananapi` package please? I would like to hack it to make it work with dracut instead of just initramfs-tools
crabbedhaloablut has joined #armbian
<goblin>
also, would you guys prefer me to split it into two packages, one containing the bootloader/initramfs configs and another with all the rest of cli stuff; or rather keep it all in one big package? And should dracut stuff live alongside initramfs, or should I make it two independent packages, bzth provided by a virtual one?
arch3r has quit [Quit: bye]
arch3r has joined #armbian
loki_val has joined #armbian
crabbedhaloablut has quit [Quit: No Ping reply in 180 seconds.]
junaid_ has quit [Remote host closed the connection]
loki_val has quit [Quit: No Ping reply in 180 seconds.]
crabbedhaloablut has joined #armbian
<goblin>
IgorPec, any help would be appreciated, I believe you're marked as maintainer for that package
alekksander has quit [Ping timeout: 265 seconds]
p0g0_ has quit [Ping timeout: 264 seconds]
arch3r- has joined #armbian
<yang2>
TicTac you need to set your PC to 192.168.31.x, where x can be a number from 1 - 254. You could also use "netdiscover" tool and bind it with your PC ethernet interface like "netdiscover -i eth0"
<Armbian-Discord>
<Tenkawa> goblin: dracut isn't a debian native package is it?
<yang2>
then it will search for possible IP's on the network
arch3r has quit [Ping timeout: 264 seconds]
junaid_ has joined #armbian
<Armbian-Discord>
<Tenkawa> those packages are made for debian/ubuntu based distributions
arch3r- is now known as arch3r
<Armbian-Discord>
<Tenkawa> dracut is not natively used in Debian Arch or Ubuntu
<goblin>
Armbian-Discord, it's not used by default, no
<goblin>
s/Armbian-Discord/Tenkawa/ I guess
<ArmbianHelper>
goblin meant to say: Tenkawa, it's not used by default, no
<goblin>
Tenkawa, but I need dracut for my other project, and I'm willing to make it work; so all I really need is to find the source for armbian-bsp-cli-bananapi . I tried grepping or searching through https://github.com/armbian/build, but it doesn't seem to be anywhere in there
<goblin>
I guess there aren't many binaries so I could recreate the debian/ directory myself and just grab all the files from the .deb itself, but thought I'd ask here first
<Armbian-Discord>
<Tenkawa> just a sec and I'll check once I'm off phone
<goblin>
cheers
<Armbian-Discord>
<Tenkawa> ok I found it... are you sure they are using bsp?
<Armbian-Discord>
<Tenkawa> I am only finding mainline u-boot
<goblin>
Tenkawa, on a Banana-Pi M1, when I try to install dracut, armbian-bsp-cli-bananapi gets removed (because it depends on initramfs-tools, with which dracut conflicts)
<goblin>
I'm not quite sure what bsp even means, but inside this package, there are a few lines of config to make bananapi work with uboot (namely, it converts the initramfs image to uInitrd format)
<Armbian-Discord>
<c0rnelius> board support package
<goblin>
so I want to hack that package a bit, so that it installs dracut hooks as well as (or instead of) initramfs-tools'
<goblin>
(and this package does get installed when I downloaded the prebuilt binary for bananapi M1)
<Armbian-Discord>
<Tenkawa> why not rebui;ld dracut manually
<Armbian-Discord>
<Tenkawa> its safer
<Armbian-Discord>
<Tenkawa> using dpkg-buildpackage
<goblin>
in what way? Dracut conflicts with initramfs-tools because it replaces it
<goblin>
it provides an alternative way to build an initramfs image
<Armbian-Discord>
<Tenkawa> yes... and why are you trying to use it?
junaid_ has quit [Remote host closed the connection]
<goblin>
Tenkawa, have you found the source for armbian-bsp-cli-bananapi? Yes it may be old, I suspect it may be in some old abandoned SVN or something
<Armbian-Discord>
<Tenkawa> its built on the fly
<goblin>
Tenkawa, because I need root on LUKS and a network module with OpenSSH to decrypt it
<goblin>
and dracut solves all this quite nicely
<Armbian-Discord>
<Tenkawa> here's the piece of code
<Armbian-Discord>
<Tenkawa> Distributions which include dracut, but do not use it by default for initramfs creation:
alekksander has joined #armbian
<Armbian-Discord>
<Tenkawa> Debian since version 6 (Squeeze)[11]
<Armbian-Discord>
<Tenkawa> Arch Linux in extra repository[12]
<Armbian-Discord>
<Tenkawa> Ubuntu Linux since 18.04[13]
<Armbian-Discord>
<Tenkawa> So effectively nothing newish that Armbian's building on
<goblin>
Armbian builds upon debian/ubuntu, doesn't it?
<Armbian-Discord>
<Tenkawa> They are all Debian/Ubuntu based
<goblin>
yeah, so I'm a bit confused ;-) but nvmd, if you say you're not interested in making dracut work in Armbian, that's fine
<goblin>
I could probably only get it to work on Banana Pi M1 anyway
<Armbian-Discord>
<dave> @TheBug can we stick with just apt for this week? I haven't configured DL super well yet, wanna see what the load is like on apt first.
<Armbian-Discord>
<Tenkawa> goblin: dracot is not designed to work in deb based distros? Are you using it one?
<Armbian-Discord>
<Tenkawa> er it in one
<goblin>
Armbian-Discord, it works fine on debian
<Armbian-Discord>
<Tenkawa> yes but it is "not recommended"
<goblin>
it's not default, but you can `apt install` it and it works great
<Armbian-Discord>
<Tenkawa> for the exact problems you just encountered
<Armbian-Discord>
<Tenkawa> no
<Armbian-Discord>
<Tenkawa> thats a workaround
<goblin>
nonono, it's not a workaround in debian, it just works in debian
<Armbian-Discord>
<Tenkawa> it has and "will" break things
<goblin>
you can also `apt install` it in Armbian, but that won't work (at least on Banana pi), because armbian creates the uboot hooks for initramfs-tools only
<goblin>
and those hooks get removed, alongside with the entire armbian-bsp-cli-bananapi and initramfs-tools packages
<goblin>
IMO the armbian-bsp-cli-bananapi package provides way too many things in one package and should ideally be split into smaller ones, so that uboot hooks could be more easily separated, but I'm no specialist in embedded
<Armbian-Discord>
<Tenkawa> thats exactly the opposite
<Armbian-Discord>
<ManoftheSea> It's an alternate in Debian, because Not Invented Here
<Armbian-Discord>
<Tenkawa> It "should" be packaged together
<goblin>
i.e. it provides some wifi stuff, motd, bootsplash, battery, armbian-monitor and a lot of other random bits and bobs that shouldn't really be removed when I changed the initramfs system
<goblin>
these things are useful even if someone doesn't use a bootloader at all
<Armbian-Discord>
<Tenkawa> You also should use a initramfs system "designed" for the OS
<Armbian-Discord>
<ManoftheSea> Eh?
<Armbian-Discord>
<Tenkawa> Read wiki entry above
<Armbian-Discord>
<ManoftheSea> Designed for Linux?
<Armbian-Discord>
<Tenkawa> @ManoftheSea Dracut has been removed from those distros... he is trying to use Dracut
<Armbian-Discord>
<ManoftheSea> Removed?
<Armbian-Discord>
<Tenkawa> as the default
<Armbian-Discord>
<ManoftheSea> You only quoted that it wasn't default
<Armbian-Discord>
<ManoftheSea> It's newer that initramfs
<Armbian-Discord>
<Tenkawa> Yes.. It severe;y broke things years ago
<goblin>
Tenkawa, dracut hasn't ever been removed from Debian or Ubuntu, it was *introduced* in Debian 6 and Ubuntu 18.04
<Armbian-Discord>
<Tenkawa> never said it was
<Armbian-Discord>
<ManoftheSea> What severe break?
<goblin>
ok then I misunderstand something
<Armbian-Discord>
<ManoftheSea> You and me both
<Armbian-Discord>
<Tenkawa> Someone (I can't remember when) tried to make it default in Debian and it was a disaster
<Armbian-Discord>
<ManoftheSea> I understand that armbian boards don't get scripts for dracut
<goblin>
"<Tenkawa> @ManoftheSea Dracut has been removed from those distros..." ← that's what I understood as you saying it was removed
<Armbian-Discord>
<ManoftheSea> Because none of us support dracut
<Armbian-Discord>
<Tenkawa> Tenkawa — Today at 11:15 AM
<Armbian-Discord>
<Tenkawa> It isn't in the scope
<Armbian-Discord>
<Tenkawa> Distributions which include dracut, but do not use it by default for initramfs creation:
<Armbian-Discord>
<Tenkawa> Debian since version 6 (Squeeze)[11]
<Armbian-Discord>
<Tenkawa> Arch Linux in extra repository[12]
<Armbian-Discord>
<Tenkawa> Ubuntu Linux since 18.04[13]
Armbian-Discord has quit [Remote host closed the connection]
<goblin>
Tenkawa, it's not default on debian, but it doesn't mean it was removed. It's available as an optional package
Armbian-Discord has joined #armbian
<goblin>
(Armbian-Discord quit, so repeating:) Tenkawa, it's not default on debian, but it doesn't mean it was removed. It's available as an optional package
<goblin>
and debian works fine with dracut manually installed, and with initramfs-tools removed, at least on x86_64
<Armbian-Discord>
<Tenkawa> and until you quit saying I said I removed it I won't stop reiterating you are misquoting
<Armbian-Discord>
<ManoftheSea> But still, armbian only supports initramfs-tools
<Armbian-Discord>
<Tenkawa> Exactly.
<Armbian-Discord>
<Tenkawa> That I have said 10 times+
<goblin>
sure
<Armbian-Discord>
<ManoftheSea> You said it was removed here
<Armbian-Discord>
<Tenkawa> as the default
<Armbian-Discord>
<Tenkawa> it was on the next line
<Armbian-Discord>
<ManoftheSea> It was never made default
<Armbian-Discord>
<ManoftheSea> It can't be removed as default when it wasn't default
<Armbian-Discord>
<Tenkawa> well that was wikipedia's fault
<Armbian-Discord>
<Tenkawa> I can't keep track of all millions of entries
<Armbian-Discord>
<ManoftheSea> As far as I knew, Debian has always used initramfs-tools
<goblin>
ok, so to patch that package a little bit, I need to recreate the whole armbian image? :-O
<goblin>
I see it gets generated by create_board_package() function inside lib/functions/bsp/bsp-cli.sh
<goblin>
maybe there's a way to call just that function rather than rebuild the whole image, hmm
aasami_ has quit [Ping timeout: 268 seconds]
crabbedhaloablut has quit [Read error: Connection reset by peer]
crabbedhaloablut has joined #armbian
riotz_ has joined #armbian
riotz_ has quit [Remote host closed the connection]
riotz has quit [Quit: Leaving]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
alekksander has quit [Ping timeout: 268 seconds]
welder has joined #armbian
The_Loko has quit [Remote host closed the connection]
crabbedhaloablut has quit [Remote host closed the connection]
alekksander has joined #armbian
crabbedhaloablut has joined #armbian
lemonzest has quit [Quit: WeeChat 3.6]
archetech has quit [Quit: Konversation terminated!]
welder has left #armbian [WeeChat 3.0]
crabbedhaloablut has quit [Ping timeout: 255 seconds]
crabbedhaloablut has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
alekksander has joined #armbian
arch3r has quit [Ping timeout: 264 seconds]
arch3r has joined #armbian
lord_daemon has joined #armbian
<lord_daemon>
Hello
alekksander has quit [Quit: Konversation terminated!]
<lord_daemon>
i have rk322x tv box. tv box crashes right after using chromium for example
<lord_daemon>
[ 74.991898] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
crabbedhaloablut has quit [Remote host closed the connection]