rodgomesc / avell-unofficial-control-center

This is a Unofficial Control Center for Avell Laptops with Linux System
MIT License
273 stars 54 forks source link

NUC Kit X15 #67

Open kfechter opened 2 years ago

kfechter commented 2 years ago

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 commented 2 years ago

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