PDA

View Full Version : Configurare DAT SCSI su Linux


Gumbo
18-08-2018, 15:22
Buongiorno a tutti,

a causa di un furto subito, mi trovo nella situazione di dover rimettere in funzione un vecchio DAT (dds4), per recuperare almeno una parte dei dati che ho perso.

La macchina su cui era (ed è ancora) installato il DAT, è un grosso server/NAS (con processore Athlon XP e 3 Giga di RAM) che è stato parzialmente cannibalizzato nel corso degli anni.
Oltre al DAT (con relativa scheda SCSI, Adaptec) sono presenti due schede SATA di cui una viene vista come Storage e l'altra come SATA raid. Onestamente a distanza di anni non ricordo se due dei 4 dischi SATA fossero configurati in raid (e se cosi era di che tipo).
Comunque sono riuscito a rimetterlo in funzione e tutto sembra funzionare a dovere (in verità non ho ancora provato a inserire dischi collegati alla scheda SATA raid, ma per il momento è irrilevante).
Come sistema operativo ho installato una distribuzione derivata Ubuntu (Bodhi) molto leggera visto l'hardware datato, e visto che il tutto funziona egregiamente penso di tornare a utilizzarlo come NAS/File server, se non altro, visti l'ingombro e il peso, se i ladri tornano magari non lo portano via...
Una cosa che ho notato e che mi pare strana è che tutte le periferiche vengono viste come dispositivi scsi dal sistema (anche con altre distro che ho provato, quindi non è un problema legato al sistema operativo corrente).
Ho anche provato a reinstallare il sistema dopo aver staccato la scheda SCSI (che comanda solo il DAT) ma le cose non cambiano. Questo non inficia affatto il funzionamento del sistema, e lo riporto solo perchè essendo comunque il DAT una periferica SCSI mi sembra giusto segnalare questa anomalia sul rilevamento della natura delle periferiche

Comunque il problema per cui scrivo è che il DAT non viene rilevato.

Mi farebbe piacere se qualcuno potesse aiutarmi a rimetterlo in funzione per recuperare i dati.

Gumbo
18-08-2018, 15:35
Scendendo nei dettagli:

la scheda SCSI viene riconosciuta dal sistema:

pippo@NAS:~$ lspci
00:00.0 Host bridge: NVIDIA Corporation nForce2 IGP2 (rev c1)
00:00.1 RAM memory: NVIDIA Corporation nForce2 Memory Controller 0 (rev c1)
00:00.2 RAM memory: NVIDIA Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: NVIDIA Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: NVIDIA Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: NVIDIA Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: NVIDIA Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: NVIDIA Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB controller: NVIDIA Corporation nForce2 USB Controller (rev a4)
00:02.1 USB controller: NVIDIA Corporation nForce2 USB Controller (rev a4)
00:02.2 USB controller: NVIDIA Corporation nForce2 USB Controller (rev a4)
00:04.0 Ethernet controller: NVIDIA Corporation nForce2 Ethernet Controller (rev a1)
00:06.0 Multimedia audio controller: NVIDIA Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: NVIDIA Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: NVIDIA Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: NVIDIA Corporation nForce2 AGP (rev c1)
01:07.0 RAID bus controller: Silicon Image, Inc. SiI 3112 [SATALink/SATARaid] Serial ATA Controller (rev 02)
01:08.0 Mass storage controller: Silicon Image, Inc. SiI 3512 [SATALink/SATARaid] Serial ATA Controller (rev 01)
01:0a.0 SCSI storage controller: Adaptec AIC-7870P/7881U [AHA-2940U/UW/D/S76] (rev 01)
02:00.0 VGA compatible controller: NVIDIA Corporation NV34 [GeForce FX 5200] (rev a1)

