anbox / anbox-modules

Anbox kernel modules
327 stars 224 forks source link

Kernel 5.8 #55

Open MaxSMokeSkaarj opened 4 years ago

MaxSMokeSkaarj commented 4 years ago

У меня ubuntu 20.04 и собранное мной ядро 5.8 под него. Выдает следующее: I have ubuntu 20.04 and the 5.8 kernel I built for it. Outputs the following:

Creating symlink /var/lib/dkms/anbox-ashmem/1/source -> /usr/src/anbox-ashmem-1

DKMS: add completed. Error! Your kernel headers for kernel 5.8.0 cannot be found. Please install the linux-headers-5.8.0 package, or use the --kernelsourcedir option to tell DKMS where it's located

Creating symlink /var/lib/dkms/anbox-binder/1/source -> /usr/src/anbox-binder-1

DKMS: add completed. Error! Your kernel headers for kernel 5.8.0 cannot be found. Please install the linux-headers-5.8.0 package, or use the --kernelsourcedir option to tell DKMS where it's located modprobe: FATAL: Module ashmem_linux not found in directory /lib/modules/5.8.0 modprobe: FATAL: Module binder_linux not found in directory /lib/modules/5.8.0 ls: cannot access '/dev/binder': No such file or directory ls: cannot access '/dev/ashmem': No such file or directory

Пакета linux-headers-5.8.0 конечно-же нет. Где найти исходный код?/The linux-headers-5.8.0 package of course-no. Where can I find the source code?

ghost commented 4 years ago

mee too...

unicornlox commented 3 years ago

me too.

arifsaha commented 3 years ago

Dist-upgrade your system and reboot so you run the latest kernel, then linux-header package for that latest kernel should be available.