Tagged Questions
2
votes
0answers
23 views
Debian based Raspberry – samba invisible unless I restart
I have a Raspberry Pi running Raspbian along with other computers on the same network. I installed, configured and started samba to share files from my home folder of the Raspberry Pi to my other ...
3
votes
0answers
69 views
How do I mount a Windows folder with cifs on Raspian
I'd like to access the music library from my desktop with my Raspberry Pi, and I'd like to do this via Samba/cifs.
I did the following:
Set the folder Q:\musik as a shared folder on my Windows ...
0
votes
1answer
35 views
USB Drive Software Disk Mirroring - Is this the right approach?
I have a 1TB NTFS USB Data Drive (no boot, etc...) that I would like to keep a mirror of as a backup in case of hardware failure.
It is always connected to my raspberry pi running the raspbian ...
2
votes
1answer
223 views
How do I start a gui framebuffer (no X) application on startup instead of console login prompt?
I have a python application that uses pygame to access the framebuffer directly without using X. I want to start this application on startup instead of showing the console login prompt. I haven't ...
1
vote
2answers
164 views
init.d script causes boot hang
I successfully installed a script to automatically launch in /etc/init.d on my new Raspberry Pi.
Unfortunately, it is a node.js app that never returns, and therefore hangs the device during boot ...
3
votes
1answer
139 views
Why does wlan1 not get a static IP?
I have a Raspberry Pi with two USB wlan adapters. wlan0 is configured with DHCP and wlan1 is configured with a static IP address and hostapd (access point) is running on this interface. The adapter ...
2
votes
3answers
196 views
CUPS - check if print successful (either python or in system)
EDIT: I forgot to make it clear I'm using python and pycups. The code is python but I shouldn't have thought that was enough.
I've dug through the cups documentation a few times and couldn't find ...
1
vote
1answer
810 views
OMXplayer and HDMI audio on the Raspberry Pi
When I try playing video using the command:
omxplayer -o hdmi
sound will not work unless I also include the -r switch.
The only problem with this is when the video is done it leaves a black screen ...
2
votes
2answers
327 views
run executable on boot
For the life of me, I cannot get this to work. I'm running Debian on Raspberry Pi.
running this command from CLI:
/home/pi/domotiga/DomotiGaServer.gambas -d
runs my home automation server.
How ...
4
votes
2answers
149 views
How can I launch applications from 2 ttys on launch?
I've currently got 2 ttys logging in automatically, but I need to launch a node script from one and a C program from another as soon as the device loads.
The device is a Raspberry Pi running ...
3
votes
0answers
235 views
Problems with printer page format in cups
I'm setting up print server for custom thermal printer on Raspberry Pi running Linux Debian and I have a strange problem. If I print a test page it prints OK, same with web page from Firefox, but when ...
2
votes
1answer
1k views
Getting webcam to work in Raspberry Pi
I am trying to get a HAMA webcam to work with my raspberry pi with the raspbian os.
When I type usb-devices I get:
pi@raspberrypi ~ $ usb-devices
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 ...
1
vote
1answer
4k views
Mount USB drive (FAT32) so all users can write to it
I have a USB FAT32 drive that is on /dev/sda2. I've mounted it as /media/bigdrive however, I get permission denied whenever I try to touch a file there as a non root user.
When I run mount I can see ...
5
votes
1answer
2k views
How to get my bluetooth keyboard to be recognized before log in?
Because I need to use my keyboard to log in, I would like my keyboard pair automatically, pre-log in.
I am using Debian squeeze, and am new to linux. All tutorials I have found seem to require the ...