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

NUC Kit X15 #67

Open
kfechter opened this issue Feb 13, 2022 · 1 comment
Open

NUC Kit X15 #67

kfechter opened this issue Feb 13, 2022 · 1 comment

Comments

@kfechter
Copy link

I have a NUC X15 kit (Not sure which TongFeng model it is), and I cannot seem to get aucc working. I get the is_kernel_driver_active stack trace when running the app.

I used the steps in the readme to verify that this laptop has an ITE 8291 Rev 0.03, however, I believe there is a new hardware ID associated with this that doesn't match what the stack trace is saying.

The device I have is VID:048d PID:6006, whereas the stack trace is showing vendor id 048d product id ce00

it shows up in hwinfo as an ITE Device(8291) Rev 0.03, but maybe I am somehow mistaken.

@neophack
Copy link

sudo hwinfo --keyboard get product_id and change main.py control = ControlCenter(vendor_id=0x048d, product_id=0x6006)

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

2 participants