View previous topic :: View next topic |
Author |
Message |
tenspd1370 Tux's lil' helper
Joined: 14 Dec 2017 Posts: 122
|
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: 22716
|
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 |
|
|
|