Jump to content
XPEnology Community

fonix232

Member
  • Posts

    324
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by fonix232

  1. I did try everything & nothing works. Can you please check that or put this file sky2.ko in to LIB folder for me & then share it again ????

     

    I double-checked before uploading, so that cannot be the reason, it is in the ramdisk for sure.

    Try using no password, only username (simply press enter when prompted for password) - in older DSM's it worked.

  2. why is always a hard way ...

     

    - without network connection, I can not access to NAS with winscp program (windows)

     

    - without username & password in Terminal, I also can not copy files ...

     

    Anybody, what is the username & password from Diskstation login - SSH ???

     

    Try root - root. The username for sure is root, but I do not know the password - it is usually the admin accounts password, but as it is not set by default...

  3. I'm kidding, but this could be the longest hour of my life :smile: :) :smile:

     

    I can not wait to get home & try it out - damn work.

     

    you'll have to manually copy it to /lib/modules/, and insmod it

     

    I hope it works, otherwise I'll have to go & learn what insmod it means.

     

    Insmod is a command in terminal - it installs a module (in this case, the sky2 one).

    The usage is quite simple: when you copied the sky2.ko to /lib/modules (cp /wherever/you/put/the/module/sky2.ko /lib/modules/), simply call

     

    insmod sky2

     

    After that, the network card will be initialized, and you'll probably have to do a network interface setup (ifup eth0)

  4. I am waiting :smile:

     

    Sorry for the delay, I'm trying to find the proper release of the kernel to compile the module... So far tried 4 different sources, and no luck, but I'm not giving up!

     

    EDIT:

     

    Seems like my last trial was successful, insmodding worked!

    Download: http://sdrv.ms/13cf4ud

     

    Usage: Just like the original img you had to write to a USB flash: write it with DiskImager, and boot it. If it wouldn't work, I've included the sky2.ko, but you'll have to manually copy it to /lib/modules/, and insmod it. After that, you should have a network interface up and running!

  5. Great,

     

    Sounds like you are the right guy to get this party started. Glad the sky2.ko tip helped. Looking forward to your results.

     

    Not just helped, I already compiled it :grin:

    The in-kernel built in version did not work unfortunately (kernel wouldn't boot, I need the original defconfig from 2668++'s kernel!), but the module should be working.

     

     

    interested: I will create the new image as soon as I tested that the module gets installed. That should be in about an hour!

  6. Adding a network card is not the best or easiest solution. DSM does not have the required Ethernet driver for the x86 NetGear NAS. The ReadyNAS Pro 6 requires the Marvell kernel module [sky2.ko] be loaded for the Ethernet ports to work - not sure about other Pro models. The sky2.ko module needs to be added to the boot files [rd.gz]. Then the kernel must be told to specifically load sky2.ko because it was not compiled directly into the kernel [aka zImage].

     

    First of all, the kernel automatically loads modules from a specific folders (I believe it is /lib/modules/[kernel-version]/path-to-module-type/), so that should not be a problem.

    But instead I would choose the solution to compile the sky2 module into the bzImage directly, then replace it on both partitions of the boot pendrive, and save the image from that. Not the best solution, but should definitely work.

     

    I will report back as soon as the kernel compile is done, and upload it for testing (first of course I will see if it boots at all).

  7. 3202 doesn't see your HDD.

    It will not work on the old PC.

    Try this viewtopic.php?f=2&t=41

     

    thanks for your reply!

    I tried but with the same result....

     

    Did you try following the instructions on the picture?

    If yes and it did not work, it might be your router blocking port 23. Try to install through the web interface (when Synology Assistant sees the device, right click and Open it instead of Install. Same procedure as in the Assistant, upload the file, then sit back and wait).

  8. Is it possible to change the Media Access Control address? That too without the help of any external software?

    I have a Windows operating systems (XP SP3) and I want to change its MAC address, how can I do it?

     

    How does this relate to Synology DSM?

    By the way no, on Windows it is not possible in 99% of the cases (there are a few "blank slate" network cards that ask for a MAC address or generate a random one with each startup, usually from China).

  9. Hi mate,

    There is a big probability that the build 4.2 3202 or 4.2 3202 repack will work perfectly on your configuration but please do have in mind that for 4x3TB of my own, i never use more than 10% out of my 16GB of RAM and as an average, my CPU is 50% loaded at a 50MB/s transfer or 11MB/s torrent download. And i have an AMD E350N Zacate at 1,6.

     

    What you have there, will consume a lot of power. Multiply "a lot of power" with ~8700h/year and you will have a nice addon to your existing electricity invoice. :ugeek:

     

    On that, a sidenote. I simply can't understand people who want to jack their NAS up as much as possible. I mean, its whole point is to have a small, silent, cheap device to host your data when you can't fit all the hard drives into your PC.

     

    I personally would vote for the new Haswell 4x50U CPUs (though they are designed for ultrabooks, I can imagine a miniITX motherboard with an integrated 4650U, 4GB of RAM, a nice dual Gigabit NIC, and 6-8 SATA ports, exactly for building a NAS). Small, energy-efficient, great performance, though not an overkill. 15W for that, 30W for the mobo and some more for the hard drives, and you got yourself a really nice home server running everything you might want (even multiple Minecraft servers!), running on around 40W under load.

  10. NAS does not boot with this TP-Link network card.

     

    Another pcie x4 card will cost me at least 45€, but it is not sure if it works.

     

    So, for the compilation and the next support is better if I donate something to you...

     

    Like I already promise.

     

    Can you check the BIOS messages, maybe it is restricted, and needs some extra keypresses? As I said I have no experience with this device, it might be that the BIOS locks out any kind of different NIC, but it still should show some kind of POST message (Illegal device detected, etc.)

     

    I will try to compile some further kernel modules later today, though if you could run "lspci" on a running Linux (Ubuntu Live is perfect) to see which Marvell-Yukon device it is exactly, I could see further.

  11. That network card is PCI-E x1, while the socket is PCI-E x4, that's why it looks so different.

    Good thing is, that the PCI-E standard is backwards compatible - even a PCI-E x16 can accept an x1 card, though it will only use 1 lane, not all 16.

    Simply plug it in (the new network cards smaller ear should go into the longer bus on the connector, there will be only one way to insert it correctly so that one part fits perfectly), and give it a go.

     

    I will compile a kernel in a few days, hope it is not a huge problem (busy time of the year).

  12. Does TP-Link TG-3468 works, becouse I can get one today in local Store ???

     

    Here U can, that space is also limited > http://www.decryptedtech.com/images/stories/Reviews/08-13-2012/NETGEAR_ReadyNAS_Pro_6/rn12.jpg

     

    It can be, that I also need one PCI Express Risers, but I keep my fingers crossed :smile:

     

    It is not just that the space is limited, the header of it has to be soldered first, what is not an easy task, especially if you've never done it.

  13. Wall text by loading is to fast to see something like MAC address

     

     

    By this ver. DS3612xs_2668_4.1++ system booted & come so far, if I tap enter, system ask > Diskstation login:

     

    Here is a picture (https://dl.dropboxusercontent.com/u/34829066/Readynas/IMG_0768.JPG

     

    However, router does not find it ... could it be the network card ???

     

    Regards.

     

    It is the network card, apparently, especially if the router cannot find it. I am not too familiar with the ReadyNAS series, but is there any chance you can add an extra PCI network card, to test?

     

    In the meantime I will try to compile a kernel for you, including further support for the network card.

  14. Seems odd. Could you please check the MAC address of the device? Also, try to connect the computer you are installing from to the router wired, and if you enabled it, disable isolation mode.

     

    If the MAC address matches the usual Synology ones (00:11:32:08:xx:xx), then there should be no reason your computer cannot see it, apart from a networking problem (isolation, for one, can quite much destroy it. Had the same problem during network setup with my own).

     

    If you can reach the webpage of the NAS after booting ([iP]/5000), then you can begin with the installation immediately, no need for the Synology Assistant (I actually prefer the web update method).

     

    Build 2668++ does support your hardware (including network card and SATA controller, my rig is quite similar, 775 socket, ICH7 controller, but I have an extra Intel card next to the Yukon, and 2668++ works perfectly), so I see no reason, apart from badly configured network, why it would not work.

  15. With VGA cable connected to the NAS, I can manage boot menu, to boot up with USB

     

    I have try it out both ver. 4.1 2668++ & 4.2 3202, without any luck.

     

    Assistant does not find Synology.

     

    Does anybody have compiled version wich works with Readynas PRO Series .... ????

     

    Please, instead of begging for help, follow the instructions.

    What did it say on the screen? If it was stuck on "Booting kernel", it is no good. But if you saw a wall of text, then it should be up and running, except if your network card is not supported. Can you tell me the exact specs of your device? As in, NIC type (manufacturer and model), motherboard, SATA controller, etc., the really basics. With those I might be able to compile a kernel for your device, though I cannot guarantee it will work (I can't test it myself, as I have no such device).

  16. Best thing to do is to try.

    Disconnect all hard drives on the inside, connect one you don't have any important data on, then follow the installation instructions. First try with the 4.2 3202 build, if it gets stuck at "Booting kernel", try the 4.1 2668++ version. If the latter does not boot either, you'll have to compile a customized kernel, what is quite easy if you had any experience with Linux kernels in the past.

  17. Hmmm... Interesting. I thought the sources are on the project's sf page but aren't. The same thing happens with 3202

     

    3202 should boot with 3201 kernel, there should not be too many changes between the two.

  18. Hi Panja,

    My suggestion is to use the 3202 or 3202-repack as everybody found these builds very stable. I personally have a 3202 in production :wink:.

    I can do the waiting part as well, but the thing is that Synology published the gpl sources just for x86 on build 3211 and nobody knows when they will publish what we need and want.

    If you want, you can test the 3211 for x86. There is a nice thread started by a passionate fellow but try to understand the x86 limitations.

    ~

    Vic

     

    PS: my system never consumed more than 2GB.

     

    Where did you get the 3211 sources? With minor modification, that can be used to build the x64 bzImage (and they apparently use the same tree for x86 and x86-64 builds, only difference is the configfile).

    The 3211 source is not on the SF page, latest is 3203, containing sources only for Armada 370.

  19. I am interested in this too, DSM always fucks up my BIOS and my motherboard does not have a CMOS write-only jumper unfortunately (I do not think that they put that on the new motherboards, last time I've seen it was with an old P3).

     

    I also don't want DSM fiddling with my BIOS settings, I can do finetuning myself!

  20. Some entri-level boxes like RS812 and other models come with 512MB and 2bay DS even with 256MB. Those are not a speed demons, but still work.

     

    Let's not talk about speed, I have to use the onboard LAN (100Mbit) and an extra card (again 100Mbit) bonded to have enough speed to play 1080p files directly from CIFS :grin:

  21. For home size server with 2-6 drives and some applications it is enough. I have 1GB with 4 drives and some apps, like websites, mail server, and few more. Never seen more than half of RAM utilized.

     

    If run Video station, put more RAM better 2-3GB!

     

    Does anyone can help me to solve my ASUS E350 3GB RAM(installed 2x4GB) problem! :cry:

     

    4 drives in JBOD (nothing important, so... I need the space :grin:), apps I usually run inlude VPS Server, LDAP server, Mail Server, Transmission with Sickbeard, Couchpotato and Headphones, and sometimes a little Minecraft (with everything unnecessary disabled of course). Based on what you say, I could easily go with even 512MB then?

×
×
  • Create New...