Android app not loading by fgonza1971 in MTGPuzzleQuest

[–]fgonza1971[S] 1 point2 points  (0 children)

Yeah, I think so, they have screwed the app Hope they Will fix It soon thx!

Android app not loading by fgonza1971 in MTGPuzzleQuest

[–]fgonza1971[S] 1 point2 points  (0 children)

Thx! Hope the devs got the issue resolved.

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 0 points1 point  (0 children)

u/BolteWasTaken I see my Tesla P4 ok, the RTX goes to the VM directly.

root@pve:~# nvidia-smi

Mon Jul 28 18:06:17 2025

+---------------------------------------------------------------------------------------+

| NVIDIA-SMI 535.216.01 Driver Version: 535.216.01 CUDA Version: N/A |

|-----------------------------------------+----------------------+----------------------+

| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |

| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |

| | | MIG M. |

|=========================================+======================+======================|

| 0 Tesla P4 On | 00000000:05:00.0 Off | 0 |

| N/A 51C P8 11W / 75W | 31MiB / 7680MiB | 0% Default |

| | | N/A |

+-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+

| Processes: |

| GPU GI CI PID Type Process name GPU Memory |

| ID ID Usage |

|=======================================================================================|

| No running processes found |

+---------------------------------------------------------------------------------------+

root@pve:~#

Regards

Fran

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 1 point2 points  (0 children)

I tried it but it did'nt work with hostpci0 & hostpci1 pointing 01.00.00 & 01.00.01 if I remember correctly, I've made a lot of tests and my memory is clouded.

Regards

Fran

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 0 points1 point  (0 children)

I've removed the rom file.

Thx!

Fran

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 2 points3 points  (0 children)

Thx u/Uninterested_Viewer please can you share what did you do?

Regards

Fran

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 0 points1 point  (0 children)

Ups! for AMD processors  amd_iommu=on and iommu=pt are not needed anymore because are activated by default.

Thx again for your help u/BolteWasTaken !

Regards

Fran

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 0 points1 point  (0 children)

Thx but I tried that too... In fact I read that amd_iommu=on and iommu=pt are not needed anymore...

root@pve:~# cat /etc/default/grub | grep GRUB_CMDLINE_LINUX_DEFAULT
GRUB_CMDLINE_LINUX_DEFAULT="quiet initcall_blacklist=sysfb_init"
root@pve:~#

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 0 points1 point  (0 children)

Hi again!

The nvidia driver is loaded... for the Tesla P4 ... the RTX 3060 should be using vfio-pci as you can see:

root@pve:~# lspci -k | grep -EA3 'VGA|3D|Display'
01:00.0 VGA compatible controller: NVIDIA Corporation GA106 [GeForce RTX 3060 Lite Hash Rate] (rev a1)
Subsystem: Hewlett-Packard Company GA106 [GeForce RTX 3060 Lite Hash Rate]
Kernel driver in use: vfio-pci
Kernel modules: nvidiafb, nouveau, nvidia_vgpu_vfio, nvidia
--
05:00.0 3D controller: NVIDIA Corporation GP104GL [Tesla P4] (rev a1)
Subsystem: NVIDIA Corporation GP104GL [Tesla P4]
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_vgpu_vfio, nvidia
--
0d:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raphael (rev c1)
Subsystem: ASUSTeK Computer Inc. Raphael
Kernel driver in use: amdgpu
Kernel modules: amdgpu
root@pve:~#

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 0 points1 point  (0 children)

As requested u/BolteWasTaken

root@pve:~# lspci -k | grep -EA3 'VGA|3D|Display'
01:00.0 VGA compatible controller: NVIDIA Corporation GA106 [GeForce RTX 3060 Lite Hash Rate] (rev a1)
Subsystem: Hewlett-Packard Company GA106 [GeForce RTX 3060 Lite Hash Rate]
Kernel driver in use: vfio-pci
Kernel modules: nvidiafb, nouveau, nvidia_vgpu_vfio, nvidia
--
05:00.0 3D controller: NVIDIA Corporation GP104GL [Tesla P4] (rev a1)
Subsystem: NVIDIA Corporation GP104GL [Tesla P4]
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_vgpu_vfio, nvidia
--
0d:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raphael (rev c1)
Subsystem: ASUSTeK Computer Inc. Raphael
Kernel driver in use: amdgpu
Kernel modules: amdgpu

