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
norwich_ has joined #armbian
norwich has quit [Ping timeout: 272 seconds]
norwich_ is now known as norwich
lyri has joined #armbian
<Armbian-Discord> <d​ave> so really weird question
<Armbian-Discord> <d​ave> why does my NanoPi R4S refuse to cold boot when I plug in USB-C after my serial cable?
archetech has quit [Quit: Konversation terminated!]
<Armbian-Discord> <R​ichN> do you mean your uart cable ?
<Armbian-Discord> <R​ichN> rm the 5v on the cable
<Armbian-Discord> <R​ichN> you should be able to power the board with the uart and not need usb-c power
<Armbian-Discord> <d​ave> uh there's no Vpp on UART lol
<Armbian-Discord> <d​ave> only RX/TX/GND
<Armbian-Discord> <R​ichN> and you take the 5v and put it to the gpio header on pin 1 or 2
<Armbian-Discord> <R​ichN> which should be 5v inand out
<Armbian-Discord> <R​ichN> pins 1and 3
<Armbian-Discord> <R​ichN> are 5v
<Armbian-Discord> <R​ichN> so you can power it with the 5v off the uart board
<Armbian-Discord> <d​ave> eh, I'd rather just use USB-C
<Armbian-Discord> <R​ichN> what uart board are you using ?
<Armbian-Discord> <R​ichN> if it sone of the nanopi uarts is it a 4 or 5 pin
<Armbian-Discord> <R​ichN> this helps to trouble shoot the issue
<Armbian-Discord> <d​ave> It's 3 pin
<Armbian-Discord> <R​ichN> what uart as I know nanopi does not have 3 pin ruart boards that I know of . they sell a 4 pin with a r/b/y/w cable
<ArmbianHelper> ^ NanoPi R4S - FriendlyELEC WiKi
<Armbian-Discord> <R​ichN> I know the board
<Armbian-Discord> <R​ichN> as I have them all
<Armbian-Discord> <R​ichN> I use to do the dev for all these nanopi boards
<Armbian-Discord> <d​ave> ah
<Armbian-Discord> <R​ichN> thats why I ask what uart board not the pc board
<Armbian-Discord> <d​ave> PL2303
<Armbian-Discord> <d​ave> probably some cheap clone
<Armbian-Discord> <d​ave> found it on a shelf in the office
<Armbian-Discord> <R​ichN> ok as all the onse sole by nanopi are ch320
<Armbian-Discord> <R​ichN> ok
<Armbian-Discord> <R​ichN> hmm sounds like a uart issue . I would test with powering it like I said
<Armbian-Discord> <R​ichN> and see if that works put the 5v to the 1/3 pins on the pin header
<Armbian-Discord> <R​ichN> and see what responce you get
<Armbian-Discord> <R​ichN> about to call it a night
<Armbian-Discord> <R​ichN> so if you still have issue I woul dfind a diff uart
<Armbian-Discord> <d​ave> erm so I have UART working
<Armbian-Discord> <d​ave> I have this whole time
<Armbian-Discord> <d​ave> it's just the board refuses to cold boot unless I unplug UART while plugging USB-C
<Armbian-Discord> <d​ave> it's fine, I discovered I can just swap the MicroSD card while in u-boot and type reset
<Armbian-Discord> <D​aMiBear> Thanks Reply😀 . Currently I'm just going to compile the .ko file. Did you mean this file in the screenshot ? But I don't find it in output/debs. And I set "CREATE_PATCHE=yes", still no patch generated in output/patch. Then I use "apt install linux-headers-xxxx" on my board, then copy the relevant files to the PC, and then compile the .ko file.
<ArmbianHelper> ^ [image/png] (46.0KiB)
<ArmbianHelper> ^ [image/png] (9.2KiB)
pablocastellanos has quit [Ping timeout: 246 seconds]
pablocastellanos has joined #armbian
marco44 has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
marco44 has joined #armbian
crabbedhaloablut has quit [Quit: No Ping reply in 180 seconds.]
crabbedhaloablut has joined #armbian
<Armbian-Discord> <W​erner> linux-image is the binary kernel image. I meant the kernel sources and that deb you find in the mentioned folder with all the other debs that were built during the process. The switch is called CREATE_PATCHES, you are missing an 'S'. Check https://docs.armbian.com/Developer-Guide_Build-Options/ and maybe here how that works: https://zuckerbude.org/armbian-using-create-patches/ If you modified the kernel sources
<Armbian-Discord> during building installing the headers via apt might, depending on your changes, fail (or the module building will fail later). To avoid all these issues I suggest to pre-install both headers and sources on your image so you are set for starting tinkering. Use INSTALL_KSRC and INSTALL_HEADERS switches.
<ArmbianHelper> ^ Build Options - Armbian Documentation
<ArmbianHelper> ^ Armbian - using CREATE_PATCHES | Zuckerbude
norwich has quit [Ping timeout: 276 seconds]
norwich has joined #armbian
<Armbian-Discord> <D​aMiBear> Oh sorry, it was my spelling mistake😬 . I'm a little confused about not finding the linux-image-edge-rk35xx_22.11.0-trunk_arm64.deb file marked in the screenshot above.
<Armbian-Discord> <D​aMiBear> Also thanks for your suggestion ! I'll try the INSTALL_KSRC and INSTALL_HEADERSswitches.
alekksander has joined #armbian
indy has quit [Ping timeout: 260 seconds]
indy has joined #armbian
riotz has joined #armbian
<riotz> i messed up my tinkerboard by trying to change the kernel through armbian-config
<riotz> is there a way to revert those changes?
<riotz> e.g. i guess i need to somehow mount the card on linux and have an emulated env
<IgorPec> apt install linux-image-XXXXXXXX linux-dtb-XXXXXXXX
<riotz> the board does boot up but there is no output on hdmi nor can i ssh into it
<riotz> e.g. not accessible.. i guess i need to chroot into the sdcard from my x86 noteboot
<riotz> notebook
<riotz> but i can ping it
<riotz> strange stuff
<IgorPec> chroot and install those two packages, yes
<riotz> yah on it.. just chrooted into it right now
<riotz> what about just running armbian-config to switch to the old kernel?
<riotz> seems to be a not so good idea :D
<riotz> hmm the same behaviour.. i can ping but no access
<riotz> how do i enable ssh? does it get disabled on firstboot or something like that?
<Armbian-Discord> <I​gorPec> ssh is enabled by default
<Armbian-Discord> <I​gorPec> perhaps keys are corrupted and doesn't start
<Armbian-Discord> <I​gorPec> removing keys is solution
<riotz> hmm lets try
<riotz> nope.. rm -v /etc/ssh/ssh_host_* .. dpkg-reconfigure openssh-server .. didnt do the trick
<Armbian-Discord> <N​_uraad> i cant ssh into my pi using Ethernet
<riotz> whats the difference between the Minimal / Dieted images and the cli images?
alekksander has quit [Read error: Connection reset by peer]
alekksander has joined #armbian
<Armbian-Discord> <I​gorPec> CLI comes with build-essentials and few more packages ... package lists are here https://github.com/armbian/cache/releases/tag/0077
<ArmbianHelper> ^ Release Rootfs cache #0077 · armbian/cache · GitHub
<Armbian-Discord> <I​gorPec> you can check diffs, but i guess we could make some scripts to show this diff auto
<lyri> hey guys, how can i install the driver for a ov5640 camera connected on my bananapi m2 zero?
<Armbian-Discord> <N​_uraad> this is a screenshot I took yesterday
<ArmbianHelper> ^ [image/png] (647.1KiB)
<Armbian-Discord> <I​gorPec> @riotz https://paste.armbian.com/oyahiyigav.css
<ArmbianHelper> ^ hastebin
<riotz> thnx
<riotz> @IgorPec, that list doesnt seem to be complete.. i just figured that the armbian-config is missing on the minimal image aswell
<Armbian-Discord> <I​gorPec> yes, that too
<Armbian-Discord> <I​gorPec> added to FAQ below
<Armbian-Discord> <N​_uraad> ssh connect to host 169.254.234.81 port 22: connection refused
<Armbian-Discord> <N​_uraad> help
<Armbian-Discord> <N​_uraad> I’m connected with ethernet
<ArmbianHelper> ^ [image/jpeg] (6.1MiB)
<riotz> @N​_uraad are you sure that youre running a dhcp server on your computer?
<riotz> maybe better connect the board to a router
<Armbian-Discord> <N​_uraad> ok
<Armbian-Discord> <N​_uraad> I’ll try
<riotz> or try to get output by connecting a serialtousb converter
<riotz> to the right pins of this board there
DarkL0rd has joined #armbian
<riotz> right = correct
<Armbian-Discord> <N​_uraad> I would plug into a router but
<Armbian-Discord> <N​_uraad> I don’t have any open power plugs near me
<Armbian-Discord> <N​_uraad> All of them are taken
<riotz> why does it need to be near you?
<stipa> connect it to the monitor if it has GPU
<riotz> you dont get output anyways dont you
<riotz> stipa, look at the pics.. he doesnt has a hdmi
<Armbian-Discord> <N​_uraad> My ethernet cable isn’t long enough
<stipa> then ftdi converter
<stipa> riotz: he's running blind without some debugging means
<riotz> N_urad.. wtf.. you take your ethernet cable and the power cord and drag it where your router is
<Armbian-Discord> <N​_uraad> I don’t have any wall power available near my router
<Armbian-Discord> <N​_uraad> All of it’s taken
<ArmbianHelper> ^ [image/jpeg] (4.1MiB)
DarkL0rd has quit [Ping timeout: 250 seconds]
<riotz> N_urad then you need a usbtoserial converter like said before
<riotz> or setup a proper dhcp server on your computer
<Armbian-Discord> <N​_uraad> ok I will try to setup a dhcp server
<riotz> what the plan with this thing anyways if you dont leave it somewhere else
<stipa> you probably have to enable sshd service in the board
<stipa> if the ip is right
<Armbian-Discord> <N​_uraad> prob a server
<riotz> maybe you can get away by simply configuring a static ip on both
<stipa> maybe you broke the config files for the server or something, maybe update fucked it up
<riotz> your computer and the orangepi
<Armbian-Discord> <N​_uraad> I saw something saying 64gb limit
<riotz> that should do the trick aswell without configuring a dhcp server
<Armbian-Discord> <N​_uraad> And I put a 200gb card
<riotz> stipa he has the orange pi directly connected to his pc
<riotz> how should that even work if he doesnt run a dhcp server
<stipa> with static ip
<riotz> yah like i said
<stipa> N​_uraad try to enable sshd manually by editing the service file somehow by removing the card from the board and munting it in the pc somehow
<stipa> you probably flashed the sd card via pc
<ArmbianHelper> ^ [image/png] (647.1KiB)
<stipa> use that to read it and edit what you have to edit to enable sshd
<riotz> that he posted
<riotz> it speaks 1000 words
<stipa> then idk,i would reflash
<Armbian-Discord> <N​_uraad> ok
<riotz> he tries to bruteforce the ip
<riotz> trollolol
<Armbian-Discord> <N​_uraad> for some reason etcher fails when flashing
<stipa> then sd card is broken
<Armbian-Discord> <N​_uraad> No it worked fine earlier
<Armbian-Discord> <N​_uraad> Rufus flashes
<stipa> why would etcher fail
<Armbian-Discord> <N​_uraad> It’s only etcher that fails
<stipa> well, that's fishy for sure
<stipa> does the board even boots into linux?
<Armbian-Discord> <N​_uraad> idk
<Armbian-Discord> <N​_uraad> I don’t have a microhdmi
<stipa> you're running blind
<Armbian-Discord> <N​_uraad> yes
<Armbian-Discord> <N​_uraad> until I get a cable
<stipa> get the usb to serial yes
<Armbian-Discord> <N​_uraad> ok I will buy that
<riotz> dude just do like i said.. configure a static ip and this thing and ping it
<Armbian-Discord> <N​_uraad> ok
<Armbian-Discord> <N​_uraad> Also
<riotz> and = on
<Armbian-Discord> <N​_uraad> I can ping it perfectly fine
<Armbian-Discord> <N​_uraad> 0ms
<stipa> N​_uraad you could maybe enable saving of logs by editing the card and see what it records
<Armbian-Discord> <N​_uraad> ok
<Armbian-Discord> <N​_uraad> I’ll edit the card first
<riotz> hmm if you can ping it but ssh doesnt work it means that there is some error like we figured before
<stipa> right, somewhere there's an option to enable logging to the sdcard, it should record something
<riotz> the only way to figure out what this error is is by creating a output of some means either hdmi or serial
<stipa> at least you'll know if it boots and have an idea what to do neyt
<Armbian-Discord> <N​_uraad> Lemme get the card
<ArmbianHelper> ^ journalctl - Armbian logs for previous boots - Unix & Linux Stack Exchange
<Armbian-Discord> <N​_uraad> File explorer doesn’t detect it but other apps do
<ArmbianHelper> ^ [image/jpeg] (6.2MiB)
<Armbian-Discord> <N​_uraad> Should I switch to ubuntu to edit the files
<riotz> yes
<Armbian-Discord> <N​_uraad> Ok
<stipa> bes ton linux machine
<stipa> or VM linux machine
<riotz> and better stay there and never go back
<riotz> :D
<Armbian-Discord> <N​_uraad> I have it dualbooted
<stipa> you'll probably be better to order an usb to serial than it'll take you time to enable presistent logging
<stipa> not much about it online
<riotz> stipa, logging is enabled by default
<riotz> just go to /var/log and cat the syslog there
<stipa> maybe the current boot
<stipa> and it gets deleted on poweroff
<Armbian-Discord> <N​_uraad> Where are the logs located?
<riotz> no way it gets deleted if you unplug the power cord
<stipa> the trick is to not log into ramlog but somewhere on the sdcard
<riotz> shit yeah it does
<ArmbianHelper> ^ [image/jpeg] (4.7MiB)
<Armbian-Discord> <N​_uraad> logs
<riotz> ./dev/zram1 on /var/log type ext4 (rw,relatime,discard)
<Armbian-Discord> <N​_uraad> Location
<Armbian-Discord> <N​_uraad> ok
<Armbian-Discord> <N​_uraad> I don’t have /zram1
<Armbian-Discord> <N​_uraad> my /dev is empty
<riotz> yeah what you need to do is to mount the /var/log to the sd card and not the zram
<Armbian-Discord> <N​_uraad> I’m in /var/log
<ArmbianHelper> ^ [image/jpeg] (4.5MiB)
<Armbian-Discord> <N​_uraad> which log
<Armbian-Discord> <N​_uraad> is it
<riotz> You can disable logging to ram by setting `ENABLED=false´ in `/etc/default/armbian-ramlog´.
<riotz> edit the file then reinsert the card to your opi boot it up
<riotz> take out the card and check if the syslog apears after in this folder
lyri has quit [Ping timeout: 250 seconds]
<riotz> and dont forget to revert all this stuff later since its going to mess up your sd card hard
<Armbian-Discord> <N​_uraad> It says I don’t have the permissions to edit the file
<riotz> youre a lost cause
lyri has joined #armbian
<ArmbianHelper> ^ [image/jpeg] (6.6MiB)
<Armbian-Discord> <N​_uraad> It’s grayed out
<Armbian-Discord> <N​_uraad> Cant change
<stipa> try with sudo
<stipa> sudo nano file
<Armbian-Discord> <N​_uraad> Ok
<Armbian-Discord> <N​_uraad> Ok done
<Armbian-Discord> <N​_uraad> changEd it
<stipa> do you know where logs will be saved?
<Armbian-Discord> <N​_uraad> no
<stipa> riotz: knows for sure
<Armbian-Discord> <N​_uraad> Yeah probably
<stipa> alos, increase verbosity
<riotz> ./var/log/syslog
<stipa> for the logs
<Armbian-Discord> <N​_uraad> Ok so I’ll boot
<Armbian-Discord> <N​_uraad> And power off
<ArmbianHelper> ^ Fine Tuning - Armbian Documentation
<riotz> yeah.. same procedure as before
<riotz> power off.. get the card back to your computer and inspect
<Armbian-Discord> <N​_uraad> I’ll leave it on for 2 minutes
<riotz> and give it like 2-3 minutes time to boot up properly before unplugging
<Armbian-Discord> <N​_uraad> Ok I’m gonna unplug
archetech has joined #armbian
<Armbian-Discord> <N​_uraad> Huh
<Armbian-Discord> <N​_uraad> I’ll send a link with my logs
<Armbian-Discord> <N​_uraad> https://pastebin.com/raw/FAmSFzHS
<ArmbianHelper> ^ [text/plain]
<stipa> Failed to start OpenBSD Secure Shell server.
<riotz> yeah its in this log about 100 times.. wtf
<stipa> but it seems like it successfully booted into linux Oct 22 19:13:36 orangepizero2 systemd[1]: Reached target Login Prompts.
<riotz> oh i see the problem
<riotz> you unplugged the opi to early the first time
<Armbian-Discord> <N​_uraad> ohhhhh
<riotz> it didnt had time to generate the keys property
<riotz> properly
<Armbian-Discord> <N​_uraad> should I reflash and leave it on for a while
<riotz> yeah
<Armbian-Discord> <N​_uraad> ok
<riotz> it needs a couple minutes to generate all the keys and such
<Armbian-Discord> <N​_uraad> I’ll leave it on for about 30 minutes
<riotz> its a tiny cpu trying to create primes
<riotz> no..5 mins or something should be good
<Armbian-Discord> <N​_uraad> Ok
<Armbian-Discord> <N​_uraad> and then I can ssh?
<Armbian-Discord> <N​_uraad> After the 5 mins
<riotz> yeah
<Armbian-Discord> <N​_uraad> Ok
<riotz> otherwise just redo the whole process we did and let us have a look at the log again
arch3r has joined #armbian
<riotz> you probably can ssh into it as soon as you get a ping feedback
<riotz> i normaly have a terminal running constantly pinging the thing
<Armbian-Discord> <N​_uraad> Ok
<riotz> as soon as you get a reply the box is ready
<Armbian-Discord> <N​_uraad> Ok
<arch3r> Hi there, I am looking into armbian as an alternative for using debian on rpi and alternative mini computers
<arch3r> is this a good room to ask questions on armbian?
<Armbian-Discord> <N​_uraad> @riotz it’s still not working
<Armbian-Discord> <N​_uraad> I can ping
<Armbian-Discord> <N​_uraad> But cant connect
<riotz> yeah well.. you know the deal
<Armbian-Discord> <N​_uraad> alr
c0rnelius has quit [Quit: WeeChat 3.5]
<Armbian-Discord> <N​_uraad> Log didn’t even appear this time
<Armbian-Discord> <N​_uraad> I’ll try again
c0rnelius has joined #armbian
<stipa> arch3r it is
<stipa> i also heard some RPI hardware has been added to supported boards
<stipa> idk about stability, about that could someone who has actual RPI hardware chime in
<stipa> arch3r: what's your goal
The_Loko has joined #armbian
<Armbian-Discord> <d​3ck3rt> well whats my goal: I usually run averythingin a VM, but some of the services need an inexpensive bare metal redundancy (e.g. DNS, jump hosts, ..) and there I need an OS that is installed and configured the same in the VM and on an SBC (at least up to 4GB RAM, Arm64 v8)
<Armbian-Discord> <d​3ck3rt> since native debian only support RPi, I am looking for debian derivatives that support more Arm64 SOCs.
<Armbian-Discord> <d​3ck3rt> So far I found armbian, DietPi and Freedombox
<stipa> i personally could propose testing
<Armbian-Discord> <d​3ck3rt> ok, but testing what exactly?
<stipa> if all you need works with armbian on RPI
<stipa> the support is new really, i doubt everything just works
<stipa> if you have an RPI board test the image out
<Armbian-Discord> <d​3ck3rt> currently I am using RaspberryPi OS, which is debian (or raspbian?) if I understood correctly.
<Armbian-Discord> <d​3ck3rt> but as it is limited to RPi I want to move away from this
<Armbian-Discord> <d​3ck3rt> sure I do.
<stipa> i mean, you just need a spare sd card, it's not like you have to die to try armbian on the board
<Armbian-Discord> <d​3ck3rt> I am a bit puzzled. From the web site I was under the impression that armbian runs stable on RPi
<Armbian-Discord> <d​3ck3rt> not sure whats your point. of course I can try them all out.
<stipa> what are you waiting for, a permission?
<stipa> you don't need anybody permission to test it out
<stipa> but, if you have only one sdcard then it's a problme
<stipa> i think you could get away even with a 4GB card
<stipa> wit ha CLI image if there is any
<stipa> Jammy server
lemonzest has quit [Quit: WeeChat 3.6]
<stipa> Debian testing or Arch - Manjaro support quality level
<stipa> For power users that are able to fix problems on their own
<stipa> Images are receiving updates when master branch changes
<stipa> but, it's like that with every supported board really
<stipa> armbian should me more open
<Armbian-Discord> <d​3ck3rt> dood... seriously? c'mon. No man, for an OS I am not only looking into the technical parameters, but also the stability and support structure. e.g. for DietPi it seemed that active support is limited to their forum. That is OK for some things, for others a realtime chat like here is more suitable.
<stipa> nah man, armbian is for hackers
<stipa> if raspbian is stable and everything works just leave it be
<stipa> armbian is also mainline, haven't saw raspbian can do that
<stipa> with new kernels problems are common
<stipa> it's normal even with intel and other stuff
<stipa> running 5.10 on a armbian board is like 10 years in the past
<stipa> d​3ck3rt which kernel version is the board running now?
<Armbian-Discord> <d​3ck3rt> wait I'll log in
<Armbian-Discord> <d​3ck3rt> the raspberrypi os are on 5.10.92-v7l+
<riotz> for raspis i would suggest the raspios stuff since it has realy mad support
<riotz> every other board you want to run debian on is armbian for me
<Armbian-Discord> <d​3ck3rt> and the debian ones are on 5.16.0-1-arm64
<Armbian-Discord> <d​3ck3rt> well, for RPi I don't really see the point of using raspberry OS or raspbian or armbian, as I can run native debian on the raspis
<stipa> there's 5.19 armbian, Jammy XFCE desktop stable 5.19.15 SHA ASC 1528M Oct 16, 2022
<Armbian-Discord> <d​3ck3rt> I was looking into armbian for OTHER arm64 SOCs than RPi
<riotz> yeah but the raspios has better support for most things
<Armbian-Discord> <d​3ck3rt> I could update my raspis runnin debian. I guess I'd get a newer kernel with bullseye.
<riotz> like hw accerlation and things like that
<riotz> the debian youre going to run isnt going to support everything
<riotz> and not going to be as performant
<riotz> raspios has a crazy userbase
<Armbian-Discord> <d​3ck3rt> OK, not really an issue for the services I am running redundantly. These are only fallback solutions and small things like bind9, xrdp, sshd
<Armbian-Discord> <d​3ck3rt> crazy what? crazy big?
<riotz> yeah crazy big
<stipa> like arduino
<Armbian-Discord> <d​3ck3rt> I see, still, I'd go for native debian on RPi.
<riotz> and the company is behind that stuff
<riotz> not like in a lot other companies where they release a board, a os for it and that was it
<Armbian-Discord> <d​3ck3rt> my invetigation is to find alternative SBCs that are available for better price and where I can get stable debian derivatives
<riotz> no more support for the os the next 15 years
<Armbian-Discord> <d​3ck3rt> yeah, I'd avoid vendor ports of debian due to that reason
<stipa> i honestly don't know which boards are stable with armbian on them
<stipa> there's no such info
<stipa> rk3399 is the only thing i hear
<Armbian-Discord> <d​3ck3rt> It was more of a hunch that this is what's going on with the vendor OS ports, so thanks for the confirmation
<riotz> i think the debian builds are pretty stable.. at least they used to be
<riotz> i was running armbian on this tinkerboard with rk chip for at least 4 years or what
<Armbian-Discord> <d​3ck3rt> from what I am hearing I am still best of wit RPi if I am looking for a stable build?
<riotz> ive got a orange pi zero running hot the whole by generating animations for some pixel panels i have
<riotz> for like 3 years or what
<riotz> the plastic arround the board did melt
<stipa> d​3ck3rt yes
<riotz> the board is running without a quirk
<Armbian-Discord> <d​3ck3rt> sound like power waste
<Armbian-Discord> <d​3ck3rt> what about the RPi CM4? 100% compatible with Rpi4b? or are there differences with base boards that make it unstable?
<stipa> i'm sorry, you're on your own
<stipa> you can only test really
<stipa> and hope for the best if you're not a dev
<Armbian-Discord> <d​3ck3rt> Does armbian for amd64 run stable as a VM? (which would be what I would run as the main service, for which an ARM64 SBC would be the fallback)
<Armbian-Discord> <d​3ck3rt> hmmm OK, not what I was hoping for, but thanks for the honest answer
<stipa> yw
<stipa> it's like with everything in life
<stipa> you newer know when the trouble could hit
<Armbian-Discord> <d​3ck3rt> more or less true depending on what you choose to do. seems to be more true if I choose to go for armbian.
<Armbian-Discord> <d​3ck3rt> anyone here also tried DietPi or Freedombox?
lyri has quit [Read error: Connection reset by peer]
lyri has joined #armbian
lyri has quit [Ping timeout: 272 seconds]
<Armbian-Discord> <N​_uraad> @riotz my logs aren’t saving
<Armbian-Discord> <N​_uraad> I changed the thing
<Armbian-Discord> <N​_uraad> and i cant ssh still
<riotz> if you You can disable logging to ram by setting `ENABLED=false´ in `/etc/default/armbian-ramlog´.
<Armbian-Discord> <N​_uraad> I wanna enable logging
<riotz> dude are you a troll or what
<Armbian-Discord> <N​_uraad> No
<Armbian-Discord> <N​_uraad> I legit set it to false
lyri has joined #armbian
<riotz> i realy have other things to do
<Armbian-Discord> <N​_uraad> Is it supposed to be on true
<riotz> leave the computer alone
<riotz> its not your business
<Armbian-Discord> <N​_uraad> i bought it
<riotz> go watch tv
<Armbian-Discord> <N​_uraad> it’s mine
<Armbian-Discord> <N​_uraad> it’s literally mine
<Armbian-Discord> <I​gorPec> we are running armbian on many x86 servers and laptops. ofc its stable
<Armbian-Discord> <d​3ck3rt> thx
<Armbian-Discord> <I​gorPec> i recently installed it on my laptop https://forum.armbian.com/topic/23643-armbian-uefi-arm64-and-x86
<ArmbianHelper> ^ Armbian UEFI (arm64 and x86) - Advanced users - Development - Armbian Community Forums
<stipa> N​_uraad try false
<stipa> IgorPec: what about RPI ?
<IgorPec> what's about? we are providing images with stock kernel, so support level should be on pair with official
<IgorPec> stable (current) and development (edge)
<stipa> ^^ 3ck3rt
<IgorPec> debian variant we don't have
<IgorPec> as its packages for managing are too old
<Armbian-Discord> <N​_uraad> @stipa both aren’t logging anymore
<Armbian-Discord> <N​_uraad> I’m gonna try going to an older version
<stipa> N​_uraad dunno, if you did everything like above i don't see why it shouldn't work
<stipa> because it worked before
<Armbian-Discord> <N​_uraad> Should I try a different computer
<stipa> all you need is to mount it and edit successfully
<stipa> like the first time you got logs
<Armbian-Discord> <N​_uraad> Ok I’ll try again
<stipa> IgorPec: seems like everything should work as in the raspbian
<Armbian-Discord> <I​gorPec> we provide additional drivers by default and latest kernel. don't know how is this with raspbian
<Armbian-Discord> <I​gorPec> we have 5.15.y & 5.19.y
<stipa> cool that drivers survive new kernel
<Armbian-Discord> <I​gorPec> all overlays and everything that comes with raspbian is here too
<stipa> i thought raspbian is just hacked thing that stays at same kernel version forever
<Armbian-Discord> <I​gorPec> don't know as i tried it last time several years ago
<Armbian-Discord> <N​_uraad> @stipa I’m still not getting logs
<Armbian-Discord> <N​_uraad> i set them to true and false
<Armbian-Discord> <N​_uraad> and no logs
<stipa> dunno really, it would be easier with converter
<stipa> at least you would know where to poke around
<stipa> it's like a monitor really
<Armbian-Discord> <N​_uraad> i don’t have a converter which it the problem
<Armbian-Discord> <N​_uraad> I’m gonna get the micro hdmi cable
<Armbian-Discord> <N​_uraad> to attach
<stipa> you also need at least usb keyboard
<Armbian-Discord> <N​_uraad> I have a keyboard
<Armbian-Discord> <N​_uraad> And mouse
<stipa> those wireless ones also work
<stipa> good
<Armbian-Discord> <N​_uraad> I have spare wired ones
<stipa> you can log in then and mess with the ssh service until it you fix it
<Armbian-Discord> <N​_uraad> wait
<Armbian-Discord> <N​_uraad> Cant I just look at the docs and create a new user
<Armbian-Discord> <N​_uraad> Without seeing
<Armbian-Discord> <N​_uraad> And then I can type in commands blind
<stipa> i doubt
<stipa> everything is possible but this is just too much
<Armbian-Discord> <N​_uraad> it is
<Armbian-Discord> <N​_uraad> It’s worth a shot
<stipa> it sure is, shot it
maknho has quit [Quit: WeeChat 3.0]
lyri has quit [Read error: Connection reset by peer]
lyri has joined #armbian
<riotz> hmm, my dmesg is riddled with ff290000.ethernet eth0: Link is Down, ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
<riotz> is there a fix for this?
alekksander has quit [Quit: Konversation terminated!]
<Armbian-Discord> <I​gorPec> which hw?
<riotz> tinkerboard
<riotz> whats strange is that it stopped in the end after negotiating a 100mpbs speed
<riotz> ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx, ff290000.ethernet eth0: Link is Down, ff290000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
<riotz> it tried to connect with 1gbps about 30 times.. somehow decided it wants to negotiate to 100mbps and shut off
<Armbian-Discord> <I​gorPec> so far we didn't notice anything like that
<riotz> or well didnt shut off.. its happyly running now
<riotz> gonna try to force a 100mbps speed at bootup now
<Armbian-Discord> <I​gorPec> inux tinkerboard 5.19.16-rockchip #trunk.0070 -> 945 Mbits/sec
<Armbian-Discord> <I​gorPec> mine works. are you sure its not your network gear?
<Armbian-Discord> <I​gorPec> bad cable could cause this
<riotz> yeah i bet its my cable
<riotz> its always my damn cables
<riotz> or the power.. i think that the power in this house here isnt verry stable
<stipa> i should re crimp mine, they're falling out of the holes
<Armbian-Discord> <I​gorPec> power is problem no.1
<Armbian-Discord> <I​gorPec> since its microUSB and this board is power hungry
lyri has quit [Remote host closed the connection]
lyri has joined #armbian
<riotz> i didnt even dare to power it up like suggested in the notes by the gpio pins.. just using a microusb cable right now
<riotz> wtf.. i run systemctrl disable wpa_supplicant.service reboot and the service is enabled again
<riotz> are those new wifi bugs patched on the buster images already?
<stipa> i usually disable networkmanager
<riotz> yeah this hellbend thing.. let me get rid of that aswell
<stipa> systemctl disable NetworkManager
<riotz> yeah that killed the eth0 connection
<riotz> needs a proper interfaces.config first
<riotz> yeah wifi stays off now great
<riotz> df -h
<riotz> ops
<Armbian-Discord> <T​onymac32> There is a Tinkerboard R2 now, with slightly different parts (it's as if there is a global situation with semiconductors). That one might not like our images
<Armbian-Discord> <T​onymac32> Just in case, thought I'd mention it
<yang2> stipa: which boards do you have?
<yang2> riotz: there is a program "ethtool" to help you analyse connection
<riotz> yang2, i know.. i think my problem is fixed now
<riotz> somehow the message did disapear by magic
<riotz> my plan was to initialy force the 100mbps parameters through ethtool but found out that there are better ways to config it after too
<ArmbianHelper> ^ Orange Pi Lite 2 – Armbian
archetech has quit [Quit: Konversation terminated!]
The_Loko has quit [Quit: Leaving]
archetech has joined #armbian