Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Netzwerkkarte (8139too) funktioniert mit pppoe nicht
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
lotho
n00b
n00b


Joined: 26 Apr 2003
Posts: 4

PostPosted: Sat Apr 26, 2003 10:23 pm    Post subject: Netzwerkkarte (8139too) funktioniert mit pppoe nicht Reply with quote

Hallo Leute,

ich hab ein Problem hier an meinem Rechner und bin schon langsam echt am verzweifeln.
Ich habe Gentoo 1.4rc2 installiert und der Internetzugang und die Netzwerkkarte haben bei der LiveCD ohne Probleme funktioniert.
Aber mit meinem selbstgemachten Kernel funktioniert das mit der Netzwerkkarte und pppoe nicht mehr, auch wenn es nur als Modul eingetragen ist. Immer wenn ich im Kernel PPP-over-Ethernet aktiviere und dann neue boote kann der Treiber für die Netzwerkkarte (8139too) nicht mehr geladen werden. Lasse ich aber PPPOE weg funktioniert es einwand frei.
Hier noch mal die Einstellungen die ich zur Zeit drin hab und mit denen es bootet:

Netzwerkkarte
CONFIG_NET_PCI=y
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set

PPP
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
# CONFIG_PPP_DEFLATE is not set
CONFIG_PPP_BSDCOMP=m
# CONFIG_PPPOE is not set

Ich hoffe mal jemand hatte das Problem auch und kennt eine Lösung

lotho
Back to top
View user's profile Send private message
MasterOfMagic
l33t
l33t


Joined: 20 Aug 2002
Posts: 677
Location: Vienna, Austria

PostPosted: Sat Apr 26, 2003 10:35 pm    Post subject: Reply with quote

hm das ist jetzt schon der zweite thread innerhalb kurzer zeit wo es mit den billigstkarten mit realtek chipsatz probleme gibt. hm versuch doch mal ob du ne config des kernels findest, der auf der boot cd ist.
_________________
Gentoo 1.4
Kernel 2.4.24
KDE 3.1.5
Back to top
View user's profile Send private message
lotho
n00b
n00b


Joined: 26 Apr 2003
Posts: 4

PostPosted: Sat Apr 26, 2003 11:03 pm    Post subject: Reply with quote

Also ich hab mal nachgeguckt im CVS aber da steht irgendwie nichts und da ich keine Archive für die Mailinglisten gefunden hab (da könnte sowas ja vielleicht auch stehen) vermute ich mal das es verdammt gut versteckt ist oder ich es einfach übersehen hab :) .
Ach ja hab ganz vergessen in meinem ersten Posting zu schreiben, dass ich die Vanilla-Sourcen benutze (2.4.20).

lotho
Back to top
View user's profile Send private message
MasterOfMagic
l33t
l33t


Joined: 20 Aug 2002
Posts: 677
Location: Vienna, Austria

PostPosted: Sat Apr 26, 2003 11:13 pm    Post subject: Reply with quote

ich hab jetzt keine boot cd zur hand. aber meist sind die dinger irgendwo im /boot versteckt oder unter /usr/src/linux/ oder /proc und ab und zu komprimiert also config.gz oder so alternativ könntest du aber auch mal das rl8139 module versuchen
_________________
Gentoo 1.4
Kernel 2.4.24
KDE 3.1.5
Back to top
View user's profile Send private message
lotho
n00b
n00b


Joined: 26 Apr 2003
Posts: 4

PostPosted: Sat Apr 26, 2003 11:29 pm    Post subject: Reply with quote

So hab mal meine Boot-CD eingelegt und mal nachgeschaut, also es gibt ein Verzeichnis namens 'isolinux'. Meiner Vermutung nach befindet sich da der Kernel drin (eine 1,3mb große Datei namens Gentoo). Hab aber alle anderen Dateien in dem Verzeichnis angeguckt, aber da ist nirgends so etwas wie eine config Datei dabei. Naja und in dem anderen Verzeichnis der CD sind nur noch die stages und die packages drin.
Back to top
View user's profile Send private message
easy2k
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2002
Posts: 129
Location: Östlichste Stadt Deutschlands

PostPosted: Sun Apr 27, 2003 9:20 am    Post subject: Reply with quote

pppoe kann auch nicht funzen wenn
Quote:

# CONFIG_PPPOE is not set

nicht gesetzt ist

Hiermal meine relevanten Einstellungen

Code:

CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
# CONFIG_PPP_SYNC_TTY is not set
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
# CONFIG_SLIP is not set


Code:

CONFIG_NET_ETHERNET=y
CONFIG_NET_PCI=y
CONFIG_8139CP=m
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set


mit diesen Einstellungen gehen meine realteck Karten einwandfrei
Back to top
View user's profile Send private message
unexist
n00b
n00b


Joined: 19 Jul 2002
Posts: 65
Location: Germany

PostPosted: Sun Apr 27, 2003 11:36 am    Post subject: Reply with quote

MasterOfMagic wrote:

hm das ist jetzt schon der zweite thread innerhalb kurzer zeit wo es mit den billigstkarten mit realtek chipsatz probleme gibt.


ich erlebe mit den karten auch immer abenteuer, vor allem wenn sie mit den 8139er chipsatz haben, aber nur mit dem ne2k-pci driver laufen wollen. %)

easy2k wrote:
pppoe kann auch nicht funzen wenn
Quote:

# CONFIG_PPPOE is not set

nicht gesetzt ist


das kann ich mir nicht so ganz vorstellen, zumal du dir selber
mit:

Code:

CONFIG_PPPOE=m


widersprichst. oder ist es hier nicht als modul vorhanden? sprich sobald rp-pppoe irgendwas macht wird das schnell nachgeladen. %)
_________________
subtle window manager | dotfiles
Back to top
View user's profile Send private message
lotho
n00b
n00b


Joined: 26 Apr 2003
Posts: 4

PostPosted: Sun Apr 27, 2003 11:44 am    Post subject: Reply with quote

Naja das Problem ist ja eigentlich wenn

Code:
CONFIG_PPPOE=m


oder sonst wie ist, wird der Treiber für meine Realtek nicht geladen bzw. nicht mit kompiliert. Habe nämlich schon jede Art Einstellung jetzt ausgetestet und immer wenn PPPOE aktiviert ist, wird der 8139too beim Start nicht geladen. Lasse ich PPPOE dagegen weg, bootet alles einwandfrei.
Back to top
View user's profile Send private message
MasterOfMagic
l33t
l33t


Joined: 20 Aug 2002
Posts: 677
Location: Vienna, Austria

PostPosted: Sun Apr 27, 2003 11:57 am    Post subject: Reply with quote

guck dir mal https://forums.gentoo.org/viewtopic.php?t=49998 an.

das ist zwar für pptp aber dem user hat es geholfen die vanilla sourcen zu nehmen und noapic zu setzen. vielleicht hilft dir das auch.
_________________
Gentoo 1.4
Kernel 2.4.24
KDE 3.1.5
Back to top
View user's profile Send private message
EnricoHorn
Apprentice
Apprentice


Joined: 23 Apr 2003
Posts: 165
Location: Koenigsee, Thuringia, Germany

PostPosted: Sun Apr 27, 2003 12:05 pm    Post subject: Reply with quote

Hallo,
also so weit ich weiss, braucht man für rp-pppoe keine pppoe-Kerneltreiber!
Rp-pppoe funktioniert bei dir also nicht, wenn du nur die Treiber für die Netzwerkkarte einkompilierst?
MfG,
Enrico.
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