I'm running Debian Sid on an Dell XPS 9300 (I would be happy with Buster but just upgrading to Sid was a fast way to have X or Wayland working).
That laptop embed an AX1650 Killer Wifi interface.
There is a guide the the Killer's website …
I'm the lucky owner of a Thinkpad X201 since several years.
For some reason, (buggy firmware, dust, buddy drivers), the fan managment is very debious, especialy when your CPU reach high temperatures.
It's really disapointing to get the 'critical temperature reached(100 C),shutting down' message and see the system …
Je suis l'heureux propriétaire d'une souris G9x. Ce petit jouet est équipé de boutons programmables et de lumières colorées. Le petit bout de code suivant permet de changer ces couleurs.
#!/usr/bin/env python
import usb
G9_VENDOR_ID = 0x046d
G9_PRODUCT_IDS = [0xc048, 0xc066]
def get_g9_handle():
for bus in usb.busses():
for device …