Quantcast
Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Synology DS414 + Easymouse

horstepipe

Ist oft hier
Registriert
27. Oktober 2013
Beiträge
125
Reaktionspunkte
25
Punkte
88
Hey
ich weiß, es gibt schon einen Thread über dieses Thema, aber da dieser mich nicht weiter gebracht hat und er auch mit einer unbeantworteten Frage endet, versuche ich lieber hier mein Glück. Ich werde versuchen, die aus besagtem Thread
https://www.digital-eliteboard.com/showthread.php?241193-Synology-USB-Easymouse-Ich-verzweifel
genannten Vorschläge alle hier strukturiert zu dokumentieren.

Ich habe Oscam auf meiner Synology DS414 mit dsm 4.3 installiert und meine Easymouse 2 mit einer Sky S02 in den vorderen USB-Anschluss gesteckt.

Oscam findet die Mouse jedoch nicht:
2014/03/14 14:56:51 14018C0 r skyS02 [mouse] ERROR: Opening device /dev/ttyUSB0 (errno=2 No such file or directory)
2014/03/14 14:56:51 14018C0 r skyS02 [mouse] Cannot open device: /dev/ttyUSB0
Habe natürlich auch ttyUSB1 etc. versucht.

Bin ich in Oscam auf Users -> Scan USB gegangen, hat er mir nichts angezeigt, daher habe ich dieses lsusb-Script von derdigge benutzt, welches auch funktioniert.
touch /usr/sbin/lsusb
chmod +x /usr/sbin/lsusb
nano /usr/sbin/lsusb #oder anderen texteditor, du machst das schon!

Da dann dieses Script rein:

Code:
#!/bin/sh
bbprefix="/bin/busybox "
c=1
for d in $(find /sys/bus/usb/devices/usb?/ -name devnum); do
d=${d%/*}
bnum=$(cat ${d}/busnum)
dnum=$(cat ${d}/devnum)
idv=$(cat ${d}/idVendor)
idp=$(cat ${d}/idProduct)
if test $idp = 6001; then
manf="Reader gefunden == "
else
if test -f "${d}/manufacturer"; then
manf="$(cat ${d}/manufacturer | sed 's/^[ \t]*//;s/[ \t]*$//') "
fi
fi
if test $idp = 6001; then
prod="$(cat ${d}/serial)"
else
if test -f "${d}/product"; then
prod=$(cat ${d}/product | ${bbprefix}sed 's/^[ \t]*//;s/[ \t]*$//')
fi
fi
printf "Bus %03d Device %03d: ID ${idv}:${idp} ${manf}${prod}\n" ${bnum} ${dnum}
done
Ist ein lsusb für Arme made by derdigge. Dieser welcher spuckt dir die Serial statt des Devicenamens aus!

Soweit so gut, gehe ich nun in Oscam auf Scan USB, zeigt er mir folgendes an:
[TABLE="class: upspace"]
[TR]
[TH]USB Devices[/TH]
[/TR]
[TR="class: scanusbsubhead"]
[TD]Bus 001 Device 001: ID 1d6b:0002 Linux 3.2.40 ehci_hcd Marvell Orion EHCI[/TD]
[/TR]
[TR="class: scanusbsubhead"]
[TD]Bus 001 Device 002: ID 0403:6001 Reader gefunden == AH01B91F[/TD]
[/TR]
[TR="class: scanusbsubhead"]
[TD]Bus 002 Device 001: ID 1d6b:0002 Linux 3.2.40 ehci_hcd Marvell Orion EHCI[/TD]
[/TR]
[TR="class: scanusbsubhead"]
[TD]Bus 003 Device 001: ID 1d6b:0002 Linux 3.2.40 etxhci_hcd_130207 Etron xHCI Host Controller[/TD]
[/TR]
[TR="class: scanusbsubhead"]
[TD]Bus 004 Device 001: ID 1d6b:0003 Linux 3.2.40 etxhci_hcd_130207 Etron xHCI Host Controller[/TD]
[/TR]
[/TABLE]
Ich hab dann also alle möglichen Kombinationen unter device ausprobiert (001:002, /001:002, /dev/ttyUSB001:002 etc.) leider alles ohne Érfolg.


So wie ich das vertanden habe, deutet das also darauf hin, dass mir das USB-Kernel-Modul fehlt.
Habe mir also von hier

die usbserial_88f6281_dsm4.3.zip geladen und die Dateien nach /lib/modules/ kopiert und ersetzt.
Synology neugestartet -> keine Veränderung.

Hier die Ausgaben einiger Telnet-Eingaben:
insmod /lib/modules/usbserial.ko
insmod /lib/modules/usbserial.ko
insmod: can't insert '/lib/modules/usbserial.ko': invalid module format

rmmod ftdiso (analog dazu rmmod pl2303 und rmmod usbserial)
rmmod usbserial
rmmod: can't unload 'usbserial': unknown symbol in module, or unknown parameter

uname -a
uname -a
Linux xxxx 3.2.40 #3810 SMP Wed Nov 6 05:13:41 CST 2013 armv7l GNU/Linux synology_armadaxp_ds414

lsmod
Module Size Used by Tainted: P
xfrm6_mode_transport 1056 0
xfrm4_mode_transport 1004 0
xfrm6_mode_tunnel 1446 0
xfrm4_mode_tunnel 1502 0
xfrm6_mode_beet 1536 0
xfrm4_mode_beet 1669 0
deflate 1441 0
authencesn 6502 0
ipcomp6 1730 0
ipcomp 1670 0
xfrm6_tunnel 3039 1 ipcomp6
xfrm4_tunnel 1383 0
tunnel6 1854 1 xfrm6_tunnel
tunnel4 2055 1 xfrm4_tunnel
esp6 5203 0
esp4 5491 0
ah6 4669 0
ah4 4402 0
xfrm_ipcomp 3501 2 ipcomp6,ipcomp
af_key 26092 0
xfrm_user 20825 2
ipt_MASQUERADE 1384 1
xt_state 977 0
xt_tcpudp 1873 0
xt_multiport 1468 0
ipt_REDIRECT 885 0
iptable_nat 3237 1
nf_nat 11377 3 ipt_MASQUERADE,ipt_REDIRECT,iptable_nat
nf_conntrack_ipv4 9487 3 iptable_nat,nf_nat
nf_defrag_ipv4 953 1 nf_conntrack_ipv4
nf_conntrack 45528 5 ipt_MASQUERADE,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
iptable_filter 946 0
ip_tables 9822 2 iptable_nat,iptable_filter
x_tables 12001 8 ipt_MASQUERADE,xt_state,xt_tcpudp,xt_multiport,ipt_REDIRECT,iptable_nat,iptable_filter,ip_tables
ppp_deflate 3688 0
bsd_comp 4925 0
ppp_mppe 5630 0
arc4 1052 0
ppp_async 6613 0
ppp_generic 16705 4 ppp_deflate,bsd_comp,ppp_mppe,ppp_async
slhc 4587 1 ppp_generic
cifs 233949 0
udf 76765 0
isofs 30867 0
loop 13525 0
usbhid 24332 0
hid 45207 1 usbhid
usblp 9525 0
usb_storage 37173 0
etxhci_hcd 71903 0
xhci_hcd 74789 0
ehci_hcd 39820 0
ds414_synobios 30267 0
synoacl_ext4 13463 1
synoacl_vfs 4953 1
zlib_deflate 19790 2 deflate,ppp_deflate
libcrc32c 716 0
hfsplus 86866 0
md4 3167 0
hmac 2467 0
fuse 61326 0
vfat 8839 0
fat 46916 1 vfat
cryptosoft 13025 0
ecryptfs 87020 0
sha512_generic 8623 0
sha256_generic 8627 0
sha1_generic 1656 0
ecb 1671 0
cesa_ocf_drv 10212 0
authenc 5767 0
cryptodev 10951 3
ocf 17697 4 cryptosoft,ecryptfs,cesa_ocf_drv,cryptodev
chainiv 2901 0
des_generic 17717 0
crc32c 2518 1
eseqiv 2389 0
krng 859 0
ansi_cprng 3527 0
cts 3630 0
rng 1631 4 chainiv,eseqiv,krng,ansi_cprng
aes_generic 29176 0
md5 1579 0
cbc 2252 0
cryptomgr 2310 0
pcompress 1283 0
aead 4754 5 authencesn,esp6,esp4,authenc,cryptomgr
crypto_hash 11297 14 authencesn,ah6,ah4,cifs,libcrc32c,md4,hmac,cryptosoft,sha512_generic,sha256_generic,sha1_generic,authenc,crc32c,md5
crypto_blkcipher 11580 8 authencesn,cryptosoft,ecb,authenc,chainiv,eseqiv,cts,cbc
crypto_wq 537 1 chainiv
crypto_algapi 11781 19 deflate,authencesn,arc4,hmac,ecb,authenc,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher
dm_snapshot 29115 0
crc_itu_t 1057 1 udf
crc_ccitt 1057 1 ppp_async
quota_v2 3413 2
quota_tree 6975 1 quota_v2
usbcore 148717 7 usbhid,usblp,usb_storage,etxhci_hcd,xhci_hcd,ehci_hcd
psnap 1607 0
p8022 833 0
llc 3175 2 psnap,p8022
usb_common 600 1 usbcore
ipv6 269813 56 xfrm6_mode_tunnel,xfrm6_mode_beet,ipcomp6,xfrm6_tunnel,tunnel6,esp6,ah6
sg 21215 0

dmesg (mit frischangestecktem Reader)
dmesg
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.2.40 (root@build3) (gcc version 4.6.4 (Linaro GCC branch-4.6.4. Marvell GCC Dev 201308-2126.3d181f66 64K MAXPAGESIZE ALIGN) ) #3810 SMP Wed Nov 6 05:13:41 CST 2013
[ 0.000000] CPU: Marvell PJ4Bv7 Processor [562f5842] revision 2 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: Marvell Armada XP Development Board
[ 0.000000] Using UBoot passing parameters structure
[ 0.000000] Reserving training memory: base=0x (null) size=0x2800
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] On node 0 totalpages: 262144
[ 0.000000] free_area_init_node: node 0, pgdat 80503d40, node_mem_map 80565000
[ 0.000000] DMA zone: 2048 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 260096 pages, LIFO batch:31
[ 0.000000] SMP: init cpus
[ 0.000000] PERCPU: Embedded 7 pages/cpu @80d6b000 s5152 r8192 d15328 u32768
[ 0.000000] pcpu-alloc: s5152 r8192 d15328 u32768 alloc=8*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
[ 0.000000] Kernel command line: console=ttyS0,115200 ip=off initrd=0x8000040,8M root=/dev/md0 rw syno_hw_version=DS414v10 ihd_num=4 netif_num=2 flash_size=8 SataLedSpecial=1 HddHotplug=1
[ 0.000000] Synology Hardware Version: DS414v10-j
[ 0.000000] Internal HD num: 4
[ 0.000000] Internal netif num: 2
[ 0.000000] Special Sata LEDs.
[ 0.000000] Support HDD Hotplug.
[ 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] Memory: 1024MB = 1024MB total
[ 0.000000] Memory: 1025716k/1025716k available, 22860k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc0800000 - 0xfa800000 ( 928 MB)
[ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x80008000 - 0x804b0000 (4768 kB)
[ 0.000000] .init : 0x804b0000 - 0x804df420 ( 190 kB)
[ 0.000000] .data : 0x804e0000 - 0x80504820 ( 147 kB)
[ 0.000000] .bss : 0x80504844 - 0x8056482c ( 384 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:211
[ 0.000000] Initializing ArmadaXP SOC Timer 0
[ 0.000000] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 171798ms
[ 148.550262] Calibrating delay loop... 1332.01 BogoMIPS (lpj=6660096)
[ 148.640175] pid_max: default: 32768 minimum: 301
[ 148.640354] Mount-cache hash table entries: 512
[ 148.640733] CPU: Testing write buffer coherency: ok
[ 148.640854] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 148.640865] SMP: prepare CPUs (4 cores)
[ 148.641043] Setting Clocks for secondary CPUs
[ 148.641799] SMP: CPU 0 Waking up CPU 1
[ 148.646624] CPU1: Booted secondary processor
[ 148.680166] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 148.680217] Brought up 2 CPUs
[ 148.680230] SMP: Total of 2 processors activated (2664.03 BogoMIPS).
[ 148.683994] xor: measuring software checksum speed
[ 148.730128] arm4regs : 1291.200 MB/sec
[ 148.780125] 8regs : 727.600 MB/sec
[ 148.830127] 32regs : 937.600 MB/sec
[ 148.830134] xor: using function: arm4regs (1291.200 MB/sec)
[ 148.830300] NET: Registered protocol family 16
[ 148.832334] L0 cache Enabled
[ 148.832343] Speculative Prefetch Disabled
[ 148.832363] Aurora L2 Cache Enabled
[ 148.832543] Support IO coherency.
[ 148.935642]
[ 148.935647] Marvell Armada-XP Synology AXP 78230 Board - Soc: MV78230 B0 LE
[ 148.935664] Detected Tclk 250000000, SysClk 667000000, FabricClk 667000000, PClk 1333000000
[ 148.935671] LSP version: linux-3.2.y-2013_Q1.2p2
[ 148.935676]
[ 148.936869] Synology ArmadaXP 4-bay GPIO Init
[ 148.937242] registered dev#0 asa ehci_marvell
[ 148.937542] Marvell USB EHCI Host controller #0: bf8a4800
[ 148.937650] registered dev#1 asa ehci_marvell
[ 148.937946] Marvell USB EHCI Host controller #1: bf8a4600
[ 148.938047] registered dev#2 asa mv_udc
[ 148.938343] Marvell USB Gadget controller #2: bf8a4400
[ 148.945025] bio: create slab <bio-0> at 0
[ 149.110228] raid6: int32x1 162 MB/s
[ 149.280313] raid6: int32x2 251 MB/s
[ 149.450262] raid6: int32x4 300 MB/s
[ 149.620288] raid6: int32x8 332 MB/s
[ 149.620294] raid6: using algorithm int32x8 (332 MB/s)
[ 149.620820] SCSI subsystem initialized
[ 149.621092] libata version 3.00 loaded.
[ 149.621883] Switching to clocksource axp_clocksource
[ 149.623376] NET: Registered protocol family 2
[ 149.623483] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 149.623734] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 149.624740] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 149.625205] TCP: Hash tables configured (established 131072 bind 65536)
[ 149.625212] TCP reno registered
[ 149.625221] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 149.625246] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 149.625390] NET: Registered protocol family 1
[ 149.625560] RPC: Registered named UNIX socket transport module.
[ 149.625568] RPC: Registered udp transport module.
[ 149.625574] RPC: Registered tcp transport module.
[ 149.625580] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 149.625590] PCI: CLS 0 bytes, default 32
[ 149.625734] Trying to unpack rootfs image as initramfs...
[ 151.173899] rootfs image is not initramfs (no cpio magic); looks like an initrd
[ 151.188499] Freeing initrd memory: 8192K
[ 151.188518] PCI-E: Cheking physical bus #0 (controller #0): Enabled - Link UP
[ 151.188700] PCI-E: Cheking physical bus #1 (controller #4): Enabled - Link UP
[ 151.188860] PCI-E: Cheking physical bus #2 (controller #5): Enabled - No Link
[ 151.189015] PCI-E: Cheking physical bus #3 (controller #6): Enabled - No Link
[ 151.189471] pci_bus 0000:00: scanning bus
[ 151.189510] pci 0000:00:00.0: [11ab:7042] type 0 class 0x000100
[ 151.189532] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x2c
[ 151.189563] pci 0000:00:00.0: reg 10: [mem 0x40000000-0x400fffff 64bit]
[ 151.189582] pci 0000:00:00.0: reg 18: [io 0xffffff00-0xffffffff]
[ 151.189632] pci 0000:00:00.0: calling pci_fixup_ide_bases+0x0/0x5c
[ 151.189646] pci 0000:00:00.0: calling quirk_resource_alignment+0x0/0x188
[ 151.189730] pci_bus 0000:00: fixups for bus
[ 151.189744] PCI: bus0: Fast back to back transfers disabled
[ 151.189752] pci_bus 0000:00: bus scan returning with max=00
[ 151.190044] pci_bus 0000:01: scanning bus
[ 151.190079] pci 0000:01:00.0: [1b6f:7023] type 0 class 0x000c03
[ 151.190092] pci 0000:01:00.0: calling quirk_mmio_always_on+0x0/0x2c
[ 151.190119] pci 0000:01:00.0: reg 10: [mem 0x4a000000-0x4a007fff 64bit]
[ 151.190178] pci 0000:01:00.0: calling pci_fixup_ide_bases+0x0/0x5c
[ 151.190189] pci 0000:01:00.0: calling quirk_resource_alignment+0x0/0x188
[ 151.190228] pci 0000:01:00.0: supports D1 D2
[ 151.190236] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot
[ 151.190247] pci 0000:01:00.0: PME# disabled
[ 151.190298] pci_bus 0000:01: fixups for bus
[ 151.190311] PCI: bus1: Fast back to back transfers disabled
[ 151.190318] pci_bus 0000:01: bus scan returning with max=01
[ 151.190486] pci 0000:00:00.0: fixup irq: got 58
[ 151.190500] pci 0000:01:00.0: fixup irq: got 62
[ 151.190520] pci 0000:01:00.0: BAR 0: assigned [mem 0xf2800000-0xf2807fff 64bit]
[ 151.190537] pci 0000:01:00.0: BAR 0: set to [mem 0xf2800000-0xf2807fff 64bit] (PCI address [0xf2800000-0xf2807fff])
[ 151.190551] pci 0000:00:00.0: BAR 0: assigned [mem 0xf2000000-0xf20fffff 64bit]
[ 151.190566] pci 0000:00:00.0: BAR 0: set to [mem 0xf2000000-0xf20fffff 64bit] (PCI address [0xf2000000-0xf20fffff])
[ 151.190577] pci 0000:00:00.0: BAR 2: can't assign io (size 0x100)
[ 151.190950] cesadev_init(804b8d94)
[ 151.191407] Armada XP hwmon thermal sensor initialized.
[ 151.191495] ArmadaXP Power Managament Suspend Operations Initialized
[ 151.191503] Initializing Armada-XP CPU power management (WFI)
[ 151.192663] VFS: Disk quotas dquot_6.5.2
[ 151.192743] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 151.193337] msgmni has been set to 2019
[ 151.193426] async_tx: api initialized (async)
[ 151.193554] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 151.193564] io scheduler noop registered
[ 151.193612] io scheduler cfq registered (default)
[ 151.193664] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 151.193698] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 151.231959] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 151.271944] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 151.291936] mv_xor mv_xor.2: Marvell XOR: ( xor )
[ 151.311935] mv_xor mv_xor.3: Marvell XOR: ( fill cpy )
[ 151.369503] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 151.452269] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 41) is a 16550A
[ 152.135576] console [ttyS0] enabled
[ 152.162185] serial8250.1: ttyS1 at MMIO 0xf1012100 (irq = 42) is a 16550A
[ 152.207439] brd: module loaded
[ 152.210506] Loading iSCSI transport class v2.0-870.
[ 152.216144] sata_mv 0000:00:00.0: version 1.28
[ 152.216301] sata_mv 0000:00:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx
[ 152.223825] sata_mv 0000:00:00.0: enabling Mem-Wr-Inval
[ 152.226061] scsi0 : sata_mv
[ 152.229246] scsi1 : sata_mv
[ 152.232383] scsi2 : sata_mv
[ 152.235504] scsi3 : sata_mv
[ 152.238594] ata1: SATA max UDMA/133 mmio m1048576@0xf2000000 port 0xf2022000 irq 58
[ 152.246330] ata2: SATA max UDMA/133 mmio m1048576@0xf2000000 port 0xf2024000 irq 58
[ 152.254018] ata3: SATA max UDMA/133 mmio m1048576@0xf2000000 port 0xf2026000 irq 58
[ 152.261699] ata4: SATA max UDMA/133 mmio m1048576@0xf2000000 port 0xf2028000 irq 58
[ 155.771947] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 155.792308] ata1.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 155.799031] ata1.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 155.822309] ata1.00: configured for UDMA/133
[ 155.842162] scsi 0:0:0:0: Direct-Access WDC WD40EFRX-68WT0N0 80.0 PQ: 0 ANSI: 5
[ 155.851497] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[ 155.859273] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 155.864658] sd 0:0:0:0: [sda] Write Protect is off
[ 155.869466] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 155.869531] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 158.850322] Delay 5 seconds to wait for disk 2 ready.
[ 160.665533] sda: sda1 sda2 sda3
[ 160.669737] sd 0:0:0:0: [sda] Attached SCSI disk
[ 167.841944] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 168.041970] ata2.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 168.048694] ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 168.072306] ata2.00: configured for UDMA/133
[ 168.092161] scsi 1:0:0:0: Direct-Access WDC WD40EFRX-68WT0N0 80.0 PQ: 0 ANSI: 5
[ 168.101497] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[ 168.109272] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 168.114653] sd 1:0:0:0: [sdb] Write Protect is off
[ 168.119460] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 168.119523] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 171.100215] Delay 5 seconds to wait for disk 3 ready.
[ 172.654161] sdb: sdb1 sdb2 sdb3
[ 172.658309] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 180.211943] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 180.411971] ata3.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 180.418695] ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 180.442306] ata3.00: configured for UDMA/133
[ 180.462161] scsi 2:0:0:0: Direct-Access WDC WD40EFRX-68WT0N0 80.0 PQ: 0 ANSI: 5
[ 180.471481] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[ 180.479257] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[ 180.484636] sd 2:0:0:0: [sdc] Write Protect is off
[ 180.489444] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 180.489507] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 183.470207] Delay 5 seconds to wait for disk 4 ready.
[ 184.659468] sdc: sdc1 sdc2 sdc3
[ 184.663632] sd 2:0:0:0: [sdc] Attached SCSI disk
[ 192.821943] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 193.001971] ata4.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 193.008695] ata4.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 193.032306] ata4.00: configured for UDMA/133
[ 193.052161] scsi 3:0:0:0: Direct-Access WDC WD40EFRX-68WT0N0 80.0 PQ: 0 ANSI: 5
[ 193.061497] sd 3:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
[ 193.061831] sata_mv sata_mv.0: version 1.28
[ 193.061869] sata_mv sata_mv.0: cannot get clkdev
[ 193.061961] sata_mv sata_mv.0: slots 32 ports 2
[ 193.063142] scsi4 : sata_mv
[ 193.063466] scsi5 : sata_mv
[ 193.063761] ata5: SATA max UDMA/133 irq 55
[ 193.063768] ata6: SATA max UDMA/133 irq 55
[ 193.092232] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[ 193.097650] sd 3:0:0:0: [sdd] Write Protect is off
[ 193.102469] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 193.102548] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 193.175787] sdd: sdd1 sdd2 sdd3
[ 193.180028] sd 3:0:0:0: [sdd] Attached SCSI disk
[ 193.411926] ata5: SATA link down (SStatus 0 SControl F300)
[ 194.481921] ata6: failed to resume link (SControl 4)
[ 194.486908] ata6: SATA link down (SStatus 0 SControl 4)
[ 194.493118] physmap platform flash device: 00800000 at f0000000
[ 194.499839] physmap-flash physmap-flash.0: map_probe failed
[ 194.508070] SPI Serial flash detected @ 0xf0000000, 8192KB (128sec x 64KB)
[ 194.514987] Searching for RedBoot partition table in SYNOMTD-0 at offset 0x7f0000
[ 194.559850] 6 RedBoot partitions found on MTD device SYNOMTD-0
[ 194.565704] SYNOMTD flash bank 0: Using RedBoot partition definition
[ 194.572080] Creating 6 MTD partitions on "SYNOMTD-0":
[ 194.577150] 0x000000000000-0x0000000d0000 : "RedBoot"
[ 194.582926] 0x0000000d0000-0x0000003a0000 : "zImage"
[ 194.588580] 0x0000003a0000-0x0000007d0000 : "rd.gz"
[ 194.594156] 0x0000007d0000-0x0000007e0000 : "vendor"
[ 194.599221] vender Mac2 checksum error ucSum:0x00 Buf:0x00 Sum:0.
[ 194.605350] vender Mac3 checksum error ucSum:0x00 Buf:0x00 Sum:0.
[ 194.611466] serial number='1380LUN002070'
[ 194.616000] 0x0000007e0000-0x0000007f0000 : "RedBoot Config"
[ 194.622559] 0x0000007f0000-0x000000800000 : "FIS directory"
[ 194.628843]
[ 194.628846] INFO: Found spi_flash 0 - base 0xf0000000, size 0x1000000
[ 194.636672] INFO: flashInfoFill - Found 1 Flash Devices
[ 194.641927] INFO: flash_map_init - detected 1 devices
[ 194.647176] MTD: Initialize the spi_flash device at address 0xf0000000
[ 194.654054]
[ 194.654056] INFO: Io remapped successfully - phy addr = 0xf0000000, virt addr = 0xc5000000
[ 194.663668] INFO: Using sflash to probe spi_flash at address 0xf0000000, size 0x1000000, width 2mSPI Serial flash detected @ 0xf0000000, 8192KB (128sec x 64KB)
[ 194.680438] - detected OK - OK.
[ 194.684596] mv_eth_probe: port_mask=0xf, cpu_mask=0x3
[ 194.689905] o 4 Giga ports supported
[ 194.693678] o SKB recycle supported (Enabled)
[ 194.698221] o NETA acceleration mode 1
[ 194.702162] o RX Queue support: 1 Queues * 128 Descriptors
[ 194.707838] o TX Queue support: 1 Queues * 532 Descriptors
[ 194.713516] o GSO supported
[ 194.716491] o GRO supported
[ 194.719465] o Receive checksum offload supported
[ 194.724272] o Transmit checksum offload supported
[ 194.729162] o Driver ERROR statistics enabled
[ 194.733706]
[ 194.735273] o Loading network interface(s)
[ 194.739562]
[ 194.741057] o Port 0 is connected to Linux netdevice
[ 194.746622] giga p=0: mtu=1500, mac=bf835e40
[ 194.754872] o eth0, ifindex = 2, GbE port = 0
[ 194.759418] o eth0, phy chipid = 1410dd0, Support WOL = 32
[ 194.765504]
[ 194.767006]
[ 194.768501] o Port 1 is connected to Linux netdevice
[ 194.774061] giga p=1: mtu=1500, mac=bf835e40
[ 194.782290] o eth1, ifindex = 3, GbE port = 1
[ 194.786835] o eth1, phy chipid = 1410dd0, Support WOL = 32
[ 194.792897]
[ 194.794395]
[ 194.794397] o Warning: GbE port 2 is powered off
[ 194.794400]
[ 194.802190]
[ 194.803918] i2c /dev entries driver
[ 194.807900] Syno_HddMon: Initialization completed.
[ 194.812734] md: linear personality registered for level -1
[ 194.818235] md: raid0 personality registered for level 0
[ 194.823566] md: raid1 personality registered for level 1
[ 194.828894] md: raid10 personality registered for level 10
[ 194.834399] md: raid6 personality registered for level 6
[ 194.839726] md: raid5 personality registered for level 5
[ 194.845056] md: raid4 personality registered for level 4
[ 194.850634] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 194.859294] cpuidle: using governor ladder
[ 194.863728] cpuidle: using governor menu
[ 194.867799] TCP cubic registered
[ 194.871039] NET: Registered protocol family 17
[ 194.875536] Registering the dns_resolver key type
[ 194.880278] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6
[ 194.888793] md: Waiting for all devices to be available before autodetect
[ 194.895621] md: If you don't use raid, use raid=noautodetect
[ 194.901760] md: Autodetecting RAID arrays.
[ 194.954724] md: invalid raid superblock magic on sda3
[ 194.959793] md: sda3 does not have a valid v0.90 superblock, not importing!
[ 195.015814] md: invalid raid superblock magic on sdb3
[ 195.020883] md: sdb3 does not have a valid v0.90 superblock, not importing!
[ 195.079558] md: invalid raid superblock magic on sdc3
[ 195.084636] md: sdc3 does not have a valid v0.90 superblock, not importing!
[ 195.135627] md: invalid raid superblock magic on sdd3
[ 195.140695] md: sdd3 does not have a valid v0.90 superblock, not importing!
[ 195.147700] md: Scanned 12 and added 8 devices.
[ 195.152250] md: autorun ...
[ 195.155052] md: considering sda1 ...
[ 195.158654] md: adding sda1 ...
[ 195.161901] md: sda2 has different UUID to sda1
[ 195.166464] md: adding sdb1 ...
[ 195.169709] md: sdb2 has different UUID to sda1
[ 195.174272] md: adding sdc1 ...
[ 195.177518] md: sdc2 has different UUID to sda1
[ 195.182082] md: adding sdd1 ...
[ 195.185327] md: sdd2 has different UUID to sda1
[ 195.189906] md: created md0
[ 195.192719] md: bind<sdd1>
[ 195.195464] md: bind<sdc1>
[ 195.198204] md: bind<sdb1>
[ 195.200942] md: bind<sda1>
[ 195.203691] md: running: <sda1><sdb1><sdc1><sdd1>
[ 195.208663] bio: create slab <bio-1> at 1
[ 195.212831] md/raid1:md0: active with 4 out of 4 mirrors
[ 195.218217] md0: detected capacity change from 0 to 2549940224
[ 195.224164] md: considering sda2 ...
[ 195.227762] md: adding sda2 ...
[ 195.231012] md: adding sdb2 ...
[ 195.234275] md: adding sdc2 ...
[ 195.237524] md: adding sdd2 ...
[ 195.241235] md: created md1
[ 195.244047] md: bind<sdd2>
[ 195.246789] md: bind<sdc2>
[ 195.249531] md: bind<sdb2>
[ 195.252285] md: bind<sda2>
[ 195.255024] md: running: <sda2><sdb2><sdc2><sdd2>
[ 195.260070] md/raid1:md1: active with 4 out of 4 mirrors
[ 195.265472] md1: detected capacity change from 0 to 2147418112
[ 195.271407] md: ... autorun DONE.
[ 195.274838] RAMDISK: lzma image found at block 0
[ 196.952138] VFS: Mounted root (ext2 filesystem) on device 1:0.
[ 196.980807] ds414_synobios: module license 'Synology Inc.' taints kernel.
[ 196.987637] Disabling lock debugging due to kernel taint
[ 196.994051] correction with 0x03
[ 196.999193] synobios: load, major number 201
[ 197.003515] Brand: Synology
[ 197.006340] Model: DS-414
[ 197.008980] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[ 197.030167] synobios: unload
[ 197.443418] md0: unknown partition table
[ 198.407855] EXT4-fs (md0): barriers disabled
[ 198.422477] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts:
[ 198.554539] synoacl module [synoacl_ext4] is not loaded
[ 198.560065] synoacl module [synoacl_vfs] is not loaded
[ 198.664689] EXT3-fs (md0): error: couldn't mount because of unsupported optional features (240)
[ 198.822686] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: barrier=1
[ 198.830559] VFS: Mounted root (ext4 filesystem) on device 9:0.
[ 198.836418] Trying to move old root to /initrd ... okay
[ 198.848839] Freeing init memory: 188K
[ 199.170813] EXT4-fs (md0): re-mounted. Opts: (null)
[ 202.487952] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 202.493605] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 202.499285] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 202.504915] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 202.767845] md1: unknown partition table
[ 202.874691] Adding 2097084k swap on /dev/md1. Priority:-1 extents:1 across:2097084k
[ 202.957412] NET: Registered protocol family 10
[ 203.071321] usbcore: registered new interface driver usbfs
[ 203.081635] usbcore: registered new interface driver hub
[ 203.099410] usbcore: registered new interface driver ethub
[ 203.113939] usbcore: registered new device driver usb
[ 203.645585] mvCesaInit: channels=2, session=640, queue=64
[ 203.747403] encryptfs using the OCF package.
[ 203.986235] fuse init (API version 7.17)
[ 204.121401] btrfs: Unknown symbol lzo1x_decompress_safe (err 0)
[ 204.127472] btrfs: Unknown symbol lzo1x_1_compress (err 0)
[ 204.268992] correction with 0x03
[ 204.274187] synobios: load, major number 201
[ 204.278482] Brand: Synology
[ 204.281309] Model: DS-414
[ 204.283999] This is default settings: set group disks wakeup number to 1, spinup time deno 1
[ 204.618883] eth0: mac address changed
[ 204.662198] eth1: mac address changed
[ 204.768096] pool #0: pkt_size=1536, buf_size=1632 - 256 of 256 buffers added
[ 204.775304] eth0: link up
[ 204.777955] eth0: started
[ 205.853361] pool #1: pkt_size=1536, buf_size=1632 - 256 of 256 buffers added
[ 205.860508] eth1: started
[ 205.863618] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 208.105465] md: md2 stopped.
[ 208.182487] md: bind<sdb3>
[ 208.185405] md: bind<sdc3>
[ 208.188352] md: bind<sdd3>
[ 208.191264] md: bind<sda3>
[ 208.196654] md/raid:md2: device sda3 operational as raid disk 0
[ 208.202620] md/raid:md2: device sdd3 operational as raid disk 3
[ 208.208563] md/raid:md2: device sdc3 operational as raid disk 2
[ 208.214520] md/raid:md2: device sdb3 operational as raid disk 1
[ 208.221438] md/raid:md2: allocated 4230kB
[ 208.225532] md/raid:md2: raid level 5 active with 4 out of 4 devices, algorithm 2
[ 208.233079] RAID conf printout:
[ 208.233087] --- level:5 rd:4 wd:4
[ 208.233095] disk 0, o:1, dev:sda3
[ 208.233102] disk 1, o:1, dev:sdb3
[ 208.233108] disk 2, o:1, dev:sdc3
[ 208.233114] disk 3, o:1, dev:sdd3
[ 208.233214] md2: detected capacity change from 0 to 11987854098432
[ 208.246741] md2: unknown partition table
[ 210.530496] EXT4-fs (md2): barriers disabled
[ 211.580892] EXT4-fs (md2): mounted filesystem with writeback data mode. Opts: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,nomblk_io_submit,synoacl,data=writeback,oldalloc
[ 212.566750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 212.573376] ehci_marvell ehci_marvell.0: Marvell Orion EHCI
[ 212.579048] ehci_marvell ehci_marvell.0: new USB bus registered, assigned bus number 1
[ 212.611993] ehci_marvell ehci_marvell.0: irq 45, io base 0xfbc50100
[ 212.631945] ehci_marvell ehci_marvell.0: USB 2.0 started, EHCI 1.00
[ 212.639020] hub 1-0:1.0: USB hub found
[ 212.642827] hub 1-0:1.0: 1 port detected
[ 212.650786] ehci_marvell ehci_marvell.1: Marvell Orion EHCI
[ 212.656435] ehci_marvell ehci_marvell.1: new USB bus registered, assigned bus number 2
[ 212.691983] ehci_marvell ehci_marvell.1: irq 46, io base 0xfbc51100
[ 212.712000] ehci_marvell ehci_marvell.1: USB 2.0 started, EHCI 1.00
[ 212.723556] hub 2-0:1.0: USB hub found
[ 212.727341] hub 2-0:1.0: 1 port detected
[ 212.957205] etxhci_hcd_130207 0000:01:00.0: Etron xHCI Host Controller
[ 212.963827] etxhci_hcd_130207 0000:01:00.0: new USB bus registered, assigned bus number 3
[ 212.981301] etxhci_hcd_130207 0000:01:00.0: Etron chip found.
[ 212.987201] etxhci_hcd_130207 0000:01:00.0: enabling Mem-Wr-Inval
[ 212.987234] etxhci_hcd_130207 0000:01:00.0: irq 62, io mem 0xf2800000
[ 213.002016] usb 1-1: new full-speed USB device number 2 using ehci_marvell
[ 213.013019] xHCI etxhci_add_endpoint called for root hub
[ 213.013030] xHCI etxhci_check_bandwidth called for root hub
[ 213.017265] ethub 3-0:1.0: USB hub found
[ 213.021231] ethub 3-0:1.0: 2 ports detected
[ 213.041135] etxhci_hcd_130207 0000:01:00.0: Etron xHCI Host Controller
[ 213.047787] etxhci_hcd_130207 0000:01:00.0: new USB bus registered, assigned bus number 4
[ 213.098243] xHCI etxhci_add_endpoint called for root hub
[ 213.098254] xHCI etxhci_check_bandwidth called for root hub
[ 213.102206] ethub 4-0:1.0: USB hub found
[ 213.106173] ethub 4-0:1.0: 2 ports detected
[ 213.349640] Initializing USB Mass Storage driver...
[ 213.391955] usbcore: registered new interface driver usb-storage
[ 213.397996] USB Mass Storage support registered.
[ 213.674243] usbcore: registered new interface driver usblp
[ 214.208037] usbcore: registered new interface driver usbhid
[ 214.213706] usbhid: USB HID core driver
[ 214.991929] eth0: no IPv6 routers present
[ 218.942779] ata3.00: configured for UDMA/133
[ 218.947075] ata3: EH complete
[ 218.950068] ata1.00: configured for UDMA/133
[ 218.954375] ata1: EH complete
[ 218.957366] ata2.00: configured for UDMA/133
[ 218.961659] ata2: EH complete
[ 218.964668] ata4.00: configured for UDMA/133
[ 218.968960] ata4: EH complete
[ 221.286977] netlink: 12 bytes leftover after parsing attributes.
[ 235.016820] loop: module loaded
[ 236.531970] findhostd uses obsolete (PF_INET,SOCK_PACKET)
[ 237.777012] PPP generic driver version 2.4.2
[ 237.867038] PPP MPPE Compression module registered
[ 237.892860] PPP BSD Compression module registered
[ 237.921006] PPP Deflate Compression module registered
[ 237.957219] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 237.998304] nf_conntrack version 0.5.0 (16157 buckets, 64628 max)
[ 238.169342] Initializing XFRM netlink socket
[ 238.195573] NET: Registered protocol family 15
[ 2452.781870] usbserial: version magic '2.6.32.12 mod_unload ARMv5 ' should be '3.2.40 SMP mod_unload ARMv7 '
[ 2811.541051] usb 1-1: USB disconnect, device number 2
[ 2816.021942] usb 1-1: new full-speed USB device number 3 using ehci_marvell


