[-] [email protected] 4 points 4 days ago

I use a mixture of tailscale and zerotier. Both are pretty powerful.

19
submitted 1 week ago by [email protected] to c/[email protected]

Hi, I'm trying to pass an HD770 from a i5-14600K to a jellyfin container that's on Open Media Vault. I keep thinking I have the correct firmware downloaded but I guess that's not the case.

The GPU is fully passed through via Proxmox.

Hypervisor: 6.14.5-1-bpo12-pve

OpenMediaVault: 6.12.32+bpo-amd64

lspci | grep -i vga:

00:10.0 VGA compatible controller: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] (rev 04)

dmesg | grep -i drm:

[    2.084954] i915 0000:00:10.0: [drm] Failed to find VBIOS tables (VBT)
[    2.093499] i915 0000:00:10.0: [drm] *ERROR* DMC firmware has wrong CSS header length (1097158924 bytes)
[    2.093502] i915 0000:00:10.0: [drm] Failed to parse DMC firmware i915/adls_dmc_ver2_01.bin (-EINVAL). Disabling runtime power management.
[    3.998600] i915 0000:00:10.0: [drm] [ENCODER:240:DDI A/PHY A] failed to retrieve link info, disabling eDP
[    4.001294] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC firmware i915/tgl_guc_70.bin: size (2134KB) exceeds max supported size (2048KB)
[    4.003303] i915 0000:00:10.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin: unexpected header size: 1841953 != 128
[    4.003305] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC firmware i915/tgl_guc_70.1.1.bin: fetch failed -EPROTO
[    4.003307] i915 0000:00:10.0: [drm] GT0: GuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[    4.004270] i915 0000:00:10.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin version 0.0.0
[    4.004331] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC initialization failed -ENOEXEC
[    4.004333] i915 0000:00:10.0: [drm] *ERROR* GT0: Enabling uc failed (-5)
[    4.004334] i915 0000:00:10.0: [drm] *ERROR* GT0: Failed to initialize GPU, declaring it wedged!

I have adls_dmc_ver2_01.bin, tgl_guc_70.1.1.bin, and tgl_guc_70.bin all within /lib/firmware/i915/

This docker container returns this

docker run --rm \
  --device /dev/dri:/dev/dri \
  --entrypoint ffmpeg \
  ghcr.io/linuxserver/ffmpeg \
  -init_hw_device qsv=hw:/dev/dri/renderD128 \
  -hwaccel qsv -hwaccel_device hw -hwaccel_output_format qsv \
  -f lavfi -i testsrc=duration=3:size=1280x720:rate=30 \
  -vf 'format=nv12,hwupload=extra_hw_frames=64' \
  -c:v h264_qsv -f null -
[AVHWDeviceContext @ 0x56479ec06c00] libva: /usr/local/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[AVHWDeviceContext @ 0x56479ec06c00] Failed to initialise VAAPI connection: 1 (operation failed).
Device creation failed: -5.
Failed to set value 'qsv=hw:/dev/dri/renderD128' for option 'init_hw_device': Input/output error
Error parsing global options: Input/output error

I'm at a loss and pulling my hair out.

4
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/[email protected]

Hi, I'm trying to pass an HD770 from a i5-14600K to a jellyfin container that's on Open Media Vault. I keep thinking I have the correct firmware downloaded but I guess that's not the case.

The GPU is fully passed through via Proxmox.

Hypervisor: 6.14.5-1-bpo12-pve

OpenMediaVault: 6.12.32+bpo-amd64

lspci | grep -i vga:

00:10.0 VGA compatible controller: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] (rev 04)

dmesg | grep -i drm:

