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
alekksander has quit [Ping timeout: 256 seconds]
ajshell122 has quit [Quit: The Lounge - https://thelounge.chat]
Laskolnyk has joined #armbian
jclsn has quit [Ping timeout: 250 seconds]
jclsn has joined #armbian
Mangix has quit [Read error: Connection reset by peer]
Mangix has joined #armbian
lyri has quit [Remote host closed the connection]
archetech has quit [Quit: Leaving]
buzzmarshall has quit [Quit: Konversation terminated!]
schwar3kat has quit [Quit: Offline]
<DC-IRC> <IgorPec> if person allow, then yes
willmore has quit [Ping timeout: 240 seconds]
willmore has joined #armbian
willmore has quit [Ping timeout: 240 seconds]
jantones has quit [Quit: Leaving]
willmore has joined #armbian
junaid_ has joined #armbian
danilogondolfo has joined #armbian
junaid_ has quit [Ping timeout: 268 seconds]
wd has quit [Ping timeout: 265 seconds]
junaid_ has joined #armbian
kolla has quit [Quit: %fog relay%]
kolla has joined #armbian
<zeewark1> hi everyone, how stable is quartz64 now within armbian? thanks
wd has joined #armbian
zeemate has joined #armbian
wd has quit [Ping timeout: 265 seconds]
<DC-IRC> <vercas> Hello. Not sure if this is the right channel to ask for help about this. I've got a custom build Armbian minimal image for the Pinebook Pro. I'm trying to use `dropbear-initramfs` and `cryptsetup` to decrypt the root filesystem. I've modified the image to have a separate `ext4` filesystem for `/boot` and made a LUKS2 partition which has the rootfs. I'm rather stuck in the initramfs, though.
<DC-IRC> <vercas> The system boots, it tells me Dropbear is starting. But it doesn't actually connect to the network, and I cannot type the LUKS2 password on the keyboard.
<DC-IRC> <vercas> I've added the correct module for my USB Ethernet adapter (r8152) to `/etc/initramfs-tools/modules`
<DC-IRC> <vercas> What am I doing wrong? How can I get this to work like it does in Ubuntu? 😦
<DC-IRC> <vercas> I did not, thank you. 🙂
<DC-IRC> <vercas> Step 9 seems to contain steps I did not perform.
<DC-IRC> <vercas> Step 9 seems to contain actions I did not perform.
junaid_ has quit [Remote host closed the connection]
archetech has joined #armbian
junaid_ has joined #armbian
TheCoffeMaker has quit [Ping timeout: 240 seconds]
TheCoffeMaker has joined #armbian
TheCoffeMaker has quit [Ping timeout: 246 seconds]
TheCoffeMaker has joined #armbian
MrFixIt has quit [Ping timeout: 246 seconds]
<DC-IRC> <vercas> > Internet Systems Consortium DHCP Client 4.4.1
<DC-IRC> <vercas> > Copyright 2004-2018 Internet Systems Consort lum.
<DC-IRC> <vercas> > All rights reserved.
<DC-IRC> <vercas> > For info, please visit https://www.isc.org/software/dhcp/ ip: SIOCGIFFLAGS: No such device
<DC-IRC> <vercas> > Error getting hardware address for "enx0004c971f2": No such device
<DC-IRC> <vercas> > If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug.
<DC-IRC> <vercas> > These pages explain the proper
<DC-IRC> <vercas> > process and the information we find helpful for debugging.
<DC-IRC> <vercas> > exiting.
<DC-IRC> <vercas> This is what's printed on the screen after I followed the instructions.
<DC-IRC> <demosspro> Yeah, thanks, it's fully working. I use dd if=/dev/mmblck0 of=/dev/mmblck2 bs=2048k conv=noerror
<DC-IRC> <Tenkawa> @vercas you need to either add net.ifnames=0 to your boot line or change your network interfaces/dhcp script call
<DC-IRC> <Tenkawa> thats persistent interface naming
<DC-IRC> <Tenkawa> newer kernels change eth0/wlan0 to the enx0004c971f2/wle0004c971f2" device names
<DC-IRC> <vercas> Ah, there is no `udev` in the initrd?
<DC-IRC> <Tenkawa> no
<DC-IRC> <Tenkawa> er
<DC-IRC> <Tenkawa> its a setting
<DC-IRC> <Tenkawa> if you cat /proc/cmdline... note my ifnames
<DC-IRC> <Tenkawa> cat /proc/cmdline
<DC-IRC> <Tenkawa> earlyprintk console=tty1 console=ttyS0,115200 rootwait earlycon=sbi net.ifnames=0 fsck.repair=yes root=/dev/nvme0n1p4
<DC-IRC> <Tenkawa> if that wasn't there it would do what yours is
<DC-IRC> <Tenkawa> your boot loader (extlinux/grub) needs to be updated
<DC-IRC> <Tenkawa> so extlinux.conf if it uses that
<DC-IRC> <vercas> Hm.
<DC-IRC> <Tenkawa> what machine you working on?
<DC-IRC> <Tenkawa> pbp right?
MrFixIt has joined #armbian
<DC-IRC> <vercas> Yes.
<DC-IRC> <Tenkawa> do a ls -l /boot/extlinux/extlinux.conf
<DC-IRC> <vercas> One second, it's starting up.
<DC-IRC> <Tenkawa> does it have one?
<DC-IRC> <vercas> Nope.
<DC-IRC> <Tenkawa> I use my own build of Debian on the PBP so I wasn't sure if Armbian used it on the PBP
<DC-IRC> <vercas> It doesn't. No extlinux.
<DC-IRC> <Tenkawa> It must use traditional u-boot
<DC-IRC> <Tenkawa> mine uses extlinux
<DC-IRC> <vercas> Seems so, yes.
<DC-IRC> <Tenkawa> thats all that needs to be done though... that added to the boot line and re-generate the u-boot boot script
<DC-IRC> <Tenkawa> then it should fix that problem
<DC-IRC> <Tenkawa> I think armbian-config "might" have a place to do that.. just a sec
<DC-IRC> <vercas> I just need to add `extraargs=foobar` to `/boot/armbianEnv.txt`
<DC-IRC> <vercas> I just need to add `extraargs=net.ifnames=0` to `/boot/armbianEnv.txt`
<DC-IRC> <Tenkawa> ah cool
<DC-IRC> <Tenkawa> I am not a fan of "traditional" u-boot syntax
<DC-IRC> <vercas> Dunno man, I'm not from around here. 😂
<DC-IRC> <Tenkawa> u-boot is ancient
<DC-IRC> <Tenkawa> I've used it for eons
<DC-IRC> <Tenkawa> doesn't mean I have to like lol
<DC-IRC> <vercas> So.
<DC-IRC> <vercas> I also need to change the device name in the initramfs.conf, right?
<DC-IRC> <Tenkawa> no
<DC-IRC> <Tenkawa> it will convert them all to the old name types
<DC-IRC> <Tenkawa> initramfs is for loading modules/drivers
<DC-IRC> <Tenkawa> Are you testing it now?
alekksander has joined #armbian
<DC-IRC> <vercas> Was just about to.
<DC-IRC> <vercas> Sorry, I gotta work at the same time. 🙂
MrFixIt has quit [Ping timeout: 256 seconds]
<DC-IRC> <vercas> @Tenkawa Same thing.
<DC-IRC> <vercas> Also unlocking via keyboard doesn't work.
<DC-IRC> <vercas> I see the prompt to input the password, but there is no reaction to keyboard input.
junaid_ has quit [Remote host closed the connection]
MrFixIt has joined #armbian
jantones has joined #armbian
wd has joined #armbian
<DC-IRC> <Tenkawa> @vercas what are you using for an image? I've never heard anyone having keyboard problems... even without that net.ifnames entry network-manager should still work... are you editing config files?
<DC-IRC> <Tenkawa> @vercas what are you using for an image? I've never heard anyone having keyboard problems with the PBP... even without that net.ifnames entry network-manager should still work... are you editing config files?
<DC-IRC> <vercas> Minimal image, edge kernel.
<DC-IRC> <vercas> Also `editing config files`... as in?
<DC-IRC> <Tenkawa> if you are using anything other than the 6.1 images they are untested
<DC-IRC> <Tenkawa> If you are using the 6.3 ones those have not been validated to work
<DC-IRC> <c0rnelius> and I seriously doubt adds anything worth while to a PBP
<DC-IRC> <Tenkawa> They don't
<DC-IRC> <c0rnelius> The only reason to use a edge/stable kernel, is because it is a adding support or a feature not found on the LTS.
<DC-IRC> <vercas> So... What can I do now? 😦
<DC-IRC> <vercas> Am I stuck with plaintext root like a pleb?
RecursiveG has quit [Ping timeout: 250 seconds]
RecursiveG has joined #armbian
shoragan has quit [Remote host closed the connection]
poxy has quit [Quit: No Ping reply in 180 seconds.]
shoragan has joined #armbian
poxifide has joined #armbian
zeemate has quit [Ping timeout: 248 seconds]
archetech has quit [Quit: Konversation terminated!]
archetech has joined #armbian
xispita has quit [Ping timeout: 240 seconds]
lyri has joined #armbian
zeemate has joined #armbian
danilogondolfo has quit [Remote host closed the connection]
Dagger has quit [Ping timeout: 265 seconds]
Dagger has joined #armbian
jantones has quit [Quit: Leaving]
alekksander has quit [Quit: Konversation terminated!]
lyri has quit [Remote host closed the connection]
junaid_ has joined #armbian
Lucanis has joined #armbian
xispita has joined #armbian
archetech has quit [Quit: Konversation terminated!]
junaid_ has quit [Ping timeout: 250 seconds]
zeemate has quit [Ping timeout: 240 seconds]
Lucanis has quit [Ping timeout: 240 seconds]
archetech has joined #armbian
stipa_ has joined #armbian
stipa has quit [Ping timeout: 250 seconds]
stipa_ is now known as stipa