I uesd the additional files & all kernel patches from the openwrt trunk.
For now I compiled the released
3.18.1
There's not much changed to a prior version.
# SATA+Raid's working well ( ok a bit slow 80mb/s r/w)
What's not working, buggy, or not well:
# USB 3.0 & Cardreader: SD card / USB-Stick is recognized, but If you try access the storage, I got Errors.
Error for USB 3.0 if I try to mount the volume:
[10175.302950] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[10175.327321] usb 2-2: New USB device found, idVendor=0781, idProduct=5583
[10175.334033] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[10175.341132] usb 2-2: Product: Ultra Fit
[10175.344983] usb 2-2: Manufacturer: SanDisk
[10175.349068] usb 2-2: SerialNumber: 4C530123240729103534
[10175.355845] usb-storage 2-2:1.0: USB Mass Storage device detected
[10175.364267] scsi host4: usb-storage 2-2:1.0
[10176.363292] scsi 4:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ : 0 ANSI: 6
[10176.375859] sd 4:0:0:0: [sdb] 31266816 512-byte logical blocks: (16.0 GB/14.9 GiB)
[10176.384660] sd 4:0:0:0: [sdb] Write Protect is off
[10176.392517] sd 4:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[10176.424995] sdb: sdb1
[10176.433397] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[10201.783930] EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem
[10237.033382] xhci_hcd 0000:00:00.0: Assuming host is dying, halting host.
[10237.040279] xhci_hcd 0000:00:00.0: HC died; cleaning up
[10237.045754] usb 2-2: USB disconnect, device number 2
[10237.065679] sd 4:0:0:0: [sdb]
[10237.068812] Result: hostbyte=0x01 driverbyte=0x00
[10237.073528] sd 4:0:0:0: [sdb] CDB:
[10237.077009] cdb[0]=0x2a: 2a 00 00 00 00 20 00 00 10 00
[10237.082124] blk_update_request: I/O error, dev sdb, sector 32
[10237.087866] Buffer I/O error on dev sdb1, logical block 0, lost async page write
[10237.095275] Buffer I/O error on dev sdb1, logical block 1, lost async page write
[10237.103720] sd 4:0:0:0: [sdb]
[10237.106851] Result: hostbyte=0x01 driverbyte=0x00
[10237.111531] sd 4:0:0:0: [sdb] CDB:
[10237.115046] cdb[0]=0x2a: 2a 00 00 20 00 28 00 00 10 00
[10237.120176] blk_update_request: I/O error, dev sdb, sector 2097192
[10237.126359] Buffer I/O error on dev sdb1, logical block 262145, lost async page write
[10237.134205] Buffer I/O error on dev sdb1, logical block 262146, lost async page write
[10237.142072] JBD2: recovery failed
[10237.145402] EXT4-fs (sdb1): error loading journal
I've not much looked into fixing this, but If someone have an idea, I'm happy for help ?!
What I have not looked into is:
# All GPIO: LED's, Fan, Buttons
For now on I try to focus on USB 3.0 & the Performace tweaks on Samba / SSH,...