Hoffe jemand nimmt sich meiner an, sorry dass es so viel ist, wollte nur nichts auslassen.

LG
 
Zuletzt bearbeitet von einem Moderator:
AW: Synology DS414 + Easymouse

usbserial.ko und ftdi_so.ko
müssen zu deinem Kernel passen, der auf deiner Diskstation läuft.
Das ist hier nicht der fall.

[ 2452.781870] usbserial: version magic '2.6.32.12 mod_unload ARMv5 ' should be '3.2.40 SMP mod_unload ARMv7 '

und wenn ich mir den thread so ansehe .....



hattest du die beiden module bereits, hast sie nun mit den verkehrten überschrieben.

entweder du machst deine Diskstation neu und dann sind sie wieder da. (höchstwahrscheinlich)

Oder du baust sie dir selbst, nach dieser Anleitung.


Da musst du aber deine sourcen verwenden, versteht sich.
 
AW: Synology DS414 + Easymouse

Oh man danke dir.
Ich frage mal im Synology Forum, ob jemand so nett ist mir die Dateien bereitzustellen.

Kannst du mir denn schon mal sagen, was ich dann bei device eintragen muss?

edit:
so hab nun wieder die Originaldateien drauf. Man kann sich einfach von der Synology-Homepage das DSM-Paket laden und mit Winrar entpacken.

