Trantor Posted October 7, 2013 #1 Posted October 7, 2013 (edited) This thread is for requesting drivers for hardware (net, storage) which are not supported by XPEnology yet. The purpose of this it to regroup drivers request in order to improve XPEnology in the next repack. Please test with the latest build and check HARDWARE SUPPORTED LIST before asking for driver ! Please do not request WIFI drivers Please give most informations as you can (brand, chip, revision...). If you can test your hardware with ubuntu livecd to get modules infos and/or give manufacturer download link. Edited September 12, 2017 by Polanskiman Topic title edited to better reflect content
DHD Posted October 8, 2013 #2 Posted October 8, 2013 Audio Chipset Realtek ALC662 (on D2500hn mainboard). Driver download link: http://goo.gl/b6IX I want my NAS can play music directly
Eduardo Posted October 8, 2013 #3 Posted October 8, 2013 Hi Trantor, Classic request. USB to serial FTDI and Prolific chips: ftdi_sio.ko pl2303.ko usbserial.ko I compiled them for DSM 4.2 pineview but work for bromolow too. Kind regards.
Trantor Posted October 9, 2013 Author #4 Posted October 9, 2013 Fistandantilus ask support for intel I350 series network card. Next repack will include latest igb driver
Fistandantilus Posted October 9, 2013 #5 Posted October 9, 2013 sounds great!!! what is the timeline for the next repack?
Trantor Posted October 9, 2013 Author #6 Posted October 9, 2013 For now we got: - Intel® RAID SAS controller FALSASMP2 (must be confirmed but I think it's handle by mpt2sas driver) - USB to serial FTDI / Prolific 2303 chips - ASMedia ASM1061 (kernel commits talk about this chip, handle by ahci stack) - Intel ethernet I350 series (latest intel igb driver) No ETA for the next repack which will be focus on support more hardware. Sound support will maybe included in future but not right now
vfernandes1988 Posted October 10, 2013 #7 Posted October 10, 2013 i need this driver Gigabit PCI Network Adapter TG-3269 http://www.tp-link.com/resources/softwa ... 584617.zip
Trantor Posted October 11, 2013 Author #8 Posted October 11, 2013 i need this driver Gigabit PCI Network Adapter TG-3269http://www.tp-link.com/resources/softwa ... 584617.zip it's based on the old (2006) r1000 realtek driver. This chip is also handle by the r8169 driver (03/05/2012). We must test including r8169 because it's newer than r1000 but it maybe cause issue with the already included r8168 driver....
vfernandes1988 Posted October 11, 2013 #9 Posted October 11, 2013 you suggest anything? or change network card ? Do you have list cointains network compatible
Trantor Posted October 11, 2013 Author #10 Posted October 11, 2013 you suggest anything? or change network card ?Do you have list cointains network compatible Wait few days until I post testing build with drivers mention above (including r8169). ^^ Hardware support list is available in the changelog : viewtopic.php?f=2&t=1028 Almost all realtek, intel, marvell, atheros cards are supported.
Al-T Posted October 12, 2013 #11 Posted October 12, 2013 Really dying for a full support of LSI RAID cards 9211 in particular, with the ability to install and boot XPEnology form attached drives.
Trantor Posted October 13, 2013 Author #12 Posted October 13, 2013 Really dying for a full support of LSI RAID cards 9211 in particular, with the ability to install and boot XPEnology form attached drives. I own a LSI 9211-4i, unfortunately for now it's not possible to install DSM on drives attached to it, but disks are detected in DSM when it's installed on a drive connected to the motheboard. Yesterday I build a test version with mpt2sas driver built-in the kernel and not loaded as module.... no yet tested on my system ^^
vertoprime Posted October 13, 2013 #13 Posted October 13, 2013 any chance of some Nforce drivers for 4.2 as i can only find them included in 4.1 more hardware ++
Trantor Posted October 13, 2013 Author #14 Posted October 13, 2013 any chance of some Nforce drivers for 4.2 as i can only find them included in 4.1 more hardware ++ If you mean nvidia network support it's already include inside the 4.2-3211 repack
totalnas Posted October 14, 2013 #15 Posted October 14, 2013 Hi, Simple suggestion: Please, add all drivers related to virtualization. Several of them are included in the source of the Linux kernel. This will facilitate the deployment inside VMware, Hyper-V and Virtualbox. Best!
Kanedo Posted October 15, 2013 #16 Posted October 15, 2013 Really dying for a full support of LSI RAID cards 9211 in particular, with the ability to install and boot XPEnology form attached drives. I own a LSI 9211-4i, unfortunately for now it's not possible to install DSM on drives attached to it, but disks are detected in DSM when it's installed on a drive connected to the motheboard. Yesterday I build a test version with mpt2sas driver built-in the kernel and not loaded as module.... no yet tested on my system ^^ Trantor, What is the reason we cannot install DSM to LSI attached drives? Is it the because the mpt2sas.ko is being loaded too late in the boot process? I would assume if it's a built-in module instead of LKM it should work just fine. Sorry, I don't have my LSI 9211-8i at the moment to test this theory. It's currently in storage. What I do know is that the sata_mv started behaving correctly once you made that a built-in module. When it was LKM, it got loaded too late in the boot-up process that it left raid-1 partition in degraded mode each time after a reboot. When it was a built-in module, all problems went away. I'm looking forward to your next build when both the patched sata_mv and generic mpt2sas are both built-in modules.
totalnas Posted October 15, 2013 #17 Posted October 15, 2013 Hi, Request: ASIX AX88179 USB 3.0 Gigabit Ethernet This implies add the xHCI driver !!
Trantor Posted October 15, 2013 Author #18 Posted October 15, 2013 Hi,Simple suggestion: Please, add all drivers related to virtualization. Several of them are included in the source of the Linux kernel. This will facilitate the deployment inside VMware, Hyper-V and Virtualbox. Best! Can you make a list of required options to build ? I read in the hyper-v that the built-in drivers are staging are very buggy... Request: ASIX AX88179 USB 3.0 Gigabit Ethernet This implies add the xHCI driver !! If I'm right xHCI is handle by xhci-hcd module which is already included Linux driver for this device is available here : http://www.asix.com.tw/products.php?op= ... 131;71;112 Will be in the next testing build EDIT: In the readme we can see: Note: Please make sure the kernel is built with one of the "Support for Host-side, EHCI, OHCI, or UHCI" option support. I'm looking forward to your next build when both the patched sata_mv and generic mpt2sas are both built-in modules. Patched sata_mv is built-in kernel in repack 4.2-3211 v1.2 Unfortunately I built the mpt2sas inside the kernel and same issue Configuration lost after Syno Assistant reboot the system.
totalnas Posted October 16, 2013 #19 Posted October 16, 2013 Hi,Simple suggestion: Please, add all drivers related to virtualization. Several of them are included in the source of the Linux kernel. This will facilitate the deployment inside VMware, Hyper-V and Virtualbox. Best! Can you make a list of required options to build ? I read in the hyper-v that the built-in drivers are staging are very buggy... Not the full list, only a few: * For VMWARE: - PVSCSI: vmw_pvscsi.ko - VMXNET3: vmxnet3.ko - VMCI: vmw_vmci.ko & vmw_vsock_vmci_transport.ko - Ballon: vmw_balloon.ko * For Hyper-V: - Device Drivers --> Network device support --> "Microsoft Hyper-V Virtual Network Support" - Device Drivers --> Microsoft Hyper-V guest support --> "Microsoft Hyper-V utilities driver" & "Microsoft Hyper-V Ballon driver" - Device Drivers --> HID Support --> Special HID Drivers --> "Microsoft Hyper-V mouse driver" * For VirtualBox: - vboxguest.ko - vboxsf.ko - vboxvideo.ko * for KVM support: - CONFIG_VIRTIO_PCI=y (Virtualization -> PCI driver for virtio devices) - CONFIG_VIRTIO_BALLOON=y (Virtualization -> Virtio balloon driver) - CONFIG_VIRTIO_BLK=y (Device Drivers -> Block -> Virtio block driver) - CONFIG_VIRTIO_NET=y (Device Drivers -> Network device support -> Virtio network driver) - CONFIG_VIRTIO=y (automatically selected) - CONFIG_VIRTIO_RING=y (automatically selected) After a kernel with all modules enabled will be more easy to add a "tools" package for guest shutdown and other commands. Futhermore, the performance improvement with paravirtualization it's a must have!
echris Posted October 17, 2013 #20 Posted October 17, 2013 Hi, Just installed the 4.2.3211 version on my ASROCK 4core-dual VSTA, but it doesn't have gigabit lan. I've got a dlink card DGE-528T but not recognize. Could you make this device work with your build. Thank you very much
Trantor Posted October 17, 2013 Author #21 Posted October 17, 2013 Thank totalnas for the list I've got a dlink card DGE-528T but not recognize. I got this card too. It's a shitty realtek chip + firmware Try to build this fews weeks ago but no luck.... To be honest I organize a lan party this week end, so I do not have much time to spent on XPEnology for now. But I promess, next week I try to make a testing with all things listed above
echris Posted October 17, 2013 #22 Posted October 17, 2013 Thank totalnas for the list I've got a dlink card DGE-528T but not recognize. I got this card too. It's a shitty realtek chip + firmware Try to build this fews weeks ago but no luck.... To be honest I organize a lan party this week end, so I do not have much time to spent on XPEnology for now. But I promess, next week I try to make a testing with all things listed above Ok thank you very much, have a nice weekend
Trantor Posted October 17, 2013 Author #23 Posted October 17, 2013 I found that realtek firmwares binaries are available in firmware-realtek package (debian). I will test with these
echris Posted October 18, 2013 #24 Posted October 18, 2013 I found that realtek firmwares binaries are available in firmware-realtek package (debian).I will test with these Hi, Great, because without a 1 Gb lan, it's not optimal for transferring datas. So if you can make the dlink card working with your release, i would be a very happy man. Thank you
echris Posted October 19, 2013 #25 Posted October 19, 2013 Seems, this card woks with DS3612xs DSM 4.1 build 2668++ I'll try and tell you. Edit : can't install
Recommended Posts