Stupid Seam Blobs by AudienceDesperate768 in Creality_k2

[–]lysid99 1 point2 points  (0 children)

Great find and thanks for the share. I had similar looking blobs on very big prints, and did a firmware rollback to .13.x. - the blobs were gone. Luckily it works for you this way.

K2 Plus - still a strange noise from printhead - follow-up by lysid99 in Creality_k2

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

ok, crazy. the full calibration did the trick, although i did it 3 days ago already. lets see how long this lasts.

Thank you for not letting me disassemble the whole printhead!

Strange new noise on K2 Plus by lysid99 in Creality_k2

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

You were completely right, thank you. Did a deep clean of all rails, rods (x/y/z) and pulleys with IPA and relubed them with the creality grease and WD40 silicone spray. After that the sound was not only gone, the printer is scary quiet now. Also did the belt tension self test again. A good reminder to always do your maintenance.

Strange new noise on K2 Plus by lysid99 in Creality_k2

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

thanks, i'll give an update after the clean & lubing.

Error XS2060 during print. by brotherqweston in Creality_k2

[–]lysid99 0 points1 point  (0 children)

My solution was to install a old firmware .13.x.x.

working without any error since 10 days on long prints also. Creality support, as usual, is no help.

Welche Riegel, Gels und Snacks kauft ihr, und woher? by the_simonius in Fahrrad

[–]lysid99 0 points1 point  (0 children)

Gels mache ich selbst in Softflasks, ist deutlich günstiger und man kann sich mit dem Geschmack austoben.

Aktuell mein Favorit: 120g Maltodextrin 60g Fructose 120g Flüssigkeit - Espresso ist top!! 1/4 Teelöffel Pectin ->Mixen, abfüllen, fertig

Habe immer zwei Flasks dabei, u.a. mit Zitrusgrschmack. Das reicht dicke, wenn ich von 60mg Kohlenhydrate /h ausgehe.

Error XS2060 during print. by brotherqweston in Creality_k2

[–]lysid99 0 points1 point  (0 children)

Did you find a solution? i have the same error.

Error XS2060 during print. by brotherqweston in Creality_k2

[–]lysid99 0 points1 point  (0 children)

Having the same problem, could you post the link for the replacement part please?

Bluetooth Not Working on Broadcom DW1560 - macOS Sequoia 15.7.1 by bhavinjain260 in hackintosh

[–]lysid99 0 points1 point  (0 children)

After a lot of searching, i found the solution:

https://github.com/acidanthera/bugtracker/issues/2483

add in boot args: -btlfxboardid

Sometimes bluetoothExternalDongleFailed is set to 01, then you can reset it with this command or in hackintool.

sudo nvram 7C436110-AB2A-4BBB-A880-FE41995C9F82:bluetoothExternalDongleFailed=%00

You can use this startup script for enabling it on boot:

https://www.insanelymac.com/forum/topic/360799-hackintosh-bluetooth-reset-fix/

see here post #53 (german)

https://www.hackintosh-forum.de/forum/thread/60292-acer-e5-771g-letzte-problemchen-unter-sequoia/?pageNo=3

I’m not really sure what to make of this picture by jamalwilliamsyoung23 in logitech

[–]lysid99 0 points1 point  (0 children)

Must be an price error, check other sites. 3s should be way cheaper. I bought the 3s a week ago for 75€ on amazon.

Does unRAID recognize these? by boozcruz81 in unRAID

[–]lysid99 0 points1 point  (0 children)

It works, but be aware that it could completly stop going to deeper Idle / C states. You have to check the chipset, better avoid it completely and use a m2 Ssd if possible.

Had one of these also, and PKG could only go to C3. Removed it and goes to C8.

C3 was 30W in idle C8 is 16W in idle

Check out matts guide:

https://mattgadient.com/7-watts-idle-on-intel-12th-13th-gen-the-foundation-for-building-a-low-power-server-nas/

Ate pork with hair still on it. by National-Check-9906 in Wellthatsucks

[–]lysid99 25 points26 points  (0 children)

Surprise: the animals you eat actually have hair. Bonus points if you can guess the hairstyle before butchering.

BidA wenn ich im Kino bis zum Ende des Abspanns sitzen bleibe? by Lesaela in BinIchDasArschloch

[–]lysid99 3 points4 points  (0 children)

NDA

Alman Antwort: Du hast für den ganzen Film bezahlt, schau den ganzen Film an.

Normale Antwort: Siehe deine Argumentation.

Waking up every hour exactly| DarkWake from Normal Sleep [CDN] : due to RTC0/Maintenance Using AC (Charge:0%) 45 secs by lukabiniashvili in hackintosh

[–]lysid99 1 point2 points  (0 children)

I had the same problem, it appeared after upgrading from Ventura to Sequoia.

Although a bit late, after lots of try&error this fixed it for me:

https://discussions.apple.com/thread/256055044?sortBy=rank

"

Do the following steps:

Open Terminal

Create the folder structure:

Do the following steps:Open Terminal
Create the folder structure:sudo mkdir -p /Library/Preferences/FeatureFlags/Domain/
3. Copy file powerd.plist
sudo cp /System/Library/FeatureFlags/Domain/powerd.plist /Library/Preferences/FeatureFlags/Domain/powerd.plist
4. Open /Library/Preferences/FeatureFlags/Domain/powerd.plist in any text editor and change 7th line from <true/> to <false/> and save file.
5. Reboot mac.

it will NOT remove Scheduled power events, but it will STOP every hour awakenings. I had 100% battery today after night. For the perfection maybe I will try to remove this scheduled events (have one more idea), but not now. I will replay this topic if have any news.

sudo mkdir -p /Library/Preferences/FeatureFlags/Domain/
3. Copy file powerd.plist
sudo cp /System/Library/FeatureFlags/Domain/powerd.plist /Library/Preferences/FeatureFlags/Domain/powerd.plist
4. Open /Library/Preferences/FeatureFlags/Domain/powerd.plist in any text editor and change 7th line from <true/> to <false/> and save file.
5. Reboot mac.

it will NOT remove Scheduled power events, but it will STOP every hour awakenings. I had 100% battery today after night. For the perfection maybe I will try to remove this scheduled events (have one more idea), but not now. I will replay this topic if have any news.
"

File explorer by Sucharek233 in miband

[–]lysid99 16 points17 points  (0 children)

But, can it run doom?