Questions tagged [raspbian-wheezy]

Raspbian is a free Debian-wheezy-based OS for the Raspberry-Pi computer.

Raspbian is a free Debian-wheezy-based operating systems for the Raspberry-Pi hardware.

It is an independent project from the Raspberry-Pi itself, and is not affiliated with the manufacturers of the device.

Debian Wheezy (7.0) is the predecessor of the current Debian 8.0 ("Jessie").

Project home page: http://www.raspbian.org/

14 questions
2
votes
1 answer

facial recognition using opencv 3.1.0 on raspberry pi3

I am using opencv 3.1.0, python on raspberry pi 3 for facial recoginition and I used the code below but I am getting an error please how do I fix this I have followed numerous sites on how to fix it but none of them worked ERROR recognizer=…
2
votes
1 answer

GPS update rate Raspberry pi Jessie Vs. Wheezy

I have scoured the internet to this problem and am unable to find any kind of answer. Here is the gist of the project and what I have done so far Project: Our school participates in sounding rocket competitions. I am in charge of payload and part of…
2
votes
1 answer

unrecognized command line option ‘-std=c++11’

As part of installing ROS on rasbian (wheezy) I'm having to install console-bridge manually. I'm running into an issue at cc1plus: error: unrecognized command line option ‘-std=c++11’ From what I can tell this is due to an outdated g++ but when I…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
1
vote
1 answer

error: " no rule to make target 'ilclient' . stop. " when attempting chromecast alternative project with raspbian

Hi I am using an orange pi lite running raspbian wheezy and i am attempting to make it a chromecast alternative using this method https://thepi.io/how-to-use-your-raspberry-pi-as-a-chromecast-alternative/ I am getting stuck on step 5 where im…
00issy00
  • 11
  • 2
1
vote
1 answer

Enforce NTP Time Sync on boot - raspberrypi 3

I have a setup a raspberrypi to sync time from a NTP server as it does not have a HW clock on it, however this update does not happen immediately and takes a while (~15 mins). Is there a way I can enforce the NTP Client to sync datetime with the NTP…
Nachiketh
  • 193
  • 2
  • 18
1
vote
1 answer

SIZE_MAX not declared when trying to build opencv-2.4.10 on raspbian wheezy

I'm trying to build opencv-2.4.10 on my Raspberry Pi model B (wheezy) following these instructions but am getting the error below. What's the best way of fixing this? [ 14%] Building CXX object…
Gavin
  • 1,223
  • 15
  • 20
1
vote
0 answers

*Raspberry Pi GPIO Pins Randomly Activating While Bootup and Operation of OS*

not strictly a programming question but found no other solutions on the web. Using the Pi i have followed the diagram below to control two motors in an old rc tank chassis. diagram Ive gotten all the hardware correct, i.e. H-Bridge etc but what…
Pi Equals
  • 11
  • 1
1
vote
0 answers

Error while installing FFMPEG under Raspbian (Debian 8 Jessie)

I am attempting to get FFMPEG installed on my Raspberry Pi 3 running Raspbian (based on Debian 8 Jessie) When I run the install command I get: sudo apt-get install ffmpeg Reading package lists... Done Building dependency tree Reading state…
Martin
  • 311
  • 1
  • 2
  • 20
1
vote
0 answers

Index out of range on Pi but not on Laptop

I wrote a program that works on my laptop (Ubuntu 14.1 with Python 2.7.6) but does not work on the raspberry pi (Wheezy w/ Python 2.7.3). I am getting a Index: Out of range error on the Pi that does not appear when ran on the laptop. flash.py def…
mri3
  • 256
  • 3
  • 18
0
votes
1 answer

Cannot install mySQL/maridDB on Debian 7 (Wheezy)

Stackoverflow. I am struggling for a past couple of days to install mySQL on my raspberry pi 2 :/ I am not Debian 7 (Wheezy) and there is no way I can change the distribution, have to work with that. So, i need to install MySQL version 5.5 or…
Ilja Leiko
  • 426
  • 2
  • 7
  • 22
0
votes
1 answer

Booting Debian Wheezy on a BeagleCore ? (Kernel panic - not syncing: Attempted to kill init!)

I'm trying to boot a Debian Wheezy Image, Ker 3.8 on my BeagleCore (a smaller version of BeagleBone) with TI AM335x Cortex-A8 processor. I took the Debian Image from beagleboard site. When I try to boot, on a serial interface for debug, I get this…
william
  • 1
  • 3
0
votes
0 answers

How to connect 2.2 tft screen tod raspberry pi 2 model b?

hi i buy a raspberry 2 Model b with a TFT screen 2.2 and I can not configure it to use it as a display. Can you help me on how to wiring to the gpio and how to configure the driver to see.? Sorry for my English I´m tried with notro´s kernel but…
0
votes
1 answer

Cannot install PIP on Raspbian

I can't get PIP running in my Raspberry (running in Wheezy). After I always got this message: ~ $ pip3 /usr/local/lib/python3.2/dist-packages/pip-8.1.2-py3.2.egg/pip/_vendor/pkg_resources/__init__.py:80: UserWarning: Support for Python 3.0-3.2 has…
matzr
  • 81
  • 6
-1
votes
2 answers

Python attribute error onkeypress

I am new to Python. I use IDLE (Using python 2.7) on my raspberry pi. I've been unable to compile the latest program from my tutorial, a cat and mouse game. I get the following error: Traceback (most recent call last) : File …