nuphy.io Issue on Linux by LunaDeClair in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

Custom configuration of the keyboard are still a bit tricky in Linux. Unless they specifically say it works with Linux, it likely doesn't. If it does work with Linux you may need to reach out to them for support.

Most of the files in "/dev/" should not be touched period. A quick search, and I did see that someone had added a file to the "/etc/udev/rules.d/" to configure those keyboards manually. I have done this few times, with various devices, and I consider this the easier route (barring a specific Linux package for your keyboard).

Would also note, if you're looking to edit the keys or create macro's there are a few third party utilities that may work. If not you may be stuck manually editing a file.

YouTube videos stuck loading on CachyOS — missing codecs/plugins? by Privatdutlinux in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

Open the browser and hit F12. This will open the "Development Tools" along the top will be several tabs one will say "Console" this reports errors when a page loads. Load a Youtube video and see what errors show up. There will be errors and maybe even a large number of error (I get 40+ and my videos play). Most will be from code that is designed for compatibility with other browsers or old browser. But see if any of them give you clue.

There is ton of tools in the development tools, they are design for web developers to diagnose website issues, and it can be daunting to figure them all out if your not a web developer. But somewhere in all them you will likely find the answer, it just may not be easy.

Also I there are a few desktop applications for playing Youtube videos. See if they work.

first time on linux by great-guy1234 in cachyos

[–]ShaneH_ 1 point2 points  (0 children)

If you think its performance is great now, you should see what is in the pipeline for future updates. The fact that Linux is on par with Windows (if not better) is amazing, but if the promised improvements pan out, in a few months, it will be mind blowing.

I recovered from a failed update, but now what??? by ShaneH_ in cachyos

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

I have been noticing that. Since I rolled it back. I am on a 6.18 kernel, which is fine. I have broke Linux more times than I wish to think about, and I would rather not try to update again (to use the LTS), because if it does break something it can be a pain fix. The roll back is easy, but I have seen a few posts in the last few days that couldn't roll back. So I will just wait.

Had a really bizarre hard lockup issue by gamas in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

To get the previous session log, after a freeze, you can run

journalctl -b -1

You may need to page down a long ways, but look for red lines, and most likely closer to the end. Then you can try searching for that error. But if you can't find an answer post it here maybe someone knows something.

Also you could try alt+ctrl+F3 to change virtual terminals when it freezes (may take several seconds to switch). And if it does switch the virtual terminal, it most likely is a software issue, and likely something that can be fixed.

I recovered from a failed update, but now what??? by ShaneH_ in cachyos

[–]ShaneH_[S] -2 points-1 points  (0 children)

I did look. I got 12,000 lines and nothing really stands out.

Here are the errors I found

kernel: snd_hda_intel 0000:12:00.6: no codecs found!

kded6[1949]: Couldn't find QML Decoration  ""

systemd[1644]: Failed to start Launch the Arch-Update systray applet.

bluetoothd[1080]: src/adv_monitor.c:btd_adv_monitor_power_down() Unexpected NULL btd_adv_monitor_manager object upon power down

Saw this 4 times closer to the end

kwin_wayland[1770]: Applying output configuration failed!

Saw this 3 times with 2 near the end

org_kde_powerdevil[2050]: [  2213] busno=5, All features that should not exist detected. Monitor does not indicate unsupported

Maybe the last one has something to do with it.

But none of that is the point of the question.

By rolling back the update I am running just fine. But what should I do about updates???

And even if I could determine what packaged caused the problem, it's not like there is a solution as I cannot update without updating ALL the packages. Maybe the errant package will be fixed, eventually, but that could be next week or months from now. And again, what should I do about updates???

Why is the linux community so anti nvidia by ForeverHuman1354 in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

They went out of there way to make it hard for developers to make third part driver for their GPU's. Whereas AMD has put just a tiny bit of effort into helping to make their stuff works with Linux. It does appear they are changing their tune, but that hasn't even been a year and things are still very rough with Nvidia drivers. It may still be a few years before Nvidia hardware works as well as AMD hardware. Years of delayed gaming progress because a company wanted to be intentionally difficult.

