malik ha scritto:Ciao scusa ma il lavoro.....
ecco cat /proc/interrups:
- Codice: Seleziona tutto
CPU0
0: 137 IO-APIC-edge timer
1: 536 IO-APIC-edge i8042
4: 3 IO-APIC-edge
6: 5 IO-APIC-edge floppy
7: 0 IO-APIC-edge parport0
8: 0 IO-APIC-edge rtc0
9: 0 IO-APIC-fasteoi acpi
14: 5214 IO-APIC-edge pata_sis
15: 2905 IO-APIC-edge pata_sis
16: 907 IO-APIC-fasteoi radeon
18: 0 IO-APIC-fasteoi SiS SI7012
19: 0 IO-APIC-fasteoi eth0
20: 24 IO-APIC-fasteoi ohci_hcd:usb2
21: 0 IO-APIC-fasteoi ohci_hcd:usb3
23: 1679 IO-APIC-fasteoi ehci_hcd:usb1
NMI: 0 Non-maskable interrupts
LOC: 63451 Local timer interrupts
SPU: 0 Spurious interrupts
PMI: 0 Performance monitoring interrupts
IWI: 0 IRQ work interrupts
RES: 0 Rescheduling interrupts
CAL: 0 Function call interrupts
TLB: 0 TLB shootdowns
TRM: 0 Thermal event interrupts
THR: 0 Threshold APIC interrupts
MCE: 0 Machine check exceptions
MCP: 25 Machine check polls
ERR: 0
MIS: 0
questo invece ifconfig -a:
- Codice: Seleziona tutto
eth0 Link encap:Ethernet HWaddr C8:3A:35:DD:FB:F9
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)
Interrupt:19 Base address:0xd400
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
e questo cat /etc/udev/rules.d/70-persistent-net.rules
- Codice: Seleziona tutto
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="c8:3a:35:dd:fb:f9", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
Allora... scusate se torno indietro nella discussione.
@malilk
Ora siamo messi decisamente meglio.
Nota:
1 - la schede ora c'è in /proc/interrupts e sta nell'IRQ 19: prima non c'era. Bene! Verifica anche con un
- Codice: Seleziona tutto
ls /proc/irq/19
Dovresti vedere una directory eth0.
2 - la scheda è dunque 'eth0': udev ha ricreato il link dopo che hai elimintato la regola in /etc/udev** etc, etc. Anche questo "torna".
3 - ifconfig restituisce "il giusto".
Ora:
il router che usi ha il dhcp attivo?
Se si, dai da root:
- Codice: Seleziona tutto
dhclient -v eth0
La scheda dovrebbe "pescare" un indirizzo IP LAN. Fai sapere, se non va posta l'output. Non rovistare con troppe cose: la rete DEVE andare ora. Controlla sempre che in /proc/interrupts ci sia eth0.
Ciao