** Description changed: + [Impact] + /dev/vcio is not present after boot of 5.11. Turns out that vcio is no longer built-in but changed to a module which is not auto-loaded. + + [Test Case] + + $ ls -la /dev/vcio + ls: cannot access '/dev/vcio': No such file or directory + $ modprobe vcio + $ ls -la /dev/vcio + crw------- 1 root root 240, 0 Mar 17 21:36 /dev/vcio + + [Where Problems Could Occur] + + TBD.
** Description changed: [Impact] - /dev/vcio is not present after boot of 5.11. + pigpio needs /dev/vcio but /dev/vcio is not present after boot of 5.11. - Turns out that vcio is no longer built-in but changed to a module which - is not auto-loaded. + Turns out that 'vcio' is no longer built-in but changed to a module + which is not auto-loaded. [Test Case] $ ls -la /dev/vcio ls: cannot access '/dev/vcio': No such file or directory $ modprobe vcio $ ls -la /dev/vcio crw------- 1 root root 240, 0 Mar 17 21:36 /dev/vcio [Where Problems Could Occur] TBD. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1927505 Title: pigpio not working with 5.11 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1927505/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
