Enable -proposed package and install the package. Update initramfs by
update-initramfs -u

Confirmed that:

1. On platform without parports (HP Zbook Ultra G1a): confirm that
parport_pc module doesn't load.

2. On platform with parports (QEMU): confirmed that parport_pc does
load. The complete QEMU command:

qemu-system-x86_64 \
    -name ubuntu-desktop \
    -machine type=q35,accel=kvm \
    -cpu host \
    -smp 8 \
    -m 16G \
    -drive 
file=./ubuntu-desktop.qcow2,format=qcow2,if=virtio,cache=none,aio=native \
    -netdev user,id=net0,hostfwd=tcp::2222-:22 \
    -device virtio-net-pci,netdev=net0 \
    -chardev file,id=lpt0,path=./parport-output.bin \
    -device isa-parallel,chardev=lpt0,index=0 \
    -virtfs 
local,path=./qemu-shared,mount_tag=hostshare,security_model=mapped-xattr,id=hostshare
 \
    -device virtio-vga-gl \
    -display gtk,gl=on \
    -usb \
    -device usb-tablet


** Tags removed: verification-needed-resolute
** Tags added: verification-done-resolute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2156340

Title:
  Do not handle parport_pc load in modules-load.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/2156340/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to