Dziękuje za odpowiedź.
Ubuntu mam zainstalowany na stacjonarnym PC.
Karty sieciowe jakie posiadam w PC:
-RTL-8169
-RTL-8111/8168B
Dodam że na żadnej innej dystrybucji linuxa nie mam połączenia z internetem.
Uruchomiając GPARTED LIVE CD znalazłem na nim program do konfiguracji łącza który bardzo dobrze konfiguruje mi internet i działa tak jak powinien.
Jeśli ktoś pomógłby mi znaleźć owy program i pomóc mi go zainstalować byłbym bardzo wdzięczny bo na linuxie się kompletnie nie znam.
-- 18 maja 2014, o 22:26 --
Kod: Zaznacz cały
jakub@PC:~$ lspci -k | egrep -iA2 'net|wire|eth'
04:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8169/8110 Family PCI Gigabit Ethernet NIC
Kernel driver in use: r8169
04:0e.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
Subsystem: Gigabyte Technology Co., Ltd GA-7VT600-1394 Motherboard
Kernel driver in use: firewire_ohci
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Motherboard
Kernel driver in use: r8169
Kod: Zaznacz cały
jakub@PC:~$ lsusb
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 011 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 003: ID 1038:1369 Ideazon, Inc.
Bus 008 Device 002: ID 1038:1200 Ideazon, Inc.
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Kod: Zaznacz cały
jakub@PC:~$ lshw -C network
WARNING: you should run this program as super-user.
*-network
description: Ethernet interface
product: RTL8169 PCI Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 6
bus info: pci@0000:04:06.0
logical name: eth0
version: 10
serial: 48:02:2a:07:36:2b
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.1.12 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=1Gbit/s
resources: irq:20 ioport:c000(size=256) memory:fe221000-fe2210ff memory:fe200000-fe21ffff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:05:00.0
logical name: eth1
version: 06
serial: 94:de:80:70:d9:f0
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168e-3_0.0.4 03/27/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:75 ioport:b000(size=256) memory:d2104000-d2104fff memory:d2100000-d2103fff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
Kod: Zaznacz cały
jakub@PC:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 48:02:2a:07:36:2b
inet addr:192.168.1.12 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::4a02:2aff:fe07:362b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1437 errors:0 dropped:0 overruns:0 frame:0
TX packets:1735 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1322576 (1.3 MB) TX bytes:312182 (312.1 KB)
eth1 Link encap:Ethernet HWaddr 94:de:80:70:d9:f0
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)
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:65536 Metric:1
RX packets:278 errors:0 dropped:0 overruns:0 frame:0
TX packets:278 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26626 (26.6 KB) TX bytes:26626 (26.6 KB)
Kod: Zaznacz cały
jakub@PC:~$ iwconfig
eth0 no wireless extensions.
eth1 no wireless extensions.
lo no wireless extensions.
Kod: Zaznacz cały
jakub@PC:~$ iwlist scan
eth0 Interface doesn't support scanning.
eth1 Interface doesn't support scanning.
lo Interface doesn't support scanning.
Kod: Zaznacz cały
jakub@PC:~$ lsmod
Module Size Used by
bnep 19624 2
rfcomm 69160 0
bluetooth 395423 10 bnep,rfcomm
dm_crypt 23177 0
snd_hda_codec_hdmi 46207 1
joydev 17381 0
kvm_amd 59987 0
kvm 451511 1 kvm_amd
crct10dif_pclmul 14289 0
crc32_pclmul 13113 0
ghash_clmulni_intel 13259 0
aesni_intel 55624 907
aes_x86_64 17131 1 aesni_intel
lrw 13286 1 aesni_intel
gf128mul 14951 1 lrw
glue_helper 13990 1 aesni_intel
ablk_helper 13597 1 aesni_intel
cryptd 20359 456 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_hda_codec_realtek 61438 1
psmouse 102222 0
snd_seq_midi 13324 0
snd_seq_midi_event 14899 1 snd_seq_midi
serio_raw 13462 0
snd_hda_intel 52355 5
k10temp 13126 0
snd_rawmidi 30144 1 snd_seq_midi
fam15h_power 13119 0
snd_hda_codec 192906 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
edac_core 62291 0
edac_mce_amd 22617 0
snd_hwdep 13602 1 snd_hda_codec
snd_pcm 102099 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_seq 61560 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_page_alloc 18710 2 snd_pcm,snd_hda_intel
snd_timer 29482 2 snd_pcm,snd_seq
sp5100_tco 13979 0
i2c_piix4 22155 0
snd 69238 21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
soundcore 12680 1 snd
mac_hid 13205 0
parport_pc 32701 0
ppdev 17671 0
lp 17759 0
parport 42348 3 lp,ppdev,parport_pc
pata_acpi 13038 0
hid_generic 12548 0
usbhid 52616 0
hid 106148 2 hid_generic,usbhid
nouveau 1097199 3
mxm_wmi 13021 1 nouveau
video 19476 1 nouveau
firewire_ohci 40409 0
i2c_algo_bit 13413 1 nouveau
firewire_core 68769 1 firewire_ohci
ttm 85115 1 nouveau
r8169 67581 0
mii 13934 1 r8169
crc_itu_t 12707 1 firewire_core
drm_kms_helper 52758 1 nouveau
pata_atiixp 13271 0
drm 302817 5 ttm,drm_kms_helper,nouveau
ahci 25819 1
libahci 32168 1 ahci
wmi 19177 2 mxm_wmi,nouveau
Kod: Zaznacz cały
jakub@PC:~$ nm-tool
NetworkManager Tool
State: connected (global)
- Device: eth1 -----------------------------------------------------------------
Type: Wired
Driver: r8169
State: unavailable
Default: no
HW Address: 94:DE:80:70:D9:F0
Capabilities:
Carrier Detect: yes
Wired Properties
Carrier: off
- Device: eth0 [Wired connection 1] -------------------------------------------
Type: Wired
Driver: r8169
State: connected
Default: yes
HW Address: 48:02:2A:07:36:2B
Capabilities:
Carrier Detect: yes
Speed: 1000 Mb/s
Wired Properties
Carrier: on
IPv4 Settings:
Address: 192.168.1.12
Prefix: 24 (255.255.255.0)
Gateway: 192.168.1.1
DNS: 62.179.1.60
DNS: 62.179.1.61
Kod: Zaznacz cały
jakub@PC:~$ uname -a
Linux PC 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
jakub@PC:~$
-- 19 maja 2014, o 03:00 --
Udało się rozwiązać problem włączając w BIOSIE "IOMMU".