HP USB-C Universal Dock

Suite à un achat sur leboncoin d’unHP USB-C Universal Dock, type HSA-B005DS, ce dernier ne fonctionne pas car il fait partis de ces dock avec la « solution » propriétaire displaylink, qui ne fonctionne que sous windows…

Activé une console USB via OTG

echo « g_serial » >> /etc/modules systemctl enable serial-getty@ttyGS0.service Created symlink /etc/systemd/system/getty.target.wants/serial-getty@ttyGS0.service → /lib/systemd/system/serial-getty@.service. systemctl start serial-getty@ttyGS0.service

Gratin dauphinois (recette originale)

La recette vient d’ici https://www.marmiton.org/recettes/recette_gratin-dauphinois-recette-originale_22307.aspx Mais comme marmiton continu dans la médiocrité, je me garde cette copie: Ingrédients: 1 Kg de pomme de terre type belle de fontenay. 2 gousses d’ail. 1 L de crème. Sel & poivre. Étapes: Étape 1, Préchauffer le four à 150°C (thermostat 5). Étape 2, Éplucher et couper les pommes… Continue reading Gratin dauphinois (recette originale)

Using WaveShare / SainSmart 3.2 inch RPi LCD whit RPi 3

I brought a WaveShare / SainSmart 3.2 inch RPi LCD I’ve followed this instructions with some modification: Using raspbian 2016/03/18 http://hardware-libre.fr/2015/07/review-guide-waveshare-sainsmart-3-2-inch-rpi-lcd/ fbtft module entered into staging using it vi add fbtft into /et/modules cd /tmp git clone https://github.com/swkim01/waveshare-dtoverlays.git sudo cp waveshare-dtoverlays/*.dtb /boot/overlays/ /etc/udev/rules.d/touchscreen.rules SUBSYSTEM== »input », KERNEL== »event[0-9]* », ATTRS{name}== »ADS7846* », SYMLINK+= »input/touchscreen » SUBSYSTEM== »input », ATTRS{name}== »stmpe-ts », ENV{DEVNAME}== »*event* », SYMLINK+= »input/touchscreen »  

Debian sur raspberry pi (non rasbian)

Configuration debian pour raspberry pi: Création partition: 64M en fat16 pour la partition firmwareLe reste pour le system mount /dev/{device}p2 /mnt debootstrap –arch=armhf –include=sudo,ntp,flash-kernel,openssh-server,bind9-host,resolvconf,network-manager,locales,isc-dhcp-server,init,vim,man-db,wget,u-boot-rpi,u-boot-tools buster /mnt http://ftp.fr.debian.org/debian mkdir /mnt/boot/firmware mount /dev/{device}p1 /mnt mount –bind /dev /mnt/dev && mount –bind /proc /mnt/proc && mount –bind /sys /mnt/sys chroot /mnt Configuration flash-kernel selon rapsberry pi:echo « Raspberry Pi… Continue reading Debian sur raspberry pi (non rasbian)

utilisation disque physique avec virtualbox

Création d’un « faux disque » en direction du vrai disque. VBoxManage internalcommands createrawvmdk -filename /home//VM/win/sdb.vmdk -rawdisk /dev/sdb Ajout a la VM. VBoxManage storageattach « win » –storagectl SATA –port 0 –type hdd –medium /home//VM/win/sdb.vmdk

Debian jessie for Banana Pi

To install Debian jessie on Banana Pi you need: – Computer with GNU/Linux OS with network access – Card reader – Memory card with 2GB or more space – Banana Pi with network access – 3,3V serial to USB converter Go to www.debian.org website and choose network installation with armhf, Now on http://ftp.nl.debian.org/debian/dists/jessie/main/installer-armhf/current/images/, save/open in… Continue reading Debian jessie for Banana Pi