You are not logged in.
Pages: 1
Something USB-related is broken in my computer. Today, during a reboot one of my HDD was routinaly checked (the disk that contains the arch system). It found some errors, and it forced me to do an fsck scan. I think that during the fsck scan, it removed some libraries or some linkages, I don't know.
After that, I rebooted normally but all the USB didn't worked anymore. Now, if I do an 'lsusb' it returns me: "Unable to initialize libusb: -99". Of course, any of my USB devices doesn't work (pendrives, mouse, nothing...).
I searched on Google and on the forum but I didn't found anything similar. Plz help!!
Last edited by KaSeYo23 (2011-01-06 10:59:36)
Offline
Can you post
uname -a
and
pacman -Qi libusb
output
Mr Green I like Landuke!
Offline
The output for 'uname -a' is:
Linux arch 2.6.36-ARCH #1 SMP PREEMPT Fri Dec 10 20:32:37 CET 2010 x86_64 Intel(R) Pentium(R) D CPU 3.00GHz GenuineIntel GNU/Linux
and for 'pacman -Qi libusb':
Name : libusb
Version : 1.0.8-1
URL : http://libusb.sourceforge.net/
Licenses : LGPL
Groups : None
Provides : None
Depends On : glibc
Optional Deps : None
Required By : libdc1394 libusb-compat upower usbmuxd usbutils
Conflicts With : None
Replaces : libusb1
Installed Size : 208.00 K
Packager : Tobias Powalowski <tpowa@archlinux.org>
Architecture : x86_64
Build Date : Sun 28 Nov 2010 03:31:40 PM CET
Install Date : Thu 06 Jan 2011 11:43:16 AM CET
Install Reason : Explicitly installed
Install Script : No
Description : Library to enable user space application programs to communicate with USB devices.
Offline
I have something now. When I do 'lsusb --help', I get:
'lsusb: error while loading shared libraries: libusb-1.0.so.0: cannot open shared object file: No such file or directory'
UPDATE: I have reinstalled usbutils and libusb, and now 'lsusb' shows me again "unable to initialize libusb: -99"
UPDATE2: I solved the problem. I think that reinstalling usbutils and rebooting was the solution... but i'm not sure. Can someone put on title "[SOLVED]"? I don't know how
Last edited by KaSeYo23 (2011-01-12 22:47:37)
Offline
Pages: 1