View previous topic :: View next topic |
Author |
Message |
tenspd1370 Tux's lil' helper
Joined: 14 Dec 2017 Posts: 123
|
Posted: Fri Nov 22, 2024 2:37 am Post subject: PTP_KVM not loading |
|
|
Hello -
I have the ptp_kvm module compiled, and it is here in my kernel directory:
Code: |
/lib/modules/6.7.9-gentoo-x86_64/kernel/drivers/ptp/ptp_kvm.ko
|
I wanted to set up some VMs and simulate PTP time sync - but it seems that
Code: |
└┌(%:~)┌- sudo modprobe ptp_kvm
modprobe: ERROR: could not insert 'ptp_kvm': No such device
|
Fails. Am I missing something? |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22744
|
Posted: Fri Nov 22, 2024 1:52 pm Post subject: |
|
|
What does dmesg show after the failure? Does modprobe -v show any useful details? What is the output of uname -r? |
|
Back to top |
|
|
tenspd1370 Tux's lil' helper
Joined: 14 Dec 2017 Posts: 123
|
Posted: Fri Nov 29, 2024 1:09 am Post subject: |
|
|
This was all I got out of it -
dmesg after attempting modprobe:
Code: |
[280221.304153] fail to initialize ptp_kvm
[280235.832206] fail to initialize ptp_kvm
|
sudo modprobe -v ptp_kvm
Code: |
insmod /lib/modules/6.7.9-gentoo-x86_64/kernel/drivers/ptp/ptp_kvm.ko
modprobe: ERROR: could not insert 'ptp_kvm': No such device
|
└┌(%:~)┌- uname -r
6.7.9-gentoo-x86_64 |
|
Back to top |
|
|
|