Go to advanced search

by Solskogen
Fri Mar 06, 2020 1:59 pm
Forum: Arch
Topic: Script for Argon one pi4 fan ???
Replies: 17
Views: 7994

Re: Script for Argon one pi4 fan ???

Sorry, I can't help you. It just works here.

How does you /etc/argononed.conf file look like?
by Solskogen
Fri Feb 28, 2020 2:29 pm
Forum: Troubleshooting
Topic: rpi-eeprom-update on the Pi4 - unusual output?
Replies: 9
Views: 692

Re: rpi-eeprom-update on the Pi4 - unusual output?

New install with a old image, perhaps? Try a "apt-get update && apt-get dist-upgrade -fu && reboot" and try again.
by Solskogen
Tue Feb 04, 2020 10:28 am
Forum: Raspberry Pi OS
Topic: Position-independent code
Replies: 0
Views: 506

Position-independent code

On Debian buster (x86_64) gcc creates PIE binaries by default, while Raspbian does not. Rasbian cat test.c int main(void) { return 0; } gcc test.c hardening-check a.out a.out: Position Independent Executable: no, normal executable! Stack protected: no, not found! Fortify Source functions: unknown, n...
by Solskogen
Mon Jul 15, 2019 11:53 am
Forum: Beginners
Topic: max_framebuffers in config.txt
Replies: 5
Views: 3234

Re: max_framebuffers in config.txt

Okay, so it should match the number of attached displays.
Thanks!
by Solskogen
Mon Jul 15, 2019 11:25 am
Forum: Beginners
Topic: max_framebuffers in config.txt
Replies: 5
Views: 3234

Re: max_framebuffers in config.txt

That's not quite the same as max_framebuffers if I understand it correctly. max_framebuffers=2 Is what I find in config.txt
by Solskogen
Mon Jul 15, 2019 10:49 am
Forum: Beginners
Topic: max_framebuffers in config.txt
Replies: 5
Views: 3234

max_framebuffers in config.txt

What is that used for? I can't seem to find any documentation about it.
by Solskogen
Fri Jul 12, 2019 7:03 am
Forum: OpenGLES
Topic: Thread from Pi4 discussion
Replies: 87
Views: 23438

Re: Thread from Pi4 discussion

Oh, quick note. I cannot get SDL 2.0.9 to work. I had to use the one in mercurial (the coming 2.0.10 version)
by Solskogen
Thu Jul 11, 2019 1:22 pm
Forum: Raspberry Pi OS
Topic: command-not-found not working
Replies: 2
Views: 1280

command-not-found not working

pi@raspberrypi:~$ command-not-found vim Could not find the database of available applications, run update-command-not-found as root to fix this Sorry, command-not-found has crashed! Please file a bug report at: http://www.debian.org/Bugs/Reporting Please include the following information with the r...
by Solskogen
Thu Jul 11, 2019 12:59 pm
Forum: OpenGLES
Topic: Thread from Pi4 discussion
Replies: 87
Views: 23438

Re: Thread from Pi4 discussion

I would suggest you configure SDL2 with --disable-video-rpi --enable-video-kmsdrm as options. Unless you do, SDL2 gets configured with the old rpi driver in /opt/vc. And with --enable-video-kmsdrm you can use SDL2 in console, without X11. kmsdrm needs a couple of packages installed: libgdm-dev and l...
by Solskogen
Tue Jun 25, 2019 7:10 am
Forum: Raspberry Pi OS
Topic: Raspbian Bittorrent tracker
Replies: 7
Views: 1146

Re: Raspbian Bittorrent tracker

I've seen this as well. But it downloads and uploads correctly, so I guess it has something to do with the tracker.
by Solskogen
Thu Sep 28, 2017 5:45 pm
Forum: Raspberry Pi OS
Topic: Clean install Rasbian buster
Replies: 5
Views: 2814

Re: Clean install Rasbian buster

I get the picture :-)
Thanks!
by Solskogen
Thu Sep 28, 2017 10:27 am
Forum: Raspberry Pi OS
Topic: Clean install Rasbian buster
Replies: 5
Views: 2814

Re: Clean install Rasbian buster

Well, there are packages for buster. If I try to upgrade from stretch, a lot of packages are available for upgrading.
by Solskogen
Thu Sep 28, 2017 6:19 am
Forum: Raspberry Pi OS
Topic: Clean install Rasbian buster
Replies: 5
Views: 2814

