Jump to content
XPEnology Community

List for next driver rebuild


atomi23

Recommended Posts

It would be nice if you post witch driver you need so we can make a list for the next build and maybe someone can compile then the next build . I will Update the list .

 

THE WISH LIST :grin:

Controller :

 

Adaptec RAID ASR-6805 http://www.adaptec.com/en-us/downloads/linux_source/linux_source_code/productid=sas-6805&dn=adaptec+raid+6805.html

Promise FastTrak TX4310 http://firstweb.promise.com/upload/Support/Driver/1_ft-tx4310-linux-partial-src-v2.6.1.0321.tgz

 

 

Chipsets:

 

 

 

SSD Drives:

 

Other stuff:

Edited by Guest
Link to comment
Share on other sites

if you include a wish list, please include a link to the driver source code or it will be pointless.

We are lucky if Andy behind XPEnology add hardware, but he's not gonna write the driver without the hardware to test...

He could if somebody included the source compile it and include the *.ko kernel driver module in next release, but may allready be busy as it is...

 

TX4310 partial souce code for 2.6 kernel:

http://firstweb.promise.com/upload/Supp ... 1.0321.tgz

 

Adaptec RAID 6805

http://www.adaptec.com/en-us/downloads/ ... +6805.html

 

Compiling Linux Kernel modules for Synology devices

http://www.bydavy.com/2012/01/compiling ... y-devices/

http://hallard.me/how-to-install-kernel ... gy-ds1010/

Link to comment
Share on other sites

Thanks ZeroQI.

 

There is a sata_promise.c on github but when trying to make modules, some errors appears

 

make ARCH=x86_64 CROSS_COMPILE=/usr/local/x86_64-linux-gnu/bin/x86_64-linux-gnu- modules

CHK include/linux/version.h

CHK include/generated/utsrelease.h

CALL scripts/checksyscalls.sh

Building modules, stage 2.

MODPOST 144 modules

ERROR: "syno_libata_port_power_ctl" [drivers/ata/sata_promise.ko] undefined!

ERROR: "syno_libata_index_get" [drivers/ata/sata_promise.ko] undefined!

make[1]: *** [__modpost] Erreur 1

make: *** [modules] Erreur 2

 

how can i make this module ?

Link to comment
Share on other sites

According http://www.synology.com/support/beta_dsm4.1.php kernel is 3.2.11. The errors point to (global) variables not defined:

. "syno_libata_port_power_ctl"

. "syno_libata_index_get"

 

According http://xpenology.com/forum/viewtopic.php?f=2&t=44%20says:, the make path is:

. make ARCH=x86_64 CROSS_COMPILE=/home/youruser/syno/x86_64-linux-gnu/bin/x86_64-linux-gnu-

 

Try to search for this variable and see where it is defined

Not sure your path is right... But i reach the end of my knowledge here unfortunately...

Link to comment
Share on other sites

  • 2 weeks later...

Support for the LSI 1064e/1068e/ 1078e cards would be nice.

 

They're all driven by the 'mptsas' driver, which is already in the kernel - direct links to the latest LSI driver source is (may have more patches in the mainstream kernel though, these haven't been updated since 2011):

 

http://www.lsi.com/downloads/Public/Hos ... .28.00.zip

 

They drive a boatload of cheap lower-end HBA's (which I for some reason have a ton lying around) like the LSI 3081E, LSI 3041, LSI 3442, IBM BR10i, Supermicro USAS L8i/ S8i/ H8i).

 

Thanks!

Link to comment
Share on other sites

  • 4 weeks later...

Hello,

 

The drivers for hyper-v would be great :mrgreen: (after all it is given for free with every windows 8 Pro and it seems to be faster for disk access than vmware). Perhaps the DEC drivers would be great as it seems that the firmware 4.1 was not working with the hyper-v drivers so the DEC driver was necessary.

 

Marc

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...

Support for the Atheros AR8131 ethernet card would also be nice, the is a friend of mine that has the hardware but DSM isn't compatible.

There isn't a official Linux driver but there is a unofficial...

 

Link (explanation how they build it): http://joefleming.net/2010/05/26/athero ... and-linux/

 

Driver download: http://joefleming.net/files/AR81Family- ... 1.9.tar.gz

 

Thanks in advance!

 

Greeetz

Link to comment
Share on other sites

would be great to get esata port multiplier work on N40L, which is handled by AMD Southbridge SB850.

 

Based on this article, it should work out of the box on linux:

 

http://homeservershow.com/forums/index. ... -on-esata/

 

".... I've used linux to verify this which just works with it out of the box. ...."

 

Thanks!

we are poor info to do some test, what version of linux? what kind of driver need to be enable in kernel menu'?

the kernel source from synology are heavy manipulated i guess that many options may dont work

Link to comment
Share on other sites

  • 1 month later...
Support for the LSI 1064e/1068e/ 1078e cards would be nice.

 

They're all driven by the 'mptsas' driver, which is already in the kernel - direct links to the latest LSI driver source is (may have more patches in the mainstream kernel though, these haven't been updated since 2011):

 

http://www.lsi.com/downloads/Public/Hos ... .28.00.zip

 

They drive a boatload of cheap lower-end HBA's (which I for some reason have a ton lying around) like the LSI 3081E, LSI 3041, LSI 3442, IBM BR10i, Supermicro USAS L8i/ S8i/ H8i).

 

Thanks!

 

I second this,

 

Getting LSI SAS controllers up and going would be great.

 

Then I can build me a 50 drive Xpenology NAS :twisted:

 

.

Link to comment
Share on other sites

AX88179 - USB3.0 to 10/100/1000M Gigabit Ethernet Controller

SiI3114 - Silicon Image PCI SATA 4 CHANNEL (2 EXT + 4 INT PORTS ) RAID CARD

 

A 10$ PayPal donation from my side for including these 2 devices :smile:

Hi,

 

This is done for AX88179 in DSM 4.2 x64: http://xpenology.com/forum/viewtopic.php?f=2&t=928#p4431

 

:lol:

 

not the sil3114 but yeah, thanks

Link to comment
Share on other sites

AX88179 - USB3.0 to 10/100/1000M Gigabit Ethernet Controller

SiI3114 - Silicon Image PCI SATA 4 CHANNEL (2 EXT + 4 INT PORTS ) RAID CARD

 

A 10$ PayPal donation from my side for including these 2 devices :smile:

Hi,

 

This is done for AX88179 in DSM 4.2 x64: http://xpenology.com/forum/viewtopic.php?f=2&t=928#p4431

 

:lol:

 

not the sil3114 but yeah, thanks

 

Test with my repack: viewtopic.php?f=2&t=937

 

Sil chips are supported (SATA_SIL24 and SATA_SIL drivers built in kernel)

@stanza : LSI Logic MegaRAID SAS RAID / SATA, MPT2SAS are also included :wink:

Link to comment
Share on other sites

  • 1 year later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...