System nie wykrywa karty sieciowej

Masz problemy z siecią bądź internetem? Zapytaj tu
bartflor
Posty: 7
Rejestracja: 18 października 2016, 13:11

System nie wykrywa karty sieciowej

Post autor: bartflor »

Witam,
Mam problem z siecią. Pracuje na Debian 8 (jessie). Nie aktualizując nic, ani nie instalując system po prostu przestał wykrywać kartę sieciową. Nie mam pojęcia co z tym zrobić...
Sprawdziłem kabel sieciowy - działa dobrze.
Obok wtyczki Ethernet świecą się obie diody (zielona i pomarańczowa) - nie wiem czy to wyklucza uszkodzenie karty.

Może ktoś się z tym spotkał i może mi coś podpowiedzieć?

poniżej wyniki kilku komend

Kod: Zaznacz cały

ifconfig
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:27 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:3077 (3.0 KiB)  TX bytes:3077 (3.0 KiB)

Kod: Zaznacz cały

 lspci -k | grep Eth
	#pusto

Kod: Zaznacz cały

 dmesg | grep -i eth
	#pusto

Kod: Zaznacz cały

cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

allow-hotplug eth0


Awatar użytkownika
dedito
Moderator
Posty: 3518
Rejestracja: 18 listopada 2013, 21:07
Lokalizacja: Gliwice

Re: System nie wykrywa karty sieciowej

Post autor: dedito »

Spróbuj tak:

Kod: Zaznacz cały

sudo ifconfig eth0 up
Pokaż co tam system widzi:

Kod: Zaznacz cały

lspci -k
bartflor
Posty: 7
Rejestracja: 18 października 2016, 13:11

Re: System nie wykrywa karty sieciowej

Post autor: bartflor »

Od tego zaczynałem - nie działa...

Kod: Zaznacz cały

#  ifconfig eth0 up
eth0: ERROR while getting interface flags: Nie ma takiego urządzenia

Kod: Zaznacz cały

# lspci -k
00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02)
	Kernel driver in use: pcieport
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
	Kernel driver in use: uhci_hcd
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
	Kernel driver in use: uhci_hcd
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
	Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
	Kernel driver in use: snd_hda_intel
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
	Kernel driver in use: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
	Kernel driver in use: uhci_hcd
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
	Kernel driver in use: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
	Kernel driver in use: ehci-pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02)
	Subsystem: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller
	Kernel driver in use: lpc_ich
00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA Controller [IDE mode] (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
	Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
	Subsystem: Intel Corporation 82801H (ICH8 Family) SMBus Controller
	Kernel driver in use: i801_smbus
00:1f.5 IDE interface: Intel Corporation 82801HR/HO/HH (ICH8R/DO/DH) 2 port SATA Controller [IDE mode] (rev 02)
	Subsystem: ABIT Computer Corp. Device 1074
	Kernel driver in use: ata_piix
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)
	Subsystem: ASUSTeK Computer Inc. Device 853b
	Kernel driver in use: nouveau
01:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device 853b
	Kernel driver in use: snd_hda_intel
02:02.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx]
	Subsystem: ABIT Computer Corp. Device 1c20
	Kernel driver in use: firewire_ohci

Kod: Zaznacz cały

# ifup eth0
Ignoring unknown interface eth0=eth0
Awatar użytkownika
dedito
Moderator
Posty: 3518
Rejestracja: 18 listopada 2013, 21:07
Lokalizacja: Gliwice

Re: System nie wykrywa karty sieciowej

Post autor: dedito »

System nie widzi karty.
Opisz co to za model sprzętowy.
bartflor
Posty: 7
Rejestracja: 18 października 2016, 13:11

Re: System nie wykrywa karty sieciowej

Post autor: bartflor »

Zintegrowana karta z płytą Abit AB9 PRO

Ethernet Onboard PCI-E Gigabit LAN controller
Realtek Gigabit Lan

tylko tyle udało mi się znaleźć w manualu: https://www.manualslib.com/manual/20513 ... tml#manual
Awatar użytkownika
dedito
Moderator
Posty: 3518
Rejestracja: 18 listopada 2013, 21:07
Lokalizacja: Gliwice

Re: System nie wykrywa karty sieciowej

Post autor: dedito »

Sprawdź czy masz załączone w BIOS.
https://www.manualslib.com/manual/20513 ... =52#manual
Awatar użytkownika
pawkrol
Moderator
Posty: 939
Rejestracja: 03 kwietnia 2011, 10:25

Re: System nie wykrywa karty sieciowej

Post autor: pawkrol »

Podaj:

Kod: Zaznacz cały

 dmesg | grep eth
bartflor
Posty: 7
Rejestracja: 18 października 2016, 13:11

Re: System nie wykrywa karty sieciowej

Post autor: bartflor »

LAN w BIOSie cały czas włączony.

Kod: Zaznacz cały

dmesg | grep eth
		#pusto
Awatar użytkownika
dedito
Moderator
Posty: 3518
Rejestracja: 18 listopada 2013, 21:07
Lokalizacja: Gliwice

Re: System nie wykrywa karty sieciowej

Post autor: dedito »

Kod: Zaznacz cały

dmesg | grep -i eth
A pod jakimś systemem live działa?
Awatar użytkownika
LordRuthwen
Moderator
Posty: 2305
Rejestracja: 18 września 2009, 21:45
Lokalizacja: klikash?

Re: System nie wykrywa karty sieciowej

Post autor: LordRuthwen »

A może po prostu ją szlag trafił? Weź jakąś na PCI i sprawdź czy jak wsadzisz to będzie widoczna, sprzęt sam z siebie nie znika, szczególnie zintegrowany.
ODPOWIEDZ