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
zeemate has quit [Ping timeout: 256 seconds]
archetech has quit [Quit: Konversation terminated!]
archetech has joined #armbian
archetech_ has joined #armbian
archetech has quit [Ping timeout: 276 seconds]
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian
archetech_ has quit [Quit: Konversation terminated!]
archetech has joined #armbian
Suspect has quit [Quit: Leaving]
lemonzest has quit [Quit: WeeChat 4.1.1]
lemonzest has joined #armbian
jclsn has quit [Ping timeout: 245 seconds]
jclsn has joined #armbian
lyri has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
Suspect has joined #armbian
buzzmarshall has quit [Quit: Konversation terminated!]
Suspect has quit [Read error: Connection reset by peer]
Suspect has joined #armbian
archetech has quit [Quit: Konversation terminated!]
Findus has quit [Quit: meem]
archetech has joined #armbian
jantones has quit [Quit: Leaving]
Lucanis has quit [Ping timeout: 256 seconds]
zeemate has joined #armbian
danilogondolfo has joined #armbian
Suspect has quit [Quit: Leaving]
Findus has joined #armbian
Suspect has joined #armbian
Suspect has quit [Quit: Leaving]
_whitelogger has joined #armbian
popolon has joined #armbian
archetech has quit [Quit: Leaving]
willmore_ has joined #armbian
willmore has quit [Ping timeout: 256 seconds]
alekksander has joined #armbian
lyri has joined #armbian
ced117 has quit [Ping timeout: 260 seconds]
lyri has quit [Ping timeout: 245 seconds]
lyri has joined #armbian
<DC-IRC> <ujur00700> Hi all, I am using Armbian on Raspberry Pi and wanted to connect via ethernet and set WiFi-AP. The Ethernet network gets connected and WiFi-AP also works..
<DC-IRC> <ujur00700> But on reboot the AP do not start automaticall, how can I do that?
alekksander has quit [Ping timeout: 252 seconds]
vpeter has quit [Remote host closed the connection]
vpeter_ has joined #armbian
vpeter has joined #armbian
vpeter has quit [Read error: Connection reset by peer]
vpeter_ has quit [Read error: Connection reset by peer]
vpeter has joined #armbian
alekksander has joined #armbian
jantones has joined #armbian
alekksander has quit [Quit: Konversation terminated!]
lyri has quit [Ping timeout: 255 seconds]
lyri has joined #armbian
<DC-IRC> <ujur00700> Ok, I found the solution on internet..
darkgeekyang has quit [Ping timeout: 260 seconds]
darkgeekyang has joined #armbian
<DC-IRC> <nottoosmart> anyone know if its possible to get a working desktop installed when you install the server version first?
<DC-IRC> <nottoosmart> I tried to install KDE but it didnt go so well. It didnt give me any close buttons for windows. it was kinda strange.
<DC-IRC> <viraniac> sudo armbian-config > system > Default
<DC-IRC> <viraniac> That will install desktop on cli image
<DC-IRC> <viraniac> I have only used it to install xfce though, so can't tell how KDE will behave
<Herc> I installed the "Mate" DeskTop onto armbian-odroidc2-server using tasksel - very easy
<Herc> the armbian-config method didnt work for me
<DC-IRC> <viraniac> yeah, I have seen it fails on sid. But worked for me on bookworm.
<DC-IRC> <viraniac> Sid didn't had the armbian-bsp-desktop packages in the name it expected
<Herc> it was some year(s) ago, "Bullseye" IIRC
<DC-IRC> <viraniac> Yeah, probably you can give it a try again. it should work on bullseye now.
archetech has joined #armbian
norton has joined #armbian
<Herc> meanwhile I'm using Armbian_23.8.1_Odroidc2_bookworm_current_6.1.50_xfce_desktop.img.xz successfully :)
Suspect has joined #armbian
<norton> Is it possible to achieve my goal on Armbian? I have an Olinuxino A20 MICRO from Olimex. I want to install OS to the SATA SSD, and have working GPIO and sound. I'm tinkering with this board for like 3-4 days, tried a lot but it's always not exactly what I want... I had luck with Debian 12 but it's just too heavy for me, it eventually kernel panics..
<norton> Currently downloading CD image from here: https://www.armbian.com/olimex-micro/
<norton> Does it have U-Boot?
<DC-IRC> <viraniac> We don't support this board currently. But you should be able to port armbian to it. It can be as simple as creating a board config file similar to https://github.com/armbian/build/blob/main/config/boards/bananapim1plus.csc. I see this board is supported in upstream u-boot. So you should be able to use the upstream defconfig
<DC-IRC> <igorpec> in fact we have a build config, but status is unknown as we have no dedicated maintainer. https://github.com/armbian/build/blob/main/config/boards/micro.csc
<DC-IRC> <viraniac> oh, we do. I was looking with configs starting with olimex
<DC-IRC> <igorpec> this very old board, probably support is mainlined well, but can't be sure ...
<DC-IRC> <viraniac> Yes, only people who have the board can tell
<DC-IRC> <igorpec> btw, did you finish compilation tests?
<DC-IRC> <viraniac> 32-bit current and legacy compiled fine, currently edge is getting compiled. Then 64-bit compilation will start
<DC-IRC> <viraniac> but as I said, I don't expect any issues now. So if someone approves the PR we can merge it
<DC-IRC> <igorpec> let me go from the back ...
chewitt has quit [Quit: Zzz..]
buzzmarshall has joined #armbian
<norton> i have arch
<norton> already tried build scripts..
<norton> says 'docker installed but not usable'
<norton> I have Arch Linux on my main PC
<DC-IRC> <igorpec> yeah, arch will not work directly
<DC-IRC> <viraniac> is your docker service running? or are you part of docker group
<norton> i'm a part of docker group, yeah
<norton> docker service is `systemctl status docker`?
<DC-IRC> <viraniac> I think so
<norton> it's disabled and stopped
<norton> never used docker tbh
<norton> never _really_ used it. there's a reason that it's installed for my pc but I didn't really dive into it
<norton> okay wait i'll try now...
<norton> viraniac what do you mean by > 32 bit current and legacy compiled....
<norton> are you running build scripts for a20 micro right now or what?
<DC-IRC> <igorpec> norton: that was for me. we are doing tests
<norton> maybe you can upload a20 micro image for me
<norton> i could test it
<DC-IRC> <igorpec> legacy, current, tested, edge compiling on my desktop which is slow
<norton> viraniac you say "only people who have the board can tel"
<norton> i have the board so maybe i can be a tester for a moment
<DC-IRC> <igorpec> norton: we don't have time to deal with all boards
<norton> why do you say that it's not supported though?
<DC-IRC> <viraniac> There are some images on https://www.armbian.com/olimex-micro/ you can give them a try
<norton> well as i said, deb12 is too heavy
<DC-IRC> <igorpec> norton: there are two red buttons and description
<norton> oh
<norton> yeah
<norton> so i can't get help for them on irc?
<DC-IRC> <igorpec> you are getting help right now
<DC-IRC> <igorpec> there is a button which answers your question
<DC-IRC> <igorpec> "different image"
<norton> i don't get it. you said that you're building a20 micro images right now or something. can you elaborate on that?
<DC-IRC> <viraniac> we are not building a20 images
<DC-IRC> <viraniac> we are testing allwinner kernels in general. we were bumping the kernel and build was having issues that we are trying to solve
<norton> what you were talking about then
<norton> so what does that mean for me? it wouldn't work if I build right now?
<norton> because of the bumped kernel
<DC-IRC> <viraniac> it will build for you
<DC-IRC> <viraniac> the bumped kernel is not committed to the build framework yet
<DC-IRC> <viraniac> basically we were discussing about this PR - https://github.com/armbian/build/pull/5986
<norton> > But you should be able to port armbian to it. It can be as simple as creating a board config file similar to ...
<DC-IRC> <igorpec> norton: armbian exists for this board.
<DC-IRC> <igorpec> just build it.
<norton> x_x
<norton> okay
<norton> i'll do what you say
<DC-IRC> <viraniac> norton: Ignore what I said about board not being supported or porting to it. I was mistaken. There are some images available on the download page. Install them and you should be good to go. If you face issues, you can try building latest images following the documentation
<norton> okay
<norton> well it shows a menu
<norton> and there's no my board
<norton> i'm talking about build script
<DC-IRC> <viraniac> try choosing expert mode
<norton> "Show a kernel configuration menu" and there's no my board
<norton> should I pick "don't change kernel confugration"?
<IgorPec> ./compile.sh EXPERT=yes
<norton> okay
<IgorPec> and spent some time playing with it
<norton> i'm not a expert by any means though
<norton> there's more boards. still can't find mine.
<DC-IRC> <viraniac> Expert mode just allows you to select more boards that were supported in the past
<DC-IRC> <viraniac> it should be named micro or something
<norton> there's only three olimex-* images
<norton> boards*
<DC-IRC> <viraniac> same reason why I got confused. it doesn't start with ollimex, just look for micro
<norton> oh
<norton> i see it.
<norton> what's the difference between `csc` and `supported`?
<norton> i'm on choosing DE step
<DC-IRC> <viraniac> csc means community supported configuration i.e. board doesn't have a dedicated maintainer. status might be unknown. Supported has a dedicated maintainer
<norton> and eos?
<DC-IRC> <viraniac> End of support - no one is maintaining it, we are not building images for it. And if someone has issues for it, we can't help them as we are not supporting it
<norton> not even on irc?
<norton> or what
<DC-IRC> <viraniac> not in irc, forum. Baically we have declared it end of life from our side. Unless someone comes and says I will be maintainer for it and will provide support for the same, their will not be any support
<norton> got it
<DC-IRC> <viraniac> some people might answer some generic questions, but board specific things will not get any answers
ced117 has joined #armbian
<norton> What is 3dsupport software package? And overall where can I find some kind of docs for this script?
<norton> like what's the difference between `internet` and `browsers`
<DC-IRC> <viraniac> mesa drivers.
<norton> damn
<norton> where can i read more about software packages
<norton> and what they contain
<DC-IRC> <viraniac> look into config/desktop/bullseye/appgroups/*/packages
<DC-IRC> <viraniac> replace bullseye with distribution of your choice
<norton> yep that's it
<norton> thanks
<norton> can i somehow add custom packages?
<DC-IRC> <viraniac> userpatches/customize.sh.
<DC-IRC> <viraniac> You can read the documentation here - https://docs.armbian.com/Development-Code_Review_Procedures_and_Guidelines/
<DC-IRC> <viraniac> some parts are outdated and we are working on it
crabbedhaloablut has quit []
<norton> How to go back? Leave this section
<DC-IRC> <viraniac> Tab to choose cancel at the bottom
<norton> okay it's exit. was very afraid to press it because it could exit from whole build script
<DC-IRC> <viraniac> I believe you can also press esc
<norton> apparently EscEsc is complete exit.
<DC-IRC> <viraniac> yes
<norton> so yeah do you think I should change something there?
<norton> or just leave it as is
<norton> I want sound support
<norton> and gpio
<norton> and video of course
<DC-IRC> <viraniac> those should be enabled by default, its our generic 32-bit allwinner kernel. So it does support a lot of things
<norton> how do i continue?
<norton> exit?
<DC-IRC> <viraniac> I am not even aware where you are.
<DC-IRC> <viraniac> Last screenshot you shared was for kernel configuration. And you said that you exited the same
<DC-IRC> <viraniac> Just play around. don't be afraid. Nothing bad is going to happen.
<norton> okay.
popolon has quit [Quit: Leaving]
<DC-IRC> <someronindev> Is armbian ever going to be stable again on the rockpro64?
lyri has quit [Remote host closed the connection]
<DC-IRC> <igorpec> use older images. that's why we keep archive. remember that you don't have rights to ask such questions in first place.
<DC-IRC> <someronindev> I'm on current, i don't understand about the rights.
<DC-IRC> <igorpec> hint: open source, your contract
<DC-IRC> <igorpec> "The worst-case scenario is that you give the maintainers an opportunity to reconsider if continuing to work on the open source project is worth it."
<DC-IRC> <igorpec> so that its not always my rant, read that article
<DC-IRC> <someronindev> I was just wondering if it was being worked on because i asked question on 3 separate issues in the rockchip chat already and got ignored.
<DC-IRC> <someronindev> At least here i get some answer.
<DC-IRC> <igorpec> you are ignoring me
<DC-IRC> <igorpec> read that article
<DC-IRC> <someronindev> Yeah no i got the message already, but if that's the state of things that'll have me reconsider what we were thinking about in terms of picking up gold support for the rock5b
lord_daemon has quit [Ping timeout: 252 seconds]
<DC-IRC> <timosh> Hello, how to check on kernel side who interact with gpio?
<norton> hilarious things to be honest
<DC-IRC> <someronindev> As for using older images: we're not using images, we're using armbian/build. And there is no legacy kernel branch for the rockpro64, and stable and edge are both affected.
<DC-IRC> <igorpec> i really don't understand why do you apply any pressure. Fix problems.
<norton> tail -n 30: https://0x0.st/Hxit.txt
<norton> debsums failed
<norton> would it resume from where it faled, if it run compile.sh again?
<norton> it took so long, I don't want to lose progress :-(
archetech has quit [Remote host closed the connection]
archetech has joined #armbian
Werner has quit [Quit: ZNC - https://znc.in]
Werner has joined #armbian