Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

07.11.2019, 15:36

Netzwerkkonfig funzt nicht - keine Idee warum

Halli, mein System läuft. Leider funzt das Netzwerk (LAN) nicht. WLAN hab ich noch nicht konfiguiert. Hat Jemand einen Tipp , warum?

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
localhost ~ # ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 12  bytes 640 (640.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12  bytes 640 (640.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

localhost ~ # /etc/init.d/net.enp3s0 start
 * WARNING: net.enp3s0 is already starting
localhost ~ # ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 12  bytes 640 (640.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12  bytes 640 (640.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

localhost ~ # dmesg | grep renamed
[    8.824098] r8169 0000:03:00.0 enp3s0: renamed from eth0
localhost ~ # route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
localhost ~ # /etc/init.d/net.enp3s0 restart
 * WARNING: net.enp3s0 is already starting
localhost ~ # /etc/init.d/net.enp3s0 stop   
 * ERROR: net.enp3s0 stopped by something else
localhost ~ # /etc/init.d/net.enp3s0 start
 * WARNING: net.enp3s0 is already starting
localhost ~ # ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 12  bytes 640 (640.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12  bytes 640 (640.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
#lsmod
Module                  Size  Used by
vfat                   20480  1
fat                    65536  1 vfat
joydev                 24576  0
snd_hda_codec_realtek    86016  1
snd_hda_codec_generic    61440  2 snd_hda_codec_realtek
snd_hda_intel          36864  0
snd_hda_codec          90112  3 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core           61440  4 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
i915                 1396736  3
coretemp               16384  0
snd_hwdep              16384  1 snd_hda_codec
kvm_intel             155648  0
i2c_algo_bit           16384  1 i915
snd_pcm                81920  3 snd_hda_intel,snd_hda_codec,snd_hda_core
drm_kms_helper        139264  1 i915
kvm                   532480  1 kvm_intel
input_leds             16384  0
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
irqbypass              16384  1 kvm
pcspkr                 16384  0
sysimgblt              16384  1 drm_kms_helper
snd_timer              28672  1 snd_pcm
fb_sys_fops            16384  1 drm_kms_helper
i2c_i801               24576  0
drm                   348160  4 drm_kms_helper,i915
intel_gtt              20480  1 i915
snd                    69632  6 snd_hda_codec_generic,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm
i2c_core               53248  5 drm_kms_helper,i2c_algo_bit,i2c_i801,i915,drm
iosf_mbi               16384  1 i915
fan                    16384  0
thermal                20480  0
video                  40960  1 i915
backlight              16384  2 video,i915
button                 16384  0
xts                    16384  0
aes_x86_64             20480  0
ecb                    16384  0
cbc                    16384  0
sha512_generic         16384  0
sha1_generic           16384  0
libiscsi               40960  0
scsi_transport_iscsi    73728  1 libiscsi
ixgb                   40960  0
ixgbe                 233472  0
dca                    16384  1 ixgbe
tulip                  57344  0
cxgb3                 139264  0
cxgb                   73728  0
mdio                   16384  3 cxgb,cxgb3,ixgbe
macvlan                20480  0
tg3                   155648  0
sky2                   57344  0
pcnet32                45056  0
mii                    16384  1 pcnet32
e1000                 102400  0
bnx2                   81920  0
fuse                   94208  1
nfs                   192512  0
lockd                  73728  1 nfs
grace                  16384  1 lockd
sunrpc                262144  2 lockd,nfs
jfs                   163840  0
multipath              16384  0
linear                 16384  0
raid10                 49152  0
raid456               110592  0
async_raid6_recov      16384  1 raid456
async_memcpy           16384  1 raid456
async_pq               16384  1 raid456
async_xor              16384  2 async_pq,raid456
xor                    24576  1 async_xor
async_tx               16384  5 async_pq,async_memcpy,async_xor,raid456,async_raid6_recov
raid6_pq              114688  3 async_pq,raid456,async_raid6_recov
raid1                  40960  0
raid0                  20480  0
dm_snapshot            40960  0
dm_bufio               24576  1 dm_snapshot
dm_crypt               36864  0
dm_mirror              20480  0
dm_region_hash         16384  1 dm_mirror
dm_log                 16384  2 dm_region_hash,dm_mirror
dm_mod                110592  5 dm_crypt,dm_log,dm_snapshot,dm_mirror,dm_bufio
hid_sunplus            16384  0
hid_sony               28672  0
hid_samsung            16384  0
hid_pl                 16384  0
hid_petalynx           16384  0
hid_monterey           16384  0
hid_microsoft          16384  0
hid_logitech           20480  0
hid_gyration           16384  0
hid_ezkey              16384  0
hid_cypress            16384  0
hid_chicony            16384  0
hid_cherry             16384  0
hid_belkin             16384  0
hid_apple              16384  0
hid_a4tech             16384  0
sl811_hcd              20480  0
xhci_plat_hcd          16384  0
ohci_pci               16384  0
ohci_hcd               36864  1 ohci_pci
uhci_hcd               32768  0
ehci_pci               16384  0
ehci_hcd               49152  1 ehci_pci
aic94xx                81920  0
libsas                 69632  1 aic94xx
lpfc                  724992  0
crc_t10dif             16384  1 lpfc
crct10dif_common       16384  1 crc_t10dif
qla2xxx               704512  0
megaraid_sas          131072  0
megaraid_mbox          32768  0
megaraid_mm            16384  1 megaraid_mbox
megaraid               49152  0
aacraid               110592  0
sx8                    20480  0
DAC960                 73728  0
3w_9xxx                40960  0
3w_xxxx                32768  0
mptsas                 40960  0
scsi_transport_sas     32768  3 mptsas,aic94xx,libsas
mptfc                  20480  0
scsi_transport_fc      49152  3 lpfc,qla2xxx,mptfc
mptspi                 20480  0
mptscsih               28672  3 mptsas,mptspi,mptfc
mptbase                65536  4 mptsas,mptspi,mptfc,mptscsih
atp870u                24576  0
dc395x                 36864  0
qla1280                32768  0
imm                    20480  0
parport                40960  1 imm
dmx3191d               20480  0
sym53c8xx              81920  0
led_class              16384  2 input_leds,hid_sony
gdth                   81920  0
usbhid                 32768  0
initio                 24576  0
BusLogic               32768  0
arcmsr                 40960  0
aic7xxx               122880  0
aic79xx               126976  0
scsi_transport_spi     28672  5 mptspi,aic79xx,aic7xxx,sym53c8xx,dmx3191d
sg                     32768  0
pdc_adma               16384  0
sata_inic162x          16384  0
sata_mv                32768  0
ata_piix               32768  0
sata_qstor             16384  0
sata_vsc               16384  0
sata_uli               16384  0
sata_sis               16384  0
sata_sx4               20480  0
sata_nv                32768  0
sata_via               20480  0
sata_svw               16384  0
sata_sil24             20480  0
sata_sil               16384  0
sata_promise           16384  0
pata_sl82c105          16384  0
pata_via               16384  0
usb_storage            57344  1
pata_jmicron           16384  0
pata_marvell           16384  0
pata_sis               20480  1 sata_sis
pata_netcell           16384  0
pata_pdc202xx_old      16384  0
pata_triflex           16384  0
pata_atiixp            16384  0
pata_opti              16384  0
pata_amd               20480  0
pata_ali               20480  0
pata_it8213            16384  0
pata_pcmcia            20480  0
pcmcia                 45056  1 pata_pcmcia
pcmcia_core            20480  1 pcmcia
pata_ns87415           16384  0
pata_ns87410           16384  0
pata_serverworks       16384  0
pata_artop             16384  0
pata_it821x            16384  0
pata_optidma           16384  0
pata_hpt3x2n           16384  0
pata_hpt3x3            16384  0
pata_hpt37x            20480  0
pata_hpt366            16384  0
pata_cmd64x            16384  0
pata_efar              16384  0
pata_rz1000            16384  0
pata_sil680            16384  0
pata_radisys           16384  0
pata_pdc2027x          16384  0
pata_mpiix             16384  0
ahci                   40960  2
libahci                28672  1 ahci
xhci_pci               16384  0
xhci_hcd              176128  2 xhci_pci,xhci_plat_hcd
libata                196608  49 pata_ns87415,pata_sil680,pata_amd,sata_qstor,ata_piix,libahci,pata_optidma,pata_netcell,pata_hpt366,sata_promise,pata_marvell,sata_uli,pata_via,pata_pdc2027x,pata_hpt3x2n,pata_sl82c105,sata_sil,pata_ali,ahci,pata_opti,pata_it821x,sata_via,pata_cmd64x,sata_vsc,pata_hpt37x,pata_rz1000,pata_jmicron,pata_it8213,pata_efar,pdc_adma,sata_sil24,pata_pcmcia,pata_hpt3x3,pata_sis,pata_artop,sata_svw,sata_sx4,pata_ns87410,pata_radisys,pata_mpiix,sata_nv,sata_sis,libsas,sata_mv,pata_triflex,pata_serverworks,pata_pdc202xx_old,sata_inic162x,pata_atiixp
r8169                  69632  0
libphy                 49152  2 r8169,tg3
usbcore               184320  11 xhci_hcd,ohci_hcd,ehci_pci,sl811_hcd,usbhid,usb_storage,ehci_hcd,xhci_pci,ohci_pci,xhci_plat_hcd,uhci_hcd
usb_common             16384  1 usbcore

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »michi-monster« (25.10.2020, 18:11) aus folgendem Grund: durch Neuinstallation "gelöst"