I've been using my raspberry pi as a web-server for a while, and I noticed random files showing up in the / directory. I couldn't find anything about it online which will help me resolve this issue. Does anyone know what this is?
Related
Since the Widevine support is available for Raspbian I'm able to watch Netflix and Amazon Prime Video on the Raspberry Pi just using the Chromium Browser.
I have, however, a strange behaviour when trying to browse the Amazon Prime Video Webpage when suddenly the whole system just freezes and only hard reboot (unplugging power) will reset the system. This happens every time. I can open the Page, see the Movies and then the whole system just freezes.
Netflix, youtube is working fine.
Has anyone else ever experienced this behaviour?
Raspbian is updated and upgraded.
I can confirm this issue. Opening Prime Video with Chromium causes the page to freeze. I am running Raspberry Pi OS 32 bit with RPi 4 (4 GB RAM). I did install minimal build and then added XFCE desktop.
I have been trying to try OTA update on Raspberry Pi mentioned via their website https://learn.microsoft.com/en-in/azure/iot-hub-device-update/device-update-agent-provisioning
However, whenever we flash the SD card and boot up for the first time the device is getting stuck as in the image the raspberry Pi boot stuck
Could anyone please guide on what can be done so as to fix issue and go ahead?
I am trying to install LTTNG tracing tool on raspberry pi and beaglebone black board. I have searched online and have not seem to found any tutorial that successfully does this. The official LTTNG documentation does not work on these devices. Does anyone know of any tutorial? Thanks.
I have a waveshare 3.5 inch touch LCD display and I m trying to get it working with the latest version of Raspbian A.K.A Raspbian Jessie. I followed futurice.com 's tutorial on getting it to work (tutorial is titled I'd like some LCD on my pi) and it worked on Raspbian Wheezy just fine. All I get now is a blank white screen. All help is greatly appreciated! (I must use the official Raspbian Jessie image without NOOBS from the Raspberry pi website.) I have a Raspberry Pi 2 Mobel B +.
From the product page:
Why the LCD doesn't work with my Raspbian? To use the LCD with the
Raspberry Pi official image, driver should be installed first. Please
refer to the user manual. However, for the first testing, you may want
to use our provided image directly. Why the LCD still doesn't work
with the Waveshare provided image? Make sure the hardware connection
is correct and connects fine. Make sure the image in TF card is burnt
correctly. The PWR will keep on and the ACT will keep blinking when
the Raspberry Pi starts up successfully, in case both of the two LEDs
keep on, it is possible that the image was burnt incorrectly OR the TF
card was in bad contact. Which power supply should I use? It is
strongly recommended to use a stand-alone 5V/2A power adapter, because
the PC's USB port might doesn't have enough power to support the Pi
and LCD. For more info, please check the wiki page
You can find more info on their wiki.
It sounds like you either need to use their Raspian image, or install the driver for this display on your existing Raspian install:
wget http://www.waveshare.net/w/upload/7/73/LCD-show.tar.gz
tar xvf LCD-show.tar.gz
cd LCD-show/
sudo ./LCD35-show
I have been trying to get pianobar working on my Raspberry Pi. I built version 2013.05.19-dev from Github and it works when I have /etc/libao.conf default_driver=alsa. The problem is that this gives horrible quality audio. I followed the instructions for installing PulseAudio and MPD on dbader's blog. Now when I set default_driver=pulse, pianobar tells me /!\ Cannot open audio device. I have been looking for a solution to this so any tips or help would be great!