Skip to content

system cannot start #57

@yan990703

Description

@yan990703

After installing the driver using the make install command, the system cannot start

shell root@ubuntu:/ch343ser_linux/driver# make make -C /usr/src/linux-headers-6.1.83 M=/ch343ser_linux/driver make[1]: Entering directory '/usr/src/linux-headers-6.1.83' CC [M] /ch343ser_linux/driver/ch343.o MODPOST /ch343ser_linux/driver/Module.symvers CC [M] /ch343ser_linux/driver/ch343.mod.o LD [M] /ch343ser_linux/driver/ch343.ko make[1]: Leaving directory '/usr/src/linux-headers-6.1.83' root@ubuntu:/ch343ser_linux/driver# make install make -C /usr/src/linux-headers-6.1.83 M=/ch343ser_linux/driver make[1]: Entering directory '/usr/src/linux-headers-6.1.83' make[1]: Leaving directory '/usr/src/linux-headers-6.1.83' insmod ch343.ko || true [ 1591.600883] ch343: version magic '6.1.83 SMP preempt_rt mod_unload aarch64' should be '6.1.83 SMP preempt mod_unload aarch64' insmod: ERROR: could not insert module ch343.ko: Invalid module format mkdir -p /lib/modules/6.1.83/kernel/drivers/usb/serial || true cp -f ./ch343.ko /lib/modules/6.1.83/kernel/drivers/usb/serial || true depmod -a

These three error messages will repeatedly refresh the screen during system startup

shell See 'systemctl status systemd-modules-load.service' for details. [DEPEND] Dependency failed for Rule…r for Device Events and Files. [FAILED] Failed to start Load Kernel Modules.

It will eventually terminate in the following logs and cannot enter the system

`shell
[ OK ] Finished Online ext4 Metadata Check for All Filesystems.
[ TIME ] Timed out waiting for device /dev/ttyS0.
[DEPEND] Dependency failed for Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
[ OK ] Started Suspend button.
[ OK ] Reached target Multi-User System.
[ OK ] Started Start cam-service at startup..
[ OK ] Started Configure CPU settings from /boot/config.txt.
[ OK ] Started Start usb gadget at startup..
Starting watchdog daemon...
[ OK ] Started watchdog daemon.
[ OK ] Reached target Graphical Interface.
Starting Record Runlevel Change in UTMP...
[ OK ] Finished Record Runlevel Change in UTMP.

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions