Jump to content

Viald

Members
  • Posts

    54
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello. Is it possible to disable the background bluetooth scanning from the kernel ? I use the hci0 bluetooth device from another process Jan 21 13:00:53 kernel: [169827.582207] Bluetooth: hci0: start background scanning failed: -16 Jan 21 13:01:20 kernel: [169854.495300] Bluetooth: hci0: Opcode 0x200d failed: -110 Jan 21 13:01:20 kernel: [169854.495316] Bluetooth: hci0: request failed to create LE connection: err -110 Thanks
  2. Sorry for the lack of information. I think that this kind of issue was not link to the hardware. I use an Odroid N2 4G. I boot on SD card, the system is on USB SSD disk. I did a workaround by adding the quirks option in the boot.ini file setenv bootargs "root=${rootdev} rootwait rootfstype=${rootfstype} ${condev} ${amlogic} no_console_suspend fsck.repair=yes net.ifnames=0 elevator=noop hdmimode=${hdmimode} cvbsmode=576cvbs max_freq_a53=${max_freq_a53} max_freq_a73=${max_freq_a73} maxcpus=${maxcpus} voutmode=${voutmode} ${cmode} disablehpd=${disablehpd} ${bootsplash} cvbscable=${cvbscable} overscan=${overscan} consoleblank=0 usb-storage.quirks=0x2109:0x0715:u" Here is the result of armbianmonitor -u http://ix.io/2RDB
  3. Hello ! Since last armbian update (5.10.16-meson64 #21.02.2 SMP PREEMPT) the quirks option added to the armbianEnv.txt file is not added to the boot command line at boot time armbianEnv.txt verbosity=1 console=both overlay_prefix=meson rootdev=UUID=722afb48-c000-4b51-a382-ae3a7b132c86 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u,0x2109:0x0715:u Boot log Kernel command line: root=UUID=722afb48-c000-4b51-a382-ae3a7b132c86 rootwait rootfstype=ext4 console=ttyAML0,115200n8 console=tty1 loglevel=1 no_console_suspend fsck.repair=yes net.ifnames=0 elevator=noop hdmimode=custombuilt cvbsmode=576cvbs max_freq_a53=1896 max_freq_a73=1800 maxcpus=6 voutmode=hdmi modeline=1920,1080,148500,67500,60,1920,2008,2052,2200,1080,1084,1089,1125,1,1,1 disablehpd=false cvbscable= overscan=100 consoleblank=0 The system uses the UAS driver which causes disk freeze after few minutes of run.
  4. Yes I have a N2. Could you please point me the link ? I'm using your odroid-n2 SPI u-boot image https://yadi.sk/d/pHxaRAs-tZiei/UPDATE_U-BOOT_odroid_n2
  5. It seems that the 5.99 kernel package doesn't install meson-g12b-odroid-n2.dtb file in dtb directory. It only installs amlogic and rockchip directories. Update: My bad the file is in amlogic directory. I have to modify my boot.ini file.
  6. ii linux-buster-root-aml-g12 5.98 arm64 Armbian tweaks for buster on aml-g12 (default branch) ii linux-u-boot-aml-g12-default 5.98 arm64 Uboot loader 2019.07-rc3 @balbes150 What about those one ?
  7. root@jdm:~# dpkg -l | grep dtb ii linux-dtb-aml-g12 5.98 arm64 Linux DTB, version 5.3.0-aml-g12 Indeed ! Should I have to reinstall 5.99 after removing linux-dtb-aml-g12 ? And should it solves my UAS issue ?
  8. I have added this option in boot.ini file to blacklist the UAS driver usb-storage.quirks=2109:0715:u
  9. @balbes150 it seems that you enabled UAS driver in 5.99. It hangs my system at boot time
  10. @balbes150 What's new in 5.99 ?
  11. root@jdm:~# tar cvf ~/boot.051219.tar /boot root@jdm:~# dpkg -l | grep linux-image ii linux-image-aml-g12 5.98 arm64 Linux kernel, version 5.3.0-aml-g12 root@jdm:~# sudo apt-get purge linux-image-aml-g12 Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: linux-image-aml-g12* 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 110 MB disk space will be freed. Do you want to continue? [Y/n] (Reading database ... 53311 files and directories currently installed.) Removing linux-image-aml-g12 (5.98) ... update-initramfs: Deleting /boot/initrd.img-5.3.0-aml-g12 (Reading database ... 51042 files and directories currently installed.) Purging configuration files for linux-image-aml-g12 (5.98) ... dpkg: warning: while removing linux-image-aml-g12, directory '/boot/dtb' not empty so not removed root@jdm:~# apt update Hit:1 https://deb.nodesource.com/node_12.x buster InRelease Hit:2 http://mirrors.dotsrc.org/armbian-apt buster InRelease Hit:3 http://security.debian.org buster/updates InRelease Hit:4 http://cdn-fastly.deb.debian.org/debian buster InRelease Hit:5 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease Hit:6 http://cdn-fastly.deb.debian.org/debian buster-backports InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. root@jdm:~# apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@jdm:~# apt install linux-image-aml-g12 Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: linux-image-aml-g12 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/27.2 MB of archives. After this operation, 141 MB of additional disk space will be used. Selecting previously unselected package linux-image-aml-g12. (Reading database ... 51041 files and directories currently installed.) Preparing to unpack .../linux-image-aml-g12_5.99_arm64.deb ... Unpacking linux-image-aml-g12 (5.99) ...######################................................................................................................................................................................................] Setting up linux-image-aml-g12 (5.99) ...#################################################################....................................................................................................................................] update-initramfs: Generating /boot/initrd.img-5.3.0-aml-g12###########################################################################################........................................................................................] update-initramfs: Converting to u-boot format root@jdm:~# apt update Hit:1 http://security.debian.org buster/updates InRelease Hit:2 http://mirrors.dotsrc.org/armbian-apt buster InRelease Hit:3 https://deb.nodesource.com/node_12.x buster InRelease Hit:4 http://cdn-fastly.deb.debian.org/debian buster InRelease Hit:5 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease Hit:6 http://cdn-fastly.deb.debian.org/debian buster-backports InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. root@jdm:~# apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. root@jdm:~# dpkg -l | grep linux-image ii linux-image-aml-g12 5.99 arm64 Linux kernel, version 5.3.0-aml-g12 5.99 And voila root@jdm:/boot# uname -a Linux jdm 5.3.0-aml-g12 #5.98 SMP PREEMPT Tue Oct 8 12:22:08 MSK 2019 aarch64 GNU/Linux Need to reboot
  12. Thank you all for your help. I'm running the server release so I can't use Synaptic. I will try with apt command.
  13. I just tried, still the same issue trying to "Unpacking linux-image-aml-g12 (5.99) over (5.98)"
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines