hi everyone, it's my first time in the forum. My problem is with the ethernet network interface. It is UNCLAIMED. This is the result of the lshw -class network command:

WARNING: you should run this program as super-user.

 *-network                 
       description: Wireless interface
       `enter code here`product: Intel Corporation
       vendor: Intel Corporation
       physical id: 14.3
       bus info: pci@0000:00:14.3
       logical name: wlo1
       version: 00
       serial: 94:e7:0b:05:de:5d
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=5.4.0-87-generic firmware=48.13675109.0 ip=192.168.1.18 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:16 memory:c571c000-c571ffff
  *-network UNCLAIMED
       description: Ethernet controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:04:00.0
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: cap_list
       configuration: latency=0
       resources: memory:c5200000-c52fffff memory:c5300000-c5303fff

Thanks in advance

chiesto 08 Oct '21, 22:54

rob91's gravatar image

rob91
2012

e col comando: ip a

e col comando: dmesg | grep eth

(09 Oct '21, 10:29) sacarde sacarde's gravatar image

ho risposto grazie

(09 Oct '21, 19:44) rob91 rob91's gravatar image

ecco i risultati dei comandi: ip a

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether *********** brd ****************
    inet ************** brd ********** scope global dynamic noprefixroute wlo1
       valid_lft 83413sec preferred_lft 83413sec
    inet6 ******************/* scope link noprefixroute 
       valid_lft forever preferred_lft forever

e il comando dmesg | grep eth

[ 2497.374927] No Local Variables are initialized for Method [_Q9A]
[ 2497.374930] No Arguments are initialized for method [_Q9A]
[ 2497.374935] ACPI Error: Aborting method \_SB.PCI0.LPCB.EC._Q9A due to previous error (AE_NOT_EXIST) (20190816/psparse-531)
coll. permanente

ha risposto 09 Oct '21, 19:42

rob91's gravatar image

rob91
2012

la vedi la ethernet da: lspci

(09 Oct '21, 20:43) sacarde sacarde's gravatar image

ho risposto

(09 Oct '21, 21:03) rob91 rob91's gravatar image

comando lspci 4:00.0 Ethernet controller: Intel Corporation Device 3101 (rev 02)

coll. permanente

ha risposto 09 Oct '21, 21:03

rob91's gravatar image

rob91
2012

e questo?

lspci -v -s 4:00.0

lspci -nnpk|grep Ethernet

(09 Oct '21, 21:26) sacarde sacarde's gravatar image

ho risposto grazie

(09 Oct '21, 21:30) rob91 rob91's gravatar image
**Comando lspci -v -s 4:00.0**
04:00.0 Ethernet controller: Intel Corporation Device 3101 (rev 02)
    Subsystem: Intel Corporation Device 0000
    Flags: fast devsel, IRQ 255
    Memory at c5200000 (32-bit, non-prefetchable) [size=1M]
    Memory at c5300000 (32-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>

**comando lspci -nnpk|grep Ethernet**
04:00.0 Ethernet controller [0200]: Intel Corporation Device [8086:3101] (rev 02)
coll. permanente

ha risposto 09 Oct '21, 21:29

rob91's gravatar image

rob91
2012

(09 Oct '21, 21:51) sacarde sacarde's gravatar image

ho risposto

(09 Oct '21, 22:05) rob91 rob91's gravatar image

Quindi l'unica soluzione è passare a Ubuntu 20 ?

coll. permanente

ha risposto 09 Oct '21, 22:05

rob91's gravatar image

rob91
2012

  • che 18.04.xx hai?

  • cosa vedi da: modinfo e1000e

  • alternative a aggiornare:

compilare il modulo e1000e

compilare il kernel

(10 Oct '21, 08:33) sacarde sacarde's gravatar image

brutte notizie...

ho scaricato l'ultimo driver per la e1000e 3.8.4

https://www.intel.com/content/www/us/en/download/14611/15817/intel-network-adapter-driver-for-pcie-intel-gigabit-ethernet-network-connections-under-linux.html

compilato e creato il modulo, ma da: modinfo e1000e non risulta alcun device:

8086:3101

(10 Oct '21, 10:06) sacarde sacarde's gravatar image

da qui sembra che esista col nome "igc"

https://linux-hardware.org/index.php?id=pci:8086-3101-8086-0000

che vedi da: modinfo igc

(10 Oct '21, 10:49) sacarde sacarde's gravatar image

Grazie mille per avermi seguito. La mia versione di Ubuntu è la 18.04.6 L'output di modinfo igc è:

filename:
/lib/modules/5.4.0-87-generic/kernel/drivers/net/ethernet/intel/igc/igc.ko version: 0.0.1-k license:
GPL v2 description: Intel(R) 2.5G Ethernet Linux Driver author:
Intel Corporation, linux.nics@intel.com srcversion:
329BC14A78DCE91AD07D787 alias:
pci:v00008086d00003100svsdbcsci alias:
pci:v00008086d000015F7sv
sdbcsci alias:
pci:v00008086d000015F8svsdbcsci alias:
pci:v00008086d000015F3sv
sdbcsci alias:
pci:v00008086d000015F2svsdbcsci* depends: retpoline: Y intree: Y name: igc vermagic: 5.4.0-87-generic SMP mod_unload modversions signat:
PKCS#7 signer: sig_key:
sig_hashalgo: md4 parm:
debug:Debug level (0=none,...,16=all) (int)

Ora siccome non sono mai andato cosi in profondità con linux ti chiedo posso installare un kernel superiore alla 5.4 su Ubuntu 18? e quindi è questa la strada ? prima di fare danni piu che altro. Grazie mille ancora

coll. permanente

ha risposto 10 Oct '21, 17:02

rob91's gravatar image

rob91
2012

questo potrebbe essere un modo per installare i binari del kernel 5.8

https://ubuntuhandbook.org/index.php/2020/08/install-linux-kernel-5-8-ubuntu/

p.s. magari lo provo appena possibile e ti faccio sapere

(11 Oct '21, 10:36) sacarde sacarde's gravatar image

su una macchina virtuale seguendo quella guida mi ha installato il 5.8 e il modulo igc ha anche la tua ethernet 8086:3101

(11 Oct '21, 11:55) sacarde sacarde's gravatar image

Grazie mille lo proverò sicuramente

coll. permanente

ha risposto 11 Oct '21, 19:40

rob91's gravatar image

rob91
2012

La tua risposta
abilita/disabilita anteprima

Segui questa domanda

Via email:

Una volta eseguito l'accesso potrai iscriverti a tutti gli aggiornamenti qui

Via RSS:

Risposte

Risposte e commenti

Basi di markdown

  • *corsivo* o __corsivo__
  • **grassetto** o __grassetto__
  • collegamento:[testo](http://url.com/ "titolo")
  • immagine?![alt testo](/path/img.jpg "titolo")
  • elenco numerato: 1. Foo 2. Bar
  • per aggiungere un'interruzione di riga, aggiungi due spazi a fine riga e premi «Invio»
  • è supportato anche semplice HTML

Tag:

×36

domanda posta: 08 Oct '21, 22:54

domanda visualizzata: 705 volte

ultimo aggiornamento: 11 Oct '21, 19:40

Chiedi è un servizio di supporto gestito da Ubuntu-it. Contattaci!

powered by OSQAPostgreSQL database
Ubuntu e Canonical sono marchi registrati da Canonical Ltd.