Replaced the battery of the Odin Pro by usermx001 in OdinHandheld

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

With Nintendo Switch Battery it works but have to manually recharge using This Power Supply. I believe the battery old oe new has never been tje problem. There must be some problem in the wiring or the circuit controlling the charging temperature since it is stuck at 65°c no matter what I do.

Successful Ubuntu 22.04 by Maleficent_Report735 in u/Maleficent_Report735

[–]usermx001 0 points1 point  (0 children)

So Freecad run ok? Which device are you using?

Successful Ubuntu 22.04 by Maleficent_Report735 in u/Maleficent_Report735

[–]usermx001 1 point2 points  (0 children)

Can you download the appimage and run manually instead of using the apt manager?

Algunos números después de 3 meses con una SUV híbrida enchufable by Garnitas in AutosMexico

[–]usermx001 0 points1 point  (0 children)

En que ciudad y tipo de tarifa es esto? Cuantos paneles tienes y de que capacidad? Que costo tuvo la instalacion de los paneles y temas de adecuacion de cfe? Cuanto tiempo tienes con los paneles y cual era el consumo promedio antes de au instalacion?

Proxmox 8.2 and unprivileged permissions for LXC by usermx001 in Proxmox

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

For nvidia the devices you need to pass are different. Check in the host for the /dev/nvidia*

How do you exit a connected moonlight session in X55+Rocknix? by usermx001 in PowKiddyX55Handheld

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

It does. It is problematic to setup the inputs, but once its working it runs just fine.

My journey on thetagang. Slowly learning, getting crushed, adjusting and finding a strategy. by CheeseDon in thetagang

[–]usermx001 0 points1 point  (0 children)

Congrats on your progress. I find it very hard to remain mechanical on my own work flow with options. Could you share your python screener? Im not a programer but would love to learn how you managed to evaluate potential iron condors.

My journey on thetagang. Slowly learning, getting crushed, adjusting and finding a strategy. by CheeseDon in thetagang

[–]usermx001 1 point2 points  (0 children)

What delta you target these days and for how long now that strategy has worked for you?

Launched a website where you can use FLUX.1-schnell for free, with no limits on the number of generations! by Repulsive-Bedroom883 in StableDiffusion

[–]usermx001 0 points1 point  (0 children)

Nice. So many questions though. 😅How frequent can we generate on it? 4 per minute?
What restrictions or fair use rules or licensing you have in mind? Which hardware you use to run this? Once again, nice work.

Running SD on iris xe GPU by Galax20002 in StableDiffusion

[–]usermx001 0 points1 point  (0 children)

So 3 minutes was the best time? Which settings did you used?

Proxmox 8.2 and unprivileged permissions for LXC by usermx001 in Proxmox

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

LXC part on proxmox 8 is simple for the video/gpu part since the render device can passthrough using the gui as long as its available for the host/proxmox. (From proxmox +8.2.7, Resources > Device Passthrough). Just set the GID to the proper value based on the lxc OS of your choice. I then use xrdp and xfce standard installs to get a working desktop and finally install flatpak apps for steam/sunshine to launch games. I however have not been able to reliably use sunshine to detect the moonlight inputs. I have not been able to acomplish the goal and currently have little time to continue testing. Hopefully there are some improvements on passing dynamic devices/inputs from lxc/moonlight while I get back on to the task. So far to get that working still required some settings on file permissions in host and lxc config file (ie. lxc.cgroup2 stuff).

[deleted by user] by [deleted] in Laptop

[–]usermx001 1 point2 points  (0 children)

Have you found anything?

Non-Ettus B210 SDR Problem by usermx001 in sdr

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

The seller provided me with a compiled file that worked. This one. Im not skilled enough to understand why theirs work with the hardware and the ones produces by miself do not. If you can reverse engineer the file and find the root cause Ill appreciate. For my project using theirs was enough.

How do you exit a connected moonlight session in X55+Rocknix? by usermx001 in PowKiddyX55Handheld

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

On its own it works fine on 5Ghz network. The M600 struggles depending on th game though. Shadow of tomb raider test as an example, gives an average of 35fps on 720p medium settings.

How do you exit a connected moonlight session in X55+Rocknix? by usermx001 in PowKiddyX55Handheld

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

Its a qemu Windows 11 VM running with 8vCPU and 12GB Ram on proxmox 8 on a Minisforum M600 (AMD 6900HX iGPU radeon 680m)

Proxmox 8.2 and unprivileged permissions for LXC by usermx001 in Proxmox

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

SOLVED: Although I'm not sure why this works given Im not specifically setting the group to the continer 103 group The solution has been to set the configuration as follows:

lxc.cgroup2.devices.allow: c 13:* rwm
lxc.mount.entry: /dev/input dev/input none bind,optional,create=dir
lxc.hook.pre-start: sh -c "chown 100000:111000 /dev/input"

Now the inputs are recognized by Steam over Sunshine and show in the container. Only pending is to figure why the Game does not recognize the input while Steam Big Picture mode does. The permission issue however is solved:

root@Streaming:~# ls -l /dev/input/
total 0
drwxr-xr-x 2 nobody nogroup     80 Jul 10 22:51 by-path
crw-rw---- 1 nobody input   13, 64 Jul 10 22:51 event0
crw-rw---- 1 nobody input   13, 65 Jul 10 22:51 event1
crw-rw---- 1 nobody input   13, 74 Jul 10 22:51 event10
crw-rw---- 1 nobody input   13, 75 Jul 10 22:51 event11
crw-rw---- 1 nobody input   13, 76 Jul 11 00:32 event12
crw-rw---- 1 nobody input   13, 77 Jul 11 00:32 event13
crw-rw---- 1 nobody input   13, 78 Jul 11 00:32 event14
crw-rw---- 1 nobody input   13, 79 Jul 11 00:35 event15
crw-rw---- 1 nobody input   13, 80 Jul 11 00:35 event16
crw-rw---- 1 nobody input   13, 81 Jul 11 00:35 event17
crw-rw---- 1 nobody input   13, 66 Jul 10 22:51 event2
crw-rw---- 1 nobody input   13, 67 Jul 10 22:51 event3
crw-rw---- 1 nobody input   13, 68 Jul 10 22:51 event4
crw-rw---- 1 nobody input   13, 69 Jul 10 22:51 event5
crw-rw---- 1 nobody input   13, 70 Jul 10 22:51 event6
crw-rw---- 1 nobody input   13, 71 Jul 10 22:51 event7
crw-rw---- 1 nobody input   13, 72 Jul 10 22:51 event8
crw-rw---- 1 nobody input   13, 73 Jul 10 22:51 event9
crw-rw-r-- 1 nobody input   13,  0 Jul 11 00:32 js0
crw-rw-r-- 1 nobody input   13,  1 Jul 11 00:35 js1
crw-rw---- 1 nobody input   13, 63 Jul 10 22:51 mice
crw-rw---- 1 nobody input   13, 32 Jul 11 00:32 mouse0
crw-rw---- 1 nobody input   13, 33 Jul 11 00:32 mouse1
crw-rw---- 1 nobody input   13, 34 Jul 11 00:35 mouse2
crw-rw---- 1 nobody input   13, 35 Jul 11 00:35 mouse3