Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem: Installation von Gentoo über DSL per ppp&rp-ppp
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
crazyfreak
n00b
n00b


Joined: 06 Sep 2002
Posts: 1

PostPosted: Fri Sep 06, 2002 1:45 pm    Post subject: Problem: Installation von Gentoo über DSL per ppp&rp-pp Reply with quote

Ich versuche schon seit längerem verzweifelt Gentoo über meinen T-DSL-Anschluss zu installieren, aber es will einfach nicht klappen. Mein Vorgehen:

Von der Gentoo-CD booten..
Partitionen vorbereiten...

// Verzeichnisse erstellen und mounten:

mkdir /mnt/gentoo
mount /dev/hda9 /mnt/gentoo
mkdir /mnt/gentoo/boot
mount /dev/hda7 /mnt/gentoo/boot

mount /dev/cdroms/cdrom0 /mnt/cdrom -o -ro -t iso9660

//stage entpacken

cd /mnt/gentoo
tar -xvjpf /mnt/cdrom/stage1-ix36.tbz2
mount -o bind /proc /mnt/gentoo/proc
cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf

// Netzwerk-Konfig:

modprobe 8139too
ifconfig eth0 192.168.162 broadcast 192.168.1.255 netmask 255.255.255.0
route add default gw 192.168.1.1 netmask 0.0.0.0 metric 1

dann kopiere ich von meiner Windows-Partition ppp-2.4.1 und rp-pppoe-3.5
nach /mnt/gentoo/usr/local/pppoe

dann:

chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile

mknod /dev/ppp c 108 0
chmod /dev/ppp

dann werden die ppp und rp-pppoe tar-balls entpackt und alles kompiliert und installiert und das mit dem Tool von rp-pppoe die Zugangsdaten eingetragen...

exit
ifconfig eth0 up

chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile

adsl-start

Und hier gibt es immer einen Time-Out-Fehler und ich komme nicht online... die Zugangsdaten sind korrekt eingegeben und beim kompilieren und installieren von ppp und rp-pppoe gibts keine Fehler...

Was mache ich falsch ???
Back to top
View user's profile Send private message
sesc
n00b
n00b


Joined: 01 Sep 2002
Posts: 24
Location: Hilden, Germany

PostPosted: Fri Sep 06, 2002 2:10 pm    Post subject: Re: Problem: Installation von Gentoo über DSL per ppp&r Reply with quote

Hi,
soweit ich das jetzt nachvollzogen habe, war mein vorgehen ähnlich, nur dass ich folgendes NICHT gemacht habe, weil das automatisch von den jeweligen Scripten erledigt wurde:

crazyfreak wrote:

[...]
ifconfig eth0 192.168.162 broadcast 192.168.1.255 netmask 255.255.255.0
route add default gw 192.168.1.1 netmask 0.0.0.0 metric 1
[...]
mknod /dev/ppp c 108 0
chmod /dev/ppp
[...]
ifconfig eth0 up
[...]


Ausserdem solltest Du vielleicht die Installation ohne ADSL abschließen, um dann in dein neues System zu booten und einen eigenen Kernel zu backen (mit ppp over ethernet support usw).

Tschöö
Sebastian
_________________
Und Gott sprach: tar -xf universe.tar
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