Tuttavia il DAT non viene rilevato tra le periferiche SCSI (di cui invece fanno stranamente parte tutte le altre:

pippo@NAS:~$ lsscsi
[1:0:1:0] cd/dvd TSSTcorp CD/DVDW SH-W162C TS10 /dev/sr0
[2:0:0:0] disk ATA WDC WD80EB-28CGH 4G24 /dev/sda
[3:0:0:0] disk Generic USB SD Reader 1.00 /dev/sdb
[3:0:0:1] disk Generic USB CF Reader 1.01 /dev/sdc
[3:0:0:2] disk Generic USB SM Reader 1.02 /dev/sdd
[3:0:0:3] disk Generic USB MS Reader 1.03 /dev/sde
[4:0:0:0] disk Kingston DataTraveler 3.0 /dev/sdf

Gumbo
18-08-2018, 15:43
anche dmesg sembra vedere tutto tranne lunità DAT...


pippo@NAS:~$ dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.16.0-4-586 (debian-kernel@lists.debian.org) (gcc
version 4.8.4 (Debian 4.8.4-1) ) #1 Debian 3.16.43-2+deb8u5 (2017-09-19)
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffeffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bfff0000-0x00000000bfff2fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bfff3000-0x00000000bfffffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffff0000-0x00000000ffffffff] reserved
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] SMBIOS 2.2 present.
[ 0.000000] DMI: ASUSTeK Computer INC. A7N8X-X/A7N8X-X, BIOS ASUS A7N8X-X ACP
I BIOS Rev 1006 08/19/2003
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0xbfff0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0E0000000 mask FFC000000 write-combining
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
[ 0.000000] [mem 0x37000000-0x373fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
[ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[ 0.000000] [mem 0x00100000-0x003fffff] page 4k
[ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
[ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
[ 0.000000] BRK [0x01720000, 0x01720fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x34130000-0x3608ffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F75C0 000014 (v00 Nvidia)
[ 0.000000] ACPI: RSDT 0x00000000BFFF3000 00002C (v01 Nvidia AWRDACPI 42302E3
1 AWRD 00000000)
[ 0.000000] ACPI: FACP 0x00000000BFFF3040 000074 (v01 Nvidia AWRDACPI 42302E3
1 AWRD 00000000)
[ 0.000000] ACPI: DSDT 0x00000000BFFF30C0 0043E7 (v01 NVIDIA AWRDACPI 0000100
0 MSFT 0100000E)
[ 0.000000] ACPI: FACS 0x00000000BFFF0000 000040
[ 0.000000] ACPI: APIC 0x00000000BFFF74C0 00006E (v01 Nvidia AWRDACPI 42302E3
1 AWRD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 2183MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] BRK [0x01721000, 0x01721fff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x377fdfff]
[ 0.000000] HighMem [mem 0x377fe000-0xbffeffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0xbffeffff]
[ 0.000000] On node 0 totalpages: 786318
[ 0.000000] free_area_init_node: node 0, pgdat c15f5680, node_mem_map f293002
0
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 223230 pages, LIFO batch:31
[ 0.000000] HighMem zone: 4368 pages used for memmap
[ 0.000000] HighMem zone: 559090 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: BIOS IRQ0 override ignored.
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0xc0000000-0xfebfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag
es: 784542
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-586 root=U
UID=15258077-cf26-4954-8491-2aba212ced6f ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000377fe:000bfff0)
[ 0.000000] Initializing Movable for node 0 (00000000:00000000)
[ 0.000000] Memory: 3080308K/3145272K available (4262K kernel code, 506K rwda
ta, 1392K rodata, 676K init, 416K bss, 64964K reserved, 2236360K highmem)
[ 0.000000] virtual kernel memory layout:
fixmap : 0xfffa2000 - 0xfffff000 ( 372 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
.init : 0xc1607000 - 0xc16b0000 ( 676 kB)
.data : 0xc1429d90 - 0xc1605b40 (1903 kB)
.text : 0xc1000000 - 0xc1429d90 (4263 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor
mode...Ok.
[ 0.000000] NR_IRQS:2304 nr_irqs:256 16
[ 0.000000] CPU 0 irqstacks, hard=f7006000 soft=f7008000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1143.866 MHz processor
[ 0.008016] Calibrating delay loop (skipped), value calculated using timer fr
equency.. 2287.73 BogoMIPS (lpj=4575464)
[ 0.008023] pid_max: default: 32768 minimum: 301
[ 0.008054] ACPI: Core revision 20140424
[ 0.018707] ACPI: All ACPI Tables successfully acquired
[ 0.018751] Security Framework initialized
[ 0.018787] AppArmor: AppArmor disabled by boot time parameter
[ 0.018792] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.018826] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.018832] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.019479] Initializing cgroup subsys memory
[ 0.019497] Initializing cgroup subsys devices
[ 0.019520] Initializing cgroup subsys freezer
[ 0.019529] Initializing cgroup subsys net_cls
[ 0.019545] Initializing cgroup subsys blkio
[ 0.019559] Initializing cgroup subsys perf_event
[ 0.019565] Initializing cgroup subsys net_prio
[ 0.019624] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
tlb_flushall_shift: -1
[ 0.019630] CPU: AMD Athlon(tm) (fam: 06, model: 0a, stepping: 00)
[ 0.023478] ftrace: allocating 19749 entries in 39 pages
[ 0.036280] Performance Events: AMD PMU driver.
[ 0.036302] ... version: 0
[ 0.036307] ... bit width: 48
[ 0.036309] ... generic registers: 4
[ 0.036313] ... value mask: 0000ffffffffffff
[ 0.036316] ... max period: 00007fffffffffff
[ 0.036318] ... fixed-purpose events: 0
[ 0.036321] ... event mask: 000000000000000f
[ 0.041389] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.041876] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.084000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PM
U counter.
[ 0.084000] devtmpfs: initialized
[ 0.084000] PM: Registering ACPI NVS region [mem 0xbfff0000-0xbfff2fff] (1228
8 bytes)
[ 0.084000] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.084000] pinctrl core: initialized pinctrl subsystem
[ 0.084174] NET: Registered protocol family 16
[ 0.084569] EISA bus registered
[ 0.084580] cpuidle: using governor ladder
[ 0.084588] cpuidle: using governor menu
[ 0.084793] ACPI: bus type PCI registered
[ 0.084799] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.117991] PCI: PCI BIOS revision 2.10 entry at 0xfb4a0, last bus=2
[ 0.117995] PCI: Using configuration type 1 for base access
[ 0.120530] ACPI: Added _OSI(Module Device)
[ 0.120535] ACPI: Added _OSI(Processor Device)
[ 0.120538] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.120542] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.127828] ACPI: Interpreter enabled
[ 0.127864] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_
] (20140424/hwxface-580)
[ 0.127875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_
] (20140424/hwxface-580)
[ 0.127899] ACPI: (supports S0 S1 S4 S5)
[ 0.127904] ACPI: Using IOAPIC for interrupt routing
[ 0.127973] PCI: Ignoring host bridge windows from ACPI; if necessary, use "p
ci=use_crs" and report a bug
[ 0.141163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.141180] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.141193] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.141354] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.141362] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.141368] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (
ignored)
[ 0.141374] acpi PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (
ignored)
[ 0.141379] acpi PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff] (
ignored)
[ 0.141384] PCI: root bus 00: using default resources
[ 0.141392] acpi PNP0A03:00: fail to add MMCONFIG information, can't access e
xtended PCI configuration space under this bridge.
[ 0.141832] PCI host bridge to bus 0000:00
[ 0.141841] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.141847] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.141853] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.141880] pci 0000:00:00.0: [10de:01e0] type 00 class 0x060000
[ 0.141899] pci 0000:00:00.0: reg 0x10: [mem 0xe0000000-0xe3ffffff pref]
[ 0.141930] pci 0000:00:00.0: nForce2 C1 Halt Disconnect fixup
[ 0.142168] pci 0000:00:00.1: [10de:01ea] type 00 class 0x050000
[ 0.142400] pci 0000:00:00.2: [10de:01ee] type 00 class 0x050000
[ 0.142633] pci 0000:00:00.3: [10de:01ed] type 00 class 0x050000
[ 0.142858] pci 0000:00:00.4: [10de:01ec] type 00 class 0x050000
[ 0.143091] pci 0000:00:00.5: [10de:01ef] type 00 class 0x050000
[ 0.143329] pci 0000:00:01.0: [10de:0060] type 00 class 0x060100
[ 0.143639] pci 0000:00:01.1: [10de:0064] type 00 class 0x0c0500
[ 0.143661] pci 0000:00:01.1: reg 0x10: [io 0xe400-0xe41f]
[ 0.143743] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.143990] pci 0000:00:02.0: [10de:0067] type 00 class 0x0c0310
[ 0.144021] pci 0000:00:02.0: reg 0x10: [mem 0xe8003000-0xe8003fff]
[ 0.144101] pci 0000:00:02.0: supports D1 D2
[ 0.144106] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.144218] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 0.144363] pci 0000:00:02.1: [10de:0067] type 00 class 0x0c0310
[ 0.144385] pci 0000:00:02.1: reg 0x10: [mem 0xe8004000-0xe8004fff]
[ 0.144464] pci 0000:00:02.1: supports D1 D2
[ 0.144470] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.144578] pci 0000:00:02.1: System wakeup disabled by ACPI
[ 0.144722] pci 0000:00:02.2: [10de:0068] type 00 class 0x0c0320
[ 0.144747] pci 0000:00:02.2: reg 0x10: [mem 0xe8005000-0xe80050ff]
[ 0.144839] pci 0000:00:02.2: supports D1 D2
[ 0.144844] pci 0000:00:02.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.144990] pci 0000:00:02.2: System wakeup disabled by ACPI
[ 0.145143] pci 0000:00:04.0: [10de:0066] type 00 class 0x020000
[ 0.145166] pci 0000:00:04.0: reg 0x10: [mem 0xe8000000-0xe8000fff]
[ 0.145180] pci 0000:00:04.0: reg 0x14: [io 0xd000-0xd007]
[ 0.145252] pci 0000:00:04.0: supports D1 D2
[ 0.145257] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.145366] pci 0000:00:04.0: System wakeup disabled by ACPI
[ 0.145511] pci 0000:00:06.0: [10de:006a] type 00 class 0x040100
[ 0.145533] pci 0000:00:06.0: reg 0x10: [io 0xd400-0xd4ff]
[ 0.145546] pci 0000:00:06.0: reg 0x14: [io 0xd800-0xd87f]
[ 0.145560] pci 0000:00:06.0: reg 0x18: [mem 0xe8001000-0xe8001fff]
[ 0.145623] pci 0000:00:06.0: supports D1 D2
[ 0.145840] pci 0000:00:08.0: [10de:006c] type 01 class 0x060400
[ 0.145982] pci 0000:00:08.0: System wakeup disabled by ACPI
[ 0.146129] pci 0000:00:09.0: [10de:0065] type 00 class 0x01018a
[ 0.146182] pci 0000:00:09.0: reg 0x20: [io 0xf000-0xf00f]
[ 0.146207] pci 0000:00:09.0: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.146213] pci 0000:00:09.0: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.146218] pci 0000:00:09.0: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.146222] pci 0000:00:09.0: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.146483] pci 0000:00:1e.0: [10de:01e8] type 01 class 0x060400
[ 0.146822] pci 0000:01:07.0: [1095:3112] type 00 class 0x010400
[ 0.146850] pci 0000:01:07.0: reg 0x10: [io 0xa000-0xa007]
[ 0.146867] pci 0000:01:07.0: reg 0x14: [io 0xa400-0xa403]
[ 0.146883] pci 0000:01:07.0: reg 0x18: [io 0xa800-0xa807]
[ 0.146900] pci 0000:01:07.0: reg 0x1c: [io 0xac00-0xac03]
[ 0.146916] pci 0000:01:07.0: reg 0x20: [io 0xb000-0xb00f]
[ 0.146933] pci 0000:01:07.0: reg 0x24: [mem 0xe7000000-0xe70001ff]
[ 0.146950] pci 0000:01:07.0: reg 0x30: [mem 0x00000000-0x000fffff pref]
[ 0.146990] pci 0000:01:07.0: supports D1 D2
[ 0.147125] pci 0000:01:08.0: [1095:3512] type 00 class 0x018000
[ 0.147152] pci 0000:01:08.0: reg 0x10: [io 0xb400-0xb407]
[ 0.147169] pci 0000:01:08.0: reg 0x14: [io 0xb800-0xb803]
[ 0.147185] pci 0000:01:08.0: reg 0x18: [io 0xbc00-0xbc07]
[ 0.147202] pci 0000:01:08.0: reg 0x1c: [io 0xc000-0xc003]
[ 0.147218] pci 0000:01:08.0: reg 0x20: [io 0xc400-0xc40f]
[ 0.147235] pci 0000:01:08.0: reg 0x24: [mem 0xe7081000-0xe70811ff]
[ 0.147252] pci 0000:01:08.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[ 0.147291] pci 0000:01:08.0: supports D1 D2
[ 0.147427] pci 0000:01:0a.0: [9004:8178] type 00 class 0x010000
[ 0.147454] pci 0000:01:0a.0: reg 0x10: [io 0xc800-0xc8ff]
[ 0.147470] pci 0000:01:0a.0: reg 0x14: [mem 0xe7082000-0xe7082fff]
[ 0.147531] pci 0000:01:0a.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.147710] pci 0000:00:08.0: PCI bridge to [bus 01]
[ 0.147719] pci 0000:00:08.0: bridge window [io 0xa000-0xcfff]
[ 0.147727] pci 0000:00:08.0: bridge window [mem 0xe6000000-0xe7ffffff]
[ 0.147850] pci 0000:02:00.0: [10de:0322] type 00 class 0x030000
[ 0.147875] pci 0000:02:00.0: reg 0x10: [mem 0xe4000000-0xe4ffffff]
[ 0.147889] pci 0000:02:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff pref]
[ 0.147935] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.148151] pci 0000:00:1e.0: PCI bridge to [bus 02]
[ 0.148162] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xe5ffffff]
[ 0.148170] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xdfffffff pref
]
[ 0.148187] pci_bus 0000:00: on NUMA node 0
[ 0.148370] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.148497] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *
0, disabled.
[ 0.148623] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.148747] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.148868] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *
0, disabled.
[ 0.148992] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.149115] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.149236] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.149358] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *
0, disabled.
[ 0.149481] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.149602] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *
0, disabled.
[ 0.149724] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.149857] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.149984] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *
0, disabled.
[ 0.150106] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *
0, disabled.
[ 0.150227] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *
0, disabled.
[ 0.150359] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[ 0.150468] ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
[ 0.150575] ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
[ 0.150683] ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
[ 0.150789] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[ 0.150948] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
[ 0.151107] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
[ 0.151264] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
[ 0.151420] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
[ 0.151576] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
[ 0.151732] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[ 0.151842] ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
[ 0.152004] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
[ 0.152166] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[ 0.152325] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[ 0.152482] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[ 0.154081] vgaarb: setting as boot device: PCI:0000:02:00.0
[ 0.154087] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem
,locks=none
[ 0.154090] vgaarb: loaded
[ 0.154094] vgaarb: bridge control possible 0000:02:00.0
[ 0.154286] PCI: Using ACPI for IRQ routing
[ 0.154295] PCI: pci_cache_line_size set to 32 bytes
[ 0.154361] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.154367] e820: reserve RAM buffer [mem 0xbfff0000-0xbfffffff]
[ 0.154819] amd_nb: Cannot enumerate AMD northbridges
[ 0.154840] Switched to clocksource refined-jiffies
[ 0.169723] pnp: PnP ACPI init
[ 0.169768] ACPI: bus type PNP registered
[ 0.170434] system 00:00: [io 0x4000-0x407f] has been reserved
[ 0.170442] system 00:00: [io 0x4080-0x40ff] has been reserved
[ 0.170449] system 00:00: [io 0x4400-0x447f] has been reserved
[ 0.170455] system 00:00: [io 0x4480-0x44ff] has been reserved
[ 0.170461] system 00:00: [io 0x4200-0x427f] has been reserved
[ 0.170466] system 00:00: [io 0x4280-0x42ff] has been reserved
[ 0.170477] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.170596] system 00:01: [io 0x5000-0x503f] has been reserved
[ 0.170603] system 00:01: [io 0x5500-0x553f] has been reserved
[ 0.170610] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.170916] pnp 00:02: disabling [mem 0x000d2800-0x000d3fff] because it overl
aps 0000:01:07.0 BAR 6 [mem 0x00000000-0x000fffff pref]
[ 0.170926] pnp 00:02: disabling [mem 0x000f0000-0x000f7fff] because it overl
aps 0000:01:07.0 BAR 6 [mem 0x00000000-0x000fffff pref]
[ 0.170933] pnp 00:02: disabling [mem 0x000f8000-0x000fbfff] because it overl
aps 0000:01:07.0 BAR 6 [mem 0x00000000-0x000fffff pref]
[ 0.170940] pnp 00:02: disabling [mem 0x000fc000-0x000fffff] because it overl
aps 0000:01:07.0 BAR 6 [mem 0x00000000-0x000fffff pref]
[ 0.170947] pnp 00:02: disabling [mem 0x00000000-0x0009ffff] because it overl
aps 0000:01:07.0 BAR 6 [mem 0x00000000-0x000fffff pref]
[ 0.171043] system 00:02: [mem 0xbfff0000-0xbfffffff] could not be reserved
[ 0.171051] system 00:02: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.171058] system 00:02: [mem 0x00100000-0xbffeffff] could not be reserved
[ 0.171064] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.171070] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.171077] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.172167] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.172176] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.172308] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.172559] pnp 00:05: [dma 2]
[ 0.172668] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.173141] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.173620] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.174302] pnp 00:08: [dma 3]
[ 0.174447] pnp 00:08: Plug and Play ACPI device, IDs PNP0401 (active)
[ 0.174621] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.174762] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active
)
[ 0.175191] pnp 00:0b: Plug and Play ACPI device, IDs PNPb006 (active)
[ 0.175565] pnp 00:0c: Plug and Play ACPI device, IDs PNPb02f (active)
[ 0.175580] pnp: PnP ACPI: found 13 devices
[ 0.175584] ACPI: bus type PNP unregistered
[ 0.175595] PnPBIOS: Disabled by ACPI PNP
[ 0.215646] Switched to clocksource acpi_pm
[ 0.215706] pci 0000:00:08.0: BAR 15: assigned [mem 0xc0000000-0xc01fffff pre
f]
[ 0.215718] pci 0000:01:07.0: BAR 6: assigned [mem 0xc0000000-0xc00fffff pref
]
[ 0.215726] pci 0000:01:08.0: BAR 6: assigned [mem 0xc0100000-0xc017ffff pref
]
[ 0.215733] pci 0000:01:0a.0: BAR 6: assigned [mem 0xc0180000-0xc018ffff pref
]
[ 0.215739] pci 0000:00:08.0: PCI bridge to [bus 01]
[ 0.215746] pci 0000:00:08.0: bridge window [io 0xa000-0xcfff]
[ 0.215758] pci 0000:00:08.0: bridge window [mem 0xe6000000-0xe7ffffff]
[ 0.215766] pci 0000:00:08.0: bridge window [mem 0xc0000000-0xc01fffff pref
]
[ 0.215779] pci 0000:02:00.0: BAR 6: assigned [mem 0xe5000000-0xe501ffff pref
]
[ 0.215784] pci 0000:00:1e.0: PCI bridge to [bus 02]
[ 0.215793] pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xe5ffffff]
[ 0.215800] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xdfffffff pref
]
[ 0.215811] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.215817] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.215823] pci_bus 0000:01: resource 0 [io 0xa000-0xcfff]
[ 0.215828] pci_bus 0000:01: resource 1 [mem 0xe6000000-0xe7ffffff]
[ 0.215834] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xc01fffff pref]
[ 0.215840] pci_bus 0000:02: resource 1 [mem 0xe4000000-0xe5ffffff]
[ 0.215845] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xdfffffff pref]
[ 0.215913] NET: Registered protocol family 2
[ 0.215913] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.215913] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.215913] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.215913] TCP: reno registered
[ 0.215913] UDP hash table entries: 512 (order: 1, 8192 bytes)
[ 0.215913] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[ 0.215913] NET: Registered protocol family 1
[ 0.215913] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[ 0.215913] ACPI: PCI Interrupt Link [APCG] enabled at IRQ 21
[ 0.215913] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 20
[ 0.215913] pci 0000:02:00.0: Video device with shadowed ROM
[ 0.215913] PCI: CLS 32 bytes, default 32
[ 0.215913] Unpacking initramfs...
[ 1.771607] Freeing initrd memory: 32128K (f4130000 - f6090000)
[ 1.771912] microcode: AMD CPU family 0x6 not supported
[ 1.772952] audit: initializing netlink subsys (disabled)
[ 1.773020] audit: type=2000 audit(1534594949.771:1): initialized
[ 1.773842] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 1.773885] zbud: loaded
[ 1.774035] VFS: Disk quotas dquot_6.5.2
[ 1.774068] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.774206] msgmni has been set to 1711
[ 1.774977] alg: No test for stdrng (krng)
[ 1.775027] bounce: pool size: 64 pages
[ 1.775063] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
52)
[ 1.775158] io scheduler noop registered
[ 1.775166] io scheduler deadline registered
[ 1.775244] io scheduler cfq registered (default)
[ 1.775610] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.775671] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.775725] efifb: probing for efifb
[ 1.775733] efifb: cannot reserve video memory at 0xa0000
[ 1.775740] efifb: framebuffer at 0xa0000, mapped to 0xc00a0000, using 64k, t
otal 64k
[ 1.775745] efifb: mode is 640x480x1, linelength=80, pages=1
[ 1.775747] efifb: scrolling: redraw
[ 1.775752] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.780432] Console: switching to colour frame buffer device 80x30
[ 1.784835] fb0: EFI VGA frame buffer device
[ 1.784955] GHES: HEST is not enabled!
[ 1.785003] isapnp: Scanning for PnP cards...
[ 2.139499] isapnp: No Plug & Play device found
[ 2.139617] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.160237] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 1655
0A
[ 2.180875] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 1655
0A
[ 2.181746] Linux agpgart interface v0.103
[ 2.181996] agpgart: Detected NVIDIA nForce2 chipset
[ 2.189176] agpgart-nvidia 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
[ 2.189535] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0
x64 irq 1,12
[ 2.192844] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.192859] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.193251] mousedev: PS/2 mouse device common for all mice
[ 2.193385] rtc_cmos 00:04: RTC can wake from S4
[ 2.193639] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 2.193674] rtc_cmos 00:04: alarms up to one year, y3k, 242 bytes nvram
[ 2.193802] platform eisa.0: Probing EISA bus 0
[ 2.193837] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 2.193844] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 2.193867] platform eisa.0: EISA: Detected 0 cards
[ 2.193884] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.195175] TCP: cubic registered
[ 2.195208] NET: Registered protocol family 10
[ 2.195738] mip6: Mobile IPv6
[ 2.195748] NET: Registered protocol family 17
[ 2.195764] mpls_gso: MPLS GSO support
[ 2.195841] Using IPI Shortcut mode
[ 2.196204] registered taskstats version 1
[ 2.196892] rtc_cmos 00:04: setting system clock to 2018-08-18 12:22:31 UTC (
1534594951)
[ 2.197058] PM: Hibernation image not present or could not be loaded.
[ 2.198442] Freeing unused kernel memory: 676K (c1607000 - c16b0000)
[ 2.198482] Write protecting the kernel text: 4264k
[ 2.198537] Write protecting the kernel read-only data: 1396k
[ 2.224830] input: AT Translated Set 2 keyboard as /devices/platform/i8042/se
rio0/input/input0
[ 2.233803] random: udevadm: uninitialized urandom read (16 bytes read, 0 bit
s of entropy available)
[ 2.237589] random: systemd-udevd: uninitialized urandom read (16 bytes read,
0 bits of entropy available)
[ 2.237857] random: systemd-udevd: uninitialized urandom read (16 bytes read,
0 bits of entropy available)
[ 2.237944] random: systemd-udevd: uninitialized urandom read (16 bytes read,
0 bits of entropy available)
[ 2.266974] random: udevadm: uninitialized urandom read (16 bytes read, 0 bit
s of entropy available)
[ 2.267213] random: udevadm: uninitialized urandom read (16 bytes read, 0 bit
s of entropy available)
[ 2.267480] random: udevadm: uninitialized urandom read (16 bytes read, 0 bit
s of entropy available)
[ 2.267715] random: udevadm: uninitialized urandom read (16 bytes read, 0 bit
s of entropy available)
[ 2.267931] random: udevadm: uninitialized urandom read (16 bytes read, 0 bit
s of entropy available)
[ 2.278546] random: udevadm: uninitialized urandom read (16 bytes read, 0 bit
s of entropy available)
[ 2.375593] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:0
0/input/input2
[ 2.375612] ACPI: Power Button [PWRB]
[ 2.384991] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/inp
ut3
[ 2.385010] ACPI: Power Button [PWRF]
[ 2.403314] Floppy drive(s): fd0 is 1.44M
[ 2.419816] FDC 0 is a post-1991 82077
[ 2.469534] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.6
4.
[ 2.470027] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
[ 2.473264] ACPI: bus type USB registered
[ 2.473362] usbcore: registered new interface driver usbfs
[ 2.473402] usbcore: registered new interface driver hub
[ 2.479886] SCSI subsystem initialized
[ 2.488159] usbcore: registered new device driver usb
[ 2.489727] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.490138] ehci-pci: EHCI PCI platform driver
[ 2.491276] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.493872] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[ 2.526416] libata version 3.00 loaded.
[ 2.542753] [drm] Initialized drm 1.1.0 20060810
[ 2.559730] wmi: Mapper loaded
[ 2.607416] checking generic (a0000 10000) vs hw (d0000000 10000000)
[ 2.607427] fb: switching to nouveaufb from EFI VGA
[ 2.607492] Console: switching to colour dummy device 80x25
[ 2.611119] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[ 2.612964] nouveau [ DEVICE][0000:02:00.0] BOOT0 : 0x034200b1
[ 2.612973] nouveau [ DEVICE][0000:02:00.0] Chipset: NV34 (NV34)
[ 2.612978] nouveau [ DEVICE][0000:02:00.0] Family : NV30
[ 2.613107] nouveau [ VBIOS][0000:02:00.0] checking PRAMIN for image...
[ 2.671378] nouveau [ VBIOS][0000:02:00.0] ... appears to be valid
[ 2.671384] nouveau [ VBIOS][0000:02:00.0] using image from PRAMIN
[ 2.671391] nouveau [ VBIOS][0000:02:00.0] BMP version 5.27
[ 2.671744] nouveau [ VBIOS][0000:02:00.0] version 04.34.20.27.00
[ 2.679015] nouveau W[ PTIMER][0000:02:00.0] unknown input clock freq
[ 2.679040] nouveau [ PFB][0000:02:00.0] RAM type: DDR1
[ 2.679045] nouveau [ PFB][0000:02:00.0] RAM size: 128 MiB
[ 2.679050] nouveau [ PFB][0000:02:00.0] ZCOMP: 0 tags
[ 2.701922] nouveau [ CLK][0000:02:00.0] --:
[ 2.702033] agpgart-nvidia 0000:00:00.0: AGP 3.0 bridge
[ 2.702057] agpgart: systemd-udevd tried to set rate=x12. Setting to AGP3 x8
mode.
[ 2.702067] agpgart-nvidia 0000:00:00.0: putting AGP V3 device into 8x mode
[ 2.702149] nouveau 0000:02:00.0: putting AGP V3 device into 8x mode
[ 2.705540] [TTM] Zone kernel: Available graphics memory: 438376 kiB
[ 2.705547] [TTM] Zone highmem: Available graphics memory: 1556556 kiB
[ 2.705550] [TTM] Initializing pool allocator
[ 2.705601] nouveau [ DRM] VRAM: 127 MiB
[ 2.705606] nouveau [ DRM] GART: 64 MiB
[ 2.705614] nouveau [ DRM] BMP version 5.39
[ 2.705621] nouveau [ DRM] DCB version 2.2
[ 2.705628] nouveau [ DRM] DCB outp 00: 01000300 000088b8
[ 2.705634] nouveau [ DRM] DCB outp 01: 02010310 000088b8
[ 2.705639] nouveau [ DRM] DCB outp 02: 01010312 00000000
[ 2.705644] nouveau [ DRM] DCB outp 03: 02020321 00000003
[ 2.705854] nouveau [ DRM] Loading NV17 power sequencing microcode
[ 2.715232] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.715241] [drm] Driver supports precise vblank timestamp query.
[ 2.715256] nouveau [ DRM] 0xDB7C: Parsing digital output script table
[ 2.719396] nouveau [ DRM] MM: using M2MF for buffer copies
[ 2.719430] nouveau [ DRM] Setting dpms mode 3 on TV encoder (output 3)
[ 2.832032] tsc: Refined TSC clocksource calibration: 1143.873 MHz
[ 2.864296] nouveau [ DRM] allocated 1280x1024 fb: 0x9000, bo f7371800
[ 2.864819] fbcon: nouveaufb (fb0) is primary device
[ 2.885379] Console: switching to colour frame buffer device 160x64
[ 2.886943] nouveau 0000:02:00.0: fb0: nouveaufb frame buffer device
[ 2.886948] nouveau 0000:02:00.0: registered panic notifier
[ 2.886961] [drm] Initialized nouveau 1.1.2 20120801 for 0000:02:00.0 on mino
r 0
[ 2.993002] forcedeth 0000:00:04.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:0
c:6e:b7:86:36
[ 2.993016] forcedeth 0000:00:04.0: timirq lnktim desc-v1
[ 2.993485] ehci-pci 0000:00:02.2: EHCI Host Controller
[ 2.993506] ehci-pci 0000:00:02.2: new USB bus registered, assigned bus numbe
r 1
[ 2.993530] ehci-pci 0000:00:02.2: debug port 1
[ 2.993602] ehci-pci 0000:00:02.2: cache line size of 32 is not supported
[ 2.993635] ehci-pci 0000:00:02.2: irq 20, io mem 0xe8005000
[ 3.004070] ehci-pci 0000:00:02.2: USB 2.0 started, EHCI 1.00
[ 3.004235] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.004242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=
1
[ 3.004247] usb usb1: Product: EHCI Host Controller
[ 3.004252] usb usb1: Manufacturer: Linux 3.16.0-4-586 ehci_hcd
[ 3.004256] usb usb1: SerialNumber: 0000:00:02.2
[ 3.005273] hub 1-0:1.0: USB hub found
[ 3.005554] hub 1-0:1.0: 6 ports detected
[ 3.006076] pata_amd 0000:00:09.0: version 0.4.1
[ 3.009577] ohci-pci: OHCI PCI platform driver
[ 3.013659] scsi1 : pata_amd
[ 3.014159] scsi2 : pata_amd
[ 3.014332] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 3.014338] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 3.015079] ohci-pci 0000:00:02.0: OHCI PCI host controller
[ 3.015100] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus numbe
r 2
[ 3.015175] ohci-pci 0000:00:02.0: irq 22, io mem 0xe8003000
[ 3.070110] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.070118] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=
1
[ 3.070123] usb usb2: Product: OHCI PCI host controller
[ 3.070128] usb usb2: Manufacturer: Linux 3.16.0-4-586 ohci_hcd
[ 3.070132] usb usb2: SerialNumber: 0000:00:02.0
[ 3.071222] hub 2-0:1.0: USB hub found
[ 3.071244] hub 2-0:1.0: 3 ports detected
[ 3.071828] ohci-pci 0000:00:02.1: OHCI PCI host controller
[ 3.071845] ohci-pci 0000:00:02.1: new USB bus registered, assigned bus numbe
r 3
[ 3.071903] ohci-pci 0000:00:02.1: irq 21, io mem 0xe8004000
[ 3.126082] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.126089] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=
1
[ 3.126094] usb usb3: Product: OHCI PCI host controller
[ 3.126098] usb usb3: Manufacturer: Linux 3.16.0-4-586 ohci_hcd
[ 3.126103] usb usb3: SerialNumber: 0000:00:02.1
[ 3.127128] hub 3-0:1.0: USB hub found
[ 3.127148] hub 3-0:1.0: 3 ports detected
[ 3.148506] psmouse serio1: hgpk: ID: 00 00 3c
[ 3.224416] ata1.01: ATAPI: TSSTcorpCD/DVDW SH-W162C, TS10, max UDMA/33
[ 3.224435] ata1: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc0c00
0) ACPI=0x701f (600:60:0x1c)
[ 3.264312] ata1.01: configured for UDMA/33
[ 3.266182] scsi 1:0:1:0: CD-ROM TSSTcorp CD/DVDW SH-W162C TS10 PQ
: 0 ANSI: 5
[ 3.316029] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 3.437305] ata2.00: ATA-5: WDC WD80EB-28CGH1, 24.84G24, max UDMA/100
[ 3.437312] ata2.00: 15633072 sectors, multi 16: LBA
[ 3.437328] ata2: nv_mode_filter: 0x3f39f&0x739f->0x739f, BIOS=0x7000 (0xc0c0
00) ACPI=0x701f (60:600:0x13)
[ 3.453215] ata2.00: configured for UDMA/33
[ 3.453389] scsi 2:0:0:0: Direct-Access ATA WDC WD80EB-28CGH 4G24 PQ
: 0 ANSI: 5
[ 3.466745] usb 1-1: New USB device found, idVendor=0df6, idProduct=003f
[ 3.466757] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.466763] usb 1-1: Product: 802.11 g WLAN
[ 3.466767] usb 1-1: Manufacturer: Ralink
[ 3.466772] usb 1-1: SerialNumber: 1.0
[ 3.479003] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.479017] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.479458] sr 1:0:1:0: Attached scsi CD-ROM sr0
[ 3.480072] sd 2:0:0:0: [sda] 15633072 512-byte logical blocks: (8.00 GB/7.45
GiB)
[ 3.480196] sd 2:0:0:0: [sda] Write Protect is off
[ 3.480204] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.480259] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, does
n't support DPO or FUA
[ 3.536722] sda: sda1 sda2 < sda5 >
[ 3.538746] sd 2:0:0:0: [sda] Attached SCSI disk
[ 3.580039] usb 1-5: new high-speed USB device number 3 using ehci-pci
[ 3.730560] usb 1-5: New USB device found, idVendor=058f, idProduct=6362
[ 3.730572] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.730578] usb 1-5: Product: Mass Storage Device
[ 3.730582] usb 1-5: Manufacturer: Generic
[ 3.730587] usb 1-5: SerialNumber: 058F312D81B
[ 3.737642] usb-storage 1-5:1.0: USB Mass Storage device detected
[ 3.737889] scsi3 : usb-storage 1-5:1.0
[ 3.738144] usbcore: registered new interface driver usb-storage
[ 3.832099] Switched to clocksource tsc
[ 3.844025] usb 1-6: new high-speed USB device number 4 using ehci-pci
[ 3.900832] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/ser
io1/input/input4
[ 3.986535] usb 1-6: New USB device found, idVendor=0951, idProduct=1666
[ 3.986547] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.986552] usb 1-6: Product: DataTraveler 3.0
[ 3.986557] usb 1-6: Manufacturer: Kingston
[ 3.986561] usb 1-6: SerialNumber: 60A44C425091F261A9879EB1
[ 3.992630] usb-storage 1-6:1.0: USB Mass Storage device detected
[ 3.993328] scsi4 : usb-storage 1-6:1.0
[ 4.736809] scsi 3:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ
: 0 ANSI: 0
[ 4.737426] scsi 3:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ
: 0 ANSI: 0
[ 4.738037] scsi 3:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ
: 0 ANSI: 0
[ 4.738660] scsi 3:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ
: 0 ANSI: 0
[ 4.742049] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 4.746534] sd 3:0:0:1: [sdc] Attached SCSI removable disk
[ 4.749916] sd 3:0:0:3: [sde] Attached SCSI removable disk
[ 4.751349] sd 3:0:0:2: [sdd] Attached SCSI removable disk
[ 4.992787] scsi 4:0:0:0: Direct-Access Kingston DataTraveler 3.0 PQ
: 0 ANSI: 6
[ 4.994882] sd 4:0:0:0: [sdf] 15109516 512-byte logical blocks: (7.73 GB/7.20
GiB)
[ 4.995494] sd 4:0:0:0: [sdf] Write Protect is off
[ 4.995503] sd 4:0:0:0: [sdf] Mode Sense: 4f 00 00 00
[ 4.996125] sd 4:0:0:0: [sdf] Write cache: disabled, read cache: enabled, doe
sn't support DPO or FUA
[ 5.000483] sdf: sdf1
[ 5.003751] sd 4:0:0:0: [sdf] Attached SCSI removable disk
[ 17.564046] scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
<Adaptec 2940 Ultra SCSI adapter>
aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs

[ 17.565299] sata_sil 0000:01:07.0: version 2.4
[ 17.567932] scsi5 : sata_sil
[ 17.568442] scsi6 : sata_sil
[ 17.568611] ata3: SATA max UDMA/100 mmio m512@0xe7000000 tf 0xe7000080 irq 19
[ 17.568618] ata4: SATA max UDMA/100 mmio m512@0xe7000000 tf 0xe70000c0 irq 19
[ 17.569108] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[ 17.570815] scsi7 : sata_sil
[ 17.571272] scsi8 : sata_sil
[ 17.571442] ata5: SATA max UDMA/100 mmio m512@0xe7081000 tf 0xe7081080 irq 18
[ 17.571449] ata6: SATA max UDMA/100 mmio m512@0xe7081000 tf 0xe70810c0 irq 18
[ 17.892034] ata5: SATA link down (SStatus 0 SControl 310)
[ 17.936031] ata3: SATA link down (SStatus FFFFFFFF SControl FFFFFFFF)
[ 22.124020] ata4: link resume succeeded after 2 retries
[ 22.232032] ata4: SATA link down (SStatus 0 SControl 310)
[ 22.552031] ata6: SATA link down (SStatus 0 SControl 310)
[ 25.600035] raid6: mmxx1 938 MB/s
[ 25.668022] raid6: mmxx2 1566 MB/s
[ 25.736042] raid6: sse1x1 880 MB/s
[ 25.804013] raid6: sse1x2 1333 MB/s
[ 25.872125] raid6: int32x1 416 MB/s
[ 25.940094] raid6: int32x2 496 MB/s
[ 26.008096] raid6: int32x4 361 MB/s
[ 26.076153] raid6: int32x8 319 MB/s
[ 26.076157] raid6: using algorithm mmxx2 (1566 MB/s)
[ 26.076161] raid6: using intx1 recovery algorithm
[ 26.091991] xor: measuring software checksum speed
[ 26.132008] pIII_sse : 1784.000 MB/sec
[ 26.172006] prefetch64-sse: 1858.000 MB/sec
[ 26.172011] xor: using function: prefetch64-sse (1858.000 MB/sec)
[ 26.209683] Btrfs loaded
[ 26.280061] end_request: I/O error, dev fd0, sector 0
[ 26.280076] floppy: error -5 while reading block 0
[ 26.280104] random: nonblocking pool is initialized
[ 27.153411] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
(null)
[ 29.116220] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SEL
INUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +
XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 29.116505] systemd[1]: Detected architecture x86.
[ 29.126704] systemd[1]: Set hostname to <NAS>.
[ 31.537969] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 31.538174] systemd[1]: Reached target Encrypted Volumes.
[ 31.538326] systemd[1]: Listening on Journal Socket (/dev/log).
[ 31.538441] systemd[1]: Listening on Journal Socket.
[ 31.538539] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 31.538619] systemd[1]: Listening on Syslog Socket.
[ 31.538666] systemd[1]: Reached target Remote File Systems (Pre).
[ 31.538822] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ 31.539148] systemd[1]: Created slice System Slice.
[ 31.548768] systemd[1]: Mounting POSIX Message Queue File System...
[ 31.550849] systemd[1]: Started Read required files in advance.
[ 31.559894] systemd[1]: Starting Uncomplicated firewall...
[ 31.563262] systemd[1]: Starting Nameserver information manager...
[ 31.570725] systemd[1]: Starting Create list of required static device nodes
for the current kernel...
[ 31.579220] systemd[1]: Mounting Debug File System...
[ 31.581198] systemd[1]: Starting Set console keymap...
[ 31.581736] systemd[1]: Set up automount Arbitrary Executable File Formats Fi
le System Automount Point.
[ 31.759479] systemd[1]: Reached target User and Group Name Lookups.
[ 31.759665] systemd[1]: Listening on udev Kernel Socket.
[ 31.784405] systemd[1]: Starting Load Kernel Modules...
[ 31.784610] systemd[1]: Listening on LVM2 poll daemon socket.
[ 31.784771] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 31.786582] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. u
sing dmeventd or progress polling...
[ 31.786907] systemd[1]: Started Forward Password Requests to Wall Directory W
atch.
[ 31.795244] systemd[1]: Mounting Huge Pages File System...
[ 31.795517] systemd[1]: Listening on udev Control Socket.
[ 31.795925] systemd[1]: Listening on Journal Audit Socket.
[ 31.797970] systemd[1]: Starting Journal Service...
[ 31.798202] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 31.798312] systemd[1]: Reached target Remote File Systems.
[ 31.798598] systemd[1]: Created slice User and Session Slice.
[ 31.798642] systemd[1]: Reached target Slices.
[ 32.113215] systemd[1]: Started Load Kernel Modules.
[ 32.115328] systemd[1]: Starting Apply Kernel Variables...
[ 32.619076] systemd[1]: Started Apply Kernel Variables.
[ 33.064640] systemd[1]: Mounted Huge Pages File System.
[ 33.064912] systemd[1]: Mounted Debug File System.
[ 33.065070] systemd[1]: Mounted POSIX Message Queue File System.
[ 33.157001] systemd[1]: Started Uncomplicated firewall.
[ 33.179343] systemd[1]: Started Create list of required static device nodes f
or the current kernel.
[ 33.197914] systemd[1]: Started Nameserver information manager.
[ 33.297044] systemd[1]: Reached target Network (Pre).
[ 33.299093] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 33.660186] systemd[1]: Started LVM2 metadata daemon.
[ 33.853160] systemd[1]: ureadahead.service: Main process exited, code=exited,
status=5/NOTINSTALLED
[ 33.853915] systemd[1]: ureadahead.service: Unit entered failed state.
[ 33.854029] systemd[1]: ureadahead.service: Failed with result 'exit-code'.
[ 33.909414] systemd[1]: Started Journal Service.
[ 35.716293] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 36.140602] systemd-journald[261]: Received request to flush runtime journal
from PID 1
[ 37.905578] parport_pc 00:08: reported by Plug and Play ACPI
[ 37.905670] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[ 38.008902] i2c i2c-3: nForce2 SMBus adapter at 0x5000
[ 38.008987] i2c i2c-4: nForce2 SMBus adapter at 0x5500
[ 38.238087] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 38.289782] gameport gameport0: NS558 PnP Gameport is pnp00:0c/gameport0, io
0x201, speed 648kHz
[ 38.667174] sr 1:0:1:0: Attached scsi generic sg0 type 5
[ 38.667292] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 38.667396] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 38.667497] sd 3:0:0:1: Attached scsi generic sg3 type 0
[ 38.667600] sd 3:0:0:2: Attached scsi generic sg4 type 0
[ 38.667702] sd 3:0:0:3: Attached scsi generic sg5 type 0
[ 38.667801] sd 4:0:0:0: Attached scsi generic sg6 type 0
[ 39.529808] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
[ 39.872045] snd_intel8x0 0000:00:06.0: intel8x0_measure_ac97_clock: measured
54870 usecs (2664 samples)
[ 39.872058] snd_intel8x0 0000:00:06.0: clocking to 47455
[ 40.703816] cfg80211: Calling CRDA to update world regulatory domain
[ 40.927254] ppdev: user-space parallel port driver
[ 42.365442] cfg80211: World regulatory domain updated:
[ 42.365458] cfg80211: DFS Master region: unset
[ 42.365463] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gai
n, max_eirp), (dfs_cac_time)
[ 42.365471] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 m
Bm), (N/A)
[ 42.365476] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 m
Bm), (N/A)
[ 42.365480] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 m
Bm), (N/A)
[ 42.365486] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AU
TO), (N/A, 2000 mBm), (N/A)
[ 42.365492] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AU
TO), (N/A, 2000 mBm), (0 s)
[ 42.365497] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000
mBm), (0 s)
[ 42.365501] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 m
Bm), (N/A)
[ 42.365506] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0
mBm), (N/A)
[ 42.925172] usb 1-1: reset high-speed USB device number 2 using ehci-pci
[ 43.066799] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 d
etected
[ 43.095672] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0006 detected
[ 43.154848] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 43.155807] usbcore: registered new interface driver rt2800usb
[ 44.408911] Adding 3143676k swap on /dev/sda5. Priority:-1 extents:1 across:
3143676k FS
[ 55.483890] forcedeth 0000:00:04.0 enp0s4: no link during initialization
[ 55.485200] IPv6: ADDRCONF(NETDEV_UP): enp0s4: link is not ready
[ 55.542228] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmwa
re file 'rt2870.bin'
[ 55.612184] rt2800usb 1-1:1.0: firmware: direct-loading firmware rt2870.bin
[ 55.612207] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detec
ted - version: 0.29
[ 55.895130] IPv6: ADDRCONF(NETDEV_UP): wlx000cf6615e2e: link is not ready
[ 67.274714] fuse init (API version 7.23)
[ 114.322077] wlx000cf6615e2e: authenticate with c8:3a:35:5a:10:e0
[ 114.369384] wlx000cf6615e2e: send auth to c8:3a:35:5a:10:e0 (try 1/3)
[ 114.371030] wlx000cf6615e2e: authenticated
[ 114.380064] wlx000cf6615e2e: associate with c8:3a:35:5a:10:e0 (try 1/3)
[ 114.382414] wlx000cf6615e2e: RX AssocResp from c8:3a:35:5a:10:e0 (capab=0x401
status=0 aid=3)
[ 114.390494] wlx000cf6615e2e: associated
[ 114.390577] IPv6: ADDRCONF(NETDEV_CHANGE): wlx000cf6615e2e: link becomes read
y
[ 1138.085568] st: Version 20101219, fixed bufsize 32768, s/g segs 256



