You are not logged in.
Just updated laptop, using lirc 0.9.0.pre1-3 and get this:
I first had this error:
└─> sudo /etc/rc.d/lircd restart
:: Stopping LIRC Daemon [FAIL]
:: Starting LIRC Daemon [BUSY]
/usr/sbin/lircd: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory
[FAIL]So I did:
sudo ln -s /usr/lib/libusb-1.0.so /usr/libThen am getting this now:
└─> sudo /etc/rc.d/lircd restart
:: Stopping LIRC Daemon [FAIL]
:: Starting LIRC Daemon [BUSY] /usr/sbin/lircd: symbol lookup error: /usr/sbin/lircd: undefined
[FAIL]Last edited by colbert (2010-12-30 20:27:38)
Offline
Your update must have included the transition to libusb 1.0. The libusb library that lirc wants is in libusb-compat now:
$ pacman -Qo /usr/lib/libusb-0.1.so.4
/usr/lib/libusb-0.1.so.4 is owned by libusb-compat 0.1.3-1lirc works fine here.
Offline
Dang, when I run that pacman line I don't get anything
How might I go about fixing this?
Offline
is the package installed?
pacman -Qs libusb-compat if not try to install it ![]()
pacman -S libusb-compat Offline
And don't neglect to delete any experimental symlinks before installing libusb-compat ;-)
Offline
Ha! It was already installed but I just reinstalled it (after deleting my symlink, thanks azleifel
) and now it works!
Thanks a lot fellas!
Offline