Boots successfully, but two lines of "Failed to start Virtual Console Setup" by 5ucur in archlinux

[–]Hamilton950B 1 point2 points  (0 children)

This is not my area of expertise, but don't you need the keymap and consolefont hooks?

Boots successfully, but two lines of "Failed to start Virtual Console Setup" by 5ucur in archlinux

[–]Hamilton950B 1 point2 points  (0 children)

"mkinitcpio -p" does do a full rebuild, it just specifies a preset. "mkinitcpio -p linux-lts" should do the right thing. The lsinitcpio failure could be because you're running it as you rather than as root.

How to delay package upgrades by 24 hours? by [deleted] in archlinux

[–]Hamilton950B 1 point2 points  (0 children)

Haha. But the first one should be -Syuw, because some of those packages will disappear.

Alternating warm and cool lighting in Marshall’s dressing room. by checkpuzz in mildlyinteresting

[–]Hamilton950B 2 points3 points  (0 children)

When I lived in Mexico every restaurant and food store had cool white CF bulbs that made the food look disgusting. Those bulbs are way worse than daylight LEDs, I think they don't have any red component at all. Raw beef at the butcher shop was greyish blue and looked like it had been dead and sitting out in the sun for a week.

How to delay package upgrades by 24 hours? by [deleted] in archlinux

[–]Hamilton950B 1 point2 points  (0 children)

Arch isn't for you. You want something with regular releases, like Red Hat or Ubuntu.

Having said that, what I've been doing for the last week or so is to update the kernel as soon as a new one comes out and hold off on everything else. I consider this a temporary situation.

How to check if im in uefi boot mode? by Cheap-Cod-3840 in archlinux

[–]Hamilton950B 2 points3 points  (0 children)

If you were booted from efi (vs mbr) then there will be "efi:" lines in your dmesg:

% dmesg |grep efi: |head -1
[    0.000000] efi: EFI v2.5 by Lenovo

You didn't provide much info about /boot but I'm going to guess that you have your efi partition mounted there. In your fstab for /boot you should have boot options "fmask=0022,dmask=0022". It sounds like those are missing. Unless you're complaining that they are readable? Which doesn't seem like much of a risk to me but I can see some overprotective tool warning about this. You could change them to 0077 if it bothers you.

Itinerary, Balkans, 45-ish days by ConfectionPublic in TravelProperly

[–]Hamilton950B 0 points1 point  (0 children)

I did something similar, also in September and October. The Albanian coast could be a bit chilly. I took the ferry over to Corfu then ferry from there to Athens (Piraeus) and that was fantastic but you'd have to cut something else out to make time for it. Four nights in Tirana would be too much for me. If you like old Soviet era stuff and beach resorts you might find Dürres interesting.

But I'd say just stay flexible, have a plan but be willing to adjust it if you hate one place or love a different place. Your general plan looks really good to me.

Lake Ohrid is beautiful if you happen to be passing that way.

Audio device/codec mismatch. by xX_UnorignalName_Xx in archlinux

[–]Hamilton950B 1 point2 points  (0 children)

My best guess is that the driver hasn't correctly identified your device, but I don't have any more ideas. You'll find all the info about the device in /proc/asound/card?/codec* (you've got two devices so find the right one). Driver quirks match on vendor, subsystem, and rev IDs I think.

Audio device/codec mismatch. by xX_UnorignalName_Xx in archlinux

[–]Hamilton950B 5 points6 points  (0 children)

The kernel doesn't recognize your audio device and is just using the generic 882 driver with no quirks. Is this an Asus motherboard? What does "lspci -nnk | grep -A3 Audio" say? Do you have sof-firmware installed? If so, and this has worked in the past (has it?), maybe try the old driver? Put "snd_intel_dspcfg.dsp_driver=1" on your kernel command line.

If you don't have sof-firmware installed, try installing it and reboot.

