Unrud / init-headphone

Manage the headphone amplifier found in some Clevo laptops
GNU General Public License v3.0
56 stars 7 forks source link

Outputs "Unsupported system ()" on One Notebook K33-4E #1

Closed phiresky closed 9 years ago

phiresky commented 9 years ago

I have this notebook which uses the Clevo W230SS barebone.

The script returns "Unsupported system ()". dmidecode -s system-product-name returns an empty string.

When adding "" to SUPPORTED_SYSTEM_PRODUCT_NAMES, it correctly reenables the headphone jack.

Any other ways to identify the system without dmidecode?

Unrud commented 9 years ago

Hi, what does dmidecode -s baseboard-product-name return?

phiresky commented 9 years ago

Yes, that outputs W230SS.

Unrud commented 9 years ago

Fixed: d23ae1642bd3593ae26d7170918366225414f7fb

phiresky commented 9 years ago

Thanks!