-
Posts
94 -
Joined
-
Last visited
-
Days Won
19
Community Answers
-
nrc's post in MiscXS.c: loadable library and perl binaries are mismatched loadable library and perl binaries are mismatched was marked as the answer
I think I'm past this. Identified texinfo as the package with the MiscXS library and it does have a perl module attached. Did an `emerge --nodeps texinfo` to update that and now I'm rolling again. Not sure why perl-cleaner didn't catch that. Sometimes solutions just require a little sleep.
-
nrc's post in can not find a specific kernel was marked as the answer
The command that you quote only lists metadata about the installed gentoo-sources packages.
For equery it sounds like you want to use the 'list' module to list packages.
equery l -op gentoo-sources The overlay and portage (-op) options are required to list packages other than those that you have installed. -
nrc's post in Is there a way to have firefox 52 without pulse audio but having sound with alsa? was marked as the answer
Add these USE flags to your make.conf
USE="OTHERSTUFF alsa -pulseaudio" Since you don't have pulseaudio installed you probably want this in make.conf to cover all builds. I have this set and sound works fine in 52.0.1
Alternately you could put it in your package.use file.
www-client/firefox alsa -pulseaudio -
nrc's post in How can I copy/install usb driver from system rescue cd? was marked as the answer
Google says that the USB controller on your MB is a VIA VL805 chip. The advice to get that chip working appears to be to add the kernel parameter "iommu=soft".
