thebel1 / thgpio

Native ESXi driver for RPi 4's GPIO interface.
Other
0 stars 0 forks source link

No such file or directory: '/dev/vmgfx32' #1

Closed DennisFaucher closed 3 years ago

DennisFaucher commented 3 years ago

Thank you very much for the VIB. I would like to turn the power on to my rPi4 fan. I installed your VIB successfully but when I try and run gpio_util.py, I get this error. TIA.

[root@localhost:/vmfs/volumes/3ded9637-343e1f0b/thgpio/pyUtil] python -V Python 3.5.7 [root@localhost:/vmfs/volumes/3ded9637-343e1f0b/thgpio/pyUtil] python ./gpio_util.py level 18 Traceback (most recent call last): File "./gpio_util.py", line 11, in from gpioLib import * File "/vmfs/volumes/3ded9637-343e1f0b/thgpio/pyUtil/gpioLib/init.py", line 127, in class GPIO: File "/vmfs/volumes/3ded9637-343e1f0b/thgpio/pyUtil/gpioLib/init.py", line 128, in GPIO gpioDev = open(GPIO_DEVICE_PATH, 'r+b') FileNotFoundError: [Errno 2] No such file or directory: '/dev/vmgfx32'

thebel1 commented 3 years ago

Hi Dennis,

Was the RPi rebooted after installing the VIB? You'll need to do that for the driver to load and create a character device file at /dev/vmgfx32. I've added that to the readme now.

If, after rebooting, you still can't use the util script, please run the following command and paste the output into this thread:

zcat /var/log/boot.gz | fgrep gpio

thebel1 commented 3 years ago

Posting here as a reminder to myself to review the build script.

DennisFaucher commented 3 years ago

I did not reboot. My apologies. All good and closing the issue. Thank you.

] python ./gpio_util.py level 18
0
thebel1 commented 3 years ago

Glad it worked! Closing issue.