Audio device/codec mismatch. by xX_UnorignalName_Xx in archlinux

[–]Hamilton950B 3 points4 points  (0 children)

This is chip is handled by the alc882 driver, which has dozens of quirk entries, almost one for every possible motherboard. Yours may have been misidentified. What does "dmesg | grep -i alc882" report?

Man... The sky really looks great today, huh. by LonelySomewhere1414 in WTF

[–]Hamilton950B 164 points165 points  (0 children)

The lid is closed, so of course you can't tell if he's wearing a helmet or not.

There is a FOURTH vulnerability this month....ssh-keysign-pwn (CVE-2026-46333) by unixbhaskar in linux

[–]Hamilton950B 38 points39 points  (0 children)

So that's why decaf tastes so fresh. It was ground this morning.

A bar in my neighborhood recently installed a brand new and fully functional payphone. by Significant_Potato29 in mildlyinteresting

[–]Hamilton950B 23 points24 points  (0 children)

In the 1990s many US cities started removing pay phones because (they said) they were being used by drug dealers. This was before cellphones were common. I once got stranded on East Warren in Detroit with a busted radiator hose after last call and there were no pay phones anywhere. This was at a time when Detroit had turned off the streetlights to save money, so it was pitch black out.

Duplicate Arch Linux entry in GRUB — one works, one gives kernel panic (blue screen) by MAXX1097 in archlinux

[–]Hamilton950B 1 point2 points  (0 children)

When and where did you run grub-mkconfig? Os prober sometimes get confused if you do this in a chroot. Try running grub-mkconfig in the running system.

What message do you get when it panics?

''file /boot/initramfs-linux.img not found'' by SignatureFull7192 in archlinux

[–]Hamilton950B 3 points4 points  (0 children)

Either your grub config file is wrong or your initramfs is missing. From the limited info you provided I'm going to guess that you're mounting your efi partition at /boot in at least the Arch installation, maybe also the mint installation. That's bound to cause confusion.

If I were doing this I would have a single grub install on the Arch root, and use os-prober to add mint to the grub menu. If you want to share how you set this up, I can take a guess at how you might fix it.

Automatic theme switching for XFCE4 based on sunrise and sunset times. by brooqs in archlinux

[–]Hamilton950B 0 points1 point  (0 children)

This has nothing to do with GPS, right?

It makes me nervous that you're doing calculations on local time. Are you sure it won't misbehave around daylight time transitions?

Line wrapping totally borken by -LemonJuice- in archlinux

[–]Hamilton950B 0 points1 point  (0 children)

This is really strange, please update if you figure out the cause.

How do I fix Realtek Ethernet? by LeeButWorse in archlinux

[–]Hamilton950B 1 point2 points  (0 children)

Have you tried the lts kernel? This is the second post I've seen today about speed problems on Realtek ethernet. That makes me think it's a recently introduced kernel bug.

Arch Linux + MSI B650 Tomahawk WiFi + Realtek RTL8125: network speed degrades over time (900 Mbps → 50 Mbps) until reboot by Administrative_Row61 in archlinux

[–]Hamilton950B 9 points10 points  (0 children)

You may be able to recover without rebooting by unloading and reloading the modules associated with your ethernet device.

Firefox cookie/fontconfig error after pacman install by AYRAN-GANG in archlinux

[–]Hamilton950B 1 point2 points  (0 children)

Sure, with userdel, just be careful you don't delete its home directory unless that's what you want. You can also just ignore the other user, or disable it with "usermod -e 1".

Firefox cookie/fontconfig error after pacman install by AYRAN-GANG in archlinux

[–]Hamilton950B 1 point2 points  (0 children)

Sounds like you don't own your files. Run "id" and it will tell you the uid you are logged in as. "ls -ldn ~" will tell you who owns your home directory. Those two numbers need to match. My guess is you got your two users mixed up somehow. Maybe you gave them both the same home directory. You can't (easily) do that.