dhudson
-
Posts
68 -
Joined
-
Last visited
-
Days Won
3
Community Answers
-
dhudson's post in wpa_supplicant does not connect to wi-fi was marked as the answer
wlan0: skip - SSID mismatch wlan0: No suitable network found looks like wpa_supplicant does not find the ssid you put in your config
wlan0: 0: xx:xx:xx:xx:xx ssid='internet ' maybe you look close at router I see a space at end of ssid
-
dhudson's post in How to upgrade and patch kernel? was marked as the answer
emerge should of built a new kernel for you via genkernel if that is how your new kernel got there.
as to config_extract i think you want amd64 which is for most multicore processors.
-
dhudson's post in Which package satisfies a virtual package? was marked as the answer
you can try this
portageq expand_virtual / virtual/cron
-
dhudson's post in ego trouble was marked as the answer
just to update this matter, turns out I had put
LC_ALL=C
IIRC .bashrc or .Xdefaults or somewhere ?
once removed it all went away.
No idea why it matters, or why or what I was trying to do.
-
dhudson's post in keymap in terminal under Xorg (gnome) was marked as the answer
https://www.funtoo.org/Funtoo_Linux_Localization
talk about Azerty keymap...
only thing I could find for Xorg is gentoo fourms this:
To change the keymap on your console you should change the keymap var in your /etc/conf.d/keymaps:
Code: keymap="fr" To change it in X, you can add the setting in your xorg.conf in the keyboard section:
Section "InputClass"
Identifier "keyboard-layout"
MatchIsKeyboard "on"
Option "XkbLayout" "fr"
...
EndSection
-
dhudson's post in 'equery list --portage-tree' with kits was marked as the answer
I usualy use eix. but now there is
ego query versions <package>
