Go to advanced search

by pjft
Tue Apr 28, 2020 8:34 am
Forum: Arch
Topic: GPU memory problem
Replies: 19
Views: 19420

Re: GPU memory problem

Apologies @puzzle-star , in hindsight I understand that might have been a very naive question. I ran lsmod, and here are the modules listed: Module Size Used by arc4 16384 0 ecb 16384 0 md4 16384 0 md5 16384 1 sha512_generic 20480 1 cmac 16384 1 hmac 16384 2 nls_utf8 16384 1 cifs 606208 2 ccm 20480 ...
by pjft
Mon Apr 27, 2020 12:08 am
Forum: Arch
Topic: GPU memory problem
Replies: 19
Views: 19420

Re: GPU memory problem

Thanks for the reply. I appreciate the availability. I'm happy to oblige, though a brief search didn't turn up a clear way on how to provide the info you're looking for, apologies. I'll try to dig into it during the week, but if anyone wants to give me a nudge in the right direction I'd be very much...
by pjft
Thu Apr 23, 2020 2:19 pm
Forum: Troubleshooting
Topic: mount.exfat out of memory during rsync
Replies: 0
Views: 95

mount.exfat out of memory during rsync

Hi all, Apologies for the topic. I've searched a fair bit by now and I can't find much so I thought I'd ask here. I am trying to run rsync between 2 local 4TB USB drives on a RPi 3B+ - an EXT4 one and a EXFAT one. The rsync process had been running for a few days and at some point it failed with the...
by pjft
Sun Apr 12, 2020 3:58 pm
Forum: Arch
Topic: GPU memory problem
Replies: 19
Views: 19420

Re: GPU memory problem

Just to add to the above solution (or workaround, as you prefer :) ), to make the change permanent, and as it needs to be applied after reboot... Create a file called /usr/local/sbin/disable-drm-pm : #!/bin/bash [ -n "$1" ] || exit 1 echo "on" > "/sys/$1/power/control" Make it executable: chmod 755...
by pjft
Mon Apr 01, 2019 9:05 pm
Forum: General discussion
Topic: smbd-notifyd out of memory with large files
Replies: 0
Views: 305

smbd-notifyd out of memory with large files

Hi, Apologies for bothering. I've had quite a few Pis so far for several projects, and recently decided to try out OpenMediaVault on an unused Raspberry Pi 3B (not the +) I had here, using a wired connection, and an external USB drive formatted as ext4. OMV is installed in the SD card. Everything ha...
by pjft
Mon Feb 20, 2017 12:42 pm
Forum: Troubleshooting
Topic: Acestream on Kodi 17 fails a lot
Replies: 5
Views: 5431

Re: Acestream on Kodi 17 fails a lot

Hi Rascas, Good to have your perspective in that you didn't find any changes between 16 and 17 when playing acestreams. I haven't tested it out with a clean install, I may certainly try that and see how it goes. My 16 setup is working fine for now - I may back it up later in the week and then force ...
by pjft
Wed Feb 15, 2017 4:34 pm
Forum: Troubleshooting
Topic: Acestream on Kodi 17 fails a lot
Replies: 5
Views: 5431

Acestream on Kodi 17 fails a lot

Hi all, Apologies for the trouble, just wanted to give more of a FYI but also potentially ask if anyone is experiencing this and what workarounds people have. In particular I know Rascas was involved in porting this, and may have some thoughts - or at least would like to be made aware of the context...
by pjft
Fri Jan 20, 2017 11:05 pm
Forum: Gaming
Topic: Daphne - RetroPi (Pi3) - NO emulator showing
Replies: 6
Views: 3455

Re: Daphne - RetroPi (Pi3) - NO emulator showing

Hi. I ran into this as well.

The ~/ folder is also known as /home/pi, and your guess is absolutely right. At least in my case, copying

/etc/emulationstation/es_systems.cfg to /home/pi/.emulationstation/es_systems.cfg solved it.

Hope it helps.

Go to advanced search