logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).


L'icône rouge permet de télécharger chaque page du wiki visitée au format PDF et la grise au format ODT → ODT PDF Export

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
utilisateurs:berni_e:tutos:configuration-d-une-debian-9 [31/10/2018 21:28]
berni_e [Installation]
utilisateurs:berni_e:tutos:configuration-d-une-debian-9 [02/11/2018 20:56] (Version actuelle)
berni_e [Installation]
Ligne 24: Ligne 24:
 <code user>​xset b off</​code>​ <code user>​xset b off</​code>​
  
-Solution à tester+Solution à tester ​(il me semble qu'​elle avait fonctionné lors de test précédent)
  
 <file config /​etc/​modprobe.d/​blacklist.conf>​ <file config /​etc/​modprobe.d/​blacklist.conf>​
Ligne 31: Ligne 31:
 </​file>​ </​file>​
  
-Ma solution perso+Ma solution perso avec le wm Awesome
 <file config ~/​.config/​awesome/​rc.lua>​ <file config ~/​.config/​awesome/​rc.lua>​
 spawn('​xset b off') spawn('​xset b off')
Ligne 104: Ligne 104:
  
 Utiliser notamment sur un des widgets awesome Utiliser notamment sur un des widgets awesome
 +[[https://​github.com/​haikarainen/​light/​blob/​master/​README.md]]
 +
 +=== Installer ​ backlight ===
 +
 +<code root>
 +apt-get install xbacklight
 +xbacklight -get
 +</​code>​
 +
 +=== Installer Light ===
  
 <code root> <code root>
 cd /​home/​bernie/​1.\ Inst    # Aller dans un dossier d'​installation (ici créé au début du tuto) cd /​home/​bernie/​1.\ Inst    # Aller dans un dossier d'​installation (ici créé au début du tuto)
-apt-get install gawk +apt-get install gawk gcc
-apt-get install ​gcc +
-https://​github.com/​haikarainen/​light/​blob/​master/​README.md+
 git clone https://​github.com/​haikarainen/​light.git git clone https://​github.com/​haikarainen/​light.git
 cd light/ cd light/
-ls 
-./autogen 
 ./configure && make ./configure && make
 sudo make install sudo make install
Ligne 120: Ligne 126:
 ==== Config Perso ==== ==== Config Perso ====
  
-Reboot and the video should be fine. 
  
-(b) To fix the WIFI, you need firmware. After booting, run the command:+=== Pb Wifi Yoga 910 ===
  
-Code:+Cette commande ci-dessous doit renvoyer des erreurs. 
 + 
 +<code root>
 dmesg | grep ath10k dmesg | grep ath10k
-You should see some error messages about trying to load the missing firmware. Look at the output of dmesg command above to see exactly which model firmware. To download and use the firmware:+</​code>​
  
-Code: +Voici le code pour installer le wifi
-su +
-cd /​home/​bernie/​1. Inst    # Choisir un dossier ​pour télécharger+
  
 <code root> <code root>
 +cd /​home/​bernie/​1. Inst    # Choisir un dossier pour télécharger
 +
 apt-get install curl apt-get install curl
 curl -L -O https://​github.com/​kvalo/​ath10k-firmware/​archive/​master.zip curl -L -O https://​github.com/​kvalo/​ath10k-firmware/​archive/​master.zip
Ligne 157: Ligne 164:
  
 <code root> <code root>
-ln -s /​media/​win/​Users/​fabie/​01.\ Box/ /Box +ln -s /​media/​win/​Users/​fabie/​01.\ Box/                                   ​/Box 
-ln -s /​media/​win/​Users/​fabie/​Downloads/​ /TWin +ln -s /​media/​win/​Users/​fabie/​Downloads/ ​                                 /TWin 
-ln -s /​media/​win/​Users/​fabie/​01.\ Box/81.\ Linux/​Config/​ /C +ln -s /​media/​win/​Users/​fabie/​01.\ Box/81.\ Linux/​Config/ ​                ​/C 
-ln -s /​media/​win/​Users/​fabie/​01.\ Box/81.\ Linux/​Config/​awesome_4_v2018 /Awesome +ln -s /​media/​win/​Users/​fabie/​01.\ Box/81.\ Linux/​Config/​awesome_4_v2018 ​ /Awesome 
-ln -s /​home/​bernie/​Téléchargements /T +ln -s /​home/​bernie/​Téléchargements ​                                      ​/T 
-ln -s /Awesome .config/​awesome+ln -s /​Awesome ​                                                          ~/.config/​awesome
 </​code>​ </​code>​
  
Ligne 168: Ligne 175:
  
 <code root> <code root>
-ln -s /​Awesome/​rc.recup.lua /​etc/​xdg/​awesome/​ +ln -s /​media/​900/​01.\ Box/81.\ Linux/​Config/​awesome_4_v2018 /Awesome 
-ln -s /​media/​900/​01.\ Box/81.\ Linux/​Config/​awesome_4_v2018/Awesome +ln -s /​media/​900/​01.\ Box/81.\ Linux/​Config ​                ​/C 
-ln -s /​media/​900/​01.\ Box/81.\ Linux/​Config /C +ln -s /​media/​900/​02.\ Tel/                                  /T 
-ln -s /​media/​900/​02.\ Tel/ /T +ln -s /​media/​900/​02.\ Tel/01.\ Linux/ ​                      ​/TL 
-ln -s /​media/​900/​02.\ Tel/01.\ Linux/ /TL +ln -s /​media/​900/​01.\ Box                                   ​/Box 
-ln -s /​media/​900/​01.\ Box /Box +ln -s /​media/​900/​01.\ Box/18.\ Modele ​                      ​/M
-ln -s /​media/​900/​01.\ Box/18.\ Modele /M+
 </​code>​ </​code>​
  
Ligne 193: Ligne 199:
  
 <code root> <code root>
-apt-get install awesome vifm atool gimp weechat speedcrunch sweethome3d fbreader pavucontrol vlc mplayer xclip cmatrix suckless-tools vim scite evince fslint htop arandr geeqie xserver-xephyr cups-pdf lmms qsynth qjackctl qtractor rosegarden chromium chromium-l10n thunar thunar-archive-plugin bleachbit gparted pulseaudio-module-jack lshw gnome-system-tools lxappearance stopwatch python-progressbar clipit qpdfview pluma+apt-get install awesome vifm atool gimp weechat speedcrunch sweethome3d fbreader pavucontrol vlc mplayer xclip cmatrix suckless-tools vim scite evince fslint htop arandr geeqie xserver-xephyr cups-pdf lmms qsynth qjackctl qtractor rosegarden chromium chromium-l10n thunar thunar-archive-plugin bleachbit gparted pulseaudio-module-jack lshw gnome-system-tools lxappearance stopwatch python-progressbar clipit qpdfview ​qpdfview-translations ​pluma
 </​code>​ </​code>​
  
Ligne 203: Ligne 209:
   * chromium   * chromium
  
- 
-===== Utilisation ===== 
  
  
utilisateurs/berni_e/tutos/configuration-d-une-debian-9.1541017730.txt.gz · Dernière modification: 31/10/2018 21:28 par berni_e

Pied de page des forums

Propulsé par FluxBB