A null dereference OOPS like that was specifically fixed in one of two patches pushed to the development kernel - https://github.com/raspberrypi/linux/commit/8c3d773472ace626e28ea6020180d96a7a07b755 https://github.com/raspberrypi/linux/commit/3e964c4229a7f0544d290456aac18988bc5d4d5c Can you please ...
My new Raspberry Pi Model A froze after a few minutes with this screen (old school screenshot). I was connected via SSH to it at the same time and it completely killed my terminal: I couldn't type anything, I wasn't disconnected, ctrl+c didn't kill SSH. http://imgur.com/9qMiAvj ... Having looked at...
... I am running Raspbain "Wheezy" (2013/02/09) but would like to be able to run OpenELEC in the long run ... ... In my case my Rev 1 board with an old version of Wheezy worked fine, but the Rev 2 board with Raspbian required that I set hdmi_force_hotplug=1... My B1 and B2 boards all worked fine un...
But basically you are doing the same exact thing. I have also tried it pi to pi without having tried from Windows first and it still didn't work. I will have to try it manually as you have done and see what happens; very weird problem. Since I posted, I've spotted one other difference - I'm not req...
So, a long time ago I set up my Windows PC to connect to my pi using tightvnc through a SSH tunnel. Works great. So today I tried to vnc from one pi to another pi using the exact same technique, but it displays the local screen, not the remote one. I don't know why this is happening. So here is the...
... I am running Ubuntu, and found a VNC client in the Ubuntu Software Center - gtkvncviewer. The one they use in the lesson is RealVNC. I enter the info just as they do in the Lesson with RealVNC - appending with the port and everything, and user: pi password: raspberr, and get "you have been disc...
... The first thing I'm going to do with the pi is installing a LAMP setup, for hosting a personal mediawiki (a bit of an overkill for a wiki that is basically only used by me, but I've found it's a great way to learn stuff!) After some reading on using the pi for databases of this kind, I've kind ...
Is it possible to have two keyboards in control of a bash session? Where one keyboard is a Logitech wireless keyboard (main pi keyboard) and the other keyboard is actually a laptop connecting through to the pi from a ssh session. One scenario is being able to correct typing entered by the Logitech ...
Well, now I am getting video when using the composite cable, but still nothing when using HDMI. Is there something I will need to configure on the Raspberry Pi to get HDMI to work? Some HDMI cables/devices may not provide all the signals "required" and the Pi has to be "told" not to expect them - s...
I need to format an sd card that is currently formatted ext4 to fat32. In Gparted there is fat32 in the list of format options but it is grayed out, only ext2-3-4 and linux swap are enabled. Why is this and is there another way to format it with the pi? Hi Jim, I usually use Gparted via Ubuntu on m...
Hi, I reacently bought a new rassbery pi model b. I quickly plugged in all the cables in the appropiate order and nothing was on the screen. The FDX, PWR and the 100 was lit and the LNK was flashing and the ACT flashed then went off. My SD car is 4gb and i wrote it tried it then rewrote it but the ...
Hi my Pi was working great , then it started slowing down , it's set for streaming films TV etc , yesterday it booted to the Pi logo , and displayed the following message . ***error in mount_storage:mount_common:could not mount/dev/mmcblk0p2***[19.7453271 system halted I have no idea what any of th...
... It is a portable thumb drive, and is powered by the USB port. I haven't had any previous issues with my PSU, but this is also my first attempt to mount a drive on my Pi. It is 4GB and has "Emtec" as a logo printed on it, but I don't know much more about it than that. ... Is it similar to the on...
Hi m0xpd, Since I'm not a python user so I can't help much but, because I hope to experiment with a "cousin" of your device, the MCP3008, your post "caught my eye". As a 'C' programmer I'm intending to make use of Gordon's Wiring Pi library's support for SPI (https://projects.drogon.net/raspberry-pi...
my objective is want to display the output in my laptop... FWIW (and slightly off-topic) Whilst I havn't done anything much with the Pi's own UART (yet - I'm just starting to do "GPIO things" "at the mo.") I did test out a USB - RS232 cable a while ago and logged it as "working" in the wiki. Some p...
Hi. I've bought 5V/2A charger . But I have a problem - with this charger, lan doesn't work, and after few minuts raspberry freeze. What spec. should have usb hub? With this charger I can charge all older phones but Samsung Galaxy S Duos. Thx. for any advice. Having followed your link to the charger...
What type of "Remote Desktop" are you using (which program)? I normally use a PuTTY ssh terminal since that's available for both Windows & Linux (my netbook is dual-boot WindowsXP/Ubuntu). Whilst that tool supports X11 forwarding and thus allows a GUI app. on the Pi to display as a (separate) "X win...
Have you tried using raspi-config to do this task?
Whilst that tool normally just runs on the very first boot of a fresh raspbian image it can be rerun later via:
sudo raspi-config
Could it be that the SD card's tiny (often white) lock slider/switch is getting pushed into the "locked" ie. read only position during insertion? IIRC from the wiki, this has be reported as happening with some (makes of) cards.
Trev.
Additionally, unless the "#includedir /etc/sudoers.d" line has been uncommented (no #), that sub-directory should not be being read. The hash is actually part of the directive (as with cpp's #include), not a comment. There are a few packages that add files to that directory, but the file /etc/sudoe...
Since Linux, unlike Windows, does not use drive letters (A, B, C ... Z) there probably isn't a "one for all" solution for what you're hoping to do. However take a look at my "Multiple USB Sticks" suggestions at http://www.cpmspectrepi.webspace.virginmedia.com/raspberry_pi/MoinMoinExport/MultipleUsbS...
My favourite is "apropos" (as in "apropos sound") for example. Just my "two pen'worth" from my Unix days.
Trev.
(What this command tells one is left as an exercise for the reader )