Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Neuling brauch hilfe bei Netzconfig
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
foexle
n00b
n00b


Joined: 08 Oct 2007
Posts: 10

PostPosted: Mon Oct 08, 2007 12:57 pm    Post subject: Neuling brauch hilfe bei Netzconfig Reply with quote

Sers Leute

wie schon in der Topic, ist das erste mal das ich Gentoo inst.
bin sozusagen noch gentoo jungfrau ;)

also ich habe die anleitung durchgemacht
klappte auch alles soweit wunderbar
das system läuft bisher, also natürlich nur die shell ohne bootcd

aber der bekommt meine netzwerkkarte nicht geladen


das ist die fehlermeldung beim booten:
please verify hardware or kernel module (driver)

das steht in /etc/conf.d/net

config_eth0=("192.168.0.9 netmask 255.255.255.0 brd 192.168.0.255")
routes_eth0=("default via 192.168.0.1)

ich habe das wie beschrieben in der inst. Hilfe mit

rc-update add net.eth0 default

dem runlevel hinzugefügt


was habsch falsch gemacht?

wenn ich boote und mich einlogge und ifconfig checke was geladen wird, ist eben nur der localhost da

also lo

eth0 wird nicht geladen


hoffe ihr könnt mir helfen und das ich das hier alles richtig beschrieben habe ... falls ihr noch infos braucht fragt :)

lg
Back to top
View user's profile Send private message
misterjack
Veteran
Veteran


Joined: 03 Oct 2004
Posts: 1655

PostPosted: Mon Oct 08, 2007 1:23 pm    Post subject: Reply with quote

Bitte die Ausgabe von lspci und deine kernel-config. du wirst eventuell das Modul der Netzwerkkarte händisch laden müssen oder hast vergessen, Support für deine Netzwerkkarte einzubauen.
_________________
„Meine Meinung steht fest! Bitte verwirren Sie mich nicht mit Tatsachen.“
Back to top
View user's profile Send private message
foexle
n00b
n00b


Joined: 08 Oct 2007
Posts: 10

PostPosted: Mon Oct 08, 2007 1:29 pm    Post subject: Reply with quote

huh danke für die schnelle antwort :)

also lspci geht nicht
da steht command not found

aber ich starte mal das system mit der bootcd
und wo finde ich die kernel.conf?



edit:

so da ich nicht copy-paste machen kann, da das auf dem laptop ist, schreibe ich einfach das von hand raus, das den EthernetController betrifft

00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2236
Location: My own world! I and Gentoo!

PostPosted: Mon Oct 08, 2007 2:20 pm    Post subject: Reply with quote

Für den Kernel gehst du:

Code:
cd /usr/src/<kernel_version>/
make menuconfig


Code:
Devie Drivers --->
Network device Support --->
Ethernet (1000MB) --->
Realtek 8169 Gigabit
---> als Modul <M> oder fest <*>


Dadurch hast du den Support für deine Realtek Karte3 eingebaut.

Dann empfehle ich dir noch:
Code:
Loadable module support --->
Automatic kernel module loading

einzubauen.
Damit werden die benötigten Kernelmodule, netzwerkkarten, Filesysteme, das was er halt deinitiv braucht, von alleine geladen ohne Einträge in /etc/modules.autoload.d/kernel-2.6 zu setzen.
Außer du möchtest etwas Virtualisieren was eigene Driver benötigt, z.B. virtualbox, diese musst du wieder in diese kernel-2.6 eintragen.

danach natürlich make && make modules_install

und diese Befehle:
Code:
mount /boot/
cp .config /boot/
cp System.map /boot/
cp arch/i386/boot/bzImage /boot/


Hoffe das hat dir geholfen.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
foexle
n00b
n00b


Joined: 08 Oct 2007
Posts: 10

PostPosted: Mon Oct 08, 2007 2:34 pm    Post subject: Reply with quote

ok den rest versuche ich noch ^^

so:

hab das alles gemacht

gleicher fehler


der sagt auch network interface eth0 does not exist

weil unter /dev gibts kein eth0
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2236
Location: My own world! I and Gentoo!

PostPosted: Mon Oct 08, 2007 2:57 pm    Post subject: Reply with quote

unter /dev gibt es auch kein eth0

Hmm okay hast du nach den letzten beiden Befehlen noch neugestartet?
Denn ein neuer Kernel bedeutet auch reboot.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
foexle
n00b
n00b


Joined: 08 Oct 2007
Posts: 10

PostPosted: Mon Oct 08, 2007 2:58 pm    Post subject: Reply with quote

sicher :)

ja hab neu gestartet


edit:

ok :D keinen fehler mehr ^^

der fehler lag daran, das ich die bzImage nach /boot/kernel kopieren musste :D

so dann mal dickes dankeschön
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Mon Oct 08, 2007 6:15 pm    Post subject: Reply with quote

foexle wrote:
also lspci geht nicht
da steht command not found

Dazu mußt du dir sys-apps/pciutils emergen
_________________
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2236
Location: My own world! I and Gentoo!

PostPosted: Mon Oct 08, 2007 7:02 pm    Post subject: Reply with quote

wie diese bzImage in /boot/ heißt ist egal, hauptsache in der Datei /boot/grub/menu.lst (falls du grub verwendest) ist der Eintrag in etwa so:

title Gentoo Linux
root (hd0,0)
kernel /kernel root=/dev/hda2 video=vesafb:1024x768-32@60,mtrr:3,ywrap CONSOLE=/dev/tty1

also nicht _genau_ sondern _etwa_ so.
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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