logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: fa3b2e92ba4af51bcc42ae17ddd48dbfec1469a2
parent aac774bce391a64f1305dcd0b020e28b24c38601
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  5 Nov 2016 18:35:41 +0100

notes/drivers: create it with drivers for my laptop

Diffstat:

Marticles/Pourquoi je n’utiliserais pas ghostery.html8++++++--
Anotes/drivers.shtml32++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/articles/Pourquoi je n’utiliserais pas ghostery.html b/articles/Pourquoi je n’utiliserais pas ghostery.html @@ -19,4 +19,9 @@ Packages may optionally contain a directory called data into which arbitrary fil The URL for these resources may be reached using the self module. </pre></code> <p>Okay, c’est très utile… je sais faire un ls -R</p> - <p>Bon au tour de js/tracker.js bon bah pas de surprise <a href="https://www.ghostery.com/en/eula">droit d’auteur</a>, tient si on aime pas ceci, illes nous dise carrément de ne pas utiliser cette extension… “You may not disassemble or reverse engineer Ghostery for any purpose, other than for reviewing the code for personal review, and at all times are bound by the terms of this EULA.” HAHA FUCK YOU this is a personal web log ;) Uh fucking law. If you want to have a link to the rest of this part, email-me, HL-me on IRC, found the hidden page… you’ll not have a <em>fuck</em>ing clue ;)</p> -\ No newline at end of file + <p>Bon au tour de js/tracker.js bon bah pas de surprise <a href="http://www.ghostery.com/en/eula">droite d’auteur</a>, tient si on aime pas ceci, illes nous dise carrément de ne pas utiliser cette extension… “You may not disassemble or reverse engineer Ghostery for any purpose, other than for reviewing the code for personal review, and at all times are bound by the terms of this EULA.” HAHA FUCK YOU this is a personal web log ;) Uh fucking law. I lost the other "borderline" (un)?-legit part.</p> +<h2>Libre Alternatives</h2> +<ul> + <li><a href="http://www.eff.org/privacybadger">Privacy Badger</a></li> + <li><a href="http://github.com/gorhill/uBlock">uBlock Origin</a> et pour les utilisateurices avancé·e·s vous pouvvez rajouter voire remplacer ceci avec <a href="http://github.com/gorhill/uMatrix">uMatrix</a> (même auteur)</li> +</ul> diff --git a/notes/drivers.shtml b/notes/drivers.shtml @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html> + <head> +<!--#include file="/templates/head.shtml" --> + <title>drivers — lanodan’s cyber-home</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> + <main> + <a href="/notes/drivers"><h1>Drivers</h1></a> + <h2>OpalEssence (Toshiba Satellite laptop)</h2> + <h3>[AMD/ATI] RV710/M92 [Mobility Radeon HD 4530/4570/545v]</h3> + <p>See <a href="http://wiki.gentoo.org/wiki/Radeon">radeon - Gentoo Wiki</a></p> + <code>CONFIG_EXTRA_FIRMWARE = radeon/R700_rlc.bin radeon/RV710_smc.bin radeon/RV710_uvd.bin</code> + <h3>Realtek RTL8191SEvB</h3> + <p>I’ve used :</p> + <ul> + <li>linux-firmware (for rtlwifi/rtl8192sefw.bin)</li> + <li>Kernel Sources</li> + </ul> + <p>Kernel configuration</p> +<code><pre>Device Drivers ---&gt; + Generic Driver Options ---&gt; + <span title="CONFIG_FW_LOADER">-*- Userspace firmware loading support</span> + <span title="CONFIG_FIRMWARE_IN_KERNEL">[*] Include in-kernel firmware blobs in kernel binary</span> + <span title="CONFIG_EXTRA_FIRMWARE">(… rtlwifi/rtl8192sefw.bin)</span> + <span title="CONFIG_EXTRA_FIRMWARE_DIR">(/lib/firmare) Firmware blobs root directory</span> +</pre></code> + </main> +<!--#include file="/templates/en/footer.html" --> + </body> +</html>