Jump to content
XPEnology Community

komarto

Member
  • Posts

    28
  • Joined

  • Last visited

Posts posted by komarto

  1. Update 9 is the devil :twisted:

     

    After updating I did not have any network...

    Had to go to serial console and downgrade to version 5.2.

    after upgrading back to version 6 update8 with jun loader I noticed that my Realtek card

    is not working anymore just my intel card.

     

    I noticed that module r8168 is not loaded when DSM is done loading.

    when I insmod the module I see eth2 with ifconfig -a but it has the same MAC address as eth0...

     

    I tried setting MAC address through the GRUB config, but with no avail...

    The module will not self load on boot only manually and when i look at eth2 using

    ifconfig -a it has the same MAC as eth0.

     

    All was fine before update 9 :evil:

     

    I need a lead on where can I change the MAC after boot and autoload the r8168 module on boot.

     

    Jun please help.

     

    ** EDIT **

    Kinda solved it.

     

    1. removed any reference to MAC addresses from the GRUB config.

    2. found out that "ifconfig eth2 up" brings up the device and it works.

    3. created a startup script that will activate the module on boot and bring up the device.

    admin@XXXXXX:~$ cat /usr/local/etc/rc.d/S99realtek_fix.sh
    #!/bin/sh
    echo "loading r8168 module"
    insmod /usr/lib/modules/update/r8168.ko
    echo "bringing device up"
    ifconfig eth2 up
    

    4. updated to Update 9 and it's works.

    5. I will never EVER install updates when they come out, I will wait!

     

    Hope this will help somene, And hope that a developer can figure out why is this

    module and possibly other are not loading on boot.

  2. @quicknick

     

    my board has 4 SATA ports which are populated:

    1 x 60gb SSD for system

    3 x 3TB RAID5 for data

     

    I also have a Marvell 88SE9215 SATA III 4 port addon card which right now has

    no drives attached, how should I configure my Sata Port Map, just enter 4?

     

    Do I have to do that again if add drives to the addon card?

     

    also is my card (Marvell 88SE9215) supported, could not figure that out based on the drivers section on your first post?

     

    Marvell

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

     

     

    Thank you for time and effort,

    Komar

  3. Polanskiman said:
    komarto said:
    Hi,

     

    Followed the instructions but all I get is the

    
    
    screen will stop updating shortly...
    
     

     

    and not:

    
    
    early consol in decompress_kernel
    Decompressing Linux.. Parsing ELF… done.
    Booting the kernel.
    
     

     

    what am I doing wrong?

     

    Then you haven't read the instructions till the end. I recommend you do so as what you are asking is clearly addressed in the tutorial.

     

    I read it, again, still do not see any info regrading the above.

     

    something else, I enabled my Realtek NIC and now I can find the NAS, which means that the loader does not have drivers

    for my Intel 82580 NIC only for Realtek, Posted Here a driver request.

     

    do you know if Marvell 88SE9215 SATA controller driver is also included?

     

    also when I find my NAS I get SATA disabled, I tried SataPortMap=44, I have 4 onboard SATA port and 4 more on a MAREVL expension card, can you help?

  4. Hi,

     

    please run :

    cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors

     

    this will show you available governors, then select the one you like and edit the script.

     

    there are 2 governors because this kernel uses intel_pstate

×
×
  • Create New...