Spero qualcuno sia in grado di darmi una mano...

dirac_sea
21-08-2018, 16:38
La macchina su cui era (ed è ancora) installato il DAT, è un grosso server/NAS (con processore Athlon XP e 3 Giga di RAM) che è stato parzialmente cannibalizzato nel corso degli anni.
Quindi non un server ma un semplice desktop, oltretutto con chip Nvidia Nforce... :oink: non proprio l'ideale. Comunque, hai avuto modo di accertare se la periferica DAT sia ben funzionante? Il fatto che non venga elencata non è un buon segno.

Oltre al DAT (con relativa scheda SCSI, Adaptec) sono presenti due schede SATA di cui una viene vista come Storage e l'altra come SATA raid.
Se non hai già fatto questa prova, ti suggerirei di eliminare le due schede sata e di installare il sistema operativo su un disco parallel ata.
visto che il tutto funziona egregiamente penso di tornare a utilizzarlo come NAS/File server, se non altro, visti l'ingombro e il peso, se i ladri tornano magari non lo portano via...
Ho fatto a suo tempo un ragionamento identico, motivo per cui ho mantenuto un tower pesante ed ingombrante che contiene un backup ulteriore.

Ti chiedo se a fronte di tutte queste difficoltà non hai valutato di recarti con le cassette e un disco esterno usb in un negozio di informatica per farti riversare i dati. Non credo che tu voglia continuare a effettuare backup su nastro, giusto?

Gumbo
01-09-2018, 15:05
Per chi si trovasse nella stessa situazione (per quanto poco probabile) il problema è stato risolto tramite reset to defaults del bios della scheda SCSI e successiva assegnazione manuale di un nuovo indirizzo SCSI al device. I dati che erano sui nastri sono stati recuperati :D
Incredibile come a distanza di una quindicina d'anni i dati fossero ancora leggibili pur non avendo adottato cure particolari per la conservazione dei nastri, dato che li ritenevo (erroneamente) obsoleti.
Per quanto possa sembrare assurdo nel 2018, anche in considerazione del costo irrisorio dei nastri, penso che ne farò una bella scorta e continuerò ad utilizzarli per archiviazione offline di una copia di sicurezza di tutti quei dati (vecchie foto) che voglio mettere al sicuro...