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
archetech has joined #armbian
<Armbian-Discord>
<thedude58> Is there a helpful guide on enabling spi? I’ve tried through the armbian-config, but doesn’t seem to work
samythemany111 has joined #armbian
samythemany11 has quit [Ping timeout: 268 seconds]
samythemany1111 has joined #armbian
samythemany111 has quit [Ping timeout: 268 seconds]
bsw has quit [Remote host closed the connection]
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #armbian
samythemany11111 has joined #armbian
samythemany1111 has quit [Ping timeout: 268 seconds]
<Armbian-Discord>
<Tonymac32> have to know the device and kernel/image to even begin to speculate
<stipa>
thedude58 there are many boards with RK3399, take a peek there, maybe you get lucky
<stipa>
you could get close if the SPI is in the chip
<Armbian-Discord>
<Tonymac32> should just be an overlay tbh. If not, check the forums for the maintainer of that board and see if there's something wrong with the OPi 4
samythemany11111 has quit [Remote host closed the connection]
samythemany11111 has joined #armbian
Masterphi has joined #armbian
Masterphi has quit [Client Quit]
Masterphi has joined #armbian
samythemany11111 has quit [Ping timeout: 268 seconds]
samythemany11111 has joined #armbian
aasami_ has joined #armbian
<aasami_>
KDE+LITTER called plasmashell: Using VLC make strass watching mp4, have a look at top. Stopping VLC, still much stress. So kill Xorg, no strss any longer. Xorg again starts plasma, login, but onlx few stress load 0,14 and 435 before stopping Xorg, mistakes of beginners at KDE
<aasami_>
Sorry for disturbing.
lemonzest has joined #armbian
samythemany11111 has quit [Remote host closed the connection]
samythemany11111 has joined #armbian
indy has quit [Ping timeout: 252 seconds]
indy has joined #armbian
samythemany11111 has quit [Ping timeout: 268 seconds]
stipa_ has joined #armbian
stipa has quit [Ping timeout: 252 seconds]
stipa_ is now known as stipa
aasami_ has quit [Ping timeout: 248 seconds]
xoan725451 has joined #armbian
xoan72545 has quit [Ping timeout: 248 seconds]
xoan725451 is now known as xoan72545
archetech has quit [Quit: Konversation terminated!]
archetech has quit [Quit: Konversation terminated!]
alekksander has joined #armbian
aasami_ has joined #armbian
<Armbian-Discord>
<q4a> Hi. I'm using Asus Tinkerboard rk3288 and just updated Armbian from 22.05.1 with sudo apt dist-upgrade && sudo do-release-upgrade. Looks like I lost eth0 interface and can connect to internet only with wifi. Can somebody help me? Here is armbianmonitor -u: http://ix.io/47XK
<ArmbianHelper>
^ [text/plain]
<Armbian-Discord>
<ManoftheSea> what do you mean, "lost"? Your log says eth0 exists.
<ArmbianHelper>
^ Smoke tests on DUTs · armbian/build@cda4670 · GitHub
<Armbian-Discord>
<IgorPec> well, we do have other kernel installed there
<Armbian-Discord>
<ManoftheSea> oh wait... I see the log is much longer, and I was looking at history
<Armbian-Discord>
<ManoftheSea> But even so late as 6 AM today, it looks like there's an eth0. ip link -a shows eth0
<Armbian-Discord>
<q4a> It was down, after sudo ifconfig eth0 up it did not connect with dhcp
<Armbian-Discord>
<ManoftheSea> Are you using /etc/network/interfaces, network-manager, or systemd-networkd? I would expect either ifup eth0, networkctl, or nmcli ... uh something
<Armbian-Discord>
<q4a> I'm using network-manager
<Armbian-Discord>
<ManoftheSea> I would also look at the output of tcpdump -i eth0 to see if the link sees traffic
<Armbian-Discord>
<ManoftheSea> dang, that's the one I know least well.
<Armbian-Discord>
<ManoftheSea> nmcli conn show wired, maybe?
<Armbian-Discord>
<TheBug> um isn't eth0 there it just doesn't have an IP
<Armbian-Discord>
<IgorPec> if you are using network manager, ifconfig is wrong command
<Armbian-Discord>
<TheBug> looks like interface exists you just have not configured it
<Armbian-Discord>
<TheBug> it may have overwritten your config
<Armbian-Discord>
<ManoftheSea> nm keeps its config in /etc/NetworkManager, right?
<Armbian-Discord>
<TheBug> you can try to test
<Armbian-Discord>
<TheBug> 'dhclient eth0'
<Armbian-Discord>
<ManoftheSea> but also, after the ifconfig up, you could try running dhclient eth0
<Armbian-Discord>
<TheBug> if this gets IP and it comes up it just simply isn't configured
<Armbian-Discord>
<TheBug> haha, great minds think alike they say
<Armbian-Discord>
<q4a> Thanks. Looks like it's working after dhclient eth0 but without network-manager
<Armbian-Discord>
<q4a> Is there good guide to switch from current connection to network-manager?
<Armbian-Discord>
<ManoftheSea> if you're got a gui, it should be somewhere in your system settings.
<Armbian-Discord>
<ManoftheSea> otherwise, I'm not familiar with saving a connection from nmcli.
<stipa>
IMO NetworkManager is good just for connecting to something fast
<stipa>
with DHCP on the network
<stipa>
anything else is just a shitshow
<stipa>
and those config scripts for it are just pain to look at
<Armbian-Discord>
<EBK21(段错误)> Any one notice that dtb overlay does not load on orangepi 3 lts both official and self-built image?
<Armbian-Discord>
<EBK21(段错误)> uboot: FDT_BAD_MAGIC and FDT_NOT_FOUND
<[TheBug]>
EBK21: you should open a forum post on the issue if you have a concern
<[TheBug]>
will probably get feedback more quickly that way
<Armbian-Discord>
<AnimeDev> so uhm, im having bad troubles with virtualbox for building armbian, think it is possible with WSL2 or should i not bother trying it?