laibsch
Moderators-
Posts
328 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by laibsch
-
Personally, I would suggest to not even run a Desktop Environment, certainly not on a true IoT device. What GUI software do you plan to run? Are you aware that X can forward a GUI over ssh for you? Let's say you wanted to run blender and display the output at home or in your office on your shiny 27-inch, curved 4K display. OK. First, install the software on the IoT device "sudo apt install blender". Secondly, make sure X Forwarding is enabled on the IoT device "sudo grep X11Forwarding /etc/ssh/sshd_config" and make sure it is set to yes. Then, you should be having no problem to get blender to run on your IoT device but the GUI window will show on your large display with "ssh -X $IP-of-your-IoT-device", run this of course from your beefy machine. This works just the same for any other software you want to run remotely.
-
How to get the clock value of rk3288-cru?
laibsch replied to 李松錡's topic in Advanced users - Development
Have you tried to ask this in our discord server? -
I'm sorry, but I don't see where the problem is. Please be more specific.
-
Sound works but only with certain versions
laibsch replied to Reluctant Linux User's topic in Radxa Rock 5 ITX
it would be good to have those logs for a non-working setup. -
Hello @alg_42 You have only 1 GB of space in /tmp. This is tmpfs, so it uses your RAM. It is not enough to unpack your backup into. You can increase the size but the Pine64 either has only 512MB or 1GB of RAM, so that is not a good idea. I suggest you temporarily deactivate the /tmp mount instead, reboot, complete your backup and then reactivate the /tmp mount and reboot again. Armbian puts /tmp on tmpfs so that the frequent writes to it do not wear out your flash so it is important you reactivated it later on and don't leave it on your main partition indefinitely. Can you share the output of "grep tmp /etc/fstab" with us?
-
looks like a kernel oops does the unit run properly afterwards?
-
Sipeed LonganPi 3H - No boot due to thermal errors
laibsch replied to Mechano's topic in Allwinner sunxi
Thank you for that information. From a cursory look, it seems as if that is only binary images, no source (violating GPL). -
I will try to make that easier and more automatic with APA, eventually.
-
Cubieboard 1 - No display output when booting Debian 12 image
laibsch replied to Shakai2's topic in Allwinner sunxi
Thank you for letting us know as it allows an interested party to more easily bisect the regression. -
Kernel 6.12.20 Banana Pi M2 zero USB doesn't work
laibsch replied to Bernd's topic in Allwinner sunxi
Thank you for letting us know, much appreciated. Have you tried to reach out to Michael Hawkins, the maintainer? -
probably best to specify location for any sales offer
-
Banana Pi - Armbian Buildsystem | Development Team
laibsch replied to hexzhen3x7's topic in Advanced users - Development
What is the status here?- 6 replies
-
- Banana Pi M4 Zero
- Banana Pi M7
-
(and 18 more)
Tagged with:
- Banana Pi M4 Zero
- Banana Pi M7
- Banana Pi F3
- Banana Pi M5 Pro
- Banana Pi
- Banana Pi BPi-M2+
- Banana Pi BPI-M64
- Banana Pi BPI-M1+
- Banana Pi BPI-M2
- Banana Pi BPI-M2U
- Banana Pi BPI-M2 ZERO
- Banana Pi BPI-M3
- Banana Pi BPI-R2
- Banana Pi BPI-M1
- Banana Pi BPI-M2 Pro
- Banana Pi M5
- Banana Pi BPi-M2S
- Banana Pi BPI-R2 Pro
- Bananapi CM4 io
- Banana Pi Pro
-
Orange pi zero2W supports built in microphone input or not
laibsch replied to QwertyOrange's topic in Allwinner sunxi
The OrangePi Zero 2w is maintained by the community and chraac in particular. Maybe try to contact him by e-mail if you don't get a response here. Or talk to other owners of the device here in the forum to see if they can answer your question. -
Sipeed LonganPi 3H - No boot due to thermal errors
laibsch replied to Mechano's topic in Allwinner sunxi
Great news and thank you for reporting back. Do you have any idea what they changed or where they host their sources so we can have a look? There is for example this. There is another user who reported running into problems that sounded a lot like yours. -
Sipeed LonganPi 3H - No boot due to thermal errors
laibsch replied to Mechano's topic in Allwinner sunxi
Thank you for that information, @Mechano. Did you ever get this board to work, with armbian or another image? -
looks like a really cool machine. unfortunately, no maintainer in armbian and I am not aware if any of the regular developpers has that SBC. It seems to be based on the H618 which it shares with the Orange Pi Zero3 which is reported working with the latest Armbian release. Did this board ever work with an older release? Is this a regression? I see somebody else mentioning they have issues with the board booting, , apparently due to issues with thermal management. And your crash apparently started in pstate.
-
The network card cannot be recognized on armsom
laibsch replied to chauncy's topic in Software, Applications, Userspace
Nice. To help other users of the forum, it would be good if you shared what fixed the issue. -
To be honest, I'm confused. You reference three different systems and it is unclear to me which one it is that FTBFS for you. Let's take a step back. Do you have the latest git tree of armbian/build? Do you have any local changes? What is the exact command you for compile.sh? I will try to reproduce the problem here.
-
The network card cannot be recognized on armsom
laibsch replied to chauncy's topic in Software, Applications, Userspace
are you sure all storage devices are working without issues? -
I am not very familiar with Radxa and Rock. But I cannot find the board among those supported by armbian. Let me ask you where you got your image and kernel?
-
thunderbird package apt error
laibsch replied to Diego Dagum's topic in Advanced users - Development
@Diego Dagum are you using an apt caching mirror like apt-cacher-ng?
