I am trying the dummy-iiostream.c script from this repo. Few commands were mentioned at beginning of the script to execute. I mentioned them below :
- sudo modprobe industrialio
- sudo modprobe industrialio-configfs
- sudo modprobe industrialio-sw-device
- sudo modprobe industrialio-sw-trigger
- sudo modprobe iio-trig-hrtimer
- sudo modprobe iio_dummy
I am facing problem executing the 3rd command , here is my console output
rohith@raspberrypi:~ $ sudo modprobe industrialio
rohith@raspberrypi:~ $ sudo modprobe industrialio-configfs
rohith@raspberrypi:~ $ sudo modprobe industrialio-sw-device
modprobe: FATAL: Module industrialio-sw-device not found in directory /lib/modules/5.15.56-v8+
rohith@raspberrypi:~ $
How do I resolve this error? I am new to Linux any help would be greatly appreciated. My aim is to successfully execute all the 6 commands and run the script.