Try New Technology

USB Drive DISKPART “CLEAN” getting “Access is denied.” error

by on Dec.30, 2023, under Techie, Windows

If a USB Drive is not able to be formatted or partitioned through the normal methods within Windows, then you may need to use DISKPART to CLEAN the drive. Recently I came across two (2) USB Drives given an “Access is denied.” error when trying to run CLEAN on them.
Below is the solution (ref: Microsoft Tech Community – USB drive cannot be cleaned or partitioned):

  • Right-click the Start menu and launch “Command Prompt (Admin)
  • At the command prompt type in “diskpart
  • Type in “list disk
  • Type in “select disk #” (ie “select disk 3” if Disk 3 was the USB drive you are working with)
  • If typing in “clean” returns an “Access is denied.” error message then first type in “covert gpt
  • Type in “clean” (this time it should work as expected)
  • You can now close the Command Prompt and partition/format the USB Drive like normal.

NOTE: This was all done on a Windows 10 (latest build as of Dec 2023) machine.

Comments Off on USB Drive DISKPART “CLEAN” getting “Access is denied.” error more...

(Manjaro) KDE Plasma – screens not going to sleep

by on Dec.30, 2023, under Linux, Techie

Suddenly after an about back in November I noticed the monitors no longer going to sleep. After digging around I found that the System Settings > Power Management > Energy Savings was throwing errors (I think the exact error was “kde power management service not running /usr/lib/org_kde_powerdevil”) about the service not running and therefor the panels would not be interacted with and all of the setting were disabled. Searching over a couple weeks finally came up with a solution thanks to a post on the Arch Linux BBS (ref: [SOLVED] KDE plasma power management not working / starting):

  • Edit /usr/lib/systemd/user/plasma-powerdevil.service — I used Kate since it will correct sudo when saving
  • Find the “TimeoutSec=” variable (line 10) — I changed mine to “10sec
  • Logoff or Reboot
  • System Settings > Power Management > Energy Savings should now be working as expected

NOTE: I ended up applying this fix a few times due to an update seeming breaking things again. It has been “holding” fine with all the updates through December though. More details can be found on the Manjaro forums here.

Comments Off on (Manjaro) KDE Plasma – screens not going to sleep :, , , more...

The Thaumaturge Demo playable on Linux!

by on Oct.11, 2023, under Linux, Techie, Video Games

I was able to get The Thaumaturge October 2023 Steam Next Fest working pretty quickly, even though it was throwing “Microsoft Visual C++ runtime” errors at launch on Manjaro KDE Linux.

  • Install The Thaumaturge Demo from Steam
  • Install protontricks
  • Install ProntonUp-Qt
  • Launch Protontricks: “Select the default wineprefix” and click OK
  • Select “Install a Windows DLL or component” and click OK
  • Selected and install “vcrun2022”
  • Then you will also want to select and install “mspatcha”
  • Close Protontricks
  • Launch ProtonUp-Qt: Install for “Steam” and then click “Add version” to installed “GE-Proton8-16”
  • Close ProtonUp-Qt
  • Within Steam, Rick-click on “The Thaumaturge Demo” and select “Properties…”
  • Click on Compatibility > check “Force the use of a specific Steam Play compatibility tool” and then select “GE-Proton8-16” from the list
  • Close the Properties window”
  • Play The Thaumaturge Demo

NOTE: Some of the tutorial video that come up will display fine, but then when they repeats it has an issue; this doesn’t impact game play.

Comments Off on The Thaumaturge Demo playable on Linux! more...

Manjaro Linux hangs on boot (after hard power off)

by on Sep.02, 2023, under Linux, Techie

While doing some PBO tuning in the BIOS I ran into an issue where X died and I forgot all about the CTRL+ALT+F1-9 option to get to a CLI which would then allow me to login and issue a correct “shutdown” command. After this hard shutdown the computer would hang at the boot up stage (the 3 dots on the screen of KDE).

Below are the steps taken to fix this (in short the boot drive needed fsck ran):

  • Create a bootable Manjaro Live Image (https://manjaro.org/download/) using something like DD, Rufus, Etcher, etc. (this is why you should always have one laying around)
  • Once at the USB Live desktop open a Terminal window and use the “fsck” command (ie “fsck /dev/sda1“); you may need to use “sudo fsck“. NOTE: Make sure to not access any part of the drive needing checked (otherwise you will need to unmount it first).
  • You should run fsck on all the different partitions of the drive, and if you get a “Dirty Bit” error on the UEFI partition then I found it best to exit the fsck and then run “fsck -a /dev/sda1
  • Reboot and boot into the computer like normal

NOTE: You may need to use “lsblk -f” from the Terminal to figure out what the correct devices are. For example an NVME boot device UEFI partition should be something like “/dev/nvme0n1p1” and then the file storage something like “dev/nvme0n1p2”

Comments Off on Manjaro Linux hangs on boot (after hard power off) more...

Manjaro pacman and pamac update errors (sublime-text)

by on Aug.18, 2023, under Linux, Techie

I was getting some blocker errors when running “pamac update chirp-next” (“pamac checkupdates” didn’t show signs of issues) and then I saw “Error: sublime-text.db: sublime-text: signature from “Sublime HQ Pty Ltd support@sublimetext.com” is invalid” near the start of “sudo pacman -Syyu” was ran. A very quick search online found the fix posted on the Sublime Text forums (source linked at the bottom). Below is the fix for this when it happens for anyone:

cd /var/lib/pacman/sync && sudo rm sublime-text.db.sig

NOTE: “sudo flatpak upgrade” obviously isn’t impacted by this.

Source: Sublime-text: signature from “Sublime HQ Pty Ltd is invalid – Sublime Forum

Comments Off on Manjaro pacman and pamac update errors (sublime-text) more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...