Hier mal die neuen Ausgaben:
insmod /lib/modules/usbserial.ko
insmod: can't insert '/lib/modules/usbserial.ko': invalid module format

dmesg
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Linux version 3.2.40 (root@build3) (gcc version 4.6.4 (Linaro GCC branch-4.6.4. Marvell GCC Dev 201308-2126.3d181f66 64K MAXPAGESIZE ALIGN) ) #38 10 SMP Wed Nov 6 05:13:41 CST 2013
[ 0.000000] CPU: Marvell PJ4Bv7 Processor [562f5842] revision 2 (ARMv7), cr=1 0c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: Marvell Armada XP Development Board
[ 0.000000] Using UBoot passing parameters structure
[ 0.000000] Reserving training memory: base=0x (null) size=0x2800
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] On node 0 totalpages: 262144
[ 0.000000] free_area_init_node: node 0, pgdat 80503d40, node_mem_map 8056500 0
[ 0.000000] DMA zone: 2048 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 260096 pages, LIFO batch:31
[ 0.000000] SMP: init cpus
[ 0.000000] PERCPU: Embedded 7 pages/cpu @80d6b000 s5152 r8192 d15328 u32768
[ 0.000000] pcpu-alloc: s5152 r8192 d15328 u32768 alloc=8*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag es: 260096
[ 0.000000] Kernel command line: console=ttyS0,115200 ip=off initrd=0x8000040 ,8M root=/dev/md0 rw syno_hw_version=DS414v10 ihd_num=4 netif_num=2 flash_size=8 SataLedSpecial=1 HddHotplug=1
[ 0.000000] Synology Hardware Version: DS414v10-j
[ 0.000000] Internal HD num: 4
[ 0.000000] Internal netif num: 2
[ 0.000000] Special Sata LEDs.
[ 0.000000] Support HDD Hotplug.
[ 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] Memory: 1024MB = 1024MB total
[ 0.000000] Memory: 1025716k/1025716k available, 22860k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xc0800000 - 0xfa800000 ( 928 MB)
[ 0.000000] lowmem : 0x80000000 - 0xc0000000 (1024 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x80008000 - 0x804b0000 (4768 kB)
[ 0.000000] .init : 0x804b0000 - 0x804df420 ( 190 kB)
[ 0.000000] .data : 0x804e0000 - 0x80504820 ( 147 kB)
[ 0.000000] .bss : 0x80504844 - 0x8056482c ( 384 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:211
[ 0.000000] Initializing ArmadaXP SOC Timer 0
[ 0.000000] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 17179 8ms
[ 148.550286] Calibrating delay loop... 1332.01 BogoMIPS (lpj=6660096)
[ 148.640198] pid_max: default: 32768 minimum: 301
[ 148.640376] Mount-cache hash table entries: 512
[ 148.640758] CPU: Testing write buffer coherency: ok
[ 148.640878] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 148.640890] SMP: prepare CPUs (4 cores)
[ 148.641068] Setting Clocks for secondary CPUs
[ 148.641823] SMP: CPU 0 Waking up CPU 1
[ 148.646647] CPU1: Booted secondary processor
[ 148.680188] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 148.680241] Brought up 2 CPUs
[ 148.680253] SMP: Total of 2 processors activated (2664.03 BogoMIPS).
[ 148.684025] xor: measuring software checksum speed
[ 148.730151] arm4regs : 1291.200 MB/sec
[ 148.780148] 8regs : 727.200 MB/sec
[ 148.830148] 32regs : 937.600 MB/sec
[ 148.830156] xor: using function: arm4regs (1291.200 MB/sec)
[ 148.830323] NET: Registered protocol family 16
[ 148.832360] L0 cache Enabled
[ 148.832369] Speculative Prefetch Disabled
[ 148.832390] Aurora L2 Cache Enabled
[ 148.832570] Support IO coherency.
[ 148.935659]
[ 148.935664] Marvell Armada-XP Synology AXP 78230 Board - Soc: MV78230 B0 L E
[ 148.935681] Detected Tclk 250000000, SysClk 667000000, FabricClk 667000000, PClk 1333000000
[ 148.935689] LSP version: linux-3.2.y-2013_Q1.2p2
[ 148.935693]
[ 148.936890] Synology ArmadaXP 4-bay GPIO Init
[ 148.937264] registered dev#0 asa ehci_marvell
[ 148.937564] Marvell USB EHCI Host controller #0: bf8a3800
[ 148.937671] registered dev#1 asa ehci_marvell
[ 148.937967] Marvell USB EHCI Host controller #1: bf8a3600
[ 148.938067] registered dev#2 asa mv_udc
[ 148.938363] Marvell USB Gadget controller #2: bf8a3400
[ 148.945053] bio: create slab <bio-0> at 0
[ 149.110249] raid6: int32x1 162 MB/s
[ 149.280336] raid6: int32x2 251 MB/s
[ 149.450285] raid6: int32x4 300 MB/s
[ 149.620311] raid6: int32x8 332 MB/s
[ 149.620317] raid6: using algorithm int32x8 (332 MB/s)
[ 149.620838] SCSI subsystem initialized
[ 149.621109] libata version 3.00 loaded.
[ 149.621905] Switching to clocksource axp_clocksource
[ 149.623398] NET: Registered protocol family 2
[ 149.623504] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 149.623756] TCP established hash table entries: 131072 (order: 8, 1048576 byt es)
[ 149.624761] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 149.625226] TCP: Hash tables configured (established 131072 bind 65536)
[ 149.625234] TCP reno registered
[ 149.625243] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 149.625268] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 149.625412] NET: Registered protocol family 1
[ 149.625579] RPC: Registered named UNIX socket transport module.
[ 149.625587] RPC: Registered udp transport module.
[ 149.625593] RPC: Registered tcp transport module.
[ 149.625599] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 149.625609] PCI: CLS 0 bytes, default 32
[ 149.625754] Trying to unpack rootfs image as initramfs...
[ 151.173925] rootfs image is not initramfs (no cpio magic); looks like an init rd
[ 151.188162] Freeing initrd memory: 8192K
[ 151.188182] PCI-E: Cheking physical bus #0 (controller #0): Enabled - Link UP
[ 151.188363] PCI-E: Cheking physical bus #1 (controller #4): Enabled - Link UP
[ 151.188524] PCI-E: Cheking physical bus #2 (controller #5): Enabled - No Link
[ 151.188679] PCI-E: Cheking physical bus #3 (controller #6): Enabled - No Link
[ 151.189132] pci_bus 0000:00: scanning bus
[ 151.189171] pci 0000:00:00.0: [11ab:7042] type 0 class 0x000100
[ 151.189192] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x2c
[ 151.189223] pci 0000:00:00.0: reg 10: [mem 0x40000000-0x400fffff 64bit]
[ 151.189241] pci 0000:00:00.0: reg 18: [io 0xffffff00-0xffffffff]
[ 151.189291] pci 0000:00:00.0: calling pci_fixup_ide_bases+0x0/0x5c
[ 151.189305] pci 0000:00:00.0: calling quirk_resource_alignment+0x0/0x188
[ 151.189389] pci_bus 0000:00: fixups for bus
[ 151.189403] PCI: bus0: Fast back to back transfers disabled
[ 151.189410] pci_bus 0000:00: bus scan returning with max=00
[ 151.189697] pci_bus 0000:01: scanning bus
[ 151.189731] pci 0000:01:00.0: [1b6f:7023] type 0 class 0x000c03
[ 151.189744] pci 0000:01:00.0: calling quirk_mmio_always_on+0x0/0x2c
[ 151.189771] pci 0000:01:00.0: reg 10: [mem 0x4a000000-0x4a007fff 64bit]
[ 151.189830] pci 0000:01:00.0: calling pci_fixup_ide_bases+0x0/0x5c
[ 151.189842] pci 0000:01:00.0: calling quirk_resource_alignment+0x0/0x188
[ 151.189881] pci 0000:01:00.0: supports D1 D2
[ 151.189888] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot
[ 151.189900] pci 0000:01:00.0: PME# disabled
[ 151.189950] pci_bus 0000:01: fixups for bus
[ 151.189963] PCI: bus1: Fast back to back transfers disabled
[ 151.189970] pci_bus 0000:01: bus scan returning with max=01
[ 151.190139] pci 0000:00:00.0: fixup irq: got 58
[ 151.190153] pci 0000:01:00.0: fixup irq: got 62
[ 151.190173] pci 0000:01:00.0: BAR 0: assigned [mem 0xf2800000-0xf2807fff 64bi t]
[ 151.190190] pci 0000:01:00.0: BAR 0: set to [mem 0xf2800000-0xf2807fff 64bit] (PCI address [0xf2800000-0xf2807fff])
[ 151.190203] pci 0000:00:00.0: BAR 0: assigned [mem 0xf2000000-0xf20fffff 64bi t]
[ 151.190218] pci 0000:00:00.0: BAR 0: set to [mem 0xf2000000-0xf20fffff 64bit] (PCI address [0xf2000000-0xf20fffff])
[ 151.190229] pci 0000:00:00.0: BAR 2: can't assign io (size 0x100)
[ 151.190604] cesadev_init(804b8d94)
[ 151.191060] Armada XP hwmon thermal sensor initialized.
[ 151.191148] ArmadaXP Power Managament Suspend Operations Initialized
[ 151.191156] Initializing Armada-XP CPU power management (WFI)
[ 151.192323] VFS: Disk quotas dquot_6.5.2
[ 151.192404] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 151.192995] msgmni has been set to 2019
[ 151.193084] async_tx: api initialized (async)
[ 151.193214] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 54)
[ 151.193224] io scheduler noop registered
[ 151.193269] io scheduler cfq registered (default)
[ 151.193320] mv_xor_shared mv_xor_shared.0: Marvell shared XOR driver
[ 151.193353] mv_xor_shared mv_xor_shared.1: Marvell shared XOR driver
[ 151.231964] mv_xor mv_xor.0: Marvell XOR: ( xor cpy )
[ 151.271956] mv_xor mv_xor.1: Marvell XOR: ( xor fill cpy )
[ 151.291974] mv_xor mv_xor.2: Marvell XOR: ( xor )
[ 151.311954] mv_xor mv_xor.3: Marvell XOR: ( fill cpy )
[ 151.369112] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 151.452293] serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 41) is a 16550A
[ 152.135596] console [ttyS0] enabled
[ 152.162210] serial8250.1: ttyS1 at MMIO 0xf1012100 (irq = 42) is a 16550A
[ 152.197463] brd: module loaded
[ 152.200531] Loading iSCSI transport class v2.0-870.
[ 152.206186] sata_mv 0000:00:00.0: version 1.28
[ 152.206343] sata_mv 0000:00:00.0: Gen-IIE 32 slots 4 ports SCSI mode IRQ via INTx
[ 152.213865] sata_mv 0000:00:00.0: enabling Mem-Wr-Inval
[ 152.216104] scsi0 : sata_mv
[ 152.219286] scsi1 : sata_mv
[ 152.222423] scsi2 : sata_mv
[ 152.225543] scsi3 : sata_mv
[ 152.228634] ata1: SATA max UDMA/133 mmio m1048576@0xf2000000 port 0xf2022000 irq 58
[ 152.236333] ata2: SATA max UDMA/133 mmio m1048576@0xf2000000 port 0xf2024000 irq 58
[ 152.244020] ata3: SATA max UDMA/133 mmio m1048576@0xf2000000 port 0xf2026000 irq 58
[ 152.251700] ata4: SATA max UDMA/133 mmio m1048576@0xf2000000 port 0xf2028000 irq 58
[ 155.761971] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 155.782340] ata1.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 155.789063] ata1.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 155.812331] ata1.00: configured for UDMA/133
[ 155.832184] scsi 0:0:0:0: Direct-Access WDC WD40EFRX-68WT0N0 80.0 PQ: 0 ANSI: 5
[ 155.841526] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3. 63 TiB)
[ 155.849302] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 155.854685] sd 0:0:0:0: [sda] Write Protect is off
[ 155.859492] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 155.859557] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does n't support DPO or FUA
[ 156.225370] sda: sda1 sda2 sda3
[ 156.229577] sd 0:0:0:0: [sda] Attached SCSI disk
[ 158.840614] Delay 5 seconds to wait for disk 2 ready.
[ 167.831965] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 168.031993] ata2.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 168.038716] ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 168.062328] ata2.00: configured for UDMA/133
[ 168.082183] scsi 1:0:0:0: Direct-Access WDC WD40EFRX-68WT0N0 80.0 PQ: 0 ANSI: 5
[ 168.091539] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3. 63 TiB)
[ 168.099315] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[ 168.104696] sd 1:0:0:0: [sdb] Write Protect is off
[ 168.109503] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 168.109567] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, does n't support DPO or FUA
[ 171.090249] Delay 5 seconds to wait for disk 3 ready.
[ 172.656676] sdb: sdb1 sdb2 sdb3
[ 172.660826] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 180.201965] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 180.401993] ata3.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 180.408715] ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 180.432327] ata3.00: configured for UDMA/133
[ 180.452182] scsi 2:0:0:0: Direct-Access WDC WD40EFRX-68WT0N0 80.0 PQ: 0 ANSI: 5
[ 180.461498] sd 2:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3. 63 TiB)
[ 180.469273] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[ 180.474654] sd 2:0:0:0: [sdc] Write Protect is off
[ 180.479461] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 180.479525] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, does n't support DPO or FUA
[ 183.460209] Delay 5 seconds to wait for disk 4 ready.
[ 184.659412] sdc: sdc1 sdc2 sdc3
[ 184.663568] sd 2:0:0:0: [sdc] Attached SCSI disk
[ 192.751966] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 192.951992] ata4.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[ 192.958714] ata4.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 192.982328] ata4.00: configured for UDMA/133
[ 193.002183] scsi 3:0:0:0: Direct-Access WDC WD40EFRX-68WT0N0 80.0 PQ: 0 ANSI: 5
[ 193.011519] sd 3:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3. 63 TiB)
[ 193.011852] sata_mv sata_mv.0: version 1.28
[ 193.011894] sata_mv sata_mv.0: cannot get clkdev
[ 193.011986] sata_mv sata_mv.0: slots 32 ports 2
[ 193.028461] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[ 193.033760] scsi4 : sata_mv
[ 193.033870] sd 3:0:0:0: [sdd] Write Protect is off
[ 193.033879] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 193.033941] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, does n't support DPO or FUA
[ 193.050778] scsi5 : sata_mv
[ 193.053881] ata5: SATA max UDMA/133 irq 55
[ 193.057991] ata6: SATA max UDMA/133 irq 55
[ 193.088696] sdd: sdd1 sdd2 sdd3
[ 193.092933] sd 3:0:0:0: [sdd] Attached SCSI disk
[ 193.411949] ata5: SATA link down (SStatus 0 SControl F300)
[ 194.481942] ata6: failed to resume link (SControl 4)
[ 194.486929] ata6: SATA link down (SStatus 0 SControl 4)
[ 194.493137] physmap platform flash device: 00800000 at f0000000
[ 194.499859] physmap-flash physmap-flash.0: map_probe failed
[ 194.508090] SPI Serial flash detected @ 0xf0000000, 8192KB (128sec x 64KB)
[ 194.515006] Searching for RedBoot partition table in SYNOMTD-0 at offset 0x7f 0000
[ 194.559864] 6 RedBoot partitions found on MTD device SYNOMTD-0
[ 194.565717] SYNOMTD flash bank 0: Using RedBoot partition definition
[ 194.572093] Creating 6 MTD partitions on "SYNOMTD-0":
[ 194.577161] 0x000000000000-0x0000000d0000 : "RedBoot"
[ 194.582941] 0x0000000d0000-0x0000003a0000 : "zImage"
[ 194.588600] 0x0000003a0000-0x0000007d0000 : "rd.gz"
[ 194.594180] 0x0000007d0000-0x0000007e0000 : "vendor"
[ 194.599245] vender Mac2 checksum error ucSum:0x00 Buf:0x00 Sum:0.
[ 194.605375] vender Mac3 checksum error ucSum:0x00 Buf:0x00 Sum:0.
[ 194.611491] serial number='1380LUN002070'
[ 194.616024] 0x0000007e0000-0x0000007f0000 : "RedBoot Config"
[ 194.622582] 0x0000007f0000-0x000000800000 : "FIS directory"
[ 194.628879]
[ 194.628881] INFO: Found spi_flash 0 - base 0xf0000000, size 0x1000000
[ 194.636707] INFO: flashInfoFill - Found 1 Flash Devices
[ 194.641962] INFO: flash_map_init - detected 1 devices
[ 194.647212] MTD: Initialize the spi_flash device at address 0xf0000000
[ 194.654090]
[ 194.654092] INFO: Io remapped successfully - phy addr = 0xf0000000, virt addr = 0xc5000000
[ 194.663705] INFO: Using sflash to probe spi_flash at address 0xf0000000, size 0x1000000, width 2mSPI Serial flash detected @ 0xf0000000, 8192KB (128sec x 64K B)
[ 194.680477] - detected OK - OK.
[ 194.684637] mv_eth_probe: port_mask=0xf, cpu_mask=0x3
[ 194.689945] o 4 Giga ports supported
[ 194.693718] o SKB recycle supported (Enabled)
[ 194.698261] o NETA acceleration mode 1
[ 194.702203] o RX Queue support: 1 Queues * 128 Descriptors
[ 194.707877] o TX Queue support: 1 Queues * 532 Descriptors
[ 194.713555] o GSO supported
[ 194.716530] o GRO supported
[ 194.719504] o Receive checksum offload supported
[ 194.724311] o Transmit checksum offload supported
[ 194.729201] o Driver ERROR statistics enabled
[ 194.733746]
[ 194.735313] o Loading network interface(s)
[ 194.739604]
[ 194.741099] o Port 0 is connected to Linux netdevice
[ 194.746645] giga p=0: mtu=1500, mac=bf835e40
[ 194.754898] o eth0, ifindex = 2, GbE port = 0
[ 194.759443] o eth0, phy chipid = 1410dd0, Support WOL = 32
[ 194.765531]
[ 194.767034]
[ 194.768529] o Port 1 is connected to Linux netdevice
[ 194.774084] giga p=1: mtu=1500, mac=bf835e40
[ 194.782313] o eth1, ifindex = 3, GbE port = 1
[ 194.786858] o eth1, phy chipid = 1410dd0, Support WOL = 32
[ 194.792920]
[ 194.794419]
[ 194.794421] o Warning: GbE port 2 is powered off
[ 194.794424]
[ 194.802214]
[ 194.803945] i2c /dev entries driver
[ 194.807926] Syno_HddMon: Initialization completed.
[ 194.812760] md: linear personality registered for level -1
[ 194.818261] md: raid0 personality registered for level 0
[ 194.823593] md: raid1 personality registered for level 1
[ 194.828920] md: raid10 personality registered for level 10
[ 194.834425] md: raid6 personality registered for level 6
[ 194.839751] md: raid5 personality registered for level 5
[ 194.845082] md: raid4 personality registered for level 4
[ 194.850656] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-d evel@redhat.com
[ 194.859319] cpuidle: using governor ladder
[ 194.863754] cpuidle: using governor menu
[ 194.867825] TCP cubic registered
[ 194.871065] NET: Registered protocol family 17
[ 194.875562] Registering the dns_resolver key type
[ 194.880304] VFP support v0.3: implementor 56 architecture 2 part 20 variant 9 rev 6
[ 194.888826] md: Waiting for all devices to be available before autodetect
[ 194.895654] md: If you don't use raid, use raid=noautodetect
[ 194.901778] md: Autodetecting RAID arrays.
[ 194.958904] md: invalid raid superblock magic on sda3
[ 194.963989] md: sda3 does not have a valid v0.90 superblock, not importing!
[ 195.018321] md: invalid raid superblock magic on sdb3
[ 195.023400] md: sdb3 does not have a valid v0.90 superblock, not importing!
[ 195.079491] md: invalid raid superblock magic on sdc3
[ 195.084570] md: sdc3 does not have a valid v0.90 superblock, not importing!
[ 195.148536] md: invalid raid superblock magic on sdd3
[ 195.153615] md: sdd3 does not have a valid v0.90 superblock, not importing!
[ 195.160610] md: Scanned 12 and added 8 devices.
[ 195.165161] md: autorun ...
[ 195.167963] md: considering sda1 ...
[ 195.171564] md: adding sda1 ...
[ 195.174817] md: sda2 has different UUID to sda1
[ 195.179372] md: adding sdb1 ...
[ 195.182626] md: sdb2 has different UUID to sda1
[ 195.187181] md: adding sdc1 ...
[ 195.190427] md: sdc2 has different UUID to sda1
[ 195.194989] md: adding sdd1 ...
[ 195.198234] md: sdd2 has different UUID to sda1
[ 195.202829] md: created md0
[ 195.205631] md: bind<sdd1>
[ 195.208380] md: bind<sdc1>
[ 195.211119] md: bind<sdb1>
[ 195.213868] md: bind<sda1>
[ 195.216605] md: running: <sda1><sdb1><sdc1><sdd1>
[ 195.221574] bio: create slab <bio-1> at 1
[ 195.225738] md/raid1:md0: active with 4 out of 4 mirrors
[ 195.231129] md0: detected capacity change from 0 to 2549940224
[ 195.237077] md: considering sda2 ...
[ 195.240676] md: adding sda2 ...
[ 195.243939] md: adding sdb2 ...
[ 195.247188] md: adding sdc2 ...
[ 195.250437] md: adding sdd2 ...
[ 195.254146] md: created md1
[ 195.256950] md: bind<sdd2>
[ 195.259695] md: bind<sdc2>
[ 195.262452] md: bind<sdb2>
[ 195.265194] md: bind<sda2>
[ 195.267933] md: running: <sda2><sdb2><sdc2><sdd2>
[ 195.272989] md/raid1:md1: active with 4 out of 4 mirrors
[ 195.278382] md1: detected capacity change from 0 to 2147418112
[ 195.284335] md: ... autorun DONE.
[ 195.287760] RAMDISK: lzma image found at block 0
[ 196.962159] VFS: Mounted root (ext2 filesystem) on device 1:0.
[ 196.990835] ds414_synobios: module license 'Synology Inc.' taints kernel.
[ 196.997664] Disabling lock debugging due to kernel taint
[ 197.004076] correction with 0x03
[ 197.009214] synobios: load, major number 201
[ 197.013535] Brand: Synology
[ 197.016361] Model: DS-414
[ 197.019001] This is default settings: set group disks wakeup number to 1, spi nup time deno 1
[ 197.040129] synobios: unload
[ 197.453435] md0: unknown partition table
[ 198.414567] EXT4-fs (md0): barriers disabled
[ 198.443392] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts:
[ 198.620522] synoacl module [synoacl_ext4] is not loaded
[ 198.626638] synoacl module [synoacl_vfs] is not loaded
[ 198.724722] EXT3-fs (md0): error: couldn't mount because of unsupported optio nal features (240)
[ 198.822960] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: b arrier=1
[ 198.830833] VFS: Mounted root (ext4 filesystem) on device 9:0.
[ 198.836694] Trying to move old root to /initrd ... okay
[ 198.854279] Freeing init memory: 188K
[ 199.312524] EXT4-fs (md0): re-mounted. Opts: (null)
[ 202.483104] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 202.488780] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 202.494415] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 202.502535] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 202.772035] md1: unknown partition table
[ 202.874756] Adding 2097084k swap on /dev/md1. Priority:-1 extents:1 across:2 097084k
[ 202.964522] NET: Registered protocol family 10
[ 203.078618] usbcore: registered new interface driver usbfs
[ 203.091016] usbcore: registered new interface driver hub
[ 203.106285] usbcore: registered new interface driver ethub
[ 203.116954] usbcore: registered new device driver usb
[ 203.659757] mvCesaInit: channels=2, session=640, queue=64
[ 203.760511] encryptfs using the OCF package.
[ 204.000186] fuse init (API version 7.17)
[ 204.134680] btrfs: Unknown symbol lzo1x_decompress_safe (err 0)
[ 204.140649] btrfs: Unknown symbol lzo1x_1_compress (err 0)
[ 204.256270] correction with 0x03
[ 204.261408] synobios: load, major number 201
[ 204.265729] Brand: Synology
[ 204.268554] Model: DS-414
[ 204.271194] This is default settings: set group disks wakeup number to 1, spi nup time deno 1
[ 204.691219] eth0: mac address changed
[ 204.734438] eth1: mac address changed
[ 204.838194] pool #0: pkt_size=1536, buf_size=1632 - 256 of 256 buffers added
[ 204.845382] eth0: link up
[ 204.848033] eth0: started
[ 205.873477] pool #1: pkt_size=1536, buf_size=1632 - 256 of 256 buffers added
[ 205.880627] eth1: started
[ 205.883740] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 208.060237] md: md2 stopped.
[ 208.132831] md: bind<sdb3>
[ 208.136064] md: bind<sdc3>
[ 208.138955] md: bind<sdd3>
[ 208.142138] md: bind<sda3>
[ 208.147322] md/raid:md2: device sda3 operational as raid disk 0
[ 208.153291] md/raid:md2: device sdd3 operational as raid disk 3
[ 208.159235] md/raid:md2: device sdc3 operational as raid disk 2
[ 208.165195] md/raid:md2: device sdb3 operational as raid disk 1
[ 208.172106] md/raid:md2: allocated 4230kB
[ 208.176188] md/raid:md2: raid level 5 active with 4 out of 4 devices, algorit hm 2
[ 208.183730] RAID conf printout:
[ 208.183738] --- level:5 rd:4 wd:4
[ 208.183746] disk 0, o:1, dev:sda3
[ 208.183753] disk 1, o:1, dev:sdb3
[ 208.183760] disk 2, o:1, dev:sdc3
[ 208.183766] disk 3, o:1, dev:sdd3
[ 208.183864] md2: detected capacity change from 0 to 11987854098432
[ 208.206475] md2: unknown partition table
[ 210.678322] EXT4-fs (md2): barriers disabled
[ 211.731417] EXT4-fs (md2): mounted filesystem with writeback data mode. Opts: usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,nomblk_io_submit,synoa cl,data=writeback,oldalloc
[ 212.976796] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 212.983457] ehci_marvell ehci_marvell.0: Marvell Orion EHCI
[ 212.989123] ehci_marvell ehci_marvell.0: new USB bus registered, assigned bus number 1
[ 213.021968] ehci_marvell ehci_marvell.0: irq 45, io base 0xfbc50100
[ 213.041955] ehci_marvell ehci_marvell.0: USB 2.0 started, EHCI 1.00
[ 213.048951] hub 1-0:1.0: USB hub found
[ 213.052743] hub 1-0:1.0: 1 port detected
[ 213.059972] ehci_marvell ehci_marvell.1: Marvell Orion EHCI
[ 213.065628] ehci_marvell ehci_marvell.1: new USB bus registered, assigned bus number 2
[ 213.101990] ehci_marvell ehci_marvell.1: irq 46, io base 0xfbc51100
[ 213.121997] ehci_marvell ehci_marvell.1: USB 2.0 started, EHCI 1.00
[ 213.134074] hub 2-0:1.0: USB hub found
[ 213.137857] hub 2-0:1.0: 1 port detected
[ 213.437271] etxhci_hcd_130207 0000:01:00.0: Etron xHCI Host Controller
[ 213.443957] etxhci_hcd_130207 0000:01:00.0: new USB bus registered, assigned bus number 3
[ 213.461457] etxhci_hcd_130207 0000:01:00.0: Etron chip found.
[ 213.467469] etxhci_hcd_130207 0000:01:00.0: enabling Mem-Wr-Inval
[ 213.467505] etxhci_hcd_130207 0000:01:00.0: irq 62, io mem 0xf2800000
[ 213.502113] xHCI etxhci_add_endpoint called for root hub
[ 213.502127] xHCI etxhci_check_bandwidth called for root hub
[ 213.509855] ethub 3-0:1.0: USB hub found
[ 213.513889] ethub 3-0:1.0: 2 ports detected
[ 213.541861] etxhci_hcd_130207 0000:01:00.0: Etron xHCI Host Controller
[ 213.548504] etxhci_hcd_130207 0000:01:00.0: new USB bus registered, assigned bus number 4
[ 213.644212] xHCI etxhci_add_endpoint called for root hub
[ 213.644223] xHCI etxhci_check_bandwidth called for root hub
[ 213.651368] ethub 4-0:1.0: USB hub found
[ 213.655401] ethub 4-0:1.0: 2 ports detected
[ 213.948358] Initializing USB Mass Storage driver...
[ 213.984829] usbcore: registered new interface driver usb-storage
[ 213.990870] USB Mass Storage support registered.
[ 214.200018] usbcore: registered new interface driver usblp
[ 214.627475] usbcore: registered new interface driver usbhid
[ 214.633153] usbhid: USB HID core driver
[ 215.431933] eth0: no IPv6 routers present
[ 219.463045] ata2.00: configured for UDMA/133
[ 219.467339] ata2: EH complete
[ 219.470332] ata1.00: configured for UDMA/133
[ 219.474642] ata1: EH complete
[ 219.478804] ata4.00: configured for UDMA/133
[ 219.483119] ata4: EH complete
[ 219.486653] ata3.00: configured for UDMA/133
[ 219.490948] ata3: EH complete
[ 221.131174] netlink: 12 bytes leftover after parsing attributes.
[ 235.004817] loop: module loaded
[ 236.551900] PPP generic driver version 2.4.2
[ 236.685356] PPP MPPE Compression module registered
[ 236.712355] PPP BSD Compression module registered
[ 236.740353] PPP Deflate Compression module registered
[ 236.777651] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 236.794137] findhostd uses obsolete (PF_INET,SOCK_PACKET)
[ 236.822583] nf_conntrack version 0.5.0 (16157 buckets, 64628 max)
[ 236.995540] Initializing XFRM netlink socket
[ 237.027748] NET: Registered protocol family 15
[ 407.621959] usb 1-1: new full-speed USB device number 2 using ehci_marvell
 
Zuletzt bearbeitet:
AW: Synology DS414 + Easymouse

Bei so einem neuen Kernel würde ich als Entwickler modprobe integrieren.

Versuche mal
modprobe usbserial
 
AW: Synology DS414 + Easymouse

modprobe usbserial
modprobe: chdir(3.2.40): No such file or directory

In einem anderen Forum habe ich folgenden Hinweis gefunden:
mknod /dev/ttyUSB0 c 188 0

insmod und modprobe zeigen dadurch keine Veränderung, aber Oscam sagt nun
2014/03/15 18:41:24 2C28C0 r skyS02 [mouse] ERROR: Opening device /dev/ttyUSB0 (errno=6 No such device or address)
2014/03/15 18:41:24 2C28C0 r skyS02 [mouse] Cannot open device: /dev/ttyUSB0

Falls das irgendwie weiterhilft...


edit:
also ich glaube ich habe jetzt gefunden, wie ich das device ansprechen muss.
In der Datei /usr/syno/etc/usbdev.conf kann man es auslesen, Oscam scheint dann den Kartenleser auch zu erkennen.
/proc/bus/usb/003/002 ist es jetzt, wenn ich die Mouse aber ab- und wieder an denselben Port anschließe, ändert sich die letzte Zahl...
Sobald ich nun jedoch Oscam neustarte, ist das Webif nicht mehr zu erreichen...
Weißt du, wo die Synology die Oscam-Daten speichert, damit ich die log einsehen kann?
 
