PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Kleines Gentoo Problem



chrisfc
25.08.06, 16:57
Hallo, ich hab mir aus "Langeweile" mal wieder neben meinem Ubuntu Gentoo drauf gemacht..
Läuft auch fast alles ganz schön..Sound, X..
Nur die Netzwerk Konfiguration lässt anscheinend zu wünschen übrig.
Ich habe mir die vanilla-sources 2.6.17.11 und alles schön auf meine Bedürfnisse angepasst. Auch habe ich meinen Lankarten Treiber fest einkompiliert, allerdings funktioniert der anscheinend doch nicht so Einwandfrei.

Hier mal alle Sachen die mir eingefallen sind, die ihr benötigen könntet.

Ifconfig1:


asdf:ifconfig

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)


Ifconfig2:


asdf:ifconfig eth0

eth0 Link encap:Ethernet HWaddr 00:04:76:20:60:A2
BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:2360 (2.3 Kb)
Interrupt:169 Base address:0x6f80


/etc/conf.d/net:


asdf:cat /etc/conf.d/net

config_eth1=( "dhcp" )
dhcp_eth1="nodns nontp nonis"
routes_eth1=( "default gw 192.168.1.1" )


dmesg


asdf:dmesg | grep -i rtl

eth1: Identified chip type is 'RTL8169s/8110s'.
eth1: RTL8169 at 0xf883ae00, 00:0c:76:b5:12:bd, IRQ 177

.config:


asdf:grep 8169 .config

CONFIG_R8169=y
CONFIG_R8169_NAPI=y
CONFIG_R8169_VLAN=y

Und zur guter Letzt uname -a


Linux home 2.6.17.11 #4 SMP Fri Aug 25 11:47:11 CEST 2006 i686 Intel(R) Pentium(R) 4 CPU 3.40GHz GenuineIntel GNU/Linux


So genug code-Spam.. Sorry..Ich hoffe ihr wisst mir zur helfen.

Gruß

Chris

P.S

Das mit dem eth1 von Dmesg hab ich grad erst gesehen..habs in der /etc/conf.d/net geändert tut sich leider dennoch nichts.

eth1


eth1 Link encap:Ethernet HWaddr 00:0C:76:B5:12:BD
BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:177 Base address:0xae00

chrisfc
25.08.06, 18:39
Vergesst es... :ugly:

Lösung:


cd /etc/init.d
ln -s net.eth0 net.eth1
rc-update add net.eth1 default

Hat sich mein Aufwand ja richtig gelohnt. =)