Low-cost single-board computer the size of a credit card. Also check the Raspberry Pi SE: http://raspberrypi.stackexchange.com/
0
votes
0answers
37 views
Raspberry Pi to Computer - Scripted File Transfer and Deletion
This is my first ever bash script and I've done the best I could to find most of the answers on my own, but I have finally come to a road block.
This script seems to (mostly) work, but I am not ...
2
votes
1answer
21 views
Mount blank file system on msdos partition table
I need to get into a partition on an SD card, but it has no file system and I can't figure out how to mount it. When I type
parted /dev/sdc print
I get
Model: USB Mass Storage Device (scsi)
Disk ...
2
votes
2answers
25 views
Why is mail-utils / cron sending out so many emails?
I was trying to troubleshoot why my Raspberry Pi isn't sending emails with ssmtp / mail-utils, and so I opened up my gmail account that I use for the Pi. To my surprise, there were 15k unread emails ...
0
votes
0answers
9 views
Getty crashes when I attempt to open a serial terminal
I started a getty console on my serial port on a raspberry pi compute module running Raspian by configuring the following line in /boot/cmdline.txt:
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 ...
3
votes
1answer
31 views
Why do packages come without init.d scripts?
I am running Raspbian on my raspberry pi.
I downloaded and installed the custom drivers from Realtek for my wifi dongle
After compiling and moving the binary created to /usr/sbin/ I saw that I could ...
1
vote
0answers
14 views
mount a NAS network share, but let the NAS sleep
I have a NAS (WD MyCloud) which has by default NFS/SMB access enabled. I also have a raspberry pi, that I would like to use as a git server that is addressable over internet using a SSH connection. ...
0
votes
0answers
33 views
isc-dhcp-server [ok] and running but doesnt seem to work at all
I am attempting to create my own Wireless Access point with compatible hardware and software.
Running cmd service isc-dhcp-server start and service hostapd start on my Raspbian box returns
Running ...
0
votes
1answer
37 views
Raspberry Pi run script after startup
Hello I have a Raspberry Pi with openvpn installed and running perfect and I want to launch a command after the desktop mode enters and after all is loaded and running including openvpn on Raspbian. I ...
0
votes
1answer
26 views
Dumping webcam video frames into jpeg
I have a raspberry pi and I want to stream webcam video from it. I want to make it compatible with my Windows Mobile phone (or any other device with a browser), so mjpeg streaming is out of the ...
0
votes
0answers
14 views
How to manually run hostapd will my configuration file?
I have a raspberry pi model b+ and I am trying to turn it into a Wifi access point using a guide I found on adafruit's website. I am having trouble using the code they gave me.
The last step of the ...
0
votes
0answers
26 views
Raspberry Pi OpenVPN SSH problem
I followed this tutorial to configure OpenVPN and it and runs very well:
http://blog.frd.mn/raspberry-pi-vpn-gateway/
Now I want to access my Raspberry Pi via SSH. OpenVPN is most of the time ...
0
votes
0answers
21 views
CUPS & Raspbian - Printer turns on but does not print
I am new to the UNIX exchange...
I have been setting up a home print server on my raspberry pi using CUPS.
I have managed to get it to work with one of my printers, but not with an older Laser ...
1
vote
1answer
54 views
How to tell apt-get to switch from Sources.bz2 to Sources.gz
I have a clean installation of kali-2.0.1-rpi.img on a Raspberry Pi B+. It's connected to the mac via cable and network is working: I can open web pages and ping ips from the pi.
After booting and ...
0
votes
1answer
23 views
inet address not being assigned in /etc/network/interfaces
I am running raspbian and have plugged in two wifi usb dongles.
In my /etc/network/interfaces I have assigned them both ip address.
...
iface wlan0 inet static
address 192.168.2.100
...
0
votes
2answers
30 views
How to set up the gateway for wlan0?
I am using a private hotspot to connect a Raspberry Py to internet. I've setup the password and the ssid in the /etc/network/interfaces file. With this configuration I'm able to connect to the wifi ...
0
votes
0answers
13 views
Cronjob and Mapcrafter for Minecraft not running the renderer
I am using two Raspberry Pi 2 computers: one to run a Minecraft Server, one to run Mapcrafter (http://mapcrafter.org/index) to setup and update the server's map on my Apache2 server.
I am using cron ...
0
votes
1answer
21 views
How to recover configuration files
I removed packages with sudo apt-get --purge remove samba to re-install.
However there still exist configuration files in /etc/samba so I removed the folder manually.
I thought configuration files ...
0
votes
1answer
22 views
Jack and Raspberry Pi
Attempting to write some small midi programs with rtmidi on my Raspberry PI (Debian Wheezy). But, when I compile it, g++ cannot find jack/jack.h.
However, when I run sudo apt-get install jackd it ...
1
vote
0answers
32 views
Wi-Fi drops, it's really complicated to autoreconnect? Raspberry Pi with Octopi/Octoprint
I loaded up Octopi, the distro version of Octoprint to a Raspberry Pi B+. I finally got things working and a few things printed, and then all of a sudden I'm greeted with a message in the interface ...
1
vote
0answers
65 views
VirtualBox - guest bridged connection to host's eth0 fails
I have some weird issues (or lack of understanding) with my VM Lubuntu 14.04 on a Debian Jessie host using VirtualBox. My host has a static IP on its eth0 which is wired to a Raspberry Pi 2 (also with ...
0
votes
0answers
66 views
Kali Linux + RPi : Desktop missing
I run Kali 2.0.1 (light version for ARM) on my Rpi2. Since yesterday, when I turn my Pi on, I get a partial desktop with 3 shortcuts : File system, Home and Trash. The background is still in place ...
1
vote
2answers
67 views
Putting network interface in promiscuous mode (not monitor mode)
I'm looking to capture Wifi request probes while still associated with a network and otherwise not affecting that connection.
I can successfully enable monitor mode but, of course, can't join ...
0
votes
2answers
24 views
Octopi.local does not resolve - DNS name resolution issue
I'm working with the Octopi distro and it's supposed to have a few networking things already put together to make things easy out of the box. One of them is an easy-to-use hostname and/or DNS name: ...
0
votes
1answer
94 views
Raspberry Pi 2 + Kali + bluetooth
I run a light version of Kali 2.0 on a Raspberry Pi 2. I have a Bluetooth keyboard with dongle that I'd like to use with my Pi.
I installed the proper packages (found on several tutorials), the ...
0
votes
0answers
20 views
cannot ping nodes on same ad-hoc network with certain adapters
I'm setting up an ad-hoc network made mostly of Raspberry Pis and I'm running into a problem where nodes using certain wireless adapter cards cannot interact with other nodes on the network. I know ...
1
vote
2answers
33 views
Automatic Background Processes
I'm running my Raspberry Pi off an SSH server, and want to be able to access it out of home. Sure, all I need is an IP. But with my terrible internet, it's constantly dropping out. My IP is constantly ...
1
vote
1answer
72 views
Syntax error: word unexpected (expecting “)”) when running remotely but no problem running locally
I've read plenty of discussions on various possibilities why such a thing can happen however all are about some missing library on the system where the binaries are deployed. This is not my case.
I ...
0
votes
1answer
66 views
How do I SSH into my microcomputer running arch linux?
I am doing the kerberos.io raspberry pi security camera project.
I got to step 5 and am having trouble with getting a command script to appear along with being able to SSH into the Pi.
Per ...
1
vote
0answers
44 views
Hostapd captive portal detection on Android
Already looked on all question related, and also on the chromium project.
I have a working hostapd accesspoint, and a working Captive Portal (works perfectly on ios and mac osx, windows and linux).
...
2
votes
1answer
44 views
No colour in MOTD
I recently bought a Raspberry Pi, and have started playing around with it. After changing my MOTD, (to include colours), the colour codes are coming up as raw-text instead of executing.
I am ...
2
votes
1answer
35 views
Why is blkid displaying a different UUID than /dev/disk/by-uuid for my USB drive
I have a Raspberry Pi 2 and want to automount a USB drive on startup while using an external HDD as root filesystem (see the post on Raspberry Pi StackExchange for further information).
Among others ...
0
votes
0answers
38 views
Ping not working in IBSS (ad-hoc) network on Raspberry Pi
I have five Raspberry Pis, each is equipped with an TP-LINK TL-WN722N (ath9k_hal). Together they form an Ad-hoc network. I setup arp tables on all the Pis over a ssh connection from my laptop. If I do ...
0
votes
2answers
46 views
Can't install locales [closed]
I'm working under Raspbian (for RaspberryPi):
Linux version 3.18.14-v7+ (root@vagrant-ubuntu-trusty-32)
(gcc version 4.8.3 20140106 (prerelease)
(crosstool-NG linaro-1.13.1-4.8-2014.01 - ...
2
votes
0answers
46 views
bluez paired but disconnected
I'm running bluez=4.99-2 on a Raspberry with Raspian installed and an old usb dongle 0a5c:200a Broadcom Corp. BCM2035.
I use an Android device to connect to it, the dongle doesn't support sspmode so ...
0
votes
0answers
22 views
Python Module install Error
I am doing a project to implement Modbus client in the Python.
I found the package pymodbus. I installed in Windows it works fine ,
When I installed the package in raspberry Debian Linux, it was ...
1
vote
1answer
65 views
Usb serial cable (prolific) not working with ftdi_sio driver on rpi-buildroot image
I'm using a raspberry pi to control a LED matrix display with a Prolific USB to serial cable (067b 2303). Using the default raspian image it works perfectly, however with a custom buildroot image ...
2
votes
1answer
48 views
mpg321 playing too fast, at high pitch, via USB Audio
I'm trying to play an mp3 file on a Raspberry PI via USB Audio (iLuv Compact Speakers) and mpg321.
For some reason, it's playing the audio just a little bit too fast, and at a higher pitch than it ...
2
votes
1answer
29 views
Command not starting on boot
I'm trying to run this script https://github.com/oblique/create_ap on startup on my RPi with this command: /usr/bin/screen -dmS ap /usr/bin/create_ap -m nat wlan0 eth0 RaspberryAP ******, but it ...
0
votes
0answers
39 views
Install previous version of iceweasel (raspberry Pi)
I am trying to get selenium (python) working on the raspberry pi.
I am using iceweasel for lack of another browser, but there is some bug im not sure about in the current version that stops selenium ...
1
vote
2answers
50 views
Strange dependency error in installing package
I am trying to install an app we made in Ubuntu (with Quickly) to Raspberry Pi Raspbian.
However, it has a dependency python:any (>= 2.7.1-0ubuntu2) which is unmet in Raspbian although it has Python ...
1
vote
0answers
8 views
Use hardware keyboard with rdp
I'm running xrdp on my RPi, and it works how it's supposed to, but since the keyboard on iOS behaves weird in Microsoft's rdp app, I would like to be able to use my iPhone/iPad as screen (+ mouse) and ...
0
votes
0answers
113 views
Failed to bring up wlan0
I'm running Raspbian on my Raspberry Pi 2.
I have bought a wireless dongle, and I would like to configure both the wired and wireless NIC with a static IP.
This is the content of my ...
0
votes
1answer
78 views
Watchdog daemon doesn't start at boot
I'm using a Raspberry Pi B, with Raspbian.
After upgrading to Jessie, watchdog daemon doesn't start at boot anymore. Starting it manually using "sudo service watchdog start" does work.
I tried:
...
0
votes
0answers
19 views
AODV Routing protocol on Raspberry Pi model B?
is it possible to run the AODV routing protocol on rpi ?
1
vote
1answer
25 views
State of ucblogo package in debian / raspbian
My son and I are playing around with LOGO programming on a Raspberry Pi (in Raspbian). We ran into a problem with the current package (v 5.5) not properly interpreting arrow key input: ...
0
votes
0answers
29 views
A lot of br** interfaces
So I'm using this script https://github.com/oblique/create_ap to start a bridged network on my RPi (works pretty good); now, when I start the script, it creates a new br** interface each time:
...
1
vote
0answers
76 views
How to get an RPi2 running Kali to tether to an iPhone 5S?
I’ve got Offensive Security’s version of Kali Linux running on a Raspberry Pi 2 and I’m trying to tether it to an un-jailbroken AT&T iPhone 5S. From my research it looks like I need to install ...
0
votes
1answer
78 views
Editing make process?
So.. figure this is alright to ask around here.
https://github.com/swarren/u-boot have this, need to get the binary so I can finally run something other than Raspbian on the Pi.
The instructions ...
1
vote
2answers
37 views
Launch node & chrome after system boot
I've a RaspberryPi, and I would like to run a nodeJS script (running a server), and then open Chrome when the server has been launched.
Currently, I launch my nodeJS script thanks to a script in ...
2
votes
3answers
66 views
Transfering mp3 files from a remote server via cronjob to the RPi without overwriting
I succeded in transfering all files from a folder via ftp from a remote server to a raspberry, but I would like to transfer only new ones. Below is the working script i have.
#!/bin/bash -vx
ftp -in ...