[    2.084954] i915 0000:00:10.0: [drm] Failed to find VBIOS tables (VBT)
[    2.093499] i915 0000:00:10.0: [drm] *ERROR* DMC firmware has wrong CSS header length (1097158924 bytes)
[    2.093502] i915 0000:00:10.0: [drm] Failed to parse DMC firmware i915/adls_dmc_ver2_01.bin (-EINVAL). Disabling runtime power management.
[    3.998600] i915 0000:00:10.0: [drm] [ENCODER:240:DDI A/PHY A] failed to retrieve link info, disabling eDP
[    4.001294] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC firmware i915/tgl_guc_70.bin: size (2134KB) exceeds max supported size (2048KB)
[    4.003303] i915 0000:00:10.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin: unexpected header size: 1841953 != 128
[    4.003305] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC firmware i915/tgl_guc_70.1.1.bin: fetch failed -EPROTO
[    4.003307] i915 0000:00:10.0: [drm] GT0: GuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[    4.004270] i915 0000:00:10.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin version 0.0.0
[    4.004331] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC initialization failed -ENOEXEC
[    4.004333] i915 0000:00:10.0: [drm] *ERROR* GT0: Enabling uc failed (-5)
[    4.004334] i915 0000:00:10.0: [drm] *ERROR* GT0: Failed to initialize GPU, declaring it wedged!

I have adls_dmc_ver2_01.bin, tgl_guc_70.1.1.bin, and tgl_guc_70.bin all within /lib/firmware/i915/

This docker container returns this

docker run --rm \
  --device /dev/dri:/dev/dri \
  --entrypoint ffmpeg \
  ghcr.io/linuxserver/ffmpeg \
  -init_hw_device qsv=hw:/dev/dri/renderD128 \
  -hwaccel qsv -hwaccel_device hw -hwaccel_output_format qsv \
  -f lavfi -i testsrc=duration=3:size=1280x720:rate=30 \
  -vf 'format=nv12,hwupload=extra_hw_frames=64' \
  -c:v h264_qsv -f null -
[AVHWDeviceContext @ 0x56479ec06c00] libva: /usr/local/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[AVHWDeviceContext @ 0x56479ec06c00] Failed to initialise VAAPI connection: 1 (operation failed).
Device creation failed: -5.
Failed to set value 'qsv=hw:/dev/dri/renderD128' for option 'init_hw_device': Input/output error
Error parsing global options: Input/output error

I'm at a loss and pulling my hair out.

27
M.2 SSDs for Laptops (programming.dev)
submitted 3 weeks ago by [email protected] to c/[email protected]

So back a few years ago the SK hynix Gold P31 was the GOAT for laptops due to the low idle wattages and low usage wattages. This allowed you to squeeze about 10% extra battery life out of your laptop.

Is that still considered the best M.2 drives for laptops in terms of power usage?

5
5G/LTE on the go (programming.dev)
submitted 4 weeks ago by [email protected] to c/[email protected]

I was poking around for a USB C 5G/LTE modem that I can run either off my laptop or plug into my router as a secondary WAN. Has anyone messed with something like this?

The secondary WAN is common, but I usually need some sort of DC power input instead of a single USB C cable that I can put into my laptop.

[-] [email protected] 33 points 3 months ago

Video: ‘When I saw the devastation, I just went back home and cried,’ Tornado in Cave City leaves town torn apart

LITTLE ROCK, Ark. – Arkansas Gov. Sarah Huckabee Sanders is asking a federal agency to reverse its decision about storm victims in the state.

The governor’s office said in a Friday statement that Sanders is appealing to FEMA to reverse its decision to deny the Arkansas Major Disaster Declaration for individual and public assistance. The declaration was for the storms and tornadoes that crossed the state on March 14 and 15. Arkansas to appeal federal denial for individual assistance after March 14 storms

The governor’s office statement said the following counties are in the original request: Baxter, Stone/Sharp, Hempstead, Independence/Randolph, Sharp/Randolph, Nevada, Independence/Jackson, Randolph/Clay, Woodruff, Clay, and Greene counties.

“Arkansas communities are still recovering from this spring’s tornadoes, as the sheer magnitude of this event resulted in overwhelming amounts of debris, widespread destruction to homes and businesses, the tragic loss of three lives, and injuries to many others,” The governor said. “To relieve the burden on these counties, cities, and towns, I am appealing FEMA’s decision to deny Arkansas’ Major Disaster Declaration request.” Noem says she plans to ‘eliminate FEMA’

Sanders requested the Major Disaster Declaration relief on April 2. On April 18, she asked for a 30-day extension of time.

[-] [email protected] 35 points 3 months ago

Got it for free with DLC on my steamdeck