Zuletzt bearbeitet:
also die log ist nicht gerade vielsagend, er scheint einfach abzuschmieren...

2014/03/15 19:59:21 0 s >> OSCam << cardserver started, version 1.20-unstable_svn, build r0 (arm-marvell-linux-gnueabi-ssl-libusb)
2014/03/15 19:59:21 0 s creating pidfile /tmp/.oscam/oscam.pid with pid 13876
2014/03/15 19:59:21 0 s services reloaded: 0 services freed, 42 services loaded, rejected 0
2014/03/15 19:59:21 0 s userdb reloaded: 10 accounts loaded, 0 expired, 1 disabled
2014/03/15 19:59:21 0 s signal handling initialized
2014/03/15 19:59:21 0 s 290 service-id's loaded in 1ms
2014/03/15 19:59:21 0 s 39 tier-id's loaded
2014/03/15 19:59:21 0 s 10 provid's loaded
2014/03/15 19:59:21 0 s cccam: initialized (fd=5, port=xxxxx, prio=1)
2014/03/15 19:59:21 0 s HD01_weiss [mouse] creating thread for device /proc/bus/usb/001/003
2014/03/15 19:59:21 0 s loadbalancer: can't read from file /tmp/.oscam/stat
2014/03/15 19:59:21 0 s waiting for local card init
2014/03/15 19:59:21 2B100468 h webif: decompressed 65215 bytes back into 186420 bytes
2014/03/15 19:59:21 2B100468 h HTTP Server running. ip=0.0.0.0 port=83

