- 1
- 1
- Operating system
- Windows
- Mobile operating system
- Android
Nas went shutdown when opening the webui
i fix this error by manual insmod synobios, note solution for someone else
check log to find out if you came to the same problem
RUN COMMAND BELOW TO FIX AND CHECK:
same problem occur when restart, i am trying to fix this by adding a task when start nas
i fix this error by manual insmod synobios, note solution for someone else
check log to find out if you came to the same problem
cat /var/log/synoscgi.log
dmesg | grep bios
[ 18.203329] v1000_synobios: module license 'Synology Inc.' taints kernel.
[ 18.227906] synobios open /dev/ttyS1 success
[ 18.240938] synobios: load, major number 201
[ 18.259265] synobios cpu_arch proc entry initialized
[ 18.264230] synobios crypto_hw proc entry initialized
[ 18.269284] synobios syno_platform proc entry initialized
[ 18.280508] Module [v1000_synobios] is removed
[ 18.287155] synobios: unload[ 51.124887] ext2: synoboot1 mounted, process=syno_bios_log_c
[ 51.163138] vfat: synoboot1 mounted, process=syno_bios_log_c
[ 51.247253] synoboot1 unmounted, process=syno_bios_log_c
RUN COMMAND BELOW TO FIX AND CHECK:
insmod /usr/lib/modules/synobios.ko
lsmod | grep synobios
same problem occur when restart, i am trying to fix this by adding a task when start nas