Trying to install Fuze Basic on amd64 but the download fails as file not exists on server From https://www.fuzebasic.com/bin/fuzebasic_3.9.2_installer one can see it tries to download http://www.fuzebasic.com/bin/fuzebasic_3.9.2_amd64.tar.gz which has been moved to <p>The document has moved <a href=...
Hi, Whenever I plug in/out an USB device (storage, modem, etc) , I get a kernel oops. I have tried the official Arch Linux ARM forums, but no luck. If I run on kernel 4.1.15 from a disk image made end Jan-2016, I do not experience this issue. I see that the issue has been reported here ... Is this ...
It looks like you probably need to compile from source. I am searching but not finding where the source is, though! Pacman does list a few packagekit type packages though, I wonder if one of those might help you? Search with pacman -Ss packagekit, pk seems to be related to packagekit. There is a pa...
Hi, I've recently reinstalled arch and I now have this problem. When I connect to the pi via ssh with X forwarding, and I want to run emacs, it does not display the menu items properly, nor the dialog boxes. Instead I get boxes everywhere http://picpaste.com/emacs-0RCjpHzR.png On the pi terminal, em...
I did not see an improvement. Today I get 2 more issues using pulse 1) mpc does not expose volume controls. it happens 50%. let;s say I do mpc play 1 (it shows volume: n/a) mpc play 2 (it shows volume: 30% ) 2) it cannot play mp3 / m4a files ERROR: Failed to decode ElTren.m4a not impressed so far. m...
Hi, I'd like to use pulseaudio 6 as it has added support for bluetooth devices. I have an mpd server running on the pi and I tried first to play via the internal audio. I've installed pulseaudio and configured mpd to output to pulse as audio_output { type "pulse" name "Local Music Player Daemon" } a...
Hi, this happens each time there is a power cut. I think: the Pi comes back way faster than the router and when it tries to get an IP the router is not there yet so I always need to power it off and on again. it seems the DHCP client does not try to reget an IP when the router is back on. there is a...
Hi, I'm cross compiling the Pi kernel from a x86 machine. On the https://github.com/raspberrypi/tools/tree/master/arm-bcm2708 I can find 2 hard-float compilers 1) arm-bcm2708hardfp-linux-gnueabi 2) gcc-linaro-arm-linux-gnueabihf-raspbian which are a 4.7 and 4.8 version respectively. this page sugges...
Hi, I've been trying for a while to setup my Pi as an Internet Radio player. I use mpd and internal audio. Then, I decided to use a PS3 controller via bluetooth as a remote control and got a lot of issues, which seem to be resolved (so far so good) by the latest FIQ usb rewrite. But in the meantime ...