ne Idee? :-(

Es scheint jetzt zu gehen!
habe mir ein älteres dsm paket geladen, damit ließen sich die Module einbinden!
Danke Dir!

Sind die auch noch aktiv, wenn ich die DS neustarte?

und noch etwas: der vordere USB-Anschluss klappt wunderbar mit /dev/ttyUSB0
Aber wie kann ich die beiden hinteren USB 3.0-Ports ansprechen? Falls das nicht geht und ich einen Hub an den vorderen Port hängen muss, wie spreche ich die Reader dann dort an?


Soo hab nun alles hinbekommen.
Ein Skript, um die Module beim Boxneustart automatisch laden zu lassen, gibt's hier:


für die anderen USB-Ports musste ich noch den mknod-Befehl machen, sieht für alle 3 also so aus:
mknod /dev/ttyUSB0 c 188 0
mknod /dev/ttyUSB0 c 188 1
mknod /dev/ttyUSB0 c 188 2

nochmals danke und gut' Nacht!
 
Zuletzt bearbeitet von einem Moderator:
AW: Synology DS414 + Easymouse

Hey,

hat einer von euch noch eine .spk von oscam für die DS414?
Wurde ja leider aus dem Repo von SynoCommunity entfernt.

Gruß
Robert
 
AW: Synology DS414 + Easymouse

Danke dir, aber klappt doch alles schon lange :)
 
