Difference between revisions of "Raspberry Pi"

From Robert-Depot
Jump to: navigation, search
(vim instead of vi)
(microline 320 printer)
Line 105: Line 105:
 
*add printer:  
 
*add printer:  
 
**Menu->Preferences->Printing
 
**Menu->Preferences->Printing
**Enter URI: parallel:/dev/usblp0
+
**Printer should autodetect. Or you can enter the URI manually: <code>parallel:/dev/usblp0</code>
 
*http://ubuntuforums.org/showthread.php?t=1436079&page=2
 
*http://ubuntuforums.org/showthread.php?t=1436079&page=2
  

Revision as of 08:05, 5 April 2013

<<< back to Wiki Home

Setup

Install OS on SD card

configuration

apt-get not connecting

  • add DNS server. see here:

http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=17016

vim instead of vi

vim instead of vi so arrow keys work:

  • sudo apt-get update
  • sudo apt-get -y install vim

bash configuration

  • edit .bashrc:
    • uncomment ll and la

add a user account

while logged in as PI user:

  • sudo adduser MyUser
  • sudo adduser MyUser sudo

add audio for non-default user

getting audio to work for a non-default user:

  1. sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,netdev,input rtwomey
  2. logout, then login

SSH Login

ssh login:

  • should work by default. you just need to know the IP address.
  • Connecting to local mac it through netgear box, it's probably 192.168.2.3, or 192.168.2.2.

Store your public key on the remote system, so you aren't prompted for password: http://www.linuxproblem.org/art_9.html

vnc remote

overclocking

scp

  • to copy photos to my current computer, over ethernet cable:
    • scp rtwomey@192.168.2.3:~/images/*.jpg ~/Pictures/
  • if you've stored your ssh public key, you won't be prompted for password!

Software

FM Transmitter

gphoto2

festival

pocketsphinx

megahal

  • try it -

supercollider

nltk

OpenCV

hd video playback

Hardware Peripherals

Verified Peripherals - http://elinux.org/RPi_VerifiedPeripherals

Pi Foundation Camera Module

C-Media USB sound device

C920

microline 320 printer

  • install cups:
    • sudo apt-get install cups
    • will take a little while
  • install menu item:
    • sudo apt-get install system-config-printers
  • reboot
  • add printer:
    • Menu->Preferences->Printing
    • Printer should autodetect. Or you can enter the URI manually: parallel:/dev/usblp0
  • http://ubuntuforums.org/showthread.php?t=1436079&page=2

untested

Problems

Uses