schurger.org

  • À propos
  • JEAN SCHURGER
  • Archive
  • Tags
  • Search
  • Home
  • Tags
  • Hardware
  • Wifi Killer AX1650 on Debian (Linux >= 5.4)

    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.

    Warning, false hope ahead

    There is a guide the the Killer's website …

    avril 01, 2020
     · Jean Schurger
  • IBM X201 Fan control 'disangager'

    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 …

    novembre 15, 2013
     · Jean Schurger
  • Couleurs de la G9x

    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 …
    décembre 22, 2010
     · Jean Schurger
©2022 • Powered by Pelican &  Papyrus