I am trying to get a USB printer to work with an embedded system using yocto. I have the cups package added to the yocto image. The lpstat command returns that no default destination is available. I am trying to see if my printer gets listed via lsusb, but lsusb does not seem to be a recognized command. busybox lsusb doesn't work.
How to list all the USB devices (printers) connected on yocto?
2.4k views Asked by Vysh At
1
There are 1 answers
Related Questions in YOCTO
- Create kea runtime directory at startup in Yocto image
- Bitbaking recipe doesn't install DEPENDS
- How do I make a container image from an SD card image?
- Yocto kernel patch fails with git am
- Yocto Kirkstone Bitbake Recipe using Python3 TOML for python3-fastapi
- Confusion with thumb instructions while compiling recipe for cortexm4 CPU
- How to make Yocto place all target RPMs for a specific package group to a separate directory?
- bitbake package-index not creating repomd.xml
- yocto IMAGE_POSTPROCESS_COMMAND
- Yocto Build edk2 recipe giving error in Ubuntu: 20.04.6 LTS
- How to have per MACHINE kernel configuration in Yocto?
- tar.gz image archive created via bitbake differs from archive created manually
- yocto bitbake 'python3 setup.py bdist_wheel ' execution failed
- Yocto conflicting error while building rootfs
- Starting a firmware on imx7d m4 core with bootaux, on u-boot, fail when using TCM memory but not when using DDR memory
Related Questions in CUPS
- How to learn about print options keys from pycups?
- using python pycups cups how to set margin for custom page size
- How to receive nearby print information with Cups4j
- To detect connected printer then disconnect and remove printer using CUPS library in Swift language on Mac OS
- CUPS how to change font for printing text files
- How to get filename as output from CUPS, not job id?
- How would I use CUPS to get the printers in my network in C++?
- Serial line printer - first portion of printed document is corrupted
- How to limit pages to be printed on java printing using linux/CUPS with IPP?
- Print size not changing when printing via CUPS on Raspbian to Canon SELPHY CP1500
- I have converted a pdf file to pwg/raster but how do I print it using pycups PrintFile function?
- Access USB printer in CUPS container with udev rule for SYMLINK
- IPP request CUPS server C#
- CUPS: issues with two Brother USB printers (different model)
- How to used PostProcessing's script in cups-pdf
Related Questions in LSUSB
- Two touchscreen same product and vendor ids, needs to invert one
- Is it possible to programmatically identify the number of physical USB ports on a Lenovo ThinkCentre?
- lsusb to /dev (webcam)
- What is USB iSereial param
- USB device linux enumeration changes while in operation
- Return idVendor, idProduct and endpoints via lsusb
- Read from HID device
- Send string from raspberry pi with Python to Arduino for starting led strip. How to select the right USB port?
- How to get USB idVendor name and idProduct name in C#
- Convert weird characters from lsusb output to stlink hla_serial in ruby
- razercfg does not recognize Razer BlackWidow V3 Tenkeyless
- Creating a bash script that logs the output of 'watch lsusb' into an empty file
- I am getting error "unable to initialize libusb: -99" on executing lsusb command on WSL2 Ubuntu app on my Windows
- Check USB device ID and connected port from C application
- How to get USB information by using "lsusb -v" in ADB shell?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Busybox doesn't provide
lsusbbut usbutils does. As you can see here:Contains the lsusb utility for inspecting the devices connected to the USB bus.Also, I invite you to use
dmesgto understand what happens with the device.