Wheezy is a version of the Linux distribution Debian, which Raspbian, the recommended operating system is based on. Wheezy is a testing release, meaning that it has new software, that works correctly, but may have small bugs or errors.
0
votes
1answer
48 views
Striping down for java/swing only thin client
Very important note: This same question is also asked at the raspberry pi forums. I guarantee to copy answers from here to there with correct credentials.
Hello everyone
I am currently developing a ...
1
vote
1answer
196 views
webm video performance in Midori
I'm running the lastest wheezy image and am trying to run 236kb webm video on loop with the Midori browser (launched in kiosk mode from lxde on login) and gstreamer plugins. The page also has a 7kb ...
0
votes
0answers
86 views
Troubleshooting TP-link WN725N wifi dongle problem
I have a 512MB rev B Pi that seems to be working just as it should. But my TP-link WN725N v2 just doesn't seem to work with it. I run the latest version of Raspbian Wheezy and according to several ...
0
votes
2answers
112 views
cannot resolve hostname error
I have a model B pi with the latest version of wheezy installed. I cannot connect to the internet at all. I am using an edimax nano wifi dongle and using the recommended 5.25v power supply. If i ...
1
vote
4answers
212 views
Will not boot, black screen only
I'm new to the Raspberry Pi and Debian; a complete noob.
I recently installed Debian Wheezy on a 32gb sd card, but so far the Pi has not been able to boot. I replaced the elf, bin files, etc... and ...
0
votes
1answer
69 views
Location of berryboot's config.txt
Related to another question I've asked earlier:
Where is the berryboot's 'config.txt' physically located on the raspberry pi? And how would I access it via command line or similar?
1
vote
1answer
118 views
Raspberry Pi Inaccessible Screen Area Problem
I have berryboot installed, and it has it's own config.txt that overrides the loaded OS' config.txt (so modifying config.txt from the cmdline within the OS does not work). To be able to modify the ...
0
votes
0answers
50 views
How to add applications to the Raspbian wheezy Dock?
Is it possible to add applications to the dock in Raspbian Wheezy?
As I have become more used to Debian, I have begun to look for ways to make it more easily usable. In Windows and in Mac OSx I am ...
1
vote
2answers
86 views
Wheezy: How do I create a .zip on the Pi?
I have created a basic encrytion program for the Raspberry Pi in Python. I have decided to upload it to the Pi Store. According to the site, I need to create a .zip. I have already tried using this ...
1
vote
1answer
104 views
How to shutdown the Raspberry Pi with comments?
I know that I can shutdown my Windows computer with comments.
Is this possible on the raspberry pi? I am using Raspbian "Wheezy"
4
votes
1answer
107 views
How do I update Python to version 3?
Is there any way to update Python on the Raspberry Pi (Wheezy) to Python 3.3?
1
vote
1answer
92 views
Why does Python program work in console mode, but not in Startx?
In this Stack Overflow question I asked about creating a Python program of mine which was meant to allow me to access the terminal from a Python shell. It did not work... at least when running the ...
0
votes
1answer
80 views
Raspberry Pi Network Drive, access denied after reboot - how to fix?
I have set up a shared drive on my Pi, but when it get's rebooted, I have to use remote desktop to log in to the pi, before computers can start connecting to the drive again.
Is there anyway I can ...
0
votes
1answer
50 views
how to automatically boot to desktop mode [duplicate]
i accidentally selected the option of booting to terminal during the initial configuration, now i have to type startx to get the desktop environment, how can i get it to boot to desktop GUI ...
-1
votes
1answer
79 views
How to set up the Raspberry Pi [closed]
I have just gotten my Raspberry Pi. I am a beginner in Linux.
Can someone please explain how I should go about starting up my computer?
1
vote
1answer
52 views
How to make Raspbian “Wheezy” boot to command line
When I first set up my raspberry pi, I changed the settings to make it boot to the GUI automatically. Is there anyway for me to undo this, and make it boot to the command line?
2
votes
1answer
75 views
Check if X is already running
I've set up automatic login and made X auto start like this:
.bach_profile:
sh ~/startup.sh
startup.sh:
#!/bin/sh
if [ -e "/tmp/X0-lock" ];
then
echo "X has already been ...
1
vote
0answers
55 views
problem with mouse only scrolling horizontally not vertically
I have a Rev B Raspberry Pi with Wheezy and am having problems getting the mouse to work corretly. It scrolls horizontally ok but not vertically. Any ideas on how to fix this?
thx in advance
1
vote
1answer
249 views
How do I install my NETGEAR N600 Dual Band USB Adapter WNDA3100
On the plastic around the USB wireless device it says that I should install the driver first.
So can I just plug it in and see what happens or should I install the driver first?
Second, where can I ...
3
votes
1answer
148 views
How do I route between subnets on a single ethernet interface?
I would like to set up a Raspberry PI as a router between two subnets on the same network using the standard built in ethernet interface.
The aim is to be able to use this to monitor network usage ...
2
votes
0answers
55 views
Mono | Overwrite | Crash
I had recently some problems with mono, apache2 and ASP.NET on my Wheezy Hard-Float image.
If I open the page the first time it starts and displays normally. After editing the page and publishing it ...
7
votes
2answers
170 views
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 ...
0
votes
0answers
51 views
Not able to login when connected via HDMI
When I boot my R-Pi connected with the TV (using RC4 cable), it booted by default to the console mode without problems. But, when I booted the device connected with my monitor (using HDMI to DVI ...
0
votes
0answers
80 views
Networks drops, and freezes
Yesterday I've received my Raspberry Pi, and there are some issues I can't get rid of...
After a few minutes (3-4 minutes to be exact) of seemingly error free work session through SSH, the network ...
1
vote
0answers
34 views
XMBC killing xsession on exit (blank screen)
Having some issues with a straight Git/Make install of XMBC (12) on my Wheezy image.
Basically whenever I launch XMBC and then try any of the exit options (exit, shutdown, reboot) the actual ...
2
votes
2answers
240 views
Brand new Pi not displaying video
I just got a new 512 Pi and plugged it in to my TV using HDMI. On first boot everything was working properly and I made it to the config window. On the config window I turned SSH on and then tried the ...
0
votes
0answers
183 views
MonoDevelop won't load
I have a Raspberry Pi running Wheezy on 4gb memory card. I installed Mono and MonoDevelop by running
sudo apt-get update
sudo apt-get mono-complete
sudo apt-get monodevelop
Yet now whenever I run ...
2
votes
1answer
155 views
Updating wheezy breaks Adafruit_CharLCD
So, just to try and keep the wheezy up to date I did an apt-get dist-upgrade and upgraded a couple of things, among which python.
Now, when I try runing the example ./Adafruit_CharLCD.py I get no ...
0
votes
0answers
152 views
svn: E200030: sqlite: database disk image is malformed @ checkout
The .svn folder doesn't exists yet. I tried deleting it after it was created, but I get the same issue again.
@:/var/www/htdocs$ svn checkout https://host/svn/trunk/ .
svn: E200030: sqlite: database ...
1
vote
1answer
384 views
RaspPI/Debian Wheezy obtaining fixed IP address from DHCP server
I've got a Netgear router which is acting as a DHCP server. There I've configured the MAC address of my RaspPI for obtaining a reserved/fixed IP address.
Unfortunately when booting the RaspPI no IP ...
1
vote
1answer
471 views
How to use an UMTS Stick?
I want to use an UMTS/GSM - Stick to connect the RasPi with the Internet. I installed the ppp package and configured the provider information as described here (German article). As OS I am using the ...
0
votes
1answer
283 views
How can I increase the size of the ram disk
In Debian Wheezy If I make a ram disk with
mke2fs -m 0 /dev/ram0
mount /dev/ram0 /mnt/ramdisk
I get a ram disk 3.9M in size. I could really do with 16M, is there a way of making the ram disk ...
0
votes
1answer
219 views
Install HTOP on Wheezy
I'm a complete newbie with linux and raspberry.
How can I install htop on wheezy? I know of apt-get, installing rpm with alien. but There is this error and I cant find any relevant info on google. I ...
2
votes
1answer
982 views
Boot time ssh not working (wheezy raspbian 2012-09-18)?
I have just installed the 2012-09-18-wheezy-raspbian onto SD and plugged it into my pi. According to this question, SSH should be enabled by default. I can see the pi on the network (it responds to ...
2
votes
0answers
679 views
OpenGL for XMBC on Wheezy
I've just installed a fresh wheezy install and updated/upgraded it. I'm now trying to setup XMBC on Pi.
I added the apt key and source for this
deb http://www.deb-multimedia.org squeeze main ...
5
votes
1answer
2k views
Can't boot Wheezy
I am trying to use the current soft-float Debian release from the download page 2012-08-08-wheezy-armel. I can't get it to boot. There are a couple of brief flashes from the OK LED and the the red ...
