Skonfigurował sieć , pobrał najnowsze pakiety ale po pierwszym uruchomieniu mam brak sieci.
Były na forum tego typu problemy ale jakos nie mogę z nich nic dobrac do swoich potrzeb.
Kod: Zaznacz cały
morys@debian:~$ lspci | grep Ethernet
00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS)
Kod: Zaznacz cały
debian:/home/morys# lsmod
Module Size Used by
ppdev 8708 0
lp 10948 0
button 6800 0
ac 5252 0
battery 9732 0
ipv6 213856 8
nls_iso8859_2 4864 2
nls_cp852 5120 2
vfat 11648 2
fat 45980 1 vfat
dm_snapshot 15644 0
dm_mirror 18000 0
dm_mod 48952 2 dm_snapshot,dm_mirror
loop 14216 0
tsdev 7616 0
snd_via82xx 25368 1
snd_ac97_codec 82848 1 snd_via82xx
snd_ac97_bus 2432 1 snd_ac97_codec
snd_pcm_oss 38048 0
snd_mixer_oss 15232 1 snd_pcm_oss
snd_pcm 65928 3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 9736 2 snd_via82xx,snd_pcm
snd_seq_dummy 3972 0
snd_seq_oss 27648 0
snd_seq_midi 8352 0
snd_seq_midi_event 6784 2 snd_seq_oss,snd_seq_midi
snd_mpu401 7528 0
snd_seq 42192 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
floppy 52004 0
snd_mpu401_uart 7552 2 snd_via82xx,snd_mpu401
analog 10528 0
parport_pc 31524 1
parport 32200 3 ppdev,lp,parport_pc
snd_timer 19972 2 snd_pcm,snd_seq
psmouse 34568 0
gameport 13832 2 snd_via82xx,analog
serio_raw 6532 0
snd_rawmidi 22048 2 snd_seq_midi,snd_mpu401_uart
snd_seq_device 7820 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
rtc 11572 0
via_ircc 22932 0
snd 45412 14 snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,
snd_seq_oss,snd_mpu401,snd_seq,snd_mpu401_uart,snd_timer,snd_rawmidi,
snd_seq_device
irda 155836 1 via_ircc
crc_ccitt 2304 1 irda
soundcore 8928 1 snd
i2c_viapro 8340 0
pcspkr 2816 0
i2c_core 19472 1 i2c_viapro
shpchp 32796 0
pci_hotplug 28088 1 shpchp
via_agp 9728 1
agpgart 29360 1 via_agp
evdev 9088 1
ext3 116488 1
jbd 47272 1 ext3
ide_cd 35616 0
cdrom 32416 1 ide_cd
ide_disk 14848 5
generic 5508 0 [permanent]
uhci_hcd 20236 0
usbcore 109444 2 uhci_hcd
via82cxxx 8452 0 [permanent]
ide_core 107760 4 ide_cd,ide_disk,generic,via82cxxx
ne2k_pci 10592 0
8390 8704 1 ne2k_pci
thermal 13576 0
processor 23724 1 thermal
fan 4868 0
Kod: Zaznacz cały
debian:/home/morys# ifconfig
eth0 Link encap:Ethernet HWaddr 00:30:4F:22:59:3B
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:22 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3495 (3.4 KiB) TX bytes:1337 (1.3 KiB)
Interrupt:5 Base address:0xd000
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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
Kod: Zaznacz cały
Plik: interfaces Kol 0 288 bajtów 100%# 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
auto eth0
Kod: Zaznacz cały
debian:/home/morys# ifconfig eth0 up
debian:/home/morys#
Poradzcie jak odpalic sieć ?
edit
Jestem na Gnome
//edit
uzywaj tagów code
mlyczek