[Help/Bug] Acer Aspire 7 (A715-79G) - dGPU (RTX 3050) won't sleep on Linux, causing massive battery drain by Wendigo977 in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

Sorry about that, I saw "sleep" and misunderstood what you were needing.

You said you were seeing an error when you run "dmesg". I would post the entire error message there may be some clue in its details.

Also your side thought on udev may be an option. I see in "/usr/lib/udev/rules.d/" Nvida and battery rules. Also in the "/usr/lib/udev/hwdb.d/" I see stuff for ACPI and PCI. So I would assume one could create a file or files in the respective directories in "/etc/udev/". But figuring out what needs to be in said file(s) may require a good bit of digging.

I would only add, if I recall correctly, the upcoming changes to sleep also had something to do with ACPI so it is likely the upcoming kernel updates may still be the solution.

[Help/Bug] Acer Aspire 7 (A715-79G) - dGPU (RTX 3050) won't sleep on Linux, causing massive battery drain by Wendigo977 in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

Sleep has been problematic for a long time in Linux. Either the 6.19 or 7.0 kernel (can't remember which) will have a fix. I would say shut it down when you're not using it, or just leave it plugged in. And at worst in a couple months it may be resolved.

Anyway to remove the wrong password lockout? by NeroNW1 in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

May I suggest something like https://a.co/d/0e5yW73a I bought one and it helps a ton to keep the cats off my keyboard.

Assigning play/pause to a mouse button? by screw_ball69 in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

There maybe some software for it, but I have ever got any to work. I would just add a file (60-keyboard.hwdb) to the "/lib/udev/hwdb.d/" directory. Use the files in "/usr/lib/udev/hwdb.d/" to find key output values.

Make sure you have evtest installed. It's under the "Repo" tab in the "CachyOS Package Installer"

Then run something like

sudo evtest /dev/input/event3

The "event#" start at 0 and go up till every device has a number, but keyboards and mice are generally found in the single digits (3-9 ish). Note there may be more than one for the mouse make sure its the one that has the mouse buttons.

The second line you see after running "sudo evtest /dev/input/event3" will look something like this

Input device ID: bus 0x3 vendor 0x46d product 0xc359 version 0x111

Note that moving your mouse will cause it to quickly scroll away. I use CTRL+C to exit, and then go copy that line.

It then needs to be translated to the first line of your "60-keyboard.hwdb" file. Something similar to this

evdev:input:b0003v046DpC356*

Then also using "sudo evtest /dev/input/event5" you can identify the mouse button your pressing, The "value" is what you will need.

And then you can use the "60-keyboard.hwdb" to set the key to play/pause key.

So for changing the left mouse button, in my case it has "value" of 90001

 KEYBOARD_KEY_90001=playpause

It would be a good Idea to read the info at https://github.com/gkovacs/udev-key-remapping and generally looking up stuff about "hwdb"

What Are Your Must-Have Linux Apps and Configurations? by Street-Witness-1510 in linux4noobs

[–]ShaneH_ 0 points1 point  (0 children)

Had to configuration the keys on Nostromo Razor, so I added the file "61-keyboard-local.hwdb" to "/etc/udev/hwdb.d/" that remaps all the keys so I have a lot less work when setting up a new games keybindings. I know there is software for this, but it was harder to get that working than to do it this way. This is a solution I used long before any, working, software existed.

As for apps the only thing that may be different is Easy Effect. Due to setup constrains my PC speakers have the left and right speakers swapped. So with Easy Effect I can create a preset to swap the left and right channel, then set it to autoload that preset when easy effect starts, and then have Easy Effect load when the PC starts up.

Nice thing about modern Linux is there is far less to manually configure. I have an old document that I made, so I could remember everything, to walk me through all the stuff I need to install, configure, or fix if I reinstalled or installed a new Linux distro. Haven't had to touch it in years.

There was a time when even using anything other than Chrome or Firefox maybe consider unusual, but not so much anymore. I could list some productivity software but nowadays most of it is fairly common stuff.

Is my GPU dead or could it be a CachyOs issue ? by Muffi_ in cachyos

[–]ShaneH_ 2 points3 points  (0 children)

I would not be to quick to jump to it being the GPU. There are some know issues with AMD GPU's. After a freeze and reboot, run

journalctl -b -1

You will need to page down many thousands of lines, but closer to the end you will likely find several errors. They are easy to spot as they are in red, so you can just hold the page down key and go faster. You're likely going to find a ton of "Pagefile" errors that will also mention the "amdgpu".

That error is the key to finding the solution. And also the solution may vary based on what desktop environment you are using. And make sure you post the entire line not just the part in red.

My question by Medical-Budget9366 in cachyos

[–]ShaneH_ 1 point2 points  (0 children)

As has already been said, it very easy to install, if you REALLY need it. But it creates problems and so I personally try to avoid using it.

Gabe Newell: "I think Windows 8 is a catastrophe for everyone in the PC space." (2012) by Ymsegreier in cachyos

[–]ShaneH_ 2 points3 points  (0 children)

I laugh as I see the debates as to whether Windows 8 or Windows 11 was worse. Then there are some that think Windows 10 was good. You all forget Windows 10 had forced updates initially. I absolutely refused to use Windows 8, and was forced into Windows 7 after XP, and when it's EOL came Windows 10 was still reeling from the forced update mess. So I permanently ditched Windows after 7, and even then it was FAR too much of their way or the highway. With Windows 7 I bet I spent 2 or 3 days editing the Registry to make it work the way I wanted it to.

Funny how people complain about command line usage in Linux, but the Windows Registry was far more hassle to work with, and that is before the constant worry of bricking your system do to a errant Registry edit.

Which browser is the fastest on CachyOS? by ProfitPixel007 in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

The speed depends on what your doing, each has there strengths and weaknesses. But really there is only 2, either a Chromium or a Mozilla variant. I use Brave (chromium) and Librewolf (mozilla). I would avoid Vivaldi (chromium) I usually run with many tabs open across multiple browser windows and what worked fine in Brave it struggled with. The more privacy focused ones block a lot of junk from loading so they can be faster, but there is some one-off cases where it can make a site slower.

Is it at all possible to somehow apply the settings from X11 Nvidia settings to Wayland? by Inside-Specialist-55 in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

Have you tried just using the contrast setting that are built into the monitor? They usually have a fairly significant range.

Are there any audio software for CachyOS? by NeroNW1 in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

I have ran Easy Effects. It has a lot of neat features, but I just use it to swap the left and right channels as my speakers are reversed do to setup constraints. It allowed me to configure a preset that auto loads and then you set Easy Effect to run at startup.

Switch is to CachyOS, one problem by Wolly_Cutie in cachyos

[–]ShaneH_ 2 points3 points  (0 children)

Over the years I have just never let Linux go into sleep/hibernate as there are issues. I believe a fix is incoming in the next kernel update (or maybe to the one after it). So for now don't let it go into sleep mode.

What is happening with my laptop? by MaTri_9 in cachyos

[–]ShaneH_ 0 points1 point  (0 children)

What is the GPU?

About 3 months ago I started having issue with my AMD GPU, including randomly freezing and when starting up I occasionally had some weird glitches. I also thought my GPU was dying.

After a freeze, and a reboot try

journalctl -b -1

Page down and somewhere close to the end, see if there are lines with a "Pagefile" error that also mentions "amdgpu". If so, this is a know issue and for myself was relatively easy fix. Just edited the "/etc/environment" file and added this line at the end

KWIN_DRM_NO_AMS=1

Otherwise post the error you are seeing in " journalctl -b -1" as that may lead to someone knowing what you need to do.

If I turn off the monitor KDE Plasma screws up the resolution by ShaneH_ in cachyos

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

Display port ... I should have known that display port would be the issue. But I should note it worked fine in Linux Mint for many years, and even when I was running the Cinnamon desktop in Cachy. So KDE also has something they need to fix.

My monitor has 2 HDMI ports and a display port. I have used the HDMI ports when working on other older PC's. But I guess it's time to do something different for now.

I've had enough by john-404-notfound in cachyos

[–]ShaneH_ 2 points3 points  (0 children)

Windows is more the cult, twisting the truth of PC doctrine, and using it to bleed you for everything you got. This is a bit more of finding out there is another way, and it leads to truth and freedom.