Raspberry Pi
From Holyheads Wiki
(Difference between revisions)
(→Things I want to try) |
(→Misc Q&A) |
||
Line 36: | Line 36: | ||
: A: Try adjusting the PAM settings, see [https://www.google.de/search?q=pam+password+minimum+length Google search for ''''pam password minimum length''''] | : A: Try adjusting the PAM settings, see [https://www.google.de/search?q=pam+password+minimum+length Google search for ''''pam password minimum length''''] | ||
− | * Q: | + | * Q: How to configure static IP? |
: A: In /etc/network/interfaces: | : A: In /etc/network/interfaces: | ||
Line 43: | Line 43: | ||
netmask 255.255.255.0 | netmask 255.255.255.0 | ||
gateway 192.168.0.1 | gateway 192.168.0.1 | ||
+ | |||
+ | * Q: How to read core temperature, etc? | ||
+ | : A: [http://elinux.org/RPI_vcgencmd_usage vcgencmd]: $vcgencmd measure_temp | ||
===Things I want to try=== | ===Things I want to try=== |
Revision as of 21:17, 28 December 2013
Contents |
Cockbook
My collection of hints, tips and tricks (supporting my memory and maybe also helping others).
Mounting USB drives
- Slow USB drive performance?
- Mount with option 'noatime' or 'relatime'
- Mount without option sync (e.g. keep default async)
- Auto mount done by OpenElec:
/dev/sda1 on /var/media/Holyhead type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
Samba server / NAS
- How to install?
- Raspberry Pi: Samba Server installieren (German)
- Low Budget NAS mit einem Raspberry PI (German)
- Slow performance?
- see 'Slow USB drives' above
- use Raspbian, etc without GUI to get as much CPU power for file-transfer as possible (OpenELEC or RaspBMC constantly result in about 10-20% CPU load when idle, use top to check!)
Misc Q&A
- Q: Does Raspberry support WOL?
- A: No: the Ethernet chip is connected via USB ([3])
- Q: The new password is to short.
- A: Try adjusting the PAM settings, see Google search for 'pam password minimum length'
- Q: How to configure static IP?
- A: In /etc/network/interfaces:
iface eth0 inet static address 192.168.0.31 netmask 255.255.255.0 gateway 192.168.0.1
- Q: How to read core temperature, etc?
- A: vcgencmd: $vcgencmd measure_temp
Things I want to try
- bfq IO scheduler BFQ to increase throughput
- Samba: try adjusting 'socket options' in (/etc/samba/smb.conf) to increase NAS performance: some websites recommend to disable the 'socket options', some recommend to set:
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
- Overclocking via
raspi-config
(e.g. [4] (German))
Some links
Blogs, forums, etc:
- www.raspberrypi.org/phpBB3/
- Stm Labs Forum / Raspbmc
- Wel!s Blog (German)
- Raspberry Pi Blog of Jan Karres (German)