Sie sind nicht angemeldet.

1

18.09.2005, 09:48

[gelöst] "eth0 does not exist /netmount was not started" die Zweite

Ich habe das selbe Problem wie Trozi. Nur helfen die ganzen Ratschläge nichts. :(
Ich habe aber nur eine Netzwerkkarte.
Habt ihr noch weitere Ideen?

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Readan« (18.09.2005, 17:48)


amielke

unregistriert

2

18.09.2005, 11:14

Readan,

ein paar mehr Infos solltest Du uns schon geben.

z.b. den Inhalt der /etc/conf.d/net, Fehlermeldungen.

Wir können ja schlecht raten.


Gruß Andreas

3

18.09.2005, 11:36

Beim Starten:

Zitat

Starting eth0
Binging up eth0
dhcp
eth0 does not exist
Starting local
ERROR: Problem starting needed services
"netmount" was not started


Ich habe schon ein paar Sachen mit der /etc/conf.d/net versucht:

Zitat

iface_eth0="dhcp"


Momentan habe ich folgendes drin stehen:

Zitat

modules_eth0=("dhcpcd")
config_eth0=("dhcp")
dhcp_eth0=("nodns nontp nonis")


Mein kernel ist 2.6.12-gentoo-r10. Braucht ihr noch mer?

amielke

unregistriert

4

18.09.2005, 12:02

Was für eine Netzwerkkarte ist das??

WLAN oder eine normale? Und hast Du das Modul im Kernel aktiviert.

Wenn Du es als Modul hast, kannst Du es von hand mit modprobe xyz laden.

Wenn Du es laden kannst, trag es in die Datei /etc/modules.autoload.d/kernel-2.6
ein und boote Dein System neu.

Gruß Andreas

5

18.09.2005, 12:18

sicher das deine netzwerkkarte auch auf eth0 anspricht ?

es kann ggf sein das die karte auf eth1 (oder höher) anspricht wenn firewire ect. angeschaltet ist.

( siehe [gelöst] keine Netzwerkverbindung )

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Olando« (18.09.2005, 12:19)


6

18.09.2005, 13:13

@ Olando
;) ethernet over Firewire ist bei mir abgeschaltet, aber guter tipp

@ amielke
da kann dich dir nur das sagen, was windoofs verrät: "SiS 900-basierte PCI-Fast Ethernet-Adapter"

im kernel scheit er auch die einstellungen getroffen zu haben... er ist auf eine Ethernet-karte konfiguriert

7

18.09.2005, 13:31

lsmod zeigt keine Module an.
Daran wird es wohl liegen,
jetzt die Frage, welches modul brauche ich da?

8

18.09.2005, 15:30

was sagt ifconifg ggf. iwconfig
lsmod und lspci (enthalten im package pciutils)
und ein rc-update show | grep net
MfG MyD

9

18.09.2005, 16:49

Ifconfig gib das aus:

Zitat


lo Link encap: Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)


rc-update sagt, dass netmount und net.eth0 im default-runlevel sind

lsmod... s.O.

10

18.09.2005, 16:52

ok liegt ganz klar auf der hand deine NIC wurde nicht erkannt - dann poste mir bitte noch die ausgabe von

Quellcode

1
2
# lspci
(enthalten im package pciutils)


damit ich dir sagen kann was du in den kernel machen sollst...

*dankö
MfG MyD

11

18.09.2005, 17:12

Zitat


pcilib: Cannot open sys/bus/pci/drives
pcilib: Cannot open /proc/bus/pci
(...)
0000:00:04.0 Ethernet controller Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev90)

12

18.09.2005, 17:16

Quellcode

1
2
3
4
5
Device Drivers  ---> 
Network device support  ---> 
Ethernet (10 or 100Mbit)  --->

<*> SiS 900/7016 PCI Fast Ethernet Adapter suppor


*fest einbinden dann müsste es gehen 8)


*Help Text aus dem Kernel

Zitat

CONFIG_SIS900:
x
x This is a driver for the Fast Ethernet PCI network cards based on
x the SiS 900 and SiS 7016 chips. The SiS 900 core is also embedded in
x SiS 630 and SiS 540 chipsets. If you have one of those, say Y and
x read the Ethernet-HOWTO, available at
x <http://www.tldp.org/docs.html#howto>. Please read
x <file:Documentation/networking/sis900.txt> and comments at the
x beginning of <file:drivers/net/sis900.c> for more information.
x
x This driver also supports AMD 79C901 HomePNA so that you can use
x your phone line as a network cable.
x
x To compile this driver as a module, choose M here: the module
x will be called sis900. This is recommended.
x
x Symbol: SIS900 [=n]
x Prompt: SiS 900/7016 PCI Fast Ethernet Adapter support
x Defined at drivers/net/Kconfig:1543
x Depends on: NETDEVICES && !UML && NET_PCI && PCI
x Location:
x -> Device Drivers
x -> Network device support
x -> Network device support (NETDEVICES [=y])
x -> Ethernet (10 or 100Mbit)
x Selects: CRC32 && MII
MfG MyD

13

18.09.2005, 17:49

Das war es... *beschämtwegseh*
Wie konnte ich das nur übersehen? ?(

DANKESCHÖN AN ALLE, DIE HIER GEPOSTET HABEN!

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Readan« (18.09.2005, 17:51)


14

18.09.2005, 17:51

Zitat

Original von Readan
Das war es... *beschämtwegseh*
Wie konnte ich das nur übersehen? ?)


hmm ka - aber schön das es jetzt geht - und nun auch die zweite instanz gelöst :D

*viel spass noch im forum & schönen tag...
MfG MyD