Clean install Rasbian buster

Is that possible or do I have to first install Strech and and upgrade?
by Solskogen
Fri Sep 22, 2017 10:33 am
Forum: Raspberry Pi OS
Topic: ScummVM on Rasbian Stretch
Replies: 6
Views: 2063

Re: ScummVM on Rasbian Stretch

My experience is that it is not. I've tried with a Atari ST(e) emulator called hatari, which can use either SDL1 or SDL2. Running the SDL2 version is *much* slower than SDL1 (the emulator is a good as useless with SDL2), but on other platforms (this does not only apply on Rasbian, so it's not a Rasp...
by Solskogen
Fri Sep 22, 2017 7:36 am
Forum: Raspberry Pi OS
Topic: ScummVM on Rasbian Stretch
Replies: 6
Views: 2063

Re: ScummVM on Rasbian Stretch

If I'm not mistaken ScummVM uses SDL2 on Strech, and SDL2 is damn slow under X11 on the Raspberry :(
by Solskogen
Sun Nov 13, 2016 6:45 pm
Forum: Gaming
Topic: Uae4arm: Amiga emulator with JIT and DispmanX
Replies: 591
Views: 183117

Re: Uae4arm: Amiga emulator with JIT and DispmanX

It seems like you can't run the installer for OS3.5 nor OS3.9 wit JIT enabled. If it is the installer script(?) fails to compile or it gets out of memory errors... (Running the latest UAE4ARM from git)
by Solskogen
Thu Nov 10, 2016 6:36 am
Forum: Gaming
Topic: Uae4arm: Amiga emulator with JIT and DispmanX
Replies: 591
Views: 183117

Re: Uae4arm: Amiga emulator with JIT and DispmanX

I also tested the latest build on my rpi 3. I've altered the makefile to optimize the built for the rpi3-cpu. Currently I've just tested sysspeed under Workbench an so I get 7 till 8 times the speed of an A4000. That's pretty good. I also tested Starstruck. The Video ist a little bit stuttering. Bu...
by Solskogen
Tue Oct 04, 2016 6:06 am
Forum: Advanced users
Topic: Network booting with isc-dhcp and tftpd not working
Replies: 19
Views: 9299

Re: Network booting with isc-dhcp and tftpd not working

Have you tried swapping option-43 and option-66?
by Solskogen
Mon Oct 03, 2016 1:41 pm
Forum: Advanced users
Topic: Network booting with isc-dhcp and tftpd not working
Replies: 19
Views: 9299

Re: Network booting with isc-dhcp and tftpd not working

Yes, I got it to work. Are you sure that you have tftpd going? Can you fetch the files manually from another machine? This is how my dhcpd.conf looks like option option-43 code 43 = text; option option-66 code 66 = text; subnet 192.168.0.0 netmask 255.255.255.0 { option domain-name "antarctica.no"; ...
by Solskogen
Wed Sep 28, 2016 6:05 pm
Forum: Advanced users
Topic: Network booting with isc-dhcp and tftpd not working
Replies: 19
Views: 9299

Re: Network booting with isc-dhcp and tftpd not working

I've network boot to work with those options.
by Solskogen
Wed Sep 28, 2016 9:36 am
Forum: Advanced users
Topic: Network booting with isc-dhcp and tftpd not working
Replies: 19
Views: 9299

Re: Network booting with isc-dhcp and tftpd not working

That got me a bit further...

option option-43 code 43 = text;
option option-66 code 66 = text;

and this in the scope
option option-43 "192.168.0.1";
option option-66 "Raspberry Pi Boot ";
by Solskogen
Wed Sep 28, 2016 6:46 am
Forum: Advanced users
Topic: Network booting with isc-dhcp and tftpd not working
Replies: 19
Views: 9299

Re: Network booting with isc-dhcp and tftpd not working

Well, there you probably have it.
WTF is "option 66" and "option 43"? I've booted the Rpi3 with USB, and that works very fine.
by Solskogen
Tue Sep 27, 2016 6:12 am
Forum: Advanced users
Topic: Network booting with isc-dhcp and tftpd not working
Replies: 19
Views: 9299

Network booting with isc-dhcp and tftpd not working

Hi! I have an already existing infrastructure for network booting, so instead of using dns-masq i would rather like to use my existing setup. But I am having a hard time getting my RPi3 to network boot. It seems like it gets some kind of contact with my dhcp server, but it don't even as much as look...

Go to advanced search