Zuletzt bearbeitet von einem Moderator:
AW: Synology DS414 + Easymouse

es geht nicht um die Synology selbst , sondern und den verbauten procesor

deine hat den Link veralten (gelöscht) Marvell Kirkwood ARMv5TE compliant (Feroceon® family) ARM

die 414 Link veralten (gelöscht) Marvell ARMADA ARMv7

solte also laufen , weil es fast die gleichen procesoren sind
 
AW: Synology DS414 + Easymouse

Funktion oscam auch mit einen DVB-C Tuner inkl. CI-Modul (in meinem Fall TBS 5680)?
Ich habe mittels ipkg die usbutils installiert und dann mittels lsusb ermittelt, dass der Tuner erkannt wird:

[TD="bgcolor: #FDFBE1, align: left"]Bus 003 Device 008: ID 734c:5680[/TD]

[TD="bgcolor: #EEEEEE, align: left"] iProduct 2 TBS 5680[/TD]

[TD="bgcolor: #EEEEEE, align: left"] iSerial 0[/TD]

Nun habe ich jedoch keine Ahnung wie ich den als Reader nutzen kann. Habe ein paar Sachen ausprobiert, aber scheint mir alles ohne Erfolg.

LG
Robert
 
AW: Synology DS414 + Easymouse

Ich verwende folgende Quelle:

Eventuell ist dort ja auch eine spk für die DS212+ dabei.
 
Zurück
Oben