We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I just tried to clone an follow instructions. After:
./init.sh ./configure (options: --disable-firmware, --disable-tools) make make install
I tried to run: smbusb_scan -a and I got this error:
smbusb_scan -a
smbusb_scan: error while loading shared libraries: libsmbusb.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
for some reason installing doesn't work right. just go into the tools/ directory and run the binaries directly with sudo ./smbusb_scan -a
tools/
sudo ./smbusb_scan -a
Sorry, something went wrong.
No branches or pull requests
Hi.
I just tried to clone an follow instructions.
After:
I tried to run:
smbusb_scan -a
and I got this error:
The text was updated successfully, but these errors were encountered: