All Activity
- Today
-
Ethernet stop working after delay on Orange Pi PC+ with SSD
lamenace replied to lamenace's topic in Allwinner sunxi
It's the link up/down problem. Never seen this under bullseye but it happens on bookworm -
after some research i have (finally) found the original archives form balbes. they can also been burn to the internal eemc. with some work you can run bookworm with kernel 3.10.99 (dont ask why) from the internal storage... https://archive.org/details/amlogic-s805-linux tks for 0jw4tts witch uploaded those files to archive.og !!!
-
Guys, does anyone know how to enable the TV Box's wifi with the ik316 process? I downloaded armbian, the only thing missing is wifi. Data transmission works with a network cable, only the wifi is having problems. The iso I downloaded was Armbian-unofficial_25.05.0-trunk_X96q-lpddr3_bookworm_edge_6.12.11_xfce_desktop.img.xz
-
Be aware that the answer might depend on the filesystem you are using on your board Be aware that a resize operation can easily destroy your data or at least make it inaccessible have a look at shrink-backup for "reverse"
-
On the ROCK 5B+, I am getting the following error at boot [ 12.361648] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 12.389297] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 12.390688] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 12.392699] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid I believe this is the cause of being unable to set the regulatory region for WiFi. Running sudo iw reg get returns global country 00: DFS-UNSET even after running sudo iw reg set GB
-
I think it is this script: https://github.com/armbian/build/blob/main/packages/bsp/common/usr/lib/armbian/armbian-resize-filesystem There might be a switch or option to prevent resize, need to check documentation. Or do manually after expansion: https://unix.stackexchange.com/questions/656836/how-do-i-shrink-a-partition-right-after-shrinking-its-filesystem-with-resize2fs
-
Armbian is written to a µSD card as a small file (a gig or two if I recall). If the card is 64gigs, the image is still just a few gigs written to that card. When booted on the device, though, it automatically expands the file system to the full size of the card. How exactly does it do that? And... How do I do the reverse? Take the file system from a working armbian install and create a small image that when written to a µSD card, will stay small, but then auto-expand when booted on a device?
-
Armbian doesnt seem to see sata harddrives.
prahal replied to DontMindMe's topic in Radxa Rock 5 ITX
@Popolon indeed this issue rot for a long time. I cleaned up my backlog to have more time for armbian. Also I still have quite a few processes to learn about armbian board maintenance still to this day. But you confirm that with mainline 6.12 all is fine ? But, indeed no HDMI out and no audio. I still have a patch for mainline 6.12 in the pipe about a race condition between SATA chip and nvme as far as I remind. I will prioritize data vendor kernel debugging if this mainline patch is not required (and indeed mainline still lacks any multimedia capability, this might be a showstopper for most users) even though I am close to complete testing and send PR for this one. As of now I have confirmed that this mainline patch set does not help vendor as the vendor branch has a hack that workaround the issue that mainline faces about this SATA/nvme race. -
I haven't checked yet, first of all I was interested in the main core of 6.15
-
Armbian doesnt seem to see sata harddrives.
Popolon replied to DontMindMe's topic in Radxa Rock 5 ITX
Tried again kernel 6.12, still no display, and it looks, like SATA instability depend on kernel version for 6.1 and have to stop/start several time the power to have it work on recent one. A bit tired of this too. It will probably not be good for the hardware to start/shutdown several time the power. After SATA disks are up they work parfectly. Looks like a power management bug, but not sure? -
Did you give BSP kernel source 6.6 a try?
-
100mbps is enough for all my projects. if not, there are some usb3 gigabit adapters
-
20USD 4GRAM RK3528 host (cheap dq08 tvbox)
Hqnicolas replied to fensoft's topic in Rockchip CPU Boxes
did the 100mbps LAN make you work worse? -
Rock 5C server vs gnome
sakittelsen replied to sakittelsen's topic in Software, Applications, Userspace
Looks like the server images uses systemd for network control, but desktop images use network manager. I believe this should build the server images with network manager: ./compile.sh NETWORKING_STACK="network-manager" -
armbian-config unable to install anything
Igor replied to akaix's topic in Software, Applications, Userspace
Network bridge is added within armbian-config Docker install ... Perhaps open a ticket https://github.com/armbian/configng so this is eventually done properly. -
armbian-config unable to install anything
akaix replied to akaix's topic in Software, Applications, Userspace
Reinstall docker from armbian-config solved problem, with manual installed docker it won't work. -
@ZjemCiKolege than you! Now wireless is activated by the overlay. @c0rnelius wifi ok but I'm still missing bluetooth (pb with the controller). See dmseg attached. dmseg-H-wifi-bt.txt
-
@c0rnelius here you are. Denis dmseg-H.txt
-
Banana Pi BPI-M4 ZERO standard support
ZjemCiKolege replied to ScoreABSM's topic in Banana Pi M4 Zero
@ScoreABSM If you enable overlay via armbian-config remove "sun50i-h616" in boot enviroment(armbianEnv.txt) should be look like this overlays=bananapi-m4-sdio-wifi-bt https://github.com/armbian/configng/issues/542 -
Ubuntu 22 gnome desktop compilation encounters' Configuring Locales' exception
Werner replied to lay's topic in Khadas EDGE2
Issues with the build framework, building Armbian to say, should be reported in the framework repository. https://github.com/armbian/build/ Make sure you include full logs. Use the curl command at the very and of the process or use SHARE_LOG=yes as build switch. Otherwise report might be rejected. -
I guess the image with Gnome already built-in ships some extra package that makes this work or has some tweaks. Latter are obviously missing when installing from standard packages. You have to dive into the code where tweaks are applied and/or into package lists. https://github.com/armbian/build