Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Announcements: #armbian-announcements | Developer talk: #armbian-devel | Off-Topic: #armbian-offtopic | Logs: -> irc.armbian.com
jason123onirc has quit [Remote host closed the connection]
jason123onirc has joined #armbian
RoyK has quit [Ping timeout: 260 seconds]
buzzmarshall has quit [Quit: Konversation terminated!]
<DC-IRC>
[Discord] <lands39> if i want to replace netplan with networkmanager, would i just install nm, enable the service, uninstall netplan and restart?
<DC-IRC>
[Discord] <Werner> I assume more or less yes. That would be it
<DC-IRC>
[Discord] <lands39> on arch all you really have to do is install and enable it, i've never replaced an existing network backend on something deb / ubuntu based though
<DC-IRC>
[Discord] <Werner> You could take a look at the network extension that deal with this stuff during image assembly. So you get an idea what happens
<DC-IRC>
[Discord] <lands39> i might just jank together a VM and try it
hyperreal has quit [Quit: Ping timeout (120 seconds)]
hyperreal has joined #armbian
Dagger has quit [Ping timeout: 260 seconds]
Dagger has joined #armbian
Dagger has quit [Ping timeout: 265 seconds]
zeemate has joined #armbian
danilogondolfo has joined #armbian
maknho has quit [Quit: WeeChat 3.0]
maknho has joined #armbian
<DC-IRC>
[Discord] <menu> no? the `netplan` *is* `NetworkManager`
<DC-IRC>
[Discord] <lands39> netplan is canonical crap, nm is really nice and is what I use on all of my stuff
<DC-IRC>
[Discord] <lands39> there's 0 configs or packages for netplan on my other systems
<DC-IRC>
[Discord] <lands39> netplan is unironically terrible, the configs make 0 sense and i remember that installing a gpu in something once prevented me from connecting to the network, apparently netplan needs the pci id or something for the nic and that changed
<DC-IRC>
[Discord] <lands39> nm doesn't have this problem
<DC-IRC>
[Discord] <lands39> the netplan files literally do not exist on my laptop that uses nm
<Hammdist>
is it possible/recommended to power a raspberry pi 5 through the pin headers? there are 5v pins there and I'm thinking of sacrificing a usb cable to solder the power and ground onto there. is this a bad idea for any reason?
<Hammdist>
issue being that it bypasses some undervoltage protection
Dagger has joined #armbian
<DC-IRC>
[Discord] <menu> Hammdist: powering through headers isn't uncommon, but it usually bypasses fuses and some protection, if you're powering it from another board it's *usually* fine
Treibholz has quit [Quit: WeeChat 3.8]
Treibholz has joined #armbian
Treibholz has quit [Client Quit]
Treibholz has joined #armbian
<Herc>
dont use a random usb cable and/or usb source. most cables just are crap (too thin wires)
<Herc>
also, if not powered via usbC, the pi5 reqires a hint in config.txt IIRC
<Herc>
Hammdist, you should use the original PSU IMHO, it is cheap and reliable
wootehfoot has joined #armbian
ced117 has quit [Ping timeout: 248 seconds]
ced117 has joined #armbian
zeemate has joined #armbian
lyri has joined #armbian
alekksander has joined #armbian
coldfeet has joined #armbian
RoyK has joined #armbian
Dex2x has quit [Remote host closed the connection]
danilogondolfo has quit [Quit: Leaving]
Dex2x has joined #armbian
Dex2x has quit [Remote host closed the connection]
Dex2x has joined #armbian
lemonzest has quit [Ping timeout: 265 seconds]
lemonzest has joined #armbian
lemonzest has quit [Read error: Connection reset by peer]
lemonzest has joined #armbian
<Hammdist>
is rpi5 using u-boot or something else? I would like to know if it is possible to drop-in replace the FAT32 on the sdcard with an ext2 partition
<Hammdist>
... with the same files as contents of course
flyback has quit [Ping timeout: 264 seconds]
alekksander has quit [Remote host closed the connection]
archetech has joined #armbian
flyback has joined #armbian
<Hammdist>
some basic investigation reveals that this can't work, it must be FAT32 as it is read by the "eeprom" bootloader
<DC-IRC>
[Discord] <menu> rpi uses their own custom bootloader, it may be uboot based