
R3wu0 ha scritto:....non c'è qualche altra soluzione?!
![Smile [:)]](http://www.megalab.it/forum/images/smilies/smile.gif)



R3wu0 ha scritto:la scheda è una Sis191 Ethernet controller (e se non ricordo male è integrata)
lspci -n n
			

lspcienrico@PC-Enrico:~$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:0c.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
00:1f.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)enrico@PC-Enrico:~$ sudo rmmod sis190
[sudo] password for enrico: 
enrico@PC-Enrico:~$ sudo insmod sis190.ko
insmod: error inserting 'sis190.ko': -1 Invalid module format
enrico@PC-Enrico:~$ dmesg | tail
[   27.304034] eth0: mii lpa=0020 adv=01e1 exp=0004.
[   27.304038] eth0: link on 10 Mbps Half Duplex mode.
[   27.304306] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   27.492051] eth0: mii ext = 0000.
[   27.516045] eth0: mii lpa=0020 adv=01e1 exp=0004.
[   27.516051] eth0: link on 10 Mbps Half Duplex mode.
[   28.025659] CPUFREQ: Per core ondemand sysfs interface is deprecated - up_threshold
[   37.512512] eth0: no IPv6 routers present
[  163.016115] sis190 0000:00:04.0: PCI INT A disabled
[  171.896586] sis190: no symbol version for module_layout
enrico@PC-Enrico:~$ ifconfig
lo        Link encap:Loopback locale  
          indirizzo inet:127.0.0.1  Maschera:255.0.0.0
          indirizzo inet6: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:20 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:0 
          Byte RX:1000 (1000.0 B)  Byte TX:1000 (1000.0 B)
enrico@PC-Enrico:~$ sudo cp sis190.ko    /lib/modules/2.6.22-14-generic/kernel/drivers/net
cp: impossibile creare il file normale `/lib/modules/2.6.22-14-generic/kernel/drivers/net': Nessun file o directory

R3wu0 ha scritto:l'ultima quindi se non erro la 10.04
ifconfig
enrico@PC-Enrico:~$ ifconfig
lo        Link encap:Loopback locale 
          indirizzo inet:127.0.0.1  Maschera:255.0.0.0
          indirizzo inet6: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:20 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:0
          Byte RX:1000 (1000.0 B)  Byte TX:1000 (1000.0 B)
MTU:16436

The Doctor ha scritto:
- Codice: Seleziona tutto
 MTU:16436
Il valore è completamente sballato! Devi mettere 1496, ovvero il massimo supportato dal driver prima che diventi instabile. Per farlo edita la connessione ethernet (sfruttando l'icona di rete) e cambia manualmente il valore.


R3wu0 ha scritto:No non lo visualizza, se vuoi faccio un'altra prova....
sudo /etc/init.d/networking restartifconfig

R3wu0 ha scritto:Riavvio e poi? accedo a linux e rido ifconfig?

enrico@PC-Enrico:~$ sudo /etc/init.d/networking restart
[sudo] password for enrico: 
 * Reconfiguring network interfaces...                                          Ignoring unknown interface eth0=eth0.
                                                                         [ OK ]
enrico@PC-Enrico:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:1c:25:84:a5:c1  
          indirizzo inet:29.242.180.49  Bcast:29.242.183.255  Maschera:255.255.248.0
          indirizzo inet6: fe80::21c:25ff:fe84:a5c1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:1000 
          Byte RX:2101 (2.1 KB)  Byte TX:7594 (7.5 KB)
          Interrupt:19 Indirizzo base:0xdead 
lo        Link encap:Loopback locale  
          indirizzo inet:127.0.0.1  Maschera:255.0.0.0
          indirizzo inet6: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:20 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:0 
          Byte RX:1000 (1000.0 B)  Byte TX:1000 (1000.0 B)
 
Visitano il forum: Nessuno e 9 ospiti
megalab.it: testata telematica quotidiana registrata al Tribunale di Cosenza n. 22/09 del 13.08.2009, editore Master New Media S.r.l.; © Copyright 2008 Master New Media S.r.l. a socio unico - P.I. 02947530784. GRUPPO EDIZIONI MASTER Spa Tutti i diritti sono riservati. Per la pubblicità: Master Advertising