Running “uname -a” on my Raspberry Pi will yield the following: Linux tm-gw 4.4.14-v7+ #896 SMP Sat Jul 2 15:09:43 BST 2016 armv7l GNU/Linux My problem is that I have a USB device which vendor and product ID isn’t registered in CP210x.c file, which – again – means that even though it can be found, the raspberry will not allow
Tag: raspbian
Concat multiple (self-generated) videos using ffmpeg on raspbian linux
I am a very talented sleep talker, so I decided to write a solution that records the things I talk at night to make funny videos with subtitles of it. The project is nearly done, but I got a big problem with concating videos I generated before. The video parts are generated from single png frames using this command: Then
Linux Framebuffer set resolution correctly
I have a RaspberryPi and want to display an image fullscreen without xserver – so write it directly to the framebuffer. No problem here. But setting it fullscreen doesn’t work. yields: So I use resulting in If I now use fbi to display an image, or just fill the framebuffer /dev/urandom >> /dev/fb0, just part of the screen is filled.
How do I restart wlan0 with the static ip instead of a dynamic ip? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question
Raspberry Pi: Does the framebuffer image viewer (FBI) display gifs?
I have a TFT Screen hooked up to a Raspberry Pi. When I tried to display a gif using fbi, it just showed a static image. Does it only work for images? If so, what can I use instead to display gifs? Answer Only Images. It will sometimes show a gif but not animate it. from fbi’s man page fbi
chown and chmod doesn’t work (Raspberry Pi 2 – Jessie)
I would like to make a fileserver at home using Raspberry Pi 2. Currently there are 3 users: root, pi and alma. My connected external drive is mounted automatically to /media/pi/TOURO I would like to share “Share” directory on this drive for “alma” users (with read+write permissions) The problem is that when I try to change owner of the “Share”
Send Command to serial port via Cu and exit in same line
I want to execute “sw i01” into cu command and exit cu (with “~.”) in just one line or in file bash because il will execute them from a distant server In this image i put: then it return “Connected.” i put “sw i01” (command switch HDMI to input 1) it return “Command Ok” then i exit with “~.” (the
Strange error while trying to deploy qt5 app on raspberry pi
I have a project which I’ve made on Ubuntu 14.04 LTS, but then, I wanted to test if the Raspberry Pi was capable of running this little program of mine. Then I’ve followed the instructions on this link to compile and build qt5 natively on the Pi. I’ve managed to install qt5 without problems, I could even compile and run
Is it possible to install pcsc-lite 1.8.13 on Raspbian OS?
I’m working on a Raspberry Pi project. I’m trying to install a driver package for ACR1251U-A1 NFC tag. This package requires to install pcsc-lite package at first. But as I understand after a search on the internet, pcsc-lite 1.8.13 is not available for Raspbian OS. My supervisor persists that pcsc-lite 1.8.13 should be installed on Raspberry Pi to make NFC