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=== version qui supporte les fichiers multi-archive: http://raspberrypi.stackexchange.com/questions/3617/how-to-install-unrar-nonfree ===streaming vers android=== http://www.bricobidules.com/index.php?post/2013/05/23/Streaming-vid%C3%A9o-de-Raspberry-Pi-%C3%A0-Android http://www.plugngeek.net/streaming-ftp-et-android-une-seule-solution-viable dans cambuddy: http://192.168.1.24/mjpg/video.mjpg =====tutos===== http://elinux.org/RPi_Tutorials http://linuxtortures.blogspot.fr/2012/06/cross-compiling-and-cross-debugging-c.html http://log.liminastudio.com/writing/tutorials/tutorial-how-to-use-your-raspberry-pi-like-an-arduino http://www.raspberrypi.org/phpBB3/viewtopic.php?f=7&t=1351 http://myraspberrypiexperience.blogspot.co.uk/p/setting-up-vnc.html XBMC + Desktop, Spotify & Internet Browser: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=23051 =====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==== doc sur problèmes de configuration (son; video etc...): http://elinux.org/R-Pi_Troubleshooting#Sound observium pour avoir des stats sur un serveur raspberry: http://www.memetic.org/monitoring-the-raspberry-pi-with-observium/ overclocking: http://www.memetic.org/raspberry-pi-overclocking/ quake 3: http://www.memetic.org/quake-3-with-sound-for-the-raspberry-pi/ ====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==== xbmc: http://wiki.xbmc.org/index.php?title=Raspberry_Pi compiler son xbmc: http://www.raspbian.org/RaspbianXBMC installer xbmc sur une raspbian existante: http://michael.gorven.za.net/raspberrypi/xbmc http://wiki.xbmc.org/index.php?title=Raspberry_Pi ====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==== http://shop.ebay.fr/i.html?_nkw=dvi+hdmi+cable&_sacat=0&LH_PrefLoc=3&_sop=15&cmd=Blend&LH_TitleDesc=0 http://cgi.ebay.fr/Gold-HDMI-To-DVI-D-24-1-Pins-Male-LCD-HDTV-Plasma-Cable-1M-1-5M-2M-3M-5M-7M-10M-/230848702494?pt=LH_DefaultDomain_3&hash=item35bfa7a81e http://cgi.ebay.fr/6ft-1-8M-HDMI-to-DVI-M-Male-Video-Cable-Gold-Cord-HDTV-/121002560943?pt=FR_Informatique_Reseaux_Autres&hash=item1c2c508daf http://cgi.ebay.fr/Adaptateur-DVI-Male-vers-HDMI-Femelle-PC-TV-ECRAN-LCD-LED-3D-Dreambox-HD-Cable-/251209038670?pt=FR_C%C3%A2bles_adaptateurs_audio&hash=item3a7d39bb4e http://cgi.ebay.fr/ws/eBayISAPI.dll?ViewItem&item=181057376362&fromMakeTrack=true&ssPageName=VIP:watchlink:top:fr ====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 ...