Jump to content
XPEnology Community

Trantor

Developer
  • Posts

    583
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Trantor

  1. I end up buying the TP-Link NIC and it works perfectly. The built-in NICs are detected after boot, but is like the driver does not work because they don't auto assign an address when ethernet is plugged in.

     

    So, definitely, there is something wrong with the PAT file and the built-in NIC. Even though I would still like to use them, the TP-Link will do. Maybe there is something I can tweak now that I can access the system.

     

    Since you have now access to the system check /var/log/message and dmesg to see if anything goes wrong with intel igb driver.

    Remove loglevel parameter from boot command line in grub (syslinux.cfg) in order to have more information display on screen.

    Try to unload / reload igb driver:

    rmmod igb

    insmod /lib/modules/igb.ko

    Try to un-plug / plug the cable to see what's happening.

  2. And what about the NVMe driver, can we see it in the new release?

    It can be found in kernel configuration: Device Drivers -> Block devices -> NVM Express Block Device

     

    Done. NVMe support added (nvme module loaded at boot)

     

    @Seb@tien and @mavi : I don't have dvb adapter to test but next release (5644.5) should fix it

     

    @jansjobe : I will look to add most common HighPoint adapters, but it will not be included in 5644.5 build.

     

    @changlimchoe: Same as above

     

    @4got20: Please read viewtopic.php?f=2&t=10973

     

     

    @ALL : Next release will be available very soon :smile:

    - iSCSI works (block and files)

    - Time Backup fixed

    - VirtualBox package works

    - Add device mapper mirror (dm-mirror, dm-log and dm-region-hash modules)

    - Add NVMe support

    - Add evdev and button module to boot sequence

    - Update mpt3sas, aacraid, e1000e (I219 support), bnx2, bnx2x, megaraid_sas drivers

     

    Migration from 5592 to 5644 keeps iSCSI lun/target, data and volumes : OK

  3. Just an update. I retry installing Xpenoboot using the previous version (5592) and I had the same results. Everything worked flawless when booted (1000Mbps) and when uploading the PAT file. However, when the system was rebooted to complete the installation, it came back with only 10Mbps and unable to connect due to timeout.

     

    Would it be beneficial to attempt upgrading the firmware on those NICs?

     

    I was looking at maybe buying the TP Link card if there is no way of getting the onboard NICs working.

     

    Did you try both ports ?

    When booting, when GRUD shows up edit the boot command line and remove loglevel=0 in order to see more information on screen.

    When DSM is installed log in via console, try to unload driver and reload it:

    rmmod igb

    insmod /lib/modules/igb.ko

     

    Check the logs /var/log/message and/or dmesg to see what's happening.

  4. I was thinking that it could potentially be a NIC issue. So, i booted from a live CD and found that the NICs are Intel 82576 (rev01). Additionally, when the server is rebooting, as well as on this live CD, the connection is at 1Gbps (1000Mbps). I have a Ubiquiti switch and is set for autonegotiation. So, I don't think it is a compatibility issue especially because the connection works fine just before the manual setup (installing PAT file).

     

    Intel 82576 adapters are supported by the igb driver.

    DELL provide normal igb without anything "exotic".

    XPEnoboot 5644 have igb v5.3.3.2 (2015-09-12)

     

    Can you test with XPEnoboot 5592 which have igb v5.0.6 (2013-09-17).

     

    The weird thing is that igb v5.2.17 should fix a transmit hangs on 82576 issue : http://sourceforge.net/projects/e1000/f ... le/5.2.17/

  5. aacraid, mpt3sas, bnx2 and bnx2x have been updated to the latest version in the dev build :smile:

     

    I have a Fujitsu PRAID CP400i which actually has a LSI SAS3008 chip on in, but either the mpt3sas or the megaraid_sas are working. Cant see any drives in the storage manager. So I think its a driver problem.

     

    Dirvers can be found here:

     

    http://support.ts.fujitsu.com/Download/ ... =0&NavIDs=

     

    Thanks for any help

     

    I found some informations on fujitsu website:

    PRAID CP400i (D3307) (PCIe to 8-port SAS-3.0 RAID HBA (LSI 3008)) (driver megaraid_sas)
    PRAID EP400i (D3216) (PCIe to 8-port SAS-3.0 RAID HBA (LSI 3108)) (driver megaraid_sas)
    PRAID EP420i (D3216) (PCIe to 8-port SAS-3.0 RAID HBA (LSI 3108)) (driver megaraid_sas)
    PRAID EP420e (PCIe to 8-port SAS-3.0 RAID HBA (LSI 3108)) (driver megaraid_sas)
    PSAS CP400e (PCIe to 8-port SAS-3.0 HBA (LSI SAS3008)) (driver mpt3sas) 

     

    Your adapter is supported by the megaraid_sas driver.

    I think the version included in XPEnoboot is not enought recent to support your card.

    I will look to update it.

  6. Hi Trator,

     

    could you please compile the driver for the D-Link DXE-820T (dualport 10G copper nic)...

    i got some cheap so i think about using them..

     

    the official package can be downloaded finalle from here

     

    ftp://ftp.dlink.de/dxe/dxe-820t/driver_ ... 160122.zip

     

    thx

    snoopy78

     

    The driver provided in this package is the broadcom bnx2x driver v1.710.39 (2014/06/02).

    The version of bnx2x driver in XPEnoboot is v1.78.17-0 (2013/04/11).

    We need to update it to the latest version v1.713.02 (2015/11/02) but broadcom bnx2 and bnx2x are little touchy to update :geek:

  7. Trantor, I think the driver for Synology E10G15-F1 10G are missing the the current DS3615xs5.2-5644.4 release, which they the drivers as the card is working well DS3615xs 5.1-5055.1 and are still mentioned here http://xpenology.me/compatible/. I think the Synology NIC is a second source of this one: http://www.tehutinetworks.net/?t=LV&L1=3&L2=0&L3=0&L7=5 and it's drivers are part of the LINUX kernel, which I confirmed with installing Debian 8.

     

    Regards, Werner

     

    This is strange because if I'm right the Synology E10G15-F1 10G adapter is supported by the tn40xx driver which is included and loaded on 5.2-5644 builds.

  8. STORAGE

     

     

    SATA

     

    Intel

    ata_piix : Intel ICH5/6/7/8/9/10 SATA support and Intel ESB/ICH/PIIX3/PIIX4 PATA support

     

    Marvell

    sata_mv : Marvell Serial ATA 88SX[56]0[48][01] PCI(-X), [67]042 PCI-X/PCIe and SOC devices.

     

    NVIDIA

    sata_nv : NVIDIA SATA support

     

    Promise

    sata_sx4 : Promise SATA SX4 support

    sata_promise : Promise Serial ATA TX2/TX4

     

    ServerWorks

    sata_svw : ServerWorks Frodo / Broadcom/ Apple K2 SATA support

     

    Silicon Image

    sata_sil24 : Silicon Image 3124/3132 SATA support

    sata_sil : Silicon Image SATA support

     

    SiS

    sata_sis : SiS SATA 964/965/966/180 and PATA 180 support

     

    ULi

    sata_uli : ULi Electronics SATA support

     

    VIA

    sata_via : VIA SATA support

     

    Vitesse

    sata_vsc : VITESSE VSC-7174 / INTEL 31244 SATA support

     

     

    PATA

     

    AMD/Nvidia

    pata_amd : support for the AMD and NVidia PATA interfaces

     

    JMicron

    pata_jmicron : JMicron IDE controller support

     

    SiS

    pata_sis : SiS PATA support

     

    VIA

    pata_via : VIA PATA support

     

     

    SCSI/SAS

     

    3ware

    3w-9xxx : 3ware 9xxx SATA-RAID support

    3w-sas 3ware 97xx SAS/SATA-RAID support

     

    Adaptec

    aacraid : Adaptec AACRAID support (Dell PERC2, 2/Si, 3/Si, 3/Di, HP NetRAID-4M, IBM ServeRAID & ICP SCSI), HBA 1000 series

    aic94xx : Adaptec AIC94xx SAS/SATA support

     

    ARECA

    arcmsr : ARECA (ARC11xx/12xx/13xx/16xx) SATA/SAS RAID Host Adapter

     

    HighPoint

    hptiop : HighPoint RocketRAID 3xxx/4xxx Controller support

     

    HP

    cciss : Smart Array 5300 5312 532 5i 6400 6400EM 641 642 6422 6i E200 E200i E500 P600 P400 P400i P700m P800

    hpsa : Smart Array P212 P410 P410i P411 P812 P712m P711m ; (Gen6/7 Controllers)

    hpsa : Smart Array P222 P420 P420i P421 P822 P220i P721 ; (Gen8 Controllers)

    hpsa : Smart Array P430 P430i P431 P830 P830i P831 P731m P230i P530 P531 ; (Gen8.5 Controllers)

    hpsa : Smart Array P440 P441 P840 P440ar P244br H240 H241 H240ar H244br ; (Gen9 Controllers)

    hpsa : HP StorageWorks 1210m P1224 P1228 P1228m P1224e P1228e P1228em

     

    IBM

    ips : IBM ServeRAID support

     

    LSI

    megaraid_sas : MegaRAID SAS 9361-8i/9361-4i9341-8i/9341-4i/9380-8e/9380-4i4e/9270-8i9271-4i/9271-8i/9271-8iCC

    megaraid_sas : 9286-8e/9286CV-8e/9286CV-8eCC/9265-8i/9285-8e/9240-4i/9240-8i/9260-4i/9260CV-4i/9260-8i/9260CV-8i

    megaraid_sas : 9260DE-8i/9261-8i/9280-4i4e/9280-8e/9280DE-8e/9280-24i4e/9280-16i4e/9260-16i/9266-4i/9266-8i/9285CV-8e

    mpt2sas : LSI SAS 6Gb/s Host Adapters SAS2004, SAS2008, SAS2108, SAS2116, SAS2208, SAS2308 and SSS6200

    mpt3sas : LSI SAS 12Gb/s Host Adapters SAS3004, SAS3008, SAS3108

     

    Marvell

    mvsas : Marvell 88SE64XX/88SE94XX SAS/SATA support (SAS/SATA 3Gb/s PCI-E 88SE64XX and 6Gb/s PCI-E 88SE94XX)

  9. This list is based on the drivers loaded in XPEnoboot 5.2-5967.1 (17/07/2016)

    If something is missing request it HERE

     

    EDIT 17/07/2016 : Add details according 5967.1 release (pata_amd, pata_jmicron, hpsa, cciss, ixgbe, r8101, r8169, r8168) + add more details for ata_piix

     

    NETWORK

     

    AMD

    amd8111e : AMD 8111 (new PCI LANCE)

    pcnet32 : AMD PCnet32 PCI

     

    Asix

    asix : ASIX AX88xxx Based USB 2.0 Ethernet Adapters

    ax88179_178a : ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet

     

    Atheros / Qualcomm

    atl1 : Atheros/Attansic L1 Gigabit Ethernet

    atl1c : Atheros L1C Gigabit Ethernet

    atl1e : Atheros L1E Gigabit Ethernet

    atl2 : Atheros L2 Fast Ethernet

    alx : Qualcomm Atheros AR816x/AR817x

     

    Broadcom

    b44 : Broadcom 440x/47xx

    bnx2 : Broadcom NetXtremeII BCM5706/BCM5708/5709/5716

    bnx2x : Broadcom NetXtremeII 10Gb BCM57710/BCM57711/BCM57711E/BCM57712

    tg3 : Broadcom Tigon3 BCM5705/BCM5703/BCM5702/BCM5701/BCM5700/BCM5721/BCM5751/BCM5788/BCM5704/BCM5752/BCM5789

    tg3 : BCM5723/BCM5761/BCM5787/BCM5755/BCM5722/BCM5754/BCM57781/BCM57785/BCM5718BCM57765/BCM57761

    tg3 : BCM5719/BCM5725/BCM5762/BCM5720/BCM57790/BCM57795/BCM57766/BCM57780

     

    Brocade

    bna : Brocade 1010/1020 10Gb Ethernet

     

    Chelsio

    cxgb : Chelsio 10Gb Ethernet

    cxgb3 : Chelsio Communications T3 10Gb

    cxgb4 : Chelsio Communications T4 Ethernet

     

    Cisco

    enic : Cisco VIC Ethernet NIC

     

    HP

    hp100 : HP 10/100VG PCLAN (ISA, EISA, PCI)

     

    Intel

    e100 : Intel PRO/100+

    e1000 : Intel PRO/1000 CT/F/GT/MF/MT/T/XF/XT 82543GC/82546EB/82545EM/82540EM/82540EP/82544GC/82544EI/82547EI/82541EI

    e1000 : 82545GM/82546GB/82541ER/82547GI/82541GI/82541PI/82566MM/82566MC/82566DM/82566DC/82563EB/82564EB/82562

    e1000e : 82573L/82572EI/82571EB/82573E/82573V/82567/82574L/82566MM/82566MC

    e1000e : 82566DM/82566DC/82563EB/82574IT/82583V/82579LM/82579V/82577LC/82577LM

    e1000e : 82578DC/82578DM/Gigabit CT Desktop Adapter/PRO/1000 PT/PF/I217-LM/V/I218-V/LM/I219 LM/V

    igb : 82576EB/82576NS/82580EB/82575EB/Gigabit ET/ET2/EF/VT

    igb : I350-AM4/I350-BT2/I350-AM2/I350-T2/I350-T4/I350-F2/I350-F4

    igb : I340-F4I340-T4/I210-AT/I210-IS/I210-IT/I210-T1/I210-AS/I210-CS

    ixgbe : Intel 10 Gigabit AF DA/AT/AT2/CX4/XF LR/XR/82599EB/82598EB/82599ES/82599EN

    ixgbe : X540-T1/X540-T2/540-AT2/X520-SR1/X520-SR2/X520-DA2/X520-LR1/X520-DA1/X520-DA4/X520-QDA1/X520-T2 X550-BT2/AT/AT2 X550-T1/T2

    i40e : Intel 40 Gigabit X710-AM2/XL710-AM1/XL710-AM2/X710-DA2/X710-DA4/XL710-QDA1/XL710-QDA2

     

    JMicron

    jme : JMicron® PCI-Express Gigabit

     

    Marvell

    skge : Marvell Yukon Gigabit Ethernet

    sky2 : Marvell Yukon 2 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21

     

    Microsoft Hyper-V

    hv_netvsc : Microsoft Hyper-V virtual network driver

     

    Mellanox

    mlx4_en : Mellanox Technologies 10Gbit Ethernet

     

    NVIDIA

    forcedeth : nForce Ethernet

     

    QLogic

    qla3xxx : QLogic QLA3XXX Network Driver

    qlcnic : QLOGIC QLCNIC 1/10Gb Converged Ethernet

    qlge : QLogic QLGE 10Gb Ethernet

     

    Realtek

    r8101 : RTL8100E/RTL8101E/RTL8102E-GR/RTL8103E(L) RTL8102E(L)/RTL8101E/RTL8103T RTL8401/RTL8401P/RTL8105E RTL8402/RTL8106E/RTL8106EUS

    r8168 : RTL8111B/RTL8168B/RTL8111/RTL8168 RTL8111C/RTL8111CP/RTL8111D(L) RTL8168C/RTL8111DP/RTL8111E

    r8168 : RTL8168E/RTL8111F/RTL8411 RTL8111G/RTL8111GUS/RTL8411B(N) RTL8118AS

    r8169 : RTL8110SC(L) RTL8110S/RTL8110SB(L)/RTL8169SB(L)/RTL8169S(L)/RTL8169

    r8150 : USB RTL8150 based Ethernet device

    r8152 : RTL8152/RTL8153 Based USB 2.0/3.0 Ethernet Adapters

     

    SiS

    sis900 : SiS 900/7016

    sis190 : SiS190/SiS191

     

    VIA

    via-rhine : VIA Rhine

    via-velocity : VIA Velocity

     

    Virtio

    virtio_net : Virtio network driver

     

    VMware

    vmxnet3 : VMware VMXNET3 ethernet driver

  10. Sorry. I have not tried any other OS.

     

    I am currently in the middle of upgrading all the eight hard drives in my volume to 8TB drives. It is very slow, taking about 5 days for each drive. When I am done with this current drive, I can attempt to boot in to Ubuntu LiveUSB.

     

    In order to speed up the process you can tweak some values:

     

    http://www.pro-blog.com/fix-synology-lo ... ild-times/

    http://www.simplicate.info/2014/05/07/s ... expansion/

  11. Hello.

     

    Yes. As I previously wrote, XPEnoboot 5,1-5055 will work with all SATA ports, but only when set to IDE mode. If set to AHCI mode, the "=trigger device plug event=" issue will appear.

     

    I am currently using XPEnoboot 5,2-5592 with the Marvell 9172 disabled and BIOS set to AHCI mode.

     

    Thank you for looking in to this.

     

    Thank for this feedback :smile:

     

    Did you try an other Linux distribution like Debian or Ubuntu to see if all SATA ports work in AHCI mode ?

  12. Nice work Aigor :smile:

    Thank you :grin: but we ar far from to have something usable :sad:

    I had to compile kernel,it's' not enough patch kernel and make modules, but my kernel can't boot into synology system because xpenology use a patched kernel from sancome and others users.

    i need their help to start one test.

     

    What settings do you need to be build/added to the kernel ?

  13. Hello.

     

    Would it be possible to fix the Marvell SE9172 SATA controller? Users of the ASRock C2550D4I and C2750D4I have had to disable this controller to get XPEnoboot to boot.

     

    Thanks in advance!

    +1

    I can confirm that I can use intel and marvell 9230 in AHCI mode without any issues When marvell 9172 is disabled.

     

    But, I did some more testing :smile:

     

    I have now tried all configs that I could think of, and I only found One middle ground, Marvell SE9172+Intel C2750 SATA3 Don't Mix. But they Did all work in Nanoboot.

     

    I used 5.2-5644.1 for testing.

     

    SE9230+SE9172 = Working

    SE9230+C2750 SATA2+C2750 SATA3 = Working

    SE9172+C2750 SATA3 = NOT Working

    SE9230+SE9172+C2750 SATA2+C2750 SATA3 = NOT Working

    SE9230+SE9172+C2750 SATA2 = Working

    C2750 SATA2+C2750 SATA3 = Working

    C2750 SATA3 = Working

    C2750 SATA2 = Working

    SE9172 = Working

    SE9230 = Working

     

    I didn't find any indications that IDE or AHCI made any difference.

     

    So to sume up, when I enable Marvell SE9172 and the two SATA3 ports on the Intel C2750 Controller at the same time, I get this boot hang issue "=trigger device plug event="

     

    Hope this helps.

    Just wanted to report my experiences with the C2550D4I.

     

    My system:

    - ASRock C2550D4I with 4x1GB DDR3 ECC RAM

    - Silverstone DS380

    - Hard drives: 3x8TB, 2x3TB, 3x2TB (8x8TB soon) on all the internal SATA3 controllers

    - XPEnoboot 5.1-5055

     

    BIOS Config:

    - Advanced > Super IO Configuration > Serial Port 1 Configuration > Serial Port (Disabled)


    - Advanced > Super IO Configuration > SOL Configuration > Serial port (Disabled)

    - Intel RC Setup > South Bridge Chipset Configuration > SATA 3 Configuration > SATA Mode Selection = IDE

     

    What works:

    1, All SATA controllers, so it is possible to have 12 hard drives connected.

    2. Both Intel LAN ports.

     

    What doesn't work:

    1. Wake on LAN.

     

     

    I also tested with XPEnoboot 5.2-5592 before reverting to 5.1-5055. Here are my experiences with it.

     

    What works:

    1. All the SATA3 controllers, so it is possible to have 8 hard drives connected.

    2. Both Intel LAN ports.

     

    What doesn't work:

    1. The SATA2 controllers, so you will lose the ability to connect 4 hard drives.

     

    Can someone confirm having ALL SATA ports working in AHCI and/or IDE mode with previous XPEnoboot 5.1 release or other builds (nanoboot/gnoboot) ?

    Please only post precise and detailed information that help us to fix the "=trigger device plug event=" issue.

  14. Hopefully someone will be able to assist you further and the eventually see if we can get it into the mainstream builds :smile:

    I hope :grin: i think would be awesome if we could use Fibre Channel instead ISCSI or both to cover several systems.

     

    Have no idea how to add FC support for now.

    Can you give me informations about what to add in order to get your FC adapter to works (beside the driver itself of course ^^)

    What do you really need with FC ? Feature like FCoE ?

  15. Hi,

     

    Excuse me for duplicate posting (viewtopic.php?f=2&t=5026&start=1670#p51762).

     

    I only like to request for include all LVM drivers. These are missing at time: dm-log.ko; dm-region-hash.ko; dm-mirror.ko

     

    Thank you!

     

    Duplicated yes :mrgreen:

     

    Drivers to make the built in wifi card of the GA-H97N-WIFI motherboard work possible?
    My ASUS USB-N16 in the Synology Compatibility list not run ...

     

    For the moment we are focus on fixing bugs like iscsi, Time Backup, VirtualBox, Poweroff by button...

    Next we will focus on wifi and dvb support :smile:

  16. If i have some free time tomorrow, i'll setup a vm with 5644.4 and a pptp vpn and test it.

     

    Sorry but like I said before, I can't get PPTP to works with any build at all.

    Even tried VM and bare metal setup.

     

    Which version of bootloader you are using?

     

    Sorry but like I said before, I can't get PPTP to works with any build at all.

    Tested with 5592.2, 5644.1 and 5644.4. Even with dev release I can't get PPTP to works.

  17.  

    But, I need to say none of the two Lan worked on the live debian 8 (I can't access to the net).

     

     

    If none of your both cards work with debian8, there is something wrong with your setup.

    You said that you have switched bios chip ? Maybe an IRQ issue or something like that.

     

    My test machine have RTL8101E and RTL8168D/8111D chip and both are working in 5.x builds.

     

    EDIT:

    After checking the content of synoboot-4.3-3810 release it only include r8168 and r8101 driver not the r8169.

     

    Test booting with 5.2-5644.4 and/or 5.2-5592 and add rmmod=r8169 to GRUB / syslinux.cfg /isolinux.cfg

    This will unload r8169 driver and let r8168 to handle your card.

     

    Like I said before 5644.4 include "new" r8169 driver. It shouldn't create conflict with r8168/r8101 like the one present on previous releases.

×
×
  • Create New...