On Monday 03 September 2007 22:55:14 Derick Centeno wrote: > Thanks for your reply. However, this is what happens on my end: > > [EMAIL PROTECTED] ~]$ su - > Password: > [EMAIL PROTECTED] ~]# lsusb > -bash: lsusb: command not found > [EMAIL PROTECTED] ~]# rpm -qi usbutils| grep lsusb > [EMAIL PROTECTED] ~]#
I'm guessing that you don't have usbutils installed. To confirm: rpm -qa | grep usbutils If you do have it installed, it's either broken, or an earlier version than the one I have. If not: yum install usbutils Since we know where RH based systems put lsusb, you could also confirm that it's here (or not): ls -l /sbin/lsusb Cheers, Chris _______________________________________________ yellowdog-general mailing list [email protected] http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'