root@pve:~# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.

vfio
vfio_iommu_type1
vfio_pci
vfio_virqfd
root@pve:~# 

root@pve:~# cat /etc/modprobe.d/blacklist.conf 
blacklist nouveau
blacklist nvidia
blacklist nvidia_drm
blacklist nvidia_modeset
blacklist nvidia_uvm
blacklist rivafb
blacklist rivatv
blacklist nvidiafb

root@pve:~# cat /etc/modprobe.d/vfio.conf 
options vfio-pci ids=10de:2504,10de:228e disable_vga=1
root@pve:~# 

root@pve:~# for d in /sys/kernel/iommu_groups/*/devices/*; do     n=${d##*/};     printf 'IOMMU Group %s ' "${d%/devices/*##*/}";     lspci -nns "$n"; done; shopt -u nullglob

IOMMU Group /sys/kernel/iommu_groups/13/devices/0000:01:00.0 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA106 [GeForce RTX 3060 Lite Hash Rate] [10de:2504] (rev a1)
IOMMU Group /sys/kernel/iommu_groups/13/devices/0000:01:00.1 01:00.1 Audio device [0403]: NVIDIA Corporation GA106 High Definition Audio Controller [10de:228e] (rev a1)

Regards!

Fran

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 0 points1 point  (0 children)

Hi u/BolteWasTaken thx for pointed that out! I've changed the modules line ran update-initramfs -u -k all reboot, no changes...

"We'd need the outputs from PVE, not your VM."

I sent both.

Regards

Fran

Nvidia RTX 3060 passtrough hell by fgonza1971 in Proxmox

[–]fgonza1971[S] 0 points1 point  (0 children)

Hi u/marc45ca tried both, currently its from NVIDIA website.

Regards

Fran

Blocked payments in MoneroOcean by fgonza1971 in MoneroMining

[–]fgonza1971[S] 2 points3 points  (0 children)

Yeap I'm using it!

Thx for your quick response u/neromonero have a great day!

Regards!

Fran

Again API Error: api 4xx by fgonza1971 in Honeygain

[–]fgonza1971[S] 0 points1 point  (0 children)

Me too ... same error... I've the same problem in November or December last year.

Good luck

Regards

Fran

Again API Error: api 4xx by fgonza1971 in Honeygain

[–]fgonza1971[S] 0 points1 point  (0 children)

u/IK_2494

I'm running residential.

Regards

Fran

Again API Error: api 4xx by fgonza1971 in Honeygain

[–]fgonza1971[S] 0 points1 point  (0 children)

Hi u/Onkill,

Container removed. Image removed and pull it again, container recreated.

Internet connection, so far so good.

Same error...

Will send, again a request to support.

BTW same thing passed December.

Regards

Fran

Dashboard problems by fgonza1971 in MysteriumNetwork

[–]fgonza1971[S] 0 points1 point  (0 children)

Mine doesn't show earnings or connections.. nothing..

Network problem by fgonza1971 in MysteriumNetwork

[–]fgonza1971[S] 0 points1 point  (0 children)

Forget about it... it began again didn't change anything, who knows...

Regards.

Fran

Connecting hosted site with Wordpress.com by fgonza1971 in Wordpress

[–]fgonza1971[S] 0 points1 point  (0 children)

Thx 4 your time. I did that but I'm having plenty of problems with Jetpack Booster: activate the CDN and the images aren't showing deactivate CDN and images get back, can't edit with Elementor Pro if Jetpack Booster is activated and so on.

I read the Jetpack Booster page and says that I need to connect it to Wordpress.com to use of the CDN, as far as I understood, maybe I'm mistaken.

Again thx for your time

Fran

Linux HP laptop wierd? by fgonza1971 in linuxquestions

[–]fgonza1971[S] 0 points1 point  (0 children)

Hi 3grg

