Jump to content
XPEnology Community

badbad2000

Member
  • Posts

    34
  • Joined

  • Last visited

Posts posted by badbad2000

  1. Hi i have running fine with LSI LSI 9207-8i and a 2 port 1G card. But recently I changed the network card to a X550-T2 10G card, it caused the LSI crashed or not detected.

    If both are in, my hdd and volume will not show. but the 10G interfaces all ok.

    If I removed the 10G card, the LSI is ok.

    If I run the synology on top of esxi 6.7 I can detected both card. But after i passthru them, the LSI will crashed after sometime and become not passthru again.

    I changed to run bare metal, as long as the X550 card is in, my volume cant be detected, I only managed to get it detected once but after reboot is gone again.

     

    Any idea? how should I troubleshoot this?

     

    - DSM version prior update: DSM 6.2.2

    - Loader version and model: v1.04b - 918+

    - Using custom extra.lzma: NO

    - Installation type: BAREMETAL -

    mb: asrock z370m pro4

    cpu: i7-8700

    LSI 9207-8i

    X550-T2 network card

    Additional comments: volume not detected, LSI not working after change to X550-T2. 

     

     

  2. I have install using DSM_DS918+_23824.pat with DSM6.2.1

    I have problem on the harddisk health info. it shown "access error", "fail to fetch smart information

    any idea how to solve it?

     

    I am using esxi 6.7

  3. Hi

    DS3615xs 6.1 Jun's Mod V1.02-alpha-TEST has fixed my on board Ethernet issue but the LSI 9207-8i not detected.

    Is LSI 9207-8I supported yet?

     

    I am using esxi 6 because the 6.5 don't let me put my usb Ethernet as management interface permanently.

     

     

    Do you have the download link for V1.02-alpha-TEST ?

     

    look for post early mar.

     

    I solved my problem because I didn't plug in the sata cables to the LSI card. lol.

  4. Hi

    DS3615xs 6.1 Jun's Mod V1.02-alpha-TEST has fixed my on board Ethernet issue but the LSI 9207-8i not detected.

    Is LSI 9207-8I supported yet?

     

    I am using esxi 6 because the 6.5 don't let me put my usb Ethernet as management interface permanently.

  5. My mobo nic I211 not working with Jun loader. So I build esxi 6 with vcenter and configured the lacp on vds. However, when I boot the loader on the on lacp uplink it doesn't work. I think dsm don't support it. But if I use only a vmnet for 1 nic then is working.

     

    Anyone have experience on this? How can I solve this?

  6. Will update 2.3 include a working driver for the LSI 92078i (based on the SAS2308 controller)? When I tried V2.2 my volume became invisible (--> viewtopic.php?f=2&t=24308&start=210#p82586). And is there any chance to get the Intel X520-DA2 working? Since DSM 6 (Jun's Loader and config tool) I can't use this card anymore, I get this error: "ixgbe unsupported_sfp_notify proc entry initialized" (--> viewtopic.php?f=2&t=20095&p=79713&hilit=sfp+unsupported#p79713).

     

    Cheers

     

    I also ordered a LSI 9207-8i, hope this can be supported in 2.3

     

     

    Sent from my iPad using Tapatalk

  7. Will update 2.3 include a working driver for the LSI 92078i (based on the SAS2308 controller)? When I tried V2.2 my volume became invisible (--> viewtopic.php?f=2&t=24308&start=210#p82586). And is there any chance to get the Intel X520-DA2 working? Since DSM 6 (Jun's Loader and config tool) I can't use this card anymore, I get this error: "ixgbe unsupported_sfp_notify proc entry initialized" (--> viewtopic.php?f=2&t=20095&p=79713&hilit=sfp+unsupported#p79713).

     

    Cheers

     

    I also ordered a LSI 9207-8i, hope this can be supported in 2.3

     

     

    Sent from my iPad using Tapatalk

  8. I need to use this command to unpack and pack back the igb.ko?

     

    unlzma  -c ../extra.lzma | cpio -im
    find . | cpio -o -H newc | lzma > ../extra_new.lzma

     

    The first line decompress lzma archive and cpio command extract files to current directory.

     

    The second line pack all files and directories in current directory to cpio format and then apply lzma compression on it

     

    anyone can explain what is the cpio means?

     

    :arrow:https://en.wikipedia.org/wiki/Cpio

     

    Hi Arcao,

    when I extract the ramdisk.lzma, I got the data is corrupt. But it not with extra.lzma

     

    # unlzma -c ../ramdisk.lzma | cpio -im

    unlzma: ../ramdisk.lzma: Compressed data is corrupt

    45997 blocks

  9. MOBO:GA-H170N-WIFI

     

    I manually load different version of module also doesn't work. tried 5.3.3.2, 5.3.4.4, 5.3.5.4

    rmmod /lib/module/igb.ko

    insmod /lib/module/igb.ko

     

    modified the sequence in /etc/rc.modules still the e1000e will load before igb.

     

    in ramdisk, which file can control the sequence of loading the modules?

    can I do the repack also with ramdisk? maybe I just remove the e1000e.ko and igb.ko inside then repack it again.

  10. look like insmod only load after. Even I copy igb.ko with lower version to /lib/modules still it load the latest version.

     

    I need to use this command to unpack and pack back the igb.ko?

     

    unlzma  -c ../extra.lzma | cpio -im

    find . | cpio -o -H newc | lzma > ../extra_new.lzma

     

    anyone can explain what is the cpio means?

  11. Hi Jun,

     

    It seems load the latest drivers 5.3.5.4

     

    [sun Nov 20 15:23:03 2016] Intel(R) Gigabit Ethernet Network Driver - version 5.3.5.4
    [sun Nov 20 15:23:03 2016] Copyright (c) 2007-2015 Intel Corporation.
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: irq 141 for MSI/MSI-X
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: irq 142 for MSI/MSI-X
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: added PHC on eth1
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: eth1: (PCIe:2.5GT/s:Width x1)
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0 eth1: MAC: 1c:1b:0d:63:b9:38
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: eth1: PBA No: Unknown
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: LRO is disabled
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)

     

     

    I unplug the eth0 and plug into eth1 and eth1 cant get IP from DHCP. Later I change back to eth0.

     

    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: irq 141 for MSI/MSI-X
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: irq 142 for MSI/MSI-X
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: added PHC on eth1
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: eth1: (PCIe:2.5GT/s:Width x1)
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0 eth1: MAC: 1c:1b:0d:63:b9:38
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: eth1: PBA No: Unknown
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: LRO is disabled
    [sun Nov 20 15:23:03 2016] igb 0000:03:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
    [sun Nov 20 15:27:32 2016] igb 0000:03:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    [sun Nov 20 15:29:04 2016] igb 0000:03:00.0 eth1: igb: eth1 NIC Link is Down

     

    I also tried to recompile the module and copy to /lib/modules and use insmod in /etc/rc.local. Still not working.

     

    Below is from my 5.2 which is using older version of igb

    [sun Nov 20 15:47:58 2016] Intel(R) Gigabit Ethernet Network Driver - version 5.3.3.2
    [sun Nov 20 15:47:58 2016] Copyright (c) 2007-2015 Intel Corporation.
    [sun Nov 20 15:47:58 2016] igb 0000:03:00.0: irq 138 for MSI/MSI-X
    [sun Nov 20 15:47:58 2016] igb 0000:03:00.0: irq 139 for MSI/MSI-X
    [sun Nov 20 15:47:58 2016] igb 0000:03:00.0: added PHC on eth1
    [sun Nov 20 15:47:58 2016] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
    [sun Nov 20 15:47:58 2016] igb 0000:03:00.0: eth1: (PCIe:2.5GT/s:Width x1)
    [sun Nov 20 15:47:58 2016] igb 0000:03:00.0 eth1: MAC: 1c:1b:0d:63:b9:38
    [sun Nov 20 15:47:58 2016] igb 0000:03:00.0: eth1: PBA No: Unknown
    [sun Nov 20 15:47:58 2016] igb 0000:03:00.0: LRO is disabled
    [sun Nov 20 15:47:58 2016] igb 0000:03:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)

     

    Maybe not latest drivers always good... let me try to compile again using this version.

     

    Should I repack the extra.lzma or insmod is fine?

  12. maxrogers said:
    Adding my voice to the 4 others that have commented in this thread who have Intel i210 network cards who cannot get this loader to activate our network cards. (

     

    I am guessing the i210 drivers are not included in this loader...

     

    Is there anyone that can add Intel i210 drivers for us? :grin:

    you can try to load the extra.lzma first if this is working for the i210.

     

    initrd $img/ramdisk.lzma $img/$extra_initrd

    chg to

    initrd $img/$extra_initrd $img/ramdisk.lzma

     

  13. i have installed esxi 6 with USB boot up.

    I am thinking of using controller passthru with either below HBA card.

     

    LSI LOGIC SAS 9207-8i Storage Controller LSI00301

    Supermicro AOC-SAS2LP-MV8

     

    Which one should I get or have other recommendation?

    Is this card supported in xpenology 5.2 or 6?

    Can I use the on-broad controller for passthru? (esxi not able to view the on board controller in the passthru option)

     

    I also tried installed as bare-metal but the phpvitualbox not so reliable to use. so i want to change to the route of esxi.

    In bare-metal i can do link aggregation and achieve transfer speed of ~100MBps

     

    Hope to hear some advise before I buy.

  14.  

    Our kernel modules are saved in extra.lzma. To extract extra.lzma I use this bash script:

    #!/bin/bash
    rm -r extra
    mkdir extra
    cd extra
    unlzma  -c ../extra.lzma | cpio -im
    cd ..

     

    And for repack:

    #!/bin/bash
    cd extra
    find . | cpio -o -H newc | lzma > ../extra_new.lzma
    cd ..

     

    Kernel modules are loaded in order as they are defined in /etc/rc.modules:

    EXTRA_MODULES="mii mdio libphy atl1 atl1e atl1c alx uio ipg jme skge sky2 ptp_pch pch_gbe qla3xxx qlcnic qlge netxen_nic sfc e1000 pcnet32 vmxnet3 bnx2 libcrc32c bnx2x cnic e1000e igb ixgbe r8101 r8168 r8169 tg3 usbnet ax88179_178a button evdev"
    DISK_MODULES="BusLogic vmw_pvscsi megaraid_mm megaraid_mbox megaraid scsi_transport_spi mptbase mptscsih mptspi mptsas mptctl ata_piix megaraid_sas mpt2sas mpt3sas"
    EXTRA_FIRMWARES="tigon/tg3_tso5.bin tigon/tg3_tso.bin tigon/tg3.bin"

     

    For compiling modules from external sources i created symlink from kernel source root to /lib/modules/3.10.77/build. Then most of Makefiles will work without any change.

     

     

    Hi Arcao,

     

    to extract the kernel, should I run the bash file in chroot env or I should exit out first?

    is it compulsory to create the rc.modules? (What I did is I copies the intel drivers from 5.2 (which is working for my mobo) such as e1000e_new and igb_new to the intel drivers folder in this source kernel and compile it.)

     

    sorry for many questions, as this is my first time deal with kernel compilation in Linux.

  15. Just one question i need to compile tbs drivers to teste, where can i get the source you guys are using to compile modules??

     

     

    Hi,

     

    1) which Linux are you running to do compilation?

    2) do you run a Linux VM in your nas to do it or just the NAS OS itself? (the latest loader?)

    3) do you have problem install the debian chroot? (I don't seems get the apt-get works)

     

    i compile inside chroot, instaled on dsm 6.0.

    Chroot works, but as some problems, if you change your dns on dsm, it will not change on chroot, you have to do it manualy, thats your problem with apt-get wont work.

    look for nameserver and configure.

    To fix dns cp /etc/resolv.conf /chrootdir/etc/

     

    Sent from my SM-N920T using Tapatalk

     

    I did the modules but I have problem on extract lzma

    should I do it in chroot ?

  16. Just one question i need to compile tbs drivers to teste, where can i get the source you guys are using to compile modules??

     

    We use quicknick 3.10.77-7274 kernel source from https://github.com/quiknick/7274-kernel (newer is not available).

     

    Compilation kernel modules is easy (I found it how to do it in http://setsunakawa.ddns.net/synology/dsm6/developer-guide.pdf):

    cp synoconfigs/bromolow .config
    make ARCH="x86_64" oldconfig
    make ARCH="x86_64" menuconfig
    make ARCH="x86_64" modules

     

    Our kernel modules are saved in extra.lzma. To extract extra.lzma I use this bash script:

    #!/bin/bash
    rm -r extra
    mkdir extra
    cd extra
    unlzma  -c ../extra.lzma | cpio -im
    cd ..

     

    And for repack:

    #!/bin/bash
    cd extra
    find . | cpio -o -H newc | lzma > ../extra_new.lzma
    cd ..

     

    Kernel modules are loaded in order as they are defined in /etc/rc.modules:

    EXTRA_MODULES="mii mdio libphy atl1 atl1e atl1c alx uio ipg jme skge sky2 ptp_pch pch_gbe qla3xxx qlcnic qlge netxen_nic sfc e1000 pcnet32 vmxnet3 bnx2 libcrc32c bnx2x cnic e1000e igb ixgbe r8101 r8168 r8169 tg3 usbnet ax88179_178a button evdev"
    DISK_MODULES="BusLogic vmw_pvscsi megaraid_mm megaraid_mbox megaraid scsi_transport_spi mptbase mptscsih mptspi mptsas mptctl ata_piix megaraid_sas mpt2sas mpt3sas"
    EXTRA_FIRMWARES="tigon/tg3_tso5.bin tigon/tg3_tso.bin tigon/tg3.bin"

     

    For compiling modules from external sources i created symlink from kernel source root to /lib/modules/3.10.77/build. Then most of Makefiles will work without any change.

     

    As a build machine I use my nas with installed debian-chroot package. There I just installed build-essential, ncurses-dev and bc packages:

    sudo apt-get update
    sudo apt-get install build-essential ncurses-dev bc

     

    Hi,

     

    1) which Linux are you running to do compilation?

    2) do you run a Linux VM in your nas to do it or just the NAS OS itself? (the latest loader?)

    3) do you have problem install the debian chroot? (I don't seems get the apt-get works)

  17. I downgrade back to 5.2 as it gave both of my NIC working. Unless I don't mind keep as only 1 nic without link aggregation.

    Guess I will wait awhile until this newer loader more mature.

  18. I think after some testing, I realized my onboard Intel I211 is the one not working, which is eth1. Is the driver for I211 not supported?

    DSM can detect 2 lan but the eth1 never able to get IP from DHCP. the working one is eth0.

     

    2016-10-30T13:39:12+08:00 CALVIN-NAS kernel: [   12.315401] zram: module is from the staging directory, the quality is unknown, you have been warned.
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869241] e1000e: Intel(R) PRO/1000 Network Driver - 3.3.5-NAPI
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869242] e1000e: Copyright(c) 1999 - 2016 Intel Corporation.
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869339] e1000e 0000:00:1f.6: setting latency timer to 64
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869382] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869400] e1000e 0000:00:1f.6: irq 140 for MSI/MSI-X
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   14.355621] e1000e 0000:00:1f.6 eth0: registered PHC clock
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   14.355624] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 1c:1b:0d:63:b9:36
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   14.355625] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   14.355694] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.375642] igb 0000:03:00.0: irq 141 for MSI/MSI-X
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.375646] igb 0000:03:00.0: irq 142 for MSI/MSI-X
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416236] igb 0000:03:00.0: added PHC on eth1
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416238] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416239] igb 0000:03:00.0: eth1: (PCIe:2.5GT/s:Width x1)
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416240] igb 0000:03:00.0 eth1: MAC: 1c:1b:0d:63:b9:38
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416243] igb 0000:03:00.0: eth1: PBA No: Unknown
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416253] igb 0000:03:00.0: LRO is disabled
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416254] igb 0000:03:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.664852] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.664853] e1000: Copyright (c) 1999-2006 Intel Corporation.
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.746644] 2016-10-30 5:39:15 UTC
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.746648] Brand: Synology
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.746649] Model: DS-3615xs
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.746650] set group disks wakeup number to 4, spinup time deno 7
    2016-10-30T13:39:16+08:00 CALVIN-NAS kernel: [   15.924310] e1000e 0000:00:1f.6: irq 140 for MSI/MSI-X
    2016-10-30T13:39:16+08:00 CALVIN-NAS kernel: [   16.025096] e1000e 0000:00:1f.6: irq 140 for MSI/MSI-X
    2016-10-30T13:39:19+08:00 CALVIN-NAS kernel: [   18.872040] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx

     

     

    set vid=0x0781

    set pid=0x556C

    set sn=B1W4N42666

    set mac1=1C1B0D63B936

    set mac2=1C1B0D63B938

    set rootdev=/dev/md0

    set netif_num=2

    set extra_args_3615=''

     

    from BIOS:

    Intel I211 - 1C:1B:0D:63:B9:38

    Intel I219-V - 1C:1B:0D:63:B9:36

     

    Motherboard: GA-H170N-WIFI

     

    Using latest image v1.0 from Jun

     

    can help me out? is this driver issue or config issue?

  19. I think after some testing, I realized my onboard Intel I211 is the one not working, which is eth1. Is the driver for I211 not supported?

    DSM can detect 2 lan but the eth1 never able to get IP from DHCP. the working one is eth0.

     

    2016-10-30T13:39:12+08:00 CALVIN-NAS kernel: [   12.315401] zram: module is from the staging directory, the quality is unknown, you have been warned.
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869241] e1000e: Intel(R) PRO/1000 Network Driver - 3.3.5-NAPI
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869242] e1000e: Copyright(c) 1999 - 2016 Intel Corporation.
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869339] e1000e 0000:00:1f.6: setting latency timer to 64
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869382] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   13.869400] e1000e 0000:00:1f.6: irq 140 for MSI/MSI-X
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   14.355621] e1000e 0000:00:1f.6 eth0: registered PHC clock
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   14.355624] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 1c:1b:0d:63:b9:36
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   14.355625] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
    2016-10-30T13:39:14+08:00 CALVIN-NAS kernel: [   14.355694] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.375642] igb 0000:03:00.0: irq 141 for MSI/MSI-X
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.375646] igb 0000:03:00.0: irq 142 for MSI/MSI-X
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416236] igb 0000:03:00.0: added PHC on eth1
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416238] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416239] igb 0000:03:00.0: eth1: (PCIe:2.5GT/s:Width x1)
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416240] igb 0000:03:00.0 eth1: MAC: 1c:1b:0d:63:b9:38
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416243] igb 0000:03:00.0: eth1: PBA No: Unknown
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416253] igb 0000:03:00.0: LRO is disabled
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.416254] igb 0000:03:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.664852] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.664853] e1000: Copyright (c) 1999-2006 Intel Corporation.
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.746644] 2016-10-30 5:39:15 UTC
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.746648] Brand: Synology
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.746649] Model: DS-3615xs
    2016-10-30T13:39:15+08:00 CALVIN-NAS kernel: [   14.746650] set group disks wakeup number to 4, spinup time deno 7
    2016-10-30T13:39:16+08:00 CALVIN-NAS kernel: [   15.924310] e1000e 0000:00:1f.6: irq 140 for MSI/MSI-X
    2016-10-30T13:39:16+08:00 CALVIN-NAS kernel: [   16.025096] e1000e 0000:00:1f.6: irq 140 for MSI/MSI-X
    2016-10-30T13:39:19+08:00 CALVIN-NAS kernel: [   18.872040] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx

     

     

    set vid=0x0781

    set pid=0x556C

    set sn=B1W4N42666

    set mac1=1C1B0D63B936

    set mac2=1C1B0D63B938

    set rootdev=/dev/md0

    set netif_num=2

    set extra_args_3615=''

     

    from BIOS:

    Intel I211 - 1C:1B:0D:63:B9:38

    Intel I219-V - 1C:1B:0D:63:B9:36

     

    Motherboard: GA-H170N-WIFI

     

    Using latest image v1.0 from Jun

×
×
  • Create New...