Questions tagged [raspbian-wheezy]

For questions about Raspbian Wheezy, the Raspberry Pi operating system based on Debian 7 ("Wheezy"). It was superseded by Raspbian Jessie in April 2015 and Stretch in June 2017. Use this tag only where you are specifically using Wheezy; for more recent versions of Raspbian, use the appropriate tag.

153 questions
29
votes
6 answers

How to setup Network Manager on Raspbian

Is it possible to get Network Manager working on Raspbian? It's easy to install with: sudo apt-get install network-manager but I couldn't get it to manage any of my connections. Unfortunately, it looks like only a old version of NM is available in…
Cerin
  • 2,291
  • 8
  • 33
  • 49
20
votes
2 answers

insserv: warning: script 'mathkernel' missing LSB tags and overrides

I'm trying to run: sudo update-rc.d avahi-daemon defaults But i get the error: insserv: warning: script 'mathkernel' missing LSB tags and overrides I've read that it has something to do with the wolfram engine. Any solutions?
Waddas
  • 375
  • 1
  • 3
  • 10
16
votes
3 answers

What is the difference between Raspbian Wheezy and Raspbian Jessie?

I just set up a new Raspberry Pi and accidentally installed Raspbian Jessie rather that Raspbian Wheezy. Are there any significant or important differences I should know about?
A.Murph
  • 175
  • 1
  • 2
  • 7
15
votes
1 answer

How do I update Python to version 3?

Is there any way to update Python on the Raspberry Pi (Wheezy) to Python 3.3?
xxmbabanexx
  • 3,278
  • 7
  • 36
  • 56
13
votes
3 answers

Is there some kinda serial number available from OS level?

I would like to identify which RaspberryPI hardware instance is booting on my network. I have plans for using a LOT (not just 10) of them as clients in a larger solution, but I would like to reuse the SD-image for them all. Is there any kinda way…
BerggreenDK
  • 364
  • 1
  • 3
  • 14
12
votes
2 answers

How to send audio to BOTH headphone jack and HDMI simultaneously?

I am needing to send audio through both HDMI and the 3.5 mm headphone jack simultaneously. I have not been able to find anything on this. Is this even possible?
Joker327
  • 119
  • 1
  • 5
12
votes
3 answers

How to install Real Time Clock (RTC) on Raspbian?

I have: Raspberry Pi with 2015-05-05-raspbian-wheezy ds1307 attached (it's an Adafruit board, pullup resistors not installed). How do I: configure drivers make sure the Pi actually uses the RTC time on startup? I've actually done the first…
greggo
  • 631
  • 2
  • 5
  • 11
12
votes
2 answers

Why does USB port enumeration change?

I'm using a Huawei GMS/UMTS USB modem with Gnokii and Gammu. The modem was in the lower port on Pi. With dmesg | grep tty it would show up on /dev/ttyUSB0 and /dev/ttyUSB1. (2 USB devices on 1 stick is normal, in this case). I configured Gnokii and…
RolfBly
  • 609
  • 1
  • 9
  • 24
11
votes
2 answers

How to debug no Internet connection?

I am using a Raspberry Pi that is connected to the router directly with an ethernet cable but the device will not connect to the internet. All the network lights light up but I cannot access the internet and cURL, wget, and ping commands are all…
anthonybell
  • 211
  • 1
  • 2
  • 4
10
votes
3 answers

Official MongoDB Repo for ARM Processor for Debian base

Is there an official MongoDB repo for the Raspberry Pi Following: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/ Got this issue: W: Failed to fetch http://downloads-distro.mongodb.org/repo/debian-sysvinit/dists/dist/Release …
Phill Pafford
  • 239
  • 1
  • 3
  • 9
9
votes
5 answers

Disabling USB ports

I'm using the RPI to create a program, but I need to disable the USB ports so that the end user cannot plug in a keyboard or mouse and mess with the device. Is this possible, and if so how is it done?
fypfyp
  • 167
  • 1
  • 2
  • 6
8
votes
10 answers

Will not boot, black screen only

I recently installed Debian 7.0 (Wheezy) on a 32 GB SD card, but so far the Raspberry Pi has not been able to boot. I replaced the elf, bin files, etc... and the monitor is now getting a response, but no boot up screen - it is just blank. When I…
7
votes
3 answers

Why there is a collabora.list on my raspbian wheezy source repo?

Why there are more sources repos on my raspbian wheezy? They are /etc/apt/sources.list.d/raspi.list and /etc/apt/sources.list.d/collabora.list. For what are they needed?
Lucho
  • 185
  • 1
  • 9
7
votes
4 answers

How to disable Wi-Fi Dongle sleep mode

before voting this question down or closing it i know there are allready answers on this here but they do not work for me. I have a Raspberry B+ with wheezy lates version and a Usb WiFi Dongle : Ralink Technology, Corp. RT5370 Wireless…
Zion
  • 321
  • 2
  • 3
  • 4
7
votes
2 answers

Automatically run a program as root for GPIO?

I have a Raspberry Pi running Raspbian that I want to auto-login and then automatically run a program that uses the GPIO as root. I have auto-login working as per this website. What is the best way to run a program that needs GPIO? Is it adding the…
mirams
  • 3,928
  • 4
  • 19
  • 23
1
2 3
10 11