Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2 netzwerkkarten laufen net
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
Aleksis
n00b
n00b


Joined: 25 Feb 2004
Posts: 3

PostPosted: Wed Feb 25, 2004 6:53 pm    Post subject: 2 netzwerkkarten laufen net Reply with quote

Hi all

Ich hab 2 nw karten im rechner ... 1. Onboard Intel 82562ET PHY ( angaben vom Handbuch ). 2. PCI RealTek RTL8139

Mein Problem ... Vor dem Kernel 2.6.3 braten hat die onboard card ohne probs gefunzt .. mein dsl lief auch über die Onboard sowie das dsl script wurde für eth0 ( onboard ) eingerichtet ... Hab dann den neuen Kernel gebraten. Und jetzt startet zwar die eth0 aber eth0 ist jetzt die realtek. und die Onbord wird nirgends mehr erkannt .. kann mir da einer helfen ? ... Hab wohl n bisschen probleme mit meiner wortwahl *g* ich hoff es is verständlich ...

Hier meine auszüge

dmesg

Code:
PPP generic driver version 2.4.2
NET: Registered protocol family 24
8139too Fast Ethernet driver 0.9.27
eth0: RealTek RTL8139 at 0xe0809000, 00:30:84:3d:07:68, IRQ 9
eth0:  Identified 8139 chip type 'RTL-8139C


ifconfig -a

Code:
dummy0    Link encap:Ethernet  HWaddr 00:00:00:00:00:00
          BROADCAST NOARP  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:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0      Link encap:Ethernet  HWaddr 00:30:84:3D:07:68
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:905 errors:0 dropped:0 overruns:0 frame:0
          TX packets:886 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:462755 (451.9 Kb)  TX bytes:92190 (90.0 Kb)
          Interrupt:9 Base address:0x9000

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:6 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:300 (300.0 b)  TX bytes:300 (300.0 b)

ppp0      Link encap:Point-to-Point Protocol
          inet addr:80.145.104.169  P-t-P:217.5.98.130  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:854 errors:0 dropped:0 overruns:0 frame:0
          TX packets:834 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:440801 (430.4 Kb)  TX bytes:70614 (68.9 Kb)


/etc/cond.d/net

Code:
# /etc/conf.d/net:

# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7 2002/11/18 19:39:22 azarah Exp $

# Global config file for net.* rc-scripts

# This is basically the ifconfig argument without the ifconfig $iface
#
iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0"
iface_eth1="192.168.0.3 broadcast 192.168.0.254 netmask 255.255.255.0"

# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
#iface_eth0="dhcp"
#dhcpcd_eth0="..."

# For adding aliases to a interface
#
#alias_eth0="192.168.0.3 192.168.0.4"

# NB:  The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly.  Leave commented to assign
# defaults for that interface.
#
#broadcast_eth0="192.168.0.255 192.168.0.255"
#netmask_eth0="255.255.255.0 255.255.255.0"


# For setting the default gateway
#
#gateway="eth0/192.168.0.1"
Back to top
View user's profile Send private message
rmorszeck
n00b
n00b


Joined: 05 Jan 2004
Posts: 74

PostPosted: Wed Feb 25, 2004 7:24 pm    Post subject: Reply with quote

Du musst:

ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1

ausführen und dann:

rc-update add net.eth1 default

bzw dann ohne Neustart:

/etc/init.d/net.eth0 start

ausführen...

Das wars schon...
_________________
All Systems with Gnome & Ethernet-Cards:
GentooLinux2005.1 (stage2, gentoo-dev-sources 2.6.12-r8), AthlonXP 2600+ DDR333/1024MB, NVidia5200@128MB
Back to top
View user's profile Send private message
Aleksis
n00b
n00b


Joined: 25 Feb 2004
Posts: 3

PostPosted: Wed Feb 25, 2004 7:29 pm    Post subject: Reply with quote

hab i scho alles hinter mir ..

Code:
bash-2.05b# ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1
bash-2.05b#
bash-2.05b# rc-update add net.eth1 default
 * net.eth1 already installed in runlevel default; skipping
bash-2.05b# /etc/init.d/net.eth0 start
 * WARNING:  "net.eth0" has already been started.


ne vermutung von mir is das ich im Kernel was falsch gebacken hab ..

Code:
 [*] Ethernet (10 or 100Mbit)                                                               │ │
  │ │           ---   Generic Media Independent Interface device support                                   │ │
  │ │           < > Sun Happy Meal 10/100baseT support                                                     │ │

  │ │           < > Sun GEM support                                                                        │ │
  │ │           [ ] 3COM cards                                                                             │ │
  │ │               Tulip family network device support  --->                                              │ │
  │ │           < > HP 10/100VG PCLAN (ISA, EISA, PCI) support                                             │ │
  │ │           [*] EISA, VLB, PCI and on board controllers                                                │ │
  │ │           < >   AMD PCnet32 PCI support                                                              │ │
  │ │           < >   AMD 8111 (new PCI lance) support                                                     │ │
  │ │           < >   Adaptec Starfire/DuraLAN support                                                     │ │
  │ │           < >   Broadcom 4400 ethernet support (EXPERIMENTAL)                                        │ │
  │ │           < >   Reverse Engineered nForce Ethernet support (EXPERIMENTAL)                            │ │
  │ │           < >   Digi Intl. RightSwitch SE-X support                                                  │ │
  │ │           < >   EtherExpressPro/100 support (eepro100, original Becker driver)                       │ │
  │ │           < >   EtherExpressPro/100 support (e100, Alternate Intel driver)                           │ │
  │ │           < >   Myson MTD-8xx PCI Ethernet support                                                   │ │
  │ │           < >   National Semiconductor DP8381x series PCI Ethernet support                           │ │
  │ │           <*>   PCI NE2000 and clones support (see help)                                             │ │
  │ │           < >   RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)                 │ │
  │ │           <*>   RealTek RTL-8139 PCI Fast Ethernet Adapter support


und wenn ich

/etc/init.d/net.eth1 start

mach dann kommt

Code:
bash-2.05b# /etc/init.d/net.eth1 start
 * Bringing eth1 up...
SIOCSIFADDR: No such device
eth1: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth1: unknown interface: No such device
SIOCSIFNETMASK: No such device
 * Failed to bring eth1 up
Back to top
View user's profile Send private message
rmorszeck
n00b
n00b


Joined: 05 Jan 2004
Posts: 74

PostPosted: Wed Feb 25, 2004 7:36 pm    Post subject: Reply with quote

probiere mal

lspci

mal sehn ob die Netz-Karte überhaupt angezeigt wird. Kann auch sein das ein IRQ Konflikt vorliegt...
_________________
All Systems with Gnome & Ethernet-Cards:
GentooLinux2005.1 (stage2, gentoo-dev-sources 2.6.12-r8), AthlonXP 2600+ DDR333/1024MB, NVidia5200@128MB
Back to top
View user's profile Send private message
Aleksis
n00b
n00b


Joined: 25 Feb 2004
Posts: 3

PostPosted: Wed Feb 25, 2004 7:54 pm    Post subject: Reply with quote

ok hat sich erledigt :) .. hab da wohl nen falschen treiber im kernel ausgesucht :oops:

Trotzdem thx für die mühe ...
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