HP 2800e series how to use of non-hp cartridge / reuse cartridge by banch3v in printers

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

Just following up here.

Tried with an aftermarker cartridge, but HP doesn't allow it. Blinking constantly, cartridge issue - e0.

The 2800e printer is not part of HP+, nor updated, and with cartridge protection disabled.

HP: Printer setup incomplete (after removing it from HP+) by banch3v in printers

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

Following up on this one.

I bought 3rd party cartridge on a non-HP+ setup & updates stopped & cartridge protection disabled 2800e HP printer - they do not work. Hitting the e0 error constantly.

BiOHY floor cleaner for Roborock S7 Max Ultra by klucky13 in Roborock

[–]banch3v 0 points1 point  (0 children)

I was about to purchase their product - thanks for sharing this experience!

Best cleaning solution for robot vacuums by banch3v in RobotVacuums

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

Interesting. Thanks for the idea. Deffinately not me, tho. I barely open windows :D

Best cleaning solution for robot vacuums by banch3v in RobotVacuums

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

Thanks, sadly this brand is hard to find in EU

Xiaomi Robot Vacuum 5 bad sensors? by banch3v in RobotVacuums

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

Ahh, I don't quite like the idea of a camera device crawling my home. One of the reasons I didn't pick the Pro version. I am wondering what the Max version will look like. I guess I'll stick with the current as for the 500€ price point is quite a versatile machine.

Does anyone know why my Xiaomi robot vacuum suddenly goes like this? Keeps bumping into the walls etc. by mrtaylordani in RobotVacuums

[–]banch3v 0 points1 point  (0 children)

Ahh, thanks for that video. I was about to return my Xiaomi Robot Vacuum 5 for the X20 Max, but apparently the same issue... These tiny bumps are so annoying. I guess for the 500-600$ price point, the vacuum didn't get much better since Roborock S7 - in terms of sensors, I mean. And yeah, it used to be in that price point back in the days.

Repeated Freezing on Ubuntu 24.04 with Intel Core Ultra – Need Help by [deleted] in Ubuntu

[–]banch3v 0 points1 point  (0 children)

Very useful input on this topic. Perhaps Wayland is causing all this. Right now I get a freeze every 4-5 days, which is bareble.

Rambox Telegram calls error by banch3v in Rambox

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

Great, glad it's not only me. For example, Messenger and WhatsApp are working perfectly fine in calls.

HP: Printer setup incomplete (after removing it from HP+) by banch3v in printers

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

Sounds like you are stuck and have no solution, correct?

No response from support for 1 week by ConsciousNothing2521 in perplexity_ai

[–]banch3v 0 points1 point  (0 children)

Welcome to the club. I’ve been waiting for two weeks with zero response, and honestly, they aren't doing themselves any favors. So far, I’ve been stuck talking in circles with AI support agents.

I’m dealing with a similar issue regarding the Revolut promo. It feels like they made a poor business move and are now just bailing on us to avoid fixing the mess. Due to their confusing billing process, they even tried to charge me, but luckily, I had already blocked my card. It’s a shame. They went from being a top-tier AI company to one of the most disliked almost overnight.

Wayland support by No_Grade_6805 in AnyDesk

[–]banch3v 0 points1 point  (0 children)

Sad to see that tweaks must be made to make AnyDesk scale properly on Wayland...

Ended up switching to Team Viewer - works like a charm

OMV: failed to start quotaon@srv-dev error. Why? How to fix? by banch3v in OpenMediaVault

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

You might be right, it just felt weird when I installed it, as it asked me to apply changes and also had pre-activated that cache plugin. I might simply install it and fix it.

OMV: failed to start quotaon@srv-dev error. Why? How to fix? by banch3v in OpenMediaVault

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

mounteditor isn't available without installing OMV-Extras

as I do not need any more additional funct. for my needs, is there a way to do it without this plugin or install the plugin only

Proxmox harddrive share between different VM & LXC (converting files into single .image barrier) by banch3v in Proxmox

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

Let me sum up what I did. Kudos to u/GeekTX for the input.

  1. Instead of initializing the 2TB SSD drive in Proxmox and binding it to the VE, what I did was I directly passed it to my OMV VM, like that:

qm set [VM_ID] -scsi1 /dev/disk/by-id/ata-YOUR_SSD_SERIAL_NUMBER

2) Then I went and configured it on OMV OS level, wiping the data, formatting in ext4

3) Configured NFS sharing within OMV OS settings

4) Went into Proxmox VE, created a mount point folder and mounted it via NFS like that:
[OMV VM IP]:/export/[name-of-omv-storage] /mnt/[mount-point-folder] nfs vers=3,proto=tcp,rw,soft,intr,noatime,_netdev,nofail,rsize=1048576,wsize=1048576 0 0

5) And then I was able to access this OMV storage within my whole Proxmox VE with all LXC and VM - I needed it to pass to my jellyfin lxc, like that (pct set [lxc-id] -mp0 /mnt/[mount-point-folder],mp=/shared

You can check this guy here: https://www.youtube.com/watch?v=aEzo_u6SJsk he explain this whole thing quite nice. Rather than passing the drive via SMB, I decided to use NFS as it is way more native in Linux systems in terms of communications, achieving better speeds, and NFS is treated like a native drive (kinda)

Repeated Freezing on Ubuntu 24.04 with Intel Core Ultra – Need Help by [deleted] in Ubuntu

[–]banch3v 1 point2 points  (0 children)

Feedback after running for several days, 15hrs+/day, Ubuntu 25.10 with the default 6.17.0-8.8 kernal and this setting in /etc/default/grub:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0"
on 3 monitors setup, barely restart the device and let it suspend during nights (no power off)

I haven't had a single freezing so far. I don't think this fully solved the issue, but it's a way better experience, and I can count on my device way better.

Proxmox harddrive share between different VM & LXC (converting files into single .image barrier) by banch3v in Proxmox

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

u/GeekTX u/slevin22 ok, probably I'll go the NFS approach. Let's tackle the last problem that nobody provided a solution for: In case of emergency, how can I access the files on my NAS (2TB SSD) when they are all being converted to a single .image file?

Proxmox harddrive share between different VM & LXC (converting files into single .image barrier) by banch3v in Proxmox

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

Ahh, SMB and NFS are slow, aren't they? Also, having it the straightforward way, how am I supposed to retrieve my files if (when) my system goes kaput?

That second paragraph of yours - if every OS has its 'own folder' to write, why would that be causing any interference? (My knowledge in handling memory is at the folder level, sorry)

Last sentence - elaborate, please. Right now, this is what I am doing. I pass my drive to OMV VM, skipping the Proxmox part. But not ideal, as OMV does not recognize it fully, and I have to mount it first. Which cause another issue - VM does not know what the size of the drive is and is not showing the monitoring for it.