(04-05-2019, 10:36 AM)tuxd3v Wrote: type this:Sorry for the wait.
see the output of it..Code:zcat /proc/config.gz |grep CHR_DEV_SG
My kernel
Code:
:~# hostnamectl
Static hostname: .........................
Icon name: computer
Machine ID: ............................
Boot ID: ........................
Operating System: Debian GNU/Linux 9 (stretch)
Kernel: Linux 4.4.167-1161-rockchip-ayufan-g6f1664023387
Architecture: arm64
:~# uname -a
Linux .............. 4.4.167-1161-rockchip-ayufan-g6f1664023387 #1 SMP Fri Mar 22 23:03:38 UTC 2019 aarch64 GNU/Linux
linux-rockpro64:arm64 is already the newest version (0.8.0rc5).
Code:
:~# zcat /proc/config.gz |grep CHR_DEV_SG
# CONFIG_CHR_DEV_SG is not set
(04-05-2019, 10:36 AM)tuxd3v Wrote: PS:
Also type this:
Code:find /lib/modules -name sg.ko
You should have a SCSI driver loaded to be able to see information using OpenSeaChest..
But better to see first your outputs..
Code:
:~# find /lib/modules -name sg.ko
root@R:~#