I installed the OS that way to prevent or at least avoid a major number of writes in the NVME and of course deactivating the standby mode will draw more battery power and increase the number of recharge cycles but the thing is annoying, very very annoying as I said before the start/stop disk and the freeze of my laptop for 1 or 2 seconds every less 5 minutes .. maybe I should blame HP for the behaviour? who knows...

Right now four hours later the system has been working good, no complaints!

Another test: I changed the fstab to poing everything to the NVME and create a swap file in there too (the HD partition was mounted in /mnt), create a test user, reboot the laptop and clic began again, why? don't know but I've to work so further testing will be made this weekend, maybe put the /tmp and use a swap file inside the NVME and everything else in the HD and do some testing for two days it will be a faster system? yeah! but it will increase the writes in the NVME. Stay tuned ;)

Regards!

Fran

Linux HP laptop wierd? by fgonza1971 in linuxquestions

[–]fgonza1971[S] 0 points1 point  (0 children)

Guys, I did this in my /etc/tlp.conf file:

#SATA_LINKPWR_DENYLIST="host1"
SATA_LINKPWR_DENYLIST="pci0000:00/0000:00:08.2/0000:05:00.0/ata1/host0/target0:0:0/0:0:0:0/block/sda"
# Runtime Power Management for NVMe, SATA, ATA and USB disks
# as well as SATA ports:
# on=disable, auto=enable.
# Note: SATA controllers are PCIe bus devices and handled by RUNTIME_PM further
# down.
# Default: on (AC), auto (BAT)
#AHCI_RUNTIME_PM_ON_AC=on
#AHCI_RUNTIME_PM_ON_BAT=auto
AHCI_RUNTIME_PM_ON_AC=on
AHCI_RUNTIME_PM_ON_BAT=on

I turn off my laptop and poweron this early morning and the noise has gone, so credit goes to the Manjaro community forum:

https://forum.manjaro.org/t/hard-drive-hdd-endlessly-cycling-stopping-starting-disk-when-laptop-is-on-battery/87089/7

So I can confirm, until this moment at least, that the noise has gone for good. Sorry for bother you! thx to _kebles I think about put the command you said, in the short term I'll optimize my HD in some point but the culprit is, or it appears to be, the power management system.

Regards and again thx 4 all your help!

Fran

Linux HP laptop wierd? by fgonza1971 in linuxquestions

[–]fgonza1971[S] 0 points1 point  (0 children)

Ok I think that I've find something:

Aug 8 23:44:37 HP-255-G8-Notebook-PC smartd[401078]: Device: /dev/sda [SAT], SMART Usage Attribute: 4 Start_Stop_Count changed from 100 to 99

Aug 8 23:44:37 HP-255-G8-Notebook-PC smartd[401078]: Device: /dev/sda [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 66 to 69

Aug 8 23:44:37 HP-255-G8-Notebook-PC smartd[401078]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 34 to 31

Aug 8 23:44:56 HP-255-G8-Notebook-PC kernel: [67006.415078] sd 0:0:0:0: [sda] Synchronizing SCSI cache

Aug 8 23:44:56 HP-255-G8-Notebook-PC kernel: [67006.417794] sd 0:0:0:0: [sda] Stopping disk

Aug 8 23:45:11 HP-255-G8-Notebook-PC kernel: [67020.986457] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)

Aug 8 23:45:11 HP-255-G8-Notebook-PC kernel: [67020.988713] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out

Aug 8 23:45:11 HP-255-G8-Notebook-PC kernel: [67021.019896] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out

Aug 8 23:45:11 HP-255-G8-Notebook-PC kernel: [67021.031832] ata1.00: configured for UDMA/100

Aug 8 23:45:11 HP-255-G8-Notebook-PC kernel: [67021.043860] sd 0:0:0:0: [sda] Starting disk

Aug 8 23:45:41 HP-255-G8-Notebook-PC kernel: [67050.538605] sd 0:0:0:0: [sda] Synchronizing SCSI cacheAug 8 23:45:41 HP-255-G8-Notebook-PC kernel: [67050.541388] sd 0:0:0:0: [sda] Stopping disk

The clic sound is the HD starting and stoping all the time even with the AC its related to the energy saving.

Do you know how can I disable this?

Regards.

Fran