Hi all, I've got a motorbike that doesn't have the engine water temperature but there is the specific sensor. I'd like to add ad additional display on my dashboard so that I'll get the water temperature, ambient temperature and the battery voltage. I found a guy that has implement it with an Arduino...
Which is the best solution in your opinion? Anything except Samba/CIFS. Well... it seems that using netatalk works just fine and I'm currently doing a time machine backup on it but can you please explain me ion more detail because anything except Samba would be fine? I'm asking that becuase I think...
Thanks for response! Auch! I've just found and followed this guide to present the ext4 HD with netatalk: https://www.raspberrypi.org/forums/viewtopic.php?f=36&t=47029 Which is the best solution in your opinion? At the moment I've created my user (marco) and I've added it to all the pi user's groups ...
Hi guys, I'd like to use my "old" Raspberry Pi B+ (now I've got the B2 model) just as a NAS connecting my USB 320GB HD and if possible to share my old printer in the LAN. I've just install Raspian on it, added mas_usb_power=1 to the config.txt and I've conenct the USB HD. Now I'm thinkig to format t...
Hi guys, I've just ordered a new Raspy Pi B 2 so now I'll have my old B+ and my new B2... at the moment I use the B+ as media centre with Raspbmc and I've also installed aMule and Transmission daemons so that I can also use it as "download centre". All my videos and the downloads folders are in a US...
Thanks Ale for your help! I really appreciate! Here there is my output: pi@raspbmc:~$ for i in 2 3 4 5; do ls -l /etc/rc$i.d/ | grep local; done lrwxrwxrwx 1 root root 18 Dec 23 2013 S20rc.local -> ../init.d/rc.local lrwxrwxrwx 1 root root 18 Dec 23 2013 S20rc.local -> ../init.d/rc.local lrwxrwxrwx ...
ilguargua wrote:I don't have raspbmc so I can't check it, but rc.local should be linked as service to start in /etc/rc.d[2 3 4 5] dirs. Does your system has this links?
Ok but on the default rc.local of the Raspbmc there's nothing: #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change th...
/etc/rc.local is not run at startup... Hi all, I've just upgraded my Raspy to the last Raspbmc release (Kodi) but it seems that /etc/rc.local won't run at boot! I've added some lines in order to export a gpio and it doesn't work: echo 22 > /sys/class/gpio/export echo out > /sys/class/gpio/gpio22/dir...
Hi all,
I'm running Raspbmc but assuming the Linux reboot procedure it's the same.... should I need to do manually unmount/eject my USB HD, connected to the Raspberry, before reboot via ssh (sudo reboot or sudo shutdown -h now) or Linux will unmount and eject all my USB device automatically?
we have been working on a new remote display product, called rPlay In short, rPlay v1.0 supports Apple's Airplay protocol, including the latest Airplay Mirroring technology, so you will be able to send iPhone/iPad screens to a HDTV powered by a Raspberry Pi. It supports real time audio/video stream...
sudo nano /etc/modules Add the names of your modules to that list and they will be automatically loaded into the kernel when Linux boots. To get the amixer command run at boot (on Raspbian) sudo nano /etc/rc.local add amixer cset numid=3 2 & somewhere above the exit 0 line in that file. Thanks, wor...
Hi all,
I'd like to add an external button to my Raspberry B+ running Raspbmc and everytime I push the button I want a script (preferred bash) is running so that I can start XBMC if it is not and vice versa (toggle).
Can you please help me starting from the HW to the SW?
Hi guys, I have to start and stop XBMC remotely in the simplest way without ssh.. the TV Remote (HDMI CEC) will be the best option or via GPIO or everything else that is quick and simple. In short, I need to close XBMC every time I want to use rPlay on Raspbmc (Apple Airplay mirroring) and after tha...
Hi guys, I've folloved this guide in order to get rPlay audio working on my Raspbmc... http://cagewebdev.com/index.php/raspberry-pi-getting-audio-working/ How can I make this two cmds, that fix the issue, executed at startup so that when I reboot the Raspberry I have not to type them via ssh? - sudo...