[-] [email protected] 35 points 4 months ago

Just remember, the media is owned by the rich.

452
submitted 5 months ago by [email protected] to c/[email protected]

Just exposed Immich via a remote and reverse proxy using Caddy and tailscale tunnel. I'm securing Immich using OAuth.

I don't have very nerdy friends so not many people appreciate this.

64
submitted 5 months ago by [email protected] to c/[email protected]

I just learned how to do a reverse proxy using Caddy, tailscale tunnel, and exposing Immich secured by OAuth all in a few hours. Now I'm no longer scared of exposing certain services to the Internet!

[-] [email protected] 59 points 6 months ago

Consider a dam that is 10m tall

Then consider the height of water behind that dam is 5m tall.

Does the dam need to be built stronger if the water behind it is 1 km long?

How about only 500m?

How about 1m?

The answer is, it doesn't matter. Water exerts pressure equally regardless of how much water is behind it.

Therefore a graduated cylinder that is 10m tall needs to resist the same amount of force as a dam 10m tall regardless of how much water is behind the dam. Even a thin sliver of water 1mm thick and 5m tall has the same force as a 5m lake behind the dam.

Incompressible fluids are pretty insane

[-] [email protected] 71 points 7 months ago

I still don't understand why this isn't a 2.5G WAN and 2.5G LAN. Is it assuming that people are going to be using it as a router on a stick with a 1G WAN?

[-] [email protected] 35 points 9 months ago

I usually just buy my phone directly from a big box store never from a carrier

[-] [email protected] 37 points 9 months ago

With camera sensors being so good, the major differences will be autofocus capabilities.

Imagine an open source autofocus algorithm that people can use their own photos locally so that it can focus on your shooting style.

[-] [email protected] 55 points 9 months ago

5 days without putting it into the fridge? That's asking for trouble.

I feel comfortable about 2-4 hours without a fridge, but I've occasionally left rice out 12 hours a few times with no issues. Same with pasta.

26
Proxmox rebuild (programming.dev)
submitted 10 months ago by [email protected] to c/[email protected]

Greetings fellow enthusiasts.

I'm going to rebuild my proxmox server and would like to have a few opinions.

First thing is I use my server as a NAS and then run VMs off that.

I have 2 x 20tb in ZFS mirror but I'm planning on changing that to 3 x 24tb in ZFS1.

I currently have a ZFS pool in proxmox and then add that pool to Open Media Vault.

Issue is, if my OMV breaks and I'll have to create another VM, I'm pretty sure all that data would become inaccessible to my OMV.

I've heard of people creating a NFS in proxmox and then passing it through to OMV?

Or should I get HMB cards and then just pass it through the VM and then just run it natively within OMV. I'd need to install the ZFS kernal into OMV as well.

Would like to hear some options and tips.

[-] [email protected] 37 points 1 year ago

You can call me a shill,

But I just get an Anker Prime 27,650mAh battery bank because it supports 140w PD.

Lasts my wife and myself a 4 hours flight with maybe 30% left over.

I got it because it can charge my laptop as well.

Steam deck is 40Whr and the battery is nearly 100Whr.

So you'll get 2.5 times longer playing time with it.

[-] [email protected] 39 points 1 year ago

I can't fathom a good reason for 4TB SD cards.

Most cameras have CF Express which is probably 5-8 times faster.

Even UHS-III is 600MB/s while CF Express Type B is hitting 4GB/s.

Even so, why would you risk 4TB of data on removable storage.

CF Express is also running PCI-E. This article isn't talking about SD Express.

[-] [email protected] 61 points 1 year ago

Personal stuff on personal devices.

Company stuff on company devices.

Never mix. I don't even check my personal email on my work laptop.

If I need access to my home, it's through an external connection like LTE.

45
submitted 1 year ago by [email protected] to c/[email protected]

Is there a FOSS program where I can inventory my high value items in case there is an insurance claim?

I was thinking of the item, the picture of the item and serial number, maybe the UPC, and then an attachment of the receipt.

I'm guessing some kind of database that integrates file attachments per item.

view more: next ›

randombullet

0 post score
0 comment score
joined 2 years ago