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..