Advertisement
Guest User

Untitled

a guest
May 7th, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. hammy@hammysserver:~$ sudo uname -a ; sudo dkms uninstall --force -m e1000e -v 3.8.7 ; echo $?
  2. Linux hammysserver 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
  3.  
  4. -------- Uninstall Beginning --------
  5. Module: e1000e
  6. Version: 3.8.7
  7. Kernel: 5.4.0-109-generic (x86_64)
  8. -------------------------------------
  9.  
  10. Status: Before uninstall, this module version was ACTIVE on this kernel.
  11.  
  12. e1000e.ko:
  13. - Uninstallation
  14. - Deleting from: /lib/modules/5.4.0-109-generic/updates/dkms/
  15. - Original module
  16. - No original module was found for this module on this kernel.
  17. - Use the dkms install command to reinstall any previous module version.
  18.  
  19. depmod....
  20.  
  21. update-initramfs.........
  22.  
  23. DKMS: uninstall completed.
  24. 0
  25. hammy@hammysserver:~$ sudo uname -a ; sudo dkms install --force -m e1000e -v 3.8.7 ; echo $?
  26. Linux hammysserver 5.4.0-109-generic #123-Ubuntu SMP Fri Apr 8 09:10:54 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
  27.  
  28. e1000e.ko:
  29. Running module version sanity check.
  30. - Original module
  31. - Installation
  32. - Installing to /lib/modules/5.4.0-109-generic/updates/dkms/
  33.  
  34. depmod...
  35.  
  36. Backing up initrd.img-5.4.0-109-generic to /boot/initrd.img-5.4.0-109-generic.old-dkms
  37. Making new initrd.img-5.4.0-109-generic
  38. (If next boot fails, revert to initrd.img-5.4.0-109-generic.old-dkms image)
  39. update-initramfs.........
  40.  
  41. DKMS: install completed.
  42. 0
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement