To co może być przydatne, a jak potrzeba coś jeszcze to proszę pisać.
Kod: Zaznacz cały
trance:/home/dalik# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1a:92:67:b5:9d
UP 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)
eth2 Link encap:Ethernet HWaddr 00:00:1c:d6:ab:a9
inet6 addr: fe80::200:1cff:fed6:aba9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:60 (60.0 B) TX bytes:6159 (6.0 KiB)
Interrupt:11 Base address:0xa400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:300 errors:0 dropped:0 overruns:0 frame:0
TX packets:300 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:20816 (20.3 KiB) TX bytes:20816 (20.3 KiB)
Kod: Zaznacz cały
nano /etc/network/interfces
GNU nano 2.0.7 File: interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
iface eth2 inet dhcp
Kod: Zaznacz cały
trance:/etc# lspci
01:06.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04)
01:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] (rev a1)
04:00.0 Ethernet controller: Attansic Technology Corp. L1 Gigabit Ethernet Adapter (rev b0)
Kod: Zaznacz cały
ifconfig eth2 up
Wcześniej instalowałem network-manager i od razu go wyrzuciłem. Może mieć on coś z tym wspólnego?
[Dodano: 2009-09-06, 22:26]
Poradziłem sobie.
Nie wiem dlaczego "zniknęła" mi zintegrowana karta sieciowa ale po podłączeniu drugiej karty zabrakło mi wpisu w /etc/network/interfces
Kod: Zaznacz cały
allow-hotplug eth2
Przepraszam za zamieszanie ale spanikowałem.
Może komuś się przyda moje rozwiązanie.