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
TRS-80 has quit [Quit: bye]
LanDi has quit [Quit: LanDi]
<DC-IRC> [Discord] <c0rnelius77> @epokhe It means there is a driver enabled in the kernel but the firmware isn't installed. As for wifi you probs don't have network-manager installed. If it is installed run; `sudo nmtui`
lemonzest has quit [Quit: WeeChat 4.3.5]
lemonzest has joined #armbian
califax has quit [Remote host closed the connection]
califax has joined #armbian
coldfeet has joined #armbian
<DC-IRC> [Discord] <Werner> And if you for some reason need this firmware blob, it might be included in the `armbian-firmware-full` package which isn't installed by default.
indy_ has quit [Ping timeout: 276 seconds]
archetech has quit [Quit: Leaving]
califax has quit [Remote host closed the connection]
califax has joined #armbian
<DC-IRC> [Discord] <epokhe> is this wifi/i2c setup documented somewhere? I followed https://docs.armbian.com/User-Guide_Getting-Started but it just points me to `armbian-config`.
<DC-IRC> [Discord] <epokhe> I installed network manager from apt, did nmtui and looks like somehow wifi hardware is not recognized.
<DC-IRC> [Discord] <igorpec> yes, and https://docs.armbian.com/User-Guide_Armbian-Config/ tells you where in the menu you find this. If you are using not supported devices, you are on your own. There is no support and there is certainly not Orangepi tailored documentations. They should provide that for you.
<DC-IRC> [Discord] <igorpec> we don't know if this works, as HW is not supported, which means nobody tried this.
<DC-IRC> [Discord] <igorpec> wait, this is Rpi3? Then enabling i2c and stuff goes the same way as on RPi OS afaik. enabling this in config.txt
<DC-IRC> [Discord] <epokhe> rpi3 is supported right? I checked that it has "standard support" before trying https://www.armbian.com/rpi4b/
<DC-IRC> [Discord] <igorpec> yes, i mixed this for Orange 3b
<DC-IRC> [Discord] <igorpec> so much different devices carries same name
<DC-IRC> [Discord] <Werner> use /boot/firmware/config.txt for such settings. armbian-config AFAIK isn't designed to handle rpi devices since they use some special weirdness in terms of booting
<DC-IRC> [Discord] <epokhe> thanks. and for wifi, do you have any suggestions?
<DC-IRC> [Discord] <igorpec> armbian-firmware-full package is installed?
<DC-IRC> [Discord] <epokhe> no, let me do that.
<DC-IRC> [Discord] <epokhe> I got the "hardware enabled" from nmtui after installing the firmware package. It's my first time using this tool. I don't see any way to choose from available wifi networks.
<DC-IRC> [Discord] <epokhe> Do I have to edit a connection and add all wifi network details manually?
<DC-IRC> [Discord] <epokhe> this is what "activate a connection" shows
zeemate has joined #armbian
alekksander has joined #armbian
wd has quit [Read error: Connection reset by peer]
wd has joined #armbian
coldfeet has quit [Remote host closed the connection]
<DC-IRC> [Discord] <Werner> Never used it either. Does wifi show up in `ip a`?
<mort> I'm trying to build an Armbian image for the nanopi r6c, but graphics aren't working. I'm essentially trying to recreate the Ubuntu 24.04 desktop image listed on https://www.armbian.com/nanopi-r6s/.
<mort> It lists "MESA / VPU" under "Extensions", which feels very related. Is this something I can add too, in order to reproduce the image?
alekksander has quit [Quit: Konversation terminated!]
alekksander has joined #armbian
<DC-IRC> [Matrix] <schwar3kat:tchncs.de> mort - are you building with BUILD_DESKTOP=yes?
<mort> yes
<mort> GNOME gets installed and everything, but with the vendor kernel the screen just turns black when GNOME tries to start, and with the "current" kernel graphics look completely messed up
<mort> everything looks perfect when using the Ubuntu 24.04 GNOME image from the link I sent
<mort> that's probably where the extensions are
<DC-IRC> [Discord] <efectn> Which image are you trying?
<DC-IRC> [Discord] <efectn> Which image are you trying? Can you send a link
<mort> efectn: I'm trying to build an Ubuntu 24.04 image with GNOME for nanopi r6c, essentially trying to recreate https://www.armbian.com/nanopi-r6s/
<mort> I found your repo and am trying to follow the steps in the github workflow now, with the extensions in that repo added to userpatches/extensions
<mort> efectn: should I run with ENABLE_EXTENSIONS=oibaf,amazingfated-rk3588? Or with ENABLE_EXTENSIONS=mesa-vpu?
lyri has quit [Remote host closed the connection]
<DC-IRC> [Discord] <efectn> This repo is for unoffical test builds which is built on github CI
<DC-IRC> [Discord] <efectn> You need to use mesa-vpu
<mort> I see! Thank you
Dagger has quit [Ping timeout: 272 seconds]
jantones has quit [Ping timeout: 260 seconds]
jantones has joined #armbian
coldfeet has joined #armbian
juri_ has joined #armbian
coldfeet has quit [Remote host closed the connection]
alekksander has quit [Remote host closed the connection]
alekksander has joined #armbian
juri_ has quit [Read error: Connection reset by peer]
juri_ has joined #armbian
archetech has joined #armbian
<mort> Does customize-image.sh changes to /home take effect? I create a user (using useradd with --home /home/<name> and --create-home), copy some stuff over from overlay into /home/<name>, etc. but in the final image, /home is empty
<DC-IRC> [Discord] <Werner> Can you share your customize-image.sh?
<mort> The user correctly has home dir /home/<name> (verified by 'echo ~' when running as that user), and customize-image.sh starts with 'set -ex' so I both see that the correct commands get executed and I know that they exit with code 0, so I'm 99% sure /home/<name> actually gets created and stuff succeeds
<mort> Here's the relevant log from the build: https://p.mort.coffee/ET9
<mort> (that password isn't final, so it doesn't hurt that I leaked it just now; but I should probably find a way to not have the password as part of the build log, heh)
<DC-IRC> [Discord] <Werner> Hm. Cannot tell.
<DC-IRC> [Discord] <Werner> Default file is a bit different since everything is packed into a single function `Main`. Yours is missing this entirely. However my bash foo isn't that great.
<DC-IRC> [Discord] <xmort> Hm apparently you need INCLUDE_HOME_DIR=yes in build options according to some random forum thread
<DC-IRC> [Discord] <xmort> Bash just executes commands in the file line by line, like python or JavaScript; the default file just creates a main function at the start and calls it at the end
<DC-IRC> [Discord] <Werner> Didn't know that this switch even existed. Not sure what it is good for since the customization script is executed just before image closing
<DC-IRC> [Discord] <xmort> probably for situations like mine where I create a home dir in customize-image.sh
<DC-IRC> [Discord] <Werner> Maybe the info is old?
<DC-IRC> [Discord] <Werner> Ah. It is actually a thing
<DC-IRC> [Discord] <Werner> Yeah you probably need this switch
jantones_ has joined #armbian
jantones has quit [Ping timeout: 260 seconds]
coldfeet has joined #armbian
kingdomofheaven has quit [Ping timeout: 260 seconds]
flyback has quit [Quit: Leaving]
flyback has joined #armbian
coldfeet has quit [Remote host closed the connection]
kingdomofheaven has joined #armbian
coldfeet has joined #armbian
kingdomofheaven has quit [Ping timeout: 265 seconds]
lyri has joined #armbian
kingdomofheaven has joined #armbian
TRS-80 has joined #armbian
lyri has quit [Remote host closed the connection]
PhotoJim has quit [Ping timeout: 272 seconds]
PhotoJim has joined #armbian
clever has quit [Ping timeout: 255 seconds]
coldfeet has quit [Quit: leaving]
Dagger has joined #armbian
c0rnelius has quit [Ping timeout: 265 seconds]
alekksander has quit [Remote host closed the connection]
archetech has quit [Quit: Konversation terminated!]