Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: DeepBlueMind on August 02, 2021, 06:21:47 AM

Title: -sh: lsusb: not found
Post by: DeepBlueMind on August 02, 2021, 06:21:47 AM
Hi,
I run version piCore-13.0.3 on Rpi0w and installed the usbutils.tcz Extension but the command lsusb gives me this error:

-sh: lsusb: not found

What did I do wrong?
Title: Re: -sh: lsusb: not found
Post by: Juanito on August 02, 2021, 09:29:54 AM
Did you download and load the extension?
Title: Re: -sh: lsusb: not found
Post by: DeepBlueMind on August 02, 2021, 10:30:16 PM
yes, I did this:
tce-load -i usbutils.tcz

and it said already loaded

that's why I was wondering
Title: Re: -sh: lsusb: not found
Post by: Rich on August 02, 2021, 10:39:22 PM
Hi DeepBlueMind
What happens if you try it like this  /usr/local/bin/lsusb

Title: Re: -sh: lsusb: not found
Post by: Juanito on August 03, 2021, 01:08:24 AM
The usbutils extension depends on libusb and usb-ids - are all three loaded (lsusb works for me in piCore-12.x)?
Title: Re: -sh: lsusb: not found
Post by: DeepBlueMind on August 03, 2021, 07:23:18 AM
I put on a fresh image and after installing it from the tce-browser it works! Thank you for your help!