Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Long gone and now totally screwed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
if
n00b
n00b


Joined: 15 Jun 2010
Posts: 23

PostPosted: Fri Sep 04, 2015 4:01 pm    Post subject: Long gone and now totally screwed Reply with quote

I have been away from the forum for two years and three months. Also away from my Gentoo box for one and nine months.
During this either short or long absence, a lot seems to have changed to me.
I even had very little idea where to start for update.
I remember some commands for update like eix-sync and emerge -u package for sure.
First, I thought it would be better to update gcc to 5.0.2 and I did it.
Then moved to firefox and stuffs, and then gettext. (Up until this point, it was perfect.)
Then what? System world seemed to have lots of conflict, so I gave up after successfully (?) emerged udev by temporally removing sys-init scripts and then back on (this thread was helpful).
Next, openrc seemed nice to me (anyway, I used it for a while somehow). So I tried. It seemed okay though.
After rebooting, startx shows me X desktop. But no input device works (maybe this thread would work but not yet tried).
Confronted with the situation, I still had hope that networking would help.
But, I found no interface except lo on the box. It used to have two I/F, eth0 and wlan0.
I read this seemingly helpful thread but there is even no enpXsY I/F besides lo.
The kernel is still at the beginning of 2014, that is 3.12.x of gentoo-sources and 3.13.x of git-sources, not yet recompiled at the moment.

Sorry for not providing accurate info with detail, but I am writing this on the same box, from the other side (you know what I mean).

So, here are my issues.
1. No input device works on X.
2. No network connection even in CUI.

What do you suggest my next move to be?
Do I need issue old MAKEDEV style command for enpXsY to appear?
Or should I reconfigure the old kernel sources to fit latest init scripts?

Any thought would be much appreciated.
Thank you.
Back to top
View user's profile Send private message
Keruskerfuerst
Advocate
Advocate


Joined: 01 Feb 2006
Posts: 2289
Location: near Augsburg, Germany

PostPosted: Fri Sep 04, 2015 4:41 pm    Post subject: Reply with quote

After such a long time of non-updating, you should reinstall your system.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54209
Location: 56N 3W

PostPosted: Fri Sep 04, 2015 4:53 pm    Post subject: Reply with quote

if,

Lets fix networking first.

You say you updated openrc. Did you do etc-update afterwards to get any changed init scrips and config files?
If you say no, thats a problem, if you say yes thats a problem too.
Some updates to openrc require the matching scripts and config files, so you need to run etc-update but in the process, you must keep your configuration information.
Keep that in mind as you read on.

Your interfaces probably still exist as the kernel has not been updated.
Code:
ifconfig -a
will list all the interfaces the kernel knows.

Under the old udev you will have eth0 and wlan0 and you will have created symlinks in /etc/init.d/ for eth0.net and wlan0.net pointed to lo.net
Under new udev, your device names will have changed.
You now have a choice. Either move with udev and use the new names in /etc/init.d and in your net file or add a kernel parameter to tell udev to leave the kernel names alone.

Once networking works install wgetpaste and post /var/log/Xorg.0.log

gcc-5.0.2 was masked last time I looked.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
if
n00b
n00b


Joined: 15 Jun 2010
Posts: 23

PostPosted: Sat Sep 05, 2015 8:44 am    Post subject: Reply with quote

Thank you guys.

On my second thought, fresh install is the option. But so far I would like to stick to it.

ifconfig -a gives only lo.
lspci shows ethernet controller (Intel 82566MM).
I noticed network device module was not loaded. Manual insertion did not work.
insmod /lib64/modules/3.13.0_rc8/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko failed to be loaded with error message "unknown symbol in module".
ixgb.ko was loaded. Still, ifconfig -a does not show eth0, only lo.
Changing gcc profile back to 4.8.x won't work.

Like I said, kernel was not changed. I do not know why e1000e module failed to be loaded. The module was not touched this occasion.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54209
Location: 56N 3W

PostPosted: Sat Sep 05, 2015 10:23 am    Post subject: Reply with quote

if,

insmod is brain dead - it does exactly what you ask and no more.
modprobe is a better choice. It resolves module dependencies too, so if e1000e deponds on another module, modprobe e1000e will load the entire dependency tree.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
if
n00b
n00b


Joined: 15 Jun 2010
Posts: 23

PostPosted: Sat Sep 05, 2015 1:58 pm    Post subject: Reply with quote

With the help of modprobe (I totally forgot but remembered), now both eth0 and wlan0 exist and they started after issuing /etc/init.d/net.* restart command (restart... because they are both failed in initial boot).
The trouble now is... DHCP is not working. ping to outside world does not return any response.
Reading this document, my conf files have been set properly, it seems.
/etc/init.d/net is vacant. actual conf info is stored in /etc/wpa_supplicant/wpa_supplicant.conf and I think it worked fine a year ago.
One thing that comes to my mind is I edited /etc/sudoer when I did etc-update and commented out %wheel entry. I found ctrl_interface_group belonged to wheel in the conf file. Now I changed sudoer file back to the one before (wheel line is active), I think this part is okay.
Another clue is when running /etc/init.d/net.* commands, they both warn "net.* has started, but is inactive".

I think it is getting so close to finally connect to the world.
DHCPCD is working fine, at least via message.
What is wrong with the box now?
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Sat Sep 05, 2015 2:26 pm    Post subject: Reply with quote

Quote:
DHCP is not working
do it run or not, it run but it doesn't assign anything to your interface, it work but assign some 169. ip range...

Quote:
ping to outside does not return any response

if ping doesn't work, you should get an error.

Quote:
my conf files have been set properly, it seems.

you logically doubt, but you didn't find useful to post them to get them review?

Quote:
What is wrong with the box now?
You should ask lottery numbers, if anyone is able to guess something, better guess these numbers then

That's a sharing process, you help us (giving infos), we help you fixing what is wrong.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54209
Location: 56N 3W

PostPosted: Sat Sep 05, 2015 2:41 pm    Post subject: Reply with quote

if,

krinn has asked for the IP addresses on your interfaces. That will help.
What is in /etc/resolv.conf ?

No nameservers will mean you can't get anywhere by name, so ping google.com will fail but ping 173.194.113.102 may work.
They are both google.com.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
if
n00b
n00b


Joined: 15 Jun 2010
Posts: 23

PostPosted: Sat Sep 05, 2015 4:50 pm    Post subject: Reply with quote

Sorry for sharing so little info. As is right now, I am writing this from Windows (the box is dual boot with Gentoo).
I have been restarting both OS, going back and forth. All messages, responses are either memorized in my head or written down if not complicated. Detailed log kind info cannot be shared until at least network on Gentoo turns back normal.
So please bare with me.

/etc/resolv.conf has only one line "nameserver 192.168.0.1" (besides comments), which is correct in my setting.

Ping does give back some response if you say so.
That is, when using www.google.com, it is "ping: unknown host www.google.com" and when using 173.194.113.102, it is "connect: Network is unreachable".

Other things I noticed this time, iwconfig shows correct ESSID and Access Point in my home network for wlan0. wlan0 address is shown in inet6.
"dhcpcd -r 192.168.0.2" returns following messages:
version 6.2.0 starting
dev: loaded udev
no valid interfaces found
no interfaces have a career
forked to background, child pid 7102
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54209
Location: 56N 3W

PostPosted: Sat Sep 05, 2015 5:23 pm    Post subject: Reply with quote

if,

Run
Code:
dhcpcd eth0

What IPv4 address does eth0 get, if any?

Post the IPv4 address.
If its in the 192.168.0.0/24 subnet. Post the output of
Code:
route -n
too.

Check the content of /etc/resolv again, in case dhcpd has overwritten it.

We can ignore wlan0 for now.

I suppose after all this time, you do have eth0 connected?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
if
n00b
n00b


Joined: 15 Jun 2010
Posts: 23

PostPosted: Sun Sep 06, 2015 4:35 am    Post subject: Reply with quote

dhcpcd eth0 returns:
dhcpcd[6988]: sending commands to master dhcpcd process.

ifconfig -a returns eth0 address in inet6 style. (wlan0 in inet6 too.)

route -n returns:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo

/etc/init.d/net.eth0 restart gives:
Bringing down interface eth0
Stopping ifplugd on eth0
Removing addresses
Bringing up interface eth0
Starting ifplugd on eth0
Backgrounding
Warning: net.eth0 has strted, but is inactive

ping 173.194.113.102 gives:
connect: Network is unreachable.

This time, during the whole process, only LAN cable to eth0 is connected, WLAN switch for wlan0 is always off.
Before that, after confirming wlan0 module was loaded, I tested mainly on wlan0, not eth0.

So the problem is eth0 is not recognized in routing table?
Back to top
View user's profile Send private message
if
n00b
n00b


Joined: 15 Jun 2010
Posts: 23

PostPosted: Sun Sep 06, 2015 7:14 am    Post subject: Reply with quote

Reading this document, I finally managed to connect to outside world!

What I did was...
modprobe e1000e
/etc/init.d/net.eth0 restart
ifconfig eth0 192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0 up
route add default gw 192.168.0.1

Then, ping www.google.com returned actual response from the server.
So, I think network problem is solved except that the procedure has to be done manually.
Thank you all for your help!

The next problem is no input on X.
After loading evdev (which is unloaded after boot), still the problem persists.
X.org.log will be coming soon...
Back to top
View user's profile Send private message
if
n00b
n00b


Joined: 15 Jun 2010
Posts: 23

PostPosted: Sun Sep 06, 2015 7:48 am    Post subject: Reply with quote

Okay, so Xorg.0.log is this.
https://bpaste.net/show/d2f3577c67e5
Code:
[   883.603]
X.Org X Server 1.15.0
Release Date: 2013-12-27
[   883.605] X Protocol Version 11, Revision 0
[   883.605] Build Operating System: Linux 3.13.0-rc5 x86_64 Gentoo
[   883.606] Current Operating System: Linux localhost 3.13.0-rc8 #1 SMP Wed Jan 15 08:27:59 JST 2014 x86_64
[   883.606] Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda5 splash=silent,fadein,theme:natural_gentoo console=tty1 acpi_sleep=s3_bios thinkpad_acpi.fan_control=1 real_resume=swap:/dev/sda5:0x441d8 tuxonice_resume=swap:/dev/sda5:0x441d8 i915.modeset=1 video=1024x768 irqpoll
[   883.609] Build Date: 30 December 2013  10:58:46PM
[   883.610] 
[   883.611] Current version of pixman: 0.33.1
[   883.613]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   883.613] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   883.616] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep  6 16:01:13 2015
[   883.634] (==) Using config file: "/etc/X11/xorg.conf"
[   883.635] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   883.636] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   883.670] (==) No Layout section.  Using the first Screen section.
[   883.670] (==) No screen section available. Using defaults.
[   883.670] (**) |-->Screen "Default Screen Section" (0)
[   883.670] (**) |   |-->Monitor "<default monitor>"
[   883.671] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[   883.671] (==) Automatically adding devices
[   883.671] (==) Automatically enabling devices
[   883.671] (==) Automatically adding GPU devices
[   883.724] (==) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
[   883.724] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   883.724] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   883.724] (II) Loader magic: 0x805c40
[   883.724] (II) Module ABI versions:
[   883.724]    X.Org ANSI C Emulation: 0.4
[   883.724]    X.Org Video Driver: 15.0
[   883.724]    X.Org XInput driver : 20.0
[   883.724]    X.Org Server Extension : 8.0
[   883.725] (II) xfree86: Adding drm device (/dev/dri/card0)
[   883.727] (--) PCI:*(0:0:2:0) 8086:2a02:17aa:20b5 rev 12, Mem @ 0xf8000000/1048576, 0xe0000000/268435456, I/O @ 0x00001800/8
[   883.727] (--) PCI: (0:0:2:1) 8086:2a03:17aa:20b5 rev 12, Mem @ 0xf8100000/1048576
[   883.728] Initializing built-in extension Generic Event Extension
[   883.729] Initializing built-in extension SHAPE
[   883.730] Initializing built-in extension MIT-SHM
[   883.731] Initializing built-in extension XInputExtension
[   883.732] Initializing built-in extension XTEST
[   883.733] Initializing built-in extension BIG-REQUESTS
[   883.734] Initializing built-in extension SYNC
[   883.735] Initializing built-in extension XKEYBOARD
[   883.736] Initializing built-in extension XC-MISC
[   883.737] Initializing built-in extension XINERAMA
[   883.738] Initializing built-in extension XFIXES
[   883.739] Initializing built-in extension RENDER
[   883.740] Initializing built-in extension RANDR
[   883.741] Initializing built-in extension COMPOSITE
[   883.741] Initializing built-in extension DAMAGE
[   883.742] Initializing built-in extension MIT-SCREEN-SAVER
[   883.743] Initializing built-in extension DOUBLE-BUFFER
[   883.744] Initializing built-in extension RECORD
[   883.745] Initializing built-in extension DPMS
[   883.746] Initializing built-in extension Present
[   883.747] Initializing built-in extension DRI3
[   883.748] Initializing built-in extension X-Resource
[   883.749] Initializing built-in extension XVideo
[   883.750] Initializing built-in extension XVideo-MotionCompensation
[   883.751] Initializing built-in extension XFree86-VidModeExtension
[   883.751] Initializing built-in extension XFree86-DGA
[   883.752] Initializing built-in extension XFree86-DRI
[   883.753] Initializing built-in extension DRI2
[   883.753] (II) LoadModule: "glx"
[   883.882] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   884.234] (II) Module glx: vendor="X.Org Foundation"
[   884.234]    compiled for 1.15.0, module version = 1.0.0
[   884.234]    ABI class: X.Org Server Extension, version 8.0
[   884.234] (==) AIGLX enabled
[   884.235] Loading extension GLX
[   884.235] (==) Matched intel as autoconfigured driver 0
[   884.235] (==) Matched intel as autoconfigured driver 1
[   884.235] (==) Matched modesetting as autoconfigured driver 2
[   884.235] (==) Matched fbdev as autoconfigured driver 3
[   884.235] (==) Matched vesa as autoconfigured driver 4
[   884.235] (==) Assigned the driver to the xf86ConfigLayout
[   884.235] (II) LoadModule: "intel"
[   884.235] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[   884.281] (II) Module intel: vendor="X.Org Foundation"
[   884.281]    compiled for 1.15.0, module version = 2.99.907
[   884.281]    Module class: X.Org Video Driver
[   884.281]    ABI class: X.Org Video Driver, version 15.0
[   884.281] (II) LoadModule: "modesetting"
[   884.281] (WW) Warning, couldn't open module modesetting
[   884.281] (II) UnloadModule: "modesetting"
[   884.281] (II) Unloading modesetting
[   884.281] (EE) Failed to load module "modesetting" (module does not exist, 0)
[   884.281] (II) LoadModule: "fbdev"
[   884.282] (WW) Warning, couldn't open module fbdev
[   884.282] (II) UnloadModule: "fbdev"
[   884.282] (II) Unloading fbdev
[   884.282] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   884.282] (II) LoadModule: "vesa"
[   884.282] (WW) Warning, couldn't open module vesa
[   884.282] (II) UnloadModule: "vesa"
[   884.282] (II) Unloading vesa
[   884.282] (EE) Failed to load module "vesa" (module does not exist, 0)
[   884.282] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   884.282] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[   884.282] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[   884.282] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[   884.282] (--) using VT number 7

[   884.318] (--) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
[   884.318] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3
[   884.318] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[   884.318] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   884.318] (==) intel(0): RGB weight 888
[   884.318] (==) intel(0): Default visual is TrueColor
[   884.318] (**) intel(0): Framebuffer tiled
[   884.318] (**) intel(0): Pixmaps tiled
[   884.318] (**) intel(0): "Tear free" disabled
[   884.318] (**) intel(0): Forcing per-crtc-pixmaps? no
[   884.318] (II) intel(0): Output LVDS1 has no monitor section
[   884.319] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
[   884.319] (II) intel(0): Output VGA1 has no monitor section
[   884.319] (II) intel(0): Output VIRTUAL1 has no monitor section
[   884.319] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 0
[   884.319] (==) intel(0): DPI set to (96, 96)
[   884.319] (II) Loading sub module "dri2"
[   884.319] (II) LoadModule: "dri2"
[   884.319] (II) Module "dri2" already built-in
[   884.319] (==) Depth 24 pixmap format is 32 bpp
[   884.341] (II) intel(0): SNA initialized with Broadwater (gen4) backend
[   884.341] (==) intel(0): Backing store enabled
[   884.341] (==) intel(0): Silken mouse enabled
[   884.341] (II) intel(0): HW Cursor enabled
[   884.341] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   884.342] (==) intel(0): DPMS enabled
[   884.342] (II) intel(0): [DRI2] Setup complete
[   884.342] (II) intel(0): [DRI2]   DRI driver: i965
[   884.342] (II) intel(0): direct rendering: DRI2 Enabled
[   884.342] (==) intel(0): hotplug detection: "enabled"
[   884.342] (--) RandR disabled
[   884.560] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   884.560] (II) AIGLX: enabled GLX_ARB_create_context
[   884.560] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   884.560] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[   884.560] (II) AIGLX: enabled GLX_INTEL_swap_event
[   884.560] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   884.560] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   884.560] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   884.560] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   884.560] (II) AIGLX: Loaded and initialized i965
[   884.560] (II) GLX: Initialized DRI2 GL provider for screen 0
[   884.564] (II) intel(0): switch to mode 1024x768@50.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[   884.597] (II) intel(0): Setting screen physical size to 270 x 203
[   885.204] (II) config/udev: Adding drm device (/dev/dri/card0)


module evdev is loaded.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54209
Location: 56N 3W

PostPosted: Sun Sep 06, 2015 9:01 am    Post subject: Reply with quote

if,

Your network setup can be automated. The documentation is in several places.
To minimise your googling, add e1000e to /etc/conf.d/modules - read the comments in the file.

There is a static net setup in /usr/share/doc/netifrc-0.3.1/net.example.bz2 or whatever your version is.
All the entries in that file are commented out so you can uncompress it to /etc/conf.d/net then set whatever you need.
Do preserve your own net file first.

From your Xorg log
Code:
[   883.634] (==) Using config file: "/etc/X11/xorg.conf"

You don't need a xorg.conf with an open source driver for X to work. Rename it out of the way for now, so Xorg wont find it.
Test again.

Your Xorg log is complete and correct as far as it goes but it doesn't go far enough
Does the system lock up, so all you can do is power off or does Xorg actually start?

If you want a guess
Code:
emerge -1 xf86-input-evdev


evdev is in two pieces. A kernel part, that you can see loaded with lsmod and an Xorg part with the same name, that is missing from your Xorg log.
The above command builds the Xorg part without adding it to your world file. There are other mechanisms for telling portage that its required.

Code:
emerge --info
is the next output we need.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
if
n00b
n00b


Joined: 15 Jun 2010
Posts: 23

PostPosted: Mon Sep 07, 2015 3:03 pm    Post subject: Reply with quote

Adding module names in /etc/conf.d/modules did not load them automatically.
I still have to manually modprobe those in the file, e1000e, and wireless modules (rfkill, cfg80211, mac80211, iwlegacy, wal4965).
I have not tested netifrc yet.

As for Xorg-server, the config file /etc/X11/xorg.conf was in fact all commented out, but not vacant.
But to make sure, I renamed it to /etc/X11/xorg.conf.not_in_use.
And after that, I reinstalled xf86-input-evdev and the server acted the same, no input available at all (dock applets work).

Then, I noticed my layman setting became messy, so I once removed x11 overlay and newly installed.
Actually, I had got an error while emerging old xorg-server-9999 and decided to renew the overlay.
Some prerequisites were asked to be installed, xproto, xtrans, randrproto, fontsproto.
Eventually xorg-server was installed with the new overlay.
Then startx, but the result is the same. No input available.
I should have also report the Xorg.0.log but please give me some time.

During the update, I also upgraded or reemerged udev, cause I thought udev listing something warning message in the log told me the clue.
/etc/init.d/udev --nodeps restart did not change the situation.

Anyway, this is my emerge --info (repository and its first messy errors cut out. please see the link if you need.)
https://bpaste.net/show/133b076c7ce0
Code:
Portage 2.2.20.1 (python 3.3.3-final-0, default/linux/amd64/13.0, gcc-4.8.2, glibc-2.17, 3.13.0-rc8 x86_64)
=================================================================
System uname: Linux-3.13.0-rc8-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T7300_@_2.00GHz-with-gentoo-2.2
KiB Mem:     8097456 total,   7645916 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Sun, 06 Sep 2015 06:30:01 +0000
sh bash 4.2_p45-r1
ld GNU ld (GNU Binutils) 2.24
app-shells/bash:          4.2_p45-r1::gentoo
dev-java/java-config:     2.1.11-r3::gentoo
dev-lang/perl:            5.16.3::gentoo
dev-lang/python:          2.7.6::gentoo, 3.3.3::gentoo
dev-util/cmake:           2.8.12.1-r3::gentoo
dev-util/pkgconfig:       0.28-r3::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          9999::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.9.6-r3::gentoo, 1.10.3::gentoo, 1.11.6::gentoo, 1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.24-r1::gentoo
sys-devel/gcc:            4.3.6-r1::gentoo, 4.4.7::gentoo, 4.5.4::gentoo, 4.6.4::gentoo, 4.7.3-r1::gentoo, 4.8.2-r1::gentoo, 5.2.0::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.2::gentoo
sys-devel/make:           4.0-r1::gentoo
sys-kernel/linux-headers: 3.12::gentoo (virtual/os-headers)
sys-libs/glibc:           2.17::gentoo

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 skype-eula AdobeFlash-10.3 Oracle-BCLA-JavaSE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-mtune=native -march=native -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo"
CXXFLAGS="-mtune=native -march=native -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 acl acpi alsa amd64 avahi avi bash-completion berkdb bitmap-fonts bzip2 cairo ccs cdr cjk cli cracklib crypt cups cxx dbus dlloader dri dvd dvdr dvdread eds emboss encode epiphany esd fam ffmpeg flac fortran gd gdbm gedit gif gnome gnutls gtk2 hal iconv imlib immqt isdnlog jfs jpeg jpeg2k libffi libg++ libnotify mad mikmod mmx mmxext mng modules mp3 mpeg multilib multilibs nautilus ncurses nls nptl nptlonly ntfs ogg opengl openmp pam pcmcia pcre pdflib plotutils png ppds pppd python qt3support qt4 quicktime rar readline reflection reiserfs ruby sdl seccomp session spell spl sse sse2 ssl tcpd threads tiff truetype type1 udev unicode vcd vorbis xcb xfs xml xorg xscreensaver xulrunner xv xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="mouse keyboard evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="ja" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python3_3 python2_7" PYTHON_TARGETS="python3_3 python2_7" RUBY_TARGETS="ruby19 ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
USE_PYTHON="3.3 2.7"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS


Thanks you as always.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54209
Location: 56N 3W

PostPosted: Mon Sep 07, 2015 3:36 pm    Post subject: Reply with quote

if,

Module loading works here,
/etc/conf.d/modules:
# You should consult your kernel documentation and configuration
# for a list of modules and their options.
modules="r8169 hid_logitech usbhid mousedev snd_hda_intel usb-storage xhci-hcd pwc snd_usb_audio vboxdrv k10temp asus_atk0110"

It has to, I don't have udev or its friends

Do not use any -9999 packages meanwhile. They build the code as it is in the upstream repository. If you want to do that, you aslo need to know how to fix it when it breaks. Indeed, when you get the code from the repository, it might be braken already.

Code:
INPUT_DEVICES="mouse keyboard evdev"
VIDEO_CARDS="intel"
looks OK.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Mon Sep 07, 2015 4:31 pm    Post subject: Reply with quote

if wrote:
Sorry for sharing so little info. As is right now, I am writing this from Windows (the box is dual boot with Gentoo).
I have been restarting both OS, going back and forth. All messages, responses are either memorized in my head or written down if not complicated. Detailed log kind info cannot be shared until at least network on Gentoo turns back normal.


Here's a tip for dual booters.

You can mount your Windows disk and copy files into it. I do it all the time. I can even run "meld" on a Windows file and a Linux file simultaneously. This is a big help if you can't get to X and/or the internet.

Add a line to /etc/fstab similar to one of these:
Quote:

/dev/sda1 /cdrive ntfs-3g users,noauto,uid=1000,gid=10 0 0
/dev/sda5 /mnt/edrive ntfs-3g users,noauto,uid=1000,gid=10 0 0
/dev/sdc1 /mnt/video ntfs-3g users,noauto,uid=1000,gid=10 0 0

Of course you need to mkdir the mount point. When you want to mount it just run e.g. "mount /cdrive" I think the ntfs driver is in the standard genkernel configuration, If not just add it, it's under file systems. You will see a warning. It's old, don't worry about it, I have been doing file transfers with it for years with no problem to either the ntfs or ext4 file systems. Now you can do things like "lsmod >/cdrive/lsmod.txt" and post them from Windows. IIRC, wordpad will use either line terminators or use unix2dos (see man dos2unix).
Back to top
View user's profile Send private message
Buffoon
Veteran
Veteran


Joined: 17 Jun 2015
Posts: 1369
Location: EU or US

PostPosted: Mon Sep 07, 2015 4:39 pm    Post subject: Reply with quote

Modules won't be loaded if modules are not run by openrc.

BTW, INPUT_DEVICES="mouse keyboard evdev" is OK, but overkill. One needs either "mouse keyboard" or "evdev", not all of them.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum