Outils pour utilisateurs

Outils du site


raspberry

http://www.instructables.com/id/Ultimate-Raspberry-Pi-Configuration-Guide/?ALLSTEPS

http://www.pihomeserver.fr/2013/05/27/raspberry-pi-home-server-lancer-un-programme-automatiquement-au-demarrage/

http://blog.idleman.fr/raspberry-pi-19-optimisation-trucs-astuces/

https://learn.adafruit.com/adafruit-raspberry-pi-lesson-7-remote-control-with-vnc/running-vncserver-at-startup

http://www.framboise314.fr/alimentation-ininterruptible-pour-raspberry-pi-sur-kickstarter/

http://elinux.org/RPi_Low-level_peripherals#sysfs.2C_part_of_the_raspbian_operating_system

install softs

unrar

streaming vers android

tutos

perso

connexion en ssh avec serveur X

slogin -Y pi@192.168.1.16

compte: user: pi , password: pi

editeur texte

leafpad

lancer rdesktop pour rdp avec plein ecran et nom d'utilisateur/password

rdesktop -f -u winxp -p winxp 192.168.1.1

configuration, ecran, overclocking, clavier etc: http://elinux.org/RPi_raspi-config

changement de resolution: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=6&t=5440 créer des lanceurs sur le bureau, copier une icone existante et changer le champ exec: http://doc.ubuntu-fr.org/raccourci-lanceur

au démarrage si le hdmi n'est pas branché, la sortie hdmi est désactivée

http://www.faqxp.com/f/50.asp

http://www.hanselman.com/blog/Top10RaspberryPiMythsAndTruths.aspx

http://www.zem.fr/mise-a-jour-du-firmware-de-votre-raspberry-pi/

http://www.bit-tech.net/news/hardware/2012/09/20/raspberry-pi-turbo/1

http://techblog.willshouse.com/tag/lxde/

Activation du serveur rdp sur la machine windows

panneau de configuration; systeme; bureau a distance

doc et commande

son

http://www.chrisnewland.com/solved-no-sound-in-raspberry-pi-after-startx-x-windows-244

http://elinux.org/RPi_Bugs

http://elinux.org/RPi_VerifiedPeripherals#USB_Sound_Cards

You will usually want the alsa package for sound. In the Debian image for Raspberry Pi (and possibly other distributions) USB sound cards are prevented from loading as the first sound card, which can be an annoyance if it's the only device you have. To disable this behaviour edit /etc/modprobe.d/alsa-base.conf and comment out the last line; options snd-usb-audio index=-2 . If you are not user pi you may need to add your username to the audio group thus: sudo adduser yourusername audio (user pi usually belongs to this group anyway).

http://www.raspberrypi.org/phpBB3//viewtopic.php?f=27&t=14832

http://www.element14.com/community/thread/18205

openelec.tv/forum/134-usage/38947-usb-sound-card

http://benosteen.wordpress.com/2012/04/23/first-steps-with-the-raspberry-pi/

super doc: http://elinux.org/R-Pi_Hub

http://www.raspberrypi.org/quick-start-guide

http://downloads.raspberrypi.org/download.php?file=/images/raspbian/2012-12-16-wheezy-raspbian/2012-12-16-wheezy-raspbian.zip http://www.raspberrypi.org/downloads

http://www.octetmalin.net/linux/tutoriels/raspberry-pi.php

http://www.devencia.fr/2012/02/29/le-raspberry-pi-est-en-vente/

http://raspberry.pi.gw.gd/viewtopic.php?pid=14

http://www.techrepublic.com/photos/raspberry-pi-essential-add-ons-for-modders-and-everyday-users/6378529?seq=11&tag=thumbnail-view-selector;get-photo-roto

commande

http://www.kubii.fr/category.php?id_category=3

2 fois 2191863 Nouveau Raspberry Pi 512Mo Model B Prix TTC 36,99 €

2 fois 2115733 Cordon d'alimentation 1.8M, USB… Prix TTC 2,93 €

1 fois 2113797 BOITIER RASPBERRY PI, BLANC Prix TTC 6,87 €

xbmc

tests

commenter dans /etc/modprobe.d/alsa-base.conf la ligne snd-usb-audio index=-2

sudo apt-get install mpg123 alsa-oss alsaplayer-oss mplayer vlc

mpg123 lit par defaut sur la carte usb et consomme 5% CPU pour un fichier en 128bits/s (overclock high); pour imposer le periph audio 0:

mpg123 -a hw:0,0 fichier.mp3 

pour régler le volume (faire F6 pour choisir le bon periph)

alsamixer

pour que mplayer utilise cette carte: (plus tard essayer les pilotes oss et pulse)

  mplayer -ao alsa:device=hw=0.0  fichier.mp3 

ou

  mplayer -ao alsa:noblock:device=hw=0.0  fichier.mp3 
  
  

videos:

  mplayer -vo sdl -zoom  -ao alsa:noblock:device=hw=0.0  fichier.avi
  
  

lecteur H264 hard qui utilise la sortie son de la rasp ( http://raspberrypi.stackexchange.com/questions/1575/can-the-raspberry-pi-be-used-as-a-media-center )

omxplayer

infos sur le H264: http://fr.wikipedia.org/wiki/H.264

sur le vp, activer le CEC, ca permet à la telecommande de piloter xbmc ( http://raspberrypi.stackexchange.com/questions/1575/can-the-raspberry-pi-be-used-as-a-media-center )

installer xbmc sur rasbian: http://michael.gorven.za.net/blog/2012/08/06/xbmc-packages-raspberry-pi-running-raspbian

pour qu'xbmc supporte les cartes sons usb: http://forum.stmlabs.com/showthread.php?tid=1052

carte son

http://www.leboncoin.fr/informatique/414584063.htm?ca=16_s

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=38&t=7826

http://forum.stmlabs.com/showthread.php?tid=1052

cable hdmi

debug serial

http://svbreakaway.info/tp-raspi.php

http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_RPi.pdf

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=44&t=8301&p=99106&hilit=serial+wiki#p99478

When booting the kernel pass the argument

“console=whatever”

Where /dev/whatever is the device file of the serial line you are watching …

Kernel takes a short time to get far enough though to be able to direct messages to the console though - so you may not get a message …

raspberry.txt · Dernière modification : 2021/02/19 21:20 de 127.0.0.1