Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of "Failed to enumerate USB devices" error log #20568

Closed
adamschmideg opened this issue Jan 16, 2020 · 2 comments
Closed

Get rid of "Failed to enumerate USB devices" error log #20568

adamschmideg opened this issue Jan 16, 2020 · 2 comments

Comments

@adamschmideg
Copy link
Contributor

When I run a Geth instance, it starts with a bunch of error logs complaining "Failed to enumerate USB devices". I'm not using a hardware wallet.

System information

Geth version: 1.9.9
OS & Version: both Linux, and OSX
Commit hash : (if develop)

Expected behaviour

Complaing about a problem with usb only if I explicitly expressed I want to use usb.

Actual behaviour

Always complains.

Steps to reproduce the behaviour

geth :)

@karalabe
Copy link
Member

You can run with --nousb if you want USB wallet support disabled. By default it's enabled.

@lynomet
Copy link

lynomet commented Feb 9, 2020

Alternatively you can add libusb to docker container :
apk add libusb
apk add libusb-dev

and error will go away

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants