I downloaded LabVIEW 2024 on Ubuntu 22.04, then installed ni-ubuntu2204-drivers-2024Q1.deb, and afterwards installed packages like ni-daqmx. I followed the installation steps diligently from https://www.ni.com/docs/ja-JP/bundle/ni-platform-on-linux-desktop/page/installing-ni-products-ubuntu.html. I also executed 'sudo dkms autoinstall' and 'sudo reboot' as instructed. Unfortunately, ni-daqmx and other components don't appear on LabVIEW's function palette. Additionally, the Measurement IO palette is empty, and strangely, it doesn't contain items like 'system configuration' or 'NI scan engine.' I've tried uninstalling and reinstalling ni-daqmx multiple times, but the results remain unchanged.
To investigate outside of LabVIEW, I checked the Hardware Configuration Utility first. I discovered an error message stating "A driver kernel module is installed but not running on your system. If you have recently installed new drivers, run 'sudo dkms autoinstall' and reboot." However, I've already executed these commands.
Later, when I tried 'modprobe ni-daqmx,' I received the error "modprobe: FATAL: Module ni-daqmx not found in directory /lib/modules/6.5.0-26-generic." This made me suspect that the necessary module might not exist in the correct directory.
I'm using a Thinkpad X1 Carbon. I've successfully installed LabVIEW and DAQmx on a Windows system of the same model without any issues displaying on the function palette.
What troubleshooting steps do you think I should take? I'm a beginner with Ubuntu and Linux. Specialists, please share your insights to help me.