Jump to content

technik007_cz

Members
  • Posts

    189
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

3394 profile views
  1. I had same problem with RTL9210 based NVME enclosure. But I could not find one of them boot.cmd or boot.scr. So I did it old fashion way like on Raspbian OS and added usb-storage.quirks parameter into /boot/firmware/cmdline.txt and after reboot UAS driver was replaced with basic usb one. Note: I tried to edit /boot/armbianEnv.txt but it did not work.
  2. I bought few Geobooks 1E and all had regardless distro same issue. Random hangups immediately or few minutes after boot finished or after few days of run or hours. On Armbian distro after trying some other things I enabled kernel messages in sysctl.conf. And then I got something like, luckily immediately when login prompt appeared, : rtw_8821ce 0000:01:00.0: failed to dequeue 4088 skb Tx queue 5, .... when laptop stopped responding to keyboard immediately afterwards. After some research I found solution, plugged USB lan adapter, disabled wifi otherwise it would knocked system down a did these next steps to replace wifi driver and hopefully after reboot 4 of these laptops this driver seems to work better without hangups. nano /etc/modprobe.d/rtw88_8821ce.conf && update-initramfs -k all -u ADD NEXT LINES INTO OPENED FILE => blacklist rtw88_8821ce options rtw88_core disable_lps_deep=y options rtw88_pci disable_msi=y disable_aspm=y NEXT COMMANDS: sudo apt update && sudo apt install bc module-assistant build-essential dkms git -y cd /usr/src && git clone https://github.com/tomaspinho/rtl8821ce.git cd rtl8821ce sudo m-a prepare sudo ./dkms-install.sh sudo nano /etc/modprobe.d/rtw88_8821ce.conf blacklist rtw88_8821ce note: it should work without "options" lines which I found elsewhere as solution to resolve this problem without driver update
  3. Real cpu speeds are for dualcore up to 2.7Ghz and for quadcore about 2086Mhz.
  4. I just found they are selling dual core version as-well: https://www.ebay.co.uk/itm/166222468091?hash=item26b3a193fb:g:wf4AAOSwocdkrWqD
  5. One more it consume about 0.8A during load so in theory it could work with different power adapter like 1A. And it is able to handle USB spindle hard drives or USB-C NVME SSD compare to some similar laptops but powered over 5V adapters with obviously have to fail due to high amps demand and long power cable resistance.
  6. Hi, I just got 2 of these. Everything is fine but you need to order power adapter 12V 2A with 3.5mm x 1.35mm connector. Unfortunately due to earlier version of BIOS compare to same looking GeoBook 1E but with dualcore Celeron N4020 it cannot boot from microSD card. Speakers are rubbish but it could be good for some low powered machine projects. And one advice. Do not change "Quick boot" option in BIOS setting or it will not boot and you will need to unplug battery to reset BIOS. It work with both Windows 11 or Linux with no extra drivers mods needed. 5Ghz wifi and bluetooth also included. https://www.ebay.co.uk/itm/166222480445
  7. Just tried latest Armbian 23.5 Jammy on 512MB version of Radxa Zero what about if it will start working (it has not worked on 512MB board yet) and unfortunately results are still same it will never pass u-boot booting process ending up restarting. Other system images produced by Radxa work fine, both debian or ubuntu versions, even they are using older systems. Boards with 1GB and 2GB RAM which I have run fine with Armbian.
  8. It should be followed with fsck.repair=yes BTW it causes lot of problems when you have lots of boars suddenly powered off.
  9. If you mean Armbian Rock-3A images unfortunately these does not boot up. I tried few, downloaded from this site or compiled ones. Only green led was on and nothing on hdmi or serial terminal (except few broken letters). Hopefully Radxa latest images are working fine but you must avoid upgrading kernel and firmware. I tested these 2: rock-3c_debian_bullseye_cli.img.xz and rock-3c_debian_bullseye_kde.img.xz I got email explaining why firmware breaks, etc...
  10. I messaged radxa developer yesterday and I got link to system images. https://github.com/radxa-build/rock-3c/releases
  11. Hi, I have got Rock-3C board recently. It is not Rockpi4 C. Main difference compared to Rock-3A is missing pci-e connector form back of the board, soldered wifi module and only 5V input power. There is no system available for this board. Any ideas how to get this board working?
  12. Banana Pi BPI-M1 budle Banana Pi BPI-M1 black ABS case white ABS case 8gb sdcard with Armbian OS sata cable 2.5" 320gb hard drive wifi usb dongle power adapter 5V 2A with microUSB cable and UK plug Banana Pi BPI-M2 Berry budle Banana pi BPI-M2 black case microUSB cable power adapter 5V 2A with EU and UK plug PINE A64 512MB BOARD bundle PINE A64 512MB white ABS case with custom made holes for 18650 battery microUSB cable power adapter 5V 2A with EU and UK plug thermistor 10kohm battery connector USB 3.0 LAN 1000/100/10 adapter Olimex micro enclosure to fit 2.5" hdd https://www.olimex.com/Products/OLinuXino/BOXES/BOX-MICRO-B/ green variation + screws and rubber legs red variation + screws and rubber legs Location of items is UK. Sending worldwide. Prefer to sell everything to one person.
  13. Hi, mate in your case it would be beneficial to get output from LCD screen or serial line. For the first option you need HDMI cable and a TV or computer screen, for the second one USB to TTL serial cable. Secondly I have run Banana Pi (the original one) and BananaPi Pro for years with Armbian distro, both Ubuntu or Debian and it is rock stable. You may need to change verbosity of boot process. Look for "How to toggle verbose boot?" in Armbian Documentation.
  14. I found root of my card not resized to maximum space available. Unfortunately when I run out of space. Consider adding missing package btrfs-progs to minimal image or warn user when building of such system image is complete so user can resize root manually before the sd card is inserted.
  15. Ou, great I found old script to download u-boot for my micro board. It does download, install and the u-boot version will be prevented (holded) from upgrades. So @Artenverho you are welcome to test this first before experimenting. # linux-u-boot-micro-next=5.60 # apt remove linux-u-boot-micro-current -y; \ cd /tmp && wget --no-check-certificate https://193.40.103.96/pool/main/l/linux-u-boot-micro-next/linux-u-boot-next-micro_5.60_armhf.deb \ && dpkg -i linux-u-boot-next-micro_5.60_armhf.deb && \ for PACKAGE in linux-u-boot-micro-next; \ do apt-mark hold $PACKAGE; aptitude hold $PACKAGE; done
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines