Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Half of a network access with new root build...
Date: Sun, 05 Mar 2017 08:33:19
Message-Id: f7ce55c4-1064-8434-1f4f-4180aa60e845@gmail.com
In Reply to: [gentoo-user] Half of a network access with new root build... by tuxic@posteo.de
1 tuxic@××××××.de wrote:
2 > Hi,
3 >
4 > I have sent this question previously but due to hickup with
5 > my old mail address the sent message or a reply to it get
6 > lost in between somewhere...
7 >
8 > Robin helped me a lot to get out of this mail address trouble and
9 > helped me to get subscribed to the list again with my new mail
10 > address: tuxic@××××××.de. THX Robin! :)
11 >
12 > I am still building my new root (this mail is written
13 > being in/at/on my old root).
14 >
15 > I am already able to boot (not only chroot to) into my new root, start
16 > X11 automagically and have back my desktop as it was before.
17 >
18 > But the boot process alone does not connect me to the internet.
19 > The output mumbles something of "missing modules" and such,
20 > but the kernel is the same for my old and my new root.
21 > I build the kernel on both roots the same way with the same
22 > config.
23 >
24 > I compared the output of lsmod on both roots and they
25 > are identical in regards to network related stuff.
26 >
27 > To get network after boot I have to do
28 >
29 > ip link set ....
30 >
31 > and start /etc/init.d/dhcpcd manually and TADA! there it
32 > is.
33 >
34 > I copied /etc/conf.d/net from my old to my new root, so this
35 > is also the same.
36 >
37 > I haven't been able to figure out, what is missing or wrong.
38 >
39 > If anyone have an idea, where to look for what -- I would
40 > be happy for an advice... :)
41 >
42 >
43 > Thanks a lot for any help in advance!
44 > Cheers
45 > Meino
46 >
47 > PS: Since I installed the new root via my old
48 > root I started with stage3...if this is of any
49 > importance.
50 >
51 >
52
53 I don't use modules in my kernel so I'm not sure how that works
54 exactly. I recall reading about this somewhere a good while back. In
55 the runlevels, there is some services that I think runs and loads the
56 modules. They are named modules and modules-load. Copy and pasting to
57 make sure I don't typo something:
58
59 root@fireball / # ls /etc/init.d/modules*
60 -rwxr-xr-x 1 root root 2211 Feb 26 18:50 /etc/init.d/modules
61 -rwxr-xr-x 1 root root 1639 Feb 26 18:50 /etc/init.d/modules-load
62 root@fireball / #
63
64
65 I notice that even tho I don't have kernel modules, both of those are
66 running here. I have modules in the boot runlevel. The modules-load
67 one isn't in any runlevel so I assume the plain modules requires the
68 other and starts it.
69
70 You may want to see if yours is the same OR compare your old and new
71 install and see how the old one is set up.
72
73 Hope that helps. If not, worth checking I guess.
74
75 Dale
76
77 :-) :-)