Search found 5 matches
- Mon 19. Feb 2024, 07:30
- Forum: Linux
- Topic: Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
- Replies: 9
- Views: 5608
Re: Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
Hi, Do you mean 5.19.17-05917-generic is our kernel version, but what we install is linux-headers-5.19.17-051917 so it cause makefile failed? Should we reinstall again? I asked our client to try $ cd driver $ make KERNEL_LOCATION=/usr/src/... the results shown below: ubuntu@ubuntu-QBiX-Pro-ADLA1255H...
- Mon 5. Feb 2024, 03:48
- Forum: Linux
- Topic: Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
- Replies: 9
- Views: 5608
Re: Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
Dears: We tested and the result is below: ubuntu@ubuntu-QBiX-Pro-ADLA1255H:~$ sudo -i [sudo] ubuntu のパスワード: root@ubuntu-QBiX-Pro-ADLA1255H:~# dpkg --get-selections "linux-headers*" linux-headers-5.11.0-27-generic install linux-headers-5.15.0-91-generic install linux-headers-5.15.0-92-generic install...
- Wed 31. Jan 2024, 11:12
- Forum: Linux
- Topic: Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
- Replies: 9
- Views: 5608
Re: Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
Dear Michael: Can you tell us how to build a Kernel headers? We tried old intel platform, we can install drivers without this issue. So we are not sure how to build a kernel headers. We upgrate and upgrade and reboot, and this is the version information below, and the error message, please kindly ch...
- Tue 30. Jan 2024, 11:39
- Forum: Linux
- Topic: Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
- Replies: 9
- Views: 5608
Re: Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
Hi, Michael
We tried update, upgrade and reboot, but we are not able to use latest driver 8.17
The kernel is 5.19.17-05917-generic
regards,
Stephen
We tried update, upgrade and reboot, but we are not able to use latest driver 8.17
The kernel is 5.19.17-05917-generic
regards,
Stephen
- Wed 24. Jan 2024, 06:55
- Forum: Linux
- Topic: Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
- Replies: 9
- Views: 5608
Ubuntu 20.04 LTS (kernel 5.13.0-30-generic): "Unable to automatically find the Kernel headers"
We have project in Japan and we use PCAN-USB on our hardware OS: Ubuntu 20.04 LTS, Kernel 5.13.0-30-generic We try to install PCAN-USB driver for two hardware - Tiger Lake (i5-1145G7E) - OK - Alder Lake (i7-1255U) - Fail The SOP we did is below: [1] download peak-linux-driver-8.15.2.tar.gz, and unzi...