Jak skonfigurować połączenie ethernet?

Instalacja i konfiguracja oprogramowania sieciowego.
qba2323
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 05 kwie 2014, 11:19
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86

Jak skonfigurować połączenie ethernet?

Post autor: qba2323 »

Witam,
Mam problem z połączeniem się z internetem za pomocą kabla RJ-45. Brak jest automatycznego połączenia, tzn. po wpięciu jest próba połączenia, ale nic z tego nie wychodzi. Po próbach skonfigurowania połączenia zgodnie z tym wątkiem: viewtopic.php?t=104048 dałem za wygraną. Szukałem też na innych stronach - również bez skutku. Dostawcą internetu jest Vectra (kablówka), router thomson tcm420. Z aero łączę się bez problemu (jeśli ma to jakieś znaczenie). IP, maskę i bramę spisałem z innego komputera (windows vista), na którym internet działa bez problemu (w szczegółach połączenia sieciowego: ipv4 adres ip, ipv4 maska podsieci, ipv4 brama domyślna). Proszę o wyrozumiałość - jestem nowy w tematyce ubuntu :cry: . Poniżej podaję wyniki poleceń:

Kod: Zaznacz cały

qba@qba-F3Sg:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 04)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 04)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 04)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 04)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 04)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 04)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 04)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 04)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 04)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 04)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 04)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f4)
00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation G86 [GeForce 9300M G] (rev a1)
02:00.0 Ethernet controller: Atheros Communications Inc. Attansic L1 Gigabit Ethernet (rev b0)
03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
09:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
09:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
09:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
09:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)

Kod: Zaznacz cały

qba@qba-F3Sg:~$ sudo cat /etc/resolv.conf
[sudo] password for qba: 
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
nameserver 194.204.159.1
nameserver 194.204.152.34

Kod: Zaznacz cały

qba@qba-F3Sg:~$ sudo cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 88.156.215.79
netmask 255.255.248.0
gateway 88.156.208.1
Ostatnio zmieniony 05 kwie 2014, 14:53 przez igotit4free, łącznie zmieniany 1 raz.
Powód: Dodałem Code.
Awatar użytkownika
igotit4free
Przyjaciel
Przyjaciel
Posty: 6453
Rejestracja: 29 paź 2008, 22:51
Płeć: Mężczyzna
Architektura: x86_64
Lokalizacja: KRK

Re: Jak skonfigurować połączenie ethernet?

Post autor: igotit4free »

Wydaj

Kod: Zaznacz cały

lspci -k
i pokaż tylko fragment informujący jakiego sterownika używa ta karta

Kod: Zaznacz cały

02:00.0 Ethernet controller: Atheros Communications Inc. Attansic L1 Gigabit Ethernet (rev b0)
Pokaż tez wynik

Kod: Zaznacz cały

ifconfig -a
Windows 10 @ GA-P67A-D3-B3, i3-2100 3.10GHz, 8GB RAM, Gigabyte HD6850 1GB RAM
Android 7.0 @ Motorola Moto G4+
qba2323
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 05 kwie 2014, 11:19
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86

Re: Jak skonfigurować połączenie ethernet?

Post autor: qba2323 »

Kod: Zaznacz cały

lspci -k:
02:00.0 Ethernet controller: Atheros Communications Inc. Attansic L1 Gigabit Ethernet (rev b0)
	Subsystem: ASUSTeK Computer Inc. Device 14e5
	Kernel driver in use: atl1
	Kernel modules: atl1

Kod: Zaznacz cały

ifconfig -a:
eth0      Link encap:Ethernet  HWaddr 00:23:54:23:0e:bb  
          inet6 addr: fe80::223:54ff:fe23:ebb/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:278 errors:0 dropped:0 overruns:0 frame:0
          TX packets:219 errors:0 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:1000 
          RX bytes:95448 (95.4 KB)  TX bytes:47341 (47.3 KB)

hso0      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:78.30.110.145  P-t-P:78.30.110.145  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1486  Metric:1
          RX packets:6492 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7160 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:10 
          RX bytes:5512618 (5.5 MB)  TX bytes:748790 (748.7 KB)

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:1114 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1114 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:128961 (128.9 KB)  TX bytes:128961 (128.9 KB)

wlan0     Link encap:Ethernet  HWaddr 00:1f:3b:b3:e8:51  
          inet6 addr: fe80::21f:3bff:feb3:e851/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1487  Metric:1
          RX packets:22 errors:0 dropped:0 overruns:0 frame:0
          TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2758 (2.7 KB)  TX bytes:15359 (15.3 KB)
Ostatnio zmieniony 05 kwie 2014, 15:39 przez igotit4free, łącznie zmieniany 1 raz.
Powód: Dodałem Code.
bear7
Przyjaciel
Przyjaciel
Posty: 6686
Rejestracja: 20 sty 2009, 23:12
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Inne
Architektura: x86_64
Lokalizacja: pwd

Re: Jak skonfigurować połączenie ethernet?

Post autor: bear7 »

Pokaż, co zwracają polecenia:

Kod: Zaznacz cały

lshw -C network

Kod: Zaznacz cały

lsb_release -a

Kod: Zaznacz cały

uname -a

Kod: Zaznacz cały

dmesg | egrep -i 'eth|err|fail|atl1'
O pomoc pytaj a forum, a nie przez PW.
qba2323
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 05 kwie 2014, 11:19
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86

Re: Jak skonfigurować połączenie ethernet?

Post autor: qba2323 »

Kod: Zaznacz cały

qba@qba-F3Sg:~$ lshw -C network
WARNING: you should run this program as super-user.
  *-network               
       description: Ethernet interface
       product: Attansic L1 Gigabit Ethernet
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: b0
       serial: 00:23:54:23:0e:bb
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1 driverversion=2.1.3 duplex=full firmware=N/A latency=0 multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:50 memory:fe0c0000-fe0fffff memory:fe0a0000-fe0bffff
  *-network
       description: Wireless interface
       product: PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: 61
       serial: 00:1f:3b:b3:e8:51
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwl4965 driverversion=3.2.0-31-generic-pae firmware=228.61.2.24 latency=0 multicast=yes wireless=IEEE 802.11abgn
       resources: irq:48 memory:fe1fe000-fe1fffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

Kod: Zaznacz cały

qba@qba-F3Sg:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.1 LTS
Release:	12.04
Codename:	precise

Kod: Zaznacz cały

qba@qba-F3Sg:~$ uname -a
Linux qba-F3Sg 3.2.0-31-generic-pae #50-Ubuntu SMP Fri Sep 7 16:39:45 UTC 2012 i686 i686 i386 GNU/Linux

Kod: Zaznacz cały

qba@qba-F3Sg:~$ dmesg | egrep -i 'eth|err|fail|atl1'
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.076004] PEBS disabled due to CPU errata.
[    0.212368] ACPI: Using IOAPIC for interrupt routing
[    0.293454] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.293914] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.294000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[    0.294076] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
[    0.294152] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    0.294251] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    0.294350] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[    0.294514] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    0.294612] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.317512] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
[    0.317626] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 12)
[    0.317731] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[    0.317834] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 10 12)
[    0.317938] ACPI: PCI Interrupt Link [LNKE] (IRQs *6)
[    0.318032] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 *4 5 6 7 10 12)
[    0.318135] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 12)
[    0.318240] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 12)
[    0.318826] i2c-core: driver [aat2870] using legacy suspend method
[    0.318830] i2c-core: driver [aat2870] using legacy resume method
[    0.547669] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.547675] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.547721] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.547726] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    0.547773] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    0.547778] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.547823] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.547871] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    0.547920] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.547968] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    1.507597] atl1 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.507609] atl1 0000:02:00.0: setting latency timer to 64
[    1.507663] atl1 0000:02:00.0: version 2.1.3
[    1.542918] sdhci: Copyright(c) Pierre Ossman
[   12.707061] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.260508] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[   14.377328] init: failsafe main process (785) killed by TERM signal
[   14.688580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   14.967875] atl1 0000:02:00.0: irq 50 for MSI/MSI-X
[   14.968183] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.968555] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  728.949926] atl1 0000:02:00.0: eth0 link is up 100 Mbps full duplex
[  728.950264] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  739.544038] eth0: no IPv6 routers present
[  787.984044] eth0: no IPv6 routers present
[  835.104065] eth0: no IPv6 routers present
bear7
Przyjaciel
Przyjaciel
Posty: 6686
Rejestracja: 20 sty 2009, 23:12
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Inne
Architektura: x86_64
Lokalizacja: pwd

Re: Jak skonfigurować połączenie ethernet?

Post autor: bear7 »

Twój system nie jest w pełni zaktualizowany. Zapoznaj się z tym poradnikiem i zaktualizuj system: viewtopic.php?f=146&t=168829
O pomoc pytaj a forum, a nie przez PW.
qba2323
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 05 kwie 2014, 11:19
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86

Re: Jak skonfigurować połączenie ethernet?

Post autor: qba2323 »

Zdaję sobie sprawę z prawdopodobnej banalności pytania, ale czy aktualizacja kernela jest niezależna od pozostałych aktualizacji, tzn. czy można ją zrobić przed innymi aktualizacjami? Nie instalowałem jeszcze żadnych aktualizacji, bo korzystając z aero raczej długo by zeszło...
I jeszcze jedna kwestia

Kod: Zaznacz cały

qba@qba-F3Sg:~$ uname -a
Linux qba-F3Sg 3.2.0-31-generic-pae #50-Ubuntu SMP Fri Sep 7 16:39:45 UTC 2012 i686 i686 i386 GNU/Linux
czy instalować Kernel 3.11.x czy jakąś wcześniejszą wersję?
Awatar użytkownika
socrates
Wytworny Kaczor
Wytworny Kaczor
Posty: 289
Rejestracja: 15 maja 2011, 01:00
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Xfce
Architektura: x86_64

Re: Jak skonfigurować połączenie ethernet?

Post autor: socrates »

Czasem dostawcy kablówki filtrują internet po adresie mac karty sieciowej...
Gentoo + XFCE
bear7
Przyjaciel
Przyjaciel
Posty: 6686
Rejestracja: 20 sty 2009, 23:12
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Inne
Architektura: x86_64
Lokalizacja: pwd

Re: Jak skonfigurować połączenie ethernet?

Post autor: bear7 »

qba2323 pisze:Nie instalowałem jeszcze żadnych aktualizacji, bo korzystając z aero raczej długo by zeszło...
To może poszukaj jakiegoś miejsca - kawiarenka, McDonald - gdzie będziesz mógł pobrać wszystkie aktualizacje.
qba2323 pisze:czy instalować Kernel 3.11.x czy jakąś wcześniejszą wersję?
Instaluj od razu 3.11.x.
O pomoc pytaj a forum, a nie przez PW.
qba2323
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 05 kwie 2014, 11:19
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86

Re: Jak skonfigurować połączenie ethernet?

Post autor: qba2323 »

Jakoś udało się zainstalować wszystkie aktualizacje, choć trwało to z 7 godzin... Jest już Ubuntu 12.04.4 + kernel 3.11.x. Niestety problem pozostał - żadnych zmian. Co teraz?
Awatar użytkownika
perzan
Serdeczny Borsuk
Serdeczny Borsuk
Posty: 135
Rejestracja: 03 sie 2007, 23:03
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Środowisko graficzne: GNOME
Architektura: x86_64
Lokalizacja: /dev/urandom
Kontakt:

Re: Jak skonfigurować połączenie ethernet?

Post autor: perzan »

Pod tym adresem http://support.asus.com/download.aspx?S ... L-VM&os=17 znajdują się oficjalne sterowniki ASUS-a (u góry trzeba wybrać "linux", sterownik znajduje się nie wiedzieć czemu w dziale "others"). Spróbuj się z tym pobawić. Choć autorzy przyznają się ze szczerością w pliku readme, że "This driver supports the 2.4.x and 2.6.x kernels". Nie wiem czy zadziała z jajem 3.11.x. Ale próbować zainstalować sterownik zawsze możesz ;) Instrukcja we wspomnianym pliku readme wewnątrz paczki .zip.
Eat, sleep, play hockey.
http://www.marcinperzanowski.wordpress.com
Ubuntu 12.04 Gnome Shell
Debian 7.4 KDE
bear7
Przyjaciel
Przyjaciel
Posty: 6686
Rejestracja: 20 sty 2009, 23:12
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Inne
Architektura: x86_64
Lokalizacja: pwd

Re: Jak skonfigurować połączenie ethernet?

Post autor: bear7 »

qba2323 pisze:Jakoś udało się zainstalować wszystkie aktualizacje, choć trwało to z 7 godzin... Jest już Ubuntu 12.04.4 + kernel 3.11.x. Niestety problem pozostał - żadnych zmian. Co teraz?
Raz jeszcze pokaż wyniki poleceń, o których wcześniej wspomniałem.
Kolega socrates ma dobry argument:
socrates pisze:Czasem dostawcy kablówki filtrują internet po adresie mac karty sieciowej...
Jedna rzecz zastanawia, mianowicie:

Kod: Zaznacz cały

driver=atl1 driverversion=2.1.3 duplex=full firmware=N/A 
ten brak firmwaru...

Jak masz dostęp do dwóch komputerów, to spróbuj podłączyć je ze sobą bezpośrednio poprzez kabel ethernet, skonfiguruj sieć i sprawdź, czy się widzą i czy wysyłają i odbierają pingi. Jak tak, to twój problem to to, co zauważył socrates.
O pomoc pytaj a forum, a nie przez PW.
qba2323
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 05 kwie 2014, 11:19
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86

Re: Jak skonfigurować połączenie ethernet?

Post autor: qba2323 »

Jeszcze jedna rzecz, której zapomniałem napisać - wcześniej, tj. gdy na tym samym komputerze był windows, sieć działała - wpinałem kabel i połączenie było automatyczne.
Ostatnio przez pisklaka zainstalowałem pakiet sterowników ethernet (wersja beta), ale też nic to nie dało.
Podaję wyniki poleceń:

Kod: Zaznacz cały

qba@qba-F3Sg:~$ lshw -C network
WARNING: you should run this program as super-user.
  *-network               
       description: Ethernet interface
       product: Attansic L1 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: b0
       serial: 00:23:54:23:0e:bb
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1 driverversion=2.1.3 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:50 memory:fe0c0000-fe0fffff memory:fe0a0000-fe0bffff
  *-network
       description: Wireless interface
       product: PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: 61
       serial: 00:1f:3b:b3:e8:51
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwl4965 driverversion=3.11.0-19-generic firmware=228.61.2.24 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
       resources: irq:49 memory:fe1fe000-fe1fffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
qba@qba-F3Sg:~$ 

Kod: Zaznacz cały

qba@qba-F3Sg:~$     lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.4 LTS
Release:	12.04
Codename:	precise
qba@qba-F3Sg:~$ 

Kod: Zaznacz cały

qba@qba-F3Sg:~$ uname -a
Linux qba-F3Sg 3.11.0-19-generic #33~precise1-Ubuntu SMP Wed Mar 12 21:17:09 UTC 2014 i686 i686 i386 GNU/Linux
qba@qba-F3Sg:~$ 

Kod: Zaznacz cały

qba@qba-F3Sg:~$ dmesg | egrep -i 'eth|err|fail|atl1'
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.096000] perf_event_intel: PEBS disabled due to CPU errata
[    0.150257] ACPI: Using IOAPIC for interrupt routing
[    0.240368] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
[    0.240525] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 12)
[    0.240674] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[    0.240823] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 10 12)
[    0.240971] ACPI: PCI Interrupt Link [LNKE] (IRQs *6)
[    0.241110] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 *4 5 6 7 10 12)
[    0.241257] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 12)
[    0.241405] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 12)
[    1.332363] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    1.332370] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    1.332424] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    1.332429] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    1.332479] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    1.332484] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    1.332533] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    1.332586] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    1.332639] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    1.332689] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    1.897354] sdhci: Copyright(c) Pierre Ossman
[    1.905987] atl1 0000:02:00.0: version 2.1.3
[    6.830181] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.240520] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[   12.055275] nouveau W[     DRM] failed to create encoder 0/1/0: -19
[   15.116575] init: failsafe main process (851) killed by TERM signal
[   18.125268] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.490464] atl1 0000:02:00.0: irq 50 for MSI/MSI-X
[   21.490562] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.490961] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
qba@qba-F3Sg:~$ 
bear7
Przyjaciel
Przyjaciel
Posty: 6686
Rejestracja: 20 sty 2009, 23:12
Płeć: Mężczyzna
Wersja Ubuntu: inny OS
Środowisko graficzne: Inne
Architektura: x86_64
Lokalizacja: pwd

Re: Jak skonfigurować połączenie ethernet?

Post autor: bear7 »

Masz jak sprawdzić poniższe rozwiązanie?
bear7 pisze: Jak masz dostęp do dwóch komputerów, to spróbuj podłączyć je ze sobą bezpośrednio poprzez kabel ethernet, skonfiguruj sieć i sprawdź, czy się widzą i czy wysyłają i odbierają pingi.
Możesz jeszcze próbować z wyłączeniem IPv6.
Klepnij:

Kod: Zaznacz cały

sudo gedit /etc/sysctl.conf
I dopisz na końcu:

Kod: Zaznacz cały

#wyłącz ipv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
Zapisz plik i klepnij:

Kod: Zaznacz cały

sudo sysctl -p
lub ponownie uruchom komputer.
O pomoc pytaj a forum, a nie przez PW.
qba2323
Piegowaty Guziec
Piegowaty Guziec
Posty: 7
Rejestracja: 05 kwie 2014, 11:19
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86

Re: Jak skonfigurować połączenie ethernet?

Post autor: qba2323 »

W ostatnich dniach próbowałem jeszcze kilku sposobów na poradzenie sobie z problemem. Postawiłem na nowo system, zaktualizowałem i skorzystałem z pisklaka do zainstalowania m.in. sterowników ethernetowych zanim dokonałem jakichkolwiek innych zamian (chyba w tej kolejności powinno się to robić). Ale i tak bez efektu. Spróbowałem podłączyć komputer do sieci w innym domu (UPC) - nie było żadnego problemu. Więc chyba sprzęt czy sterowniki nie są problemem. W takim razie czemu na tym samym komputerze na systemie windows połącznie działa, na ubuntu działa w UPC w w VECTRA nie?
ODPOWIEDZ

Wróć do „Sieci, serwery, Internet”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 9 gości