Jump to content
XPEnology Community

TheLegendOfMart

Member
  • Posts

    23
  • Joined

  • Last visited

Posts posted by TheLegendOfMart

  1. I'm running 7.2 using ARPL i18n on G1610T Microserver using DS3622xs+


    I have 4x 4TB HDDs in the base. When I was using OMV I had an SSD in the optical bay for OS usage.

     

    If I add another 4TB HDD in the optical bay would I be able to add it to the pool?

  2. Synology isn't loading anymore.

     

    I shut the system down to install another hdd and after a reboot I can't access the control panel or any shares. I tried taking the HDD out but still nothing.

  3. Gen8 using 1.02a2 DS36157xs put the VID, PID, SN generator and MAC into grub.cfg using blank drives I keep getting error 13.

     

    1.02a works with same grub settings but DS3615xs loader + PAT.

  4. I tried to log in via SSH to NAS that was working fine yesterday and it said access denied so I rebooted the machine properly but when it rebooted it stuck at post init and I can't press any keys.

     

    I booted into upgrade/install to try and reinstall the OS and same again stuck at post init.

     

    I rebooted into debug and there is a screen full of errors such as:

     

    tty main process (10861) terminataed with status 6

    error.c:219: Assertion failed in _nih_error_raise_system: errno > 0

     

    I can't scroll up to see what the first thing that errored out was.

     

    Is there any way of rescuing the OS or have I lost everything?

  5. Just checked the USB IDs and it seems it matches the Geniatech T230 not T220.

     

    http://www.linuxtv.org/wiki/index.php/Geniatech_T230

     

    Is it possible to just copy the fw files into /lib/firmware or does it need something else?

     

    Just had a quick look at your backported drivers, there are no fw for Si2168-B40 or Si2158-A20 which is the Demodulator and Tuner respectively.

     

    Copied the fw files in, set permissions and rebooted xpenology and its still not being registered.

     

    I moved the ports for my wireless keyboard dongle just in case but it's not the USB port.

    [   58.660959] usb 7-3: USB disconnect, device number 2
    [   60.414039] usb 7-3: new high-speed USB device number 4 using ehci-pci
    [   76.160959] usb 7-3: USB disconnect, device number 4
    [   77.453073] usb 5-2: USB disconnect, device number 2
    [   79.531035] usb 5-1: new full-speed USB device number 3 using uhci_hcd
    [   79.926507] input: RAPOO RAPOO 2.4G Wireless Device as /devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.0/input/input2
    [   79.926526] hid-generic 0003:24AE:2000.0003: input: USB HID v1.01 Keyboard [RAPOO RAPOO 2.4G Wireless Device] on usb-0000:00:1d.1-1/input0
    [   79.930907] input: RAPOO RAPOO 2.4G Wireless Device as /devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.1/input/input3
    [   79.931003] hid-generic 0003:24AE:2000.0004: input,hiddev0: USB HID v1.01 Mouse [RAPOO RAPOO 2.4G Wireless Device] on usb-0000:00:1d.1-1/input1
    [   91.998036] usb 7-4: new high-speed USB device number 6 using ehci-pci

     

    usb 7-4 is the TV tuner being plugged in.

     

    There didn't seem to be any modules for the tuner/demod. I found them on Openelec git and manually loaded them via SSH (si2157.ko and si2168.ko) and plugged DVB in and still nothing.

     

    It doesn't seem to recognise the USB IDs. How do I patch them in?

     

    Sorry for the mess of this post I desperately need this TV tuner working.

  6. @dszego

     

    I've extracted your files to root and rebooted xpenology, loaded video station and dmesg|grep dvb shows nothing.

     

    My stick is an August T210 which is a rebranded Geniatech T220 which apparently uses the same USBIDs. It has Sony CXD2820r chip which is the same as the PCTV 290e.

     

    When I plug it in and dmesg it doesn't say anything other than:

    [ 505.558040] usb 7-3: new high-speed USB device number 3 using ehci_hcd

     

    According to linux tv it is supported in Kernel 3.14.

     

    http://raspmer.blogspot.co.uk/2013/11/g ... 0-for.html Dunno if this helps at all?

  7. My motherboard has gone faulty in the NAS and the board is discontinued so I don't want to buy a second hand model that is the same.

     

    Assuming I buy a compatible motherboard can I just swap motherboards and boot from USB and it will all be there?

     

    If not how do I do it without losing everything on the drives?

  8. I've never been able to get any version of Plex running on DSM5.0 without having to mess about in CLI, I know it works from the get go for some people but I struggled to get an answer from people so I thought I'd post this just in case someone else was having the same problems.

  9. Anyone having problems with Plex:

     

    Install it manually for Plexpass 0.9.9 or via Package Centre.

     

    Login via SSH

     

    cd /
    cd /var/packages/Plex\ Media\ Server/scripts/
    ./start-stop-status start

     

    It should give the following error:

     

    Starting Plex ...
    su: can't chdir to home directory '/var/services/homes/plex'
    terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
     what():  boost::filesystem::create_directories: Permission denied: "/volume1/Plex/Library/Application Support/Plex Media Server"
    ln: /usr/syno/synoman/webman/3rdparty/plex: File exists

     

    Do the following:

    cd /
    cd /volume1
    mkdir Plex
    chown plex Plex

     

    Go back to /var/packages/Plex\ Media\ Server/scripts/ and run ./start-stop-status start

    It should show a load of permission denied

     

    Login to webmanager go to control panel in Users > Advanced, enable "Enable user home service"

     

    Then load Filestation go into the Plex folder right click Library and set owner as plex and group as administrators.

     

    run "./start-stop-status start" and Plex should load, login to Plex and set it up, go back to ssh and run "./start-stop-status stop"

     

    Then go to web manager, package centre and you should be able to start and stop Plex fine now.

     

    I know nothing about linux, command lines, etc.. so there is possibly an easier way to do this but these are the steps I did and it works for me.

  10. Anyone having problems with Plex:

     

    Install it manually for Plexpass 0.9.9 or via Package Centre.

     

    Login via SSH

     

    cd /var/packages/Plex\ Media\ Server/scripts/
    Run "./start-stop-status start"

     

    It should give the following error:

     

    Starting Plex ...
    su: can't chdir to home directory '/var/services/homes/plex'
    terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
     what():  boost::filesystem::create_directories: Permission denied: "/volume1/Plex/Library/Application Support/Plex Media Server"
    ln: /usr/syno/synoman/webman/3rdparty/plex: File exists

     

    Do the following:

    cd/
    cd /volume1
    mkdir Plex
    chown plex Plex

     

    Go back to /var/packages/Plex\ Media\ Server/scripts/ and run ./start-stop-status start

    It should show a load of permission denied

     

    Login to webmanager go to control panel in Users > Advanced, enable "Enable user home service"

     

    Then load Filestation go into the Plex folder right click Library and set owner as plex and group as administrators.

     

    run "./start-stop-status start" and Plex should load, login to Plex and set it up, go back to ssh and run "./start-stop-status stop"

     

    Then go to web manager, package centre and you should be able to start and stop Plex fine now.

     

    I know nothing about linux, command lines, etc.. so there is possibly an easier way to do this but these are the steps I did and it works for me.

  11. I am running Asrock B75 motherboard and XPEnology DS3612xs DSM 4.3 build 3810++ (repack v1.0), neither the case button nor shutdown in the web manager will turn the system off, I have to hard shutdown and then it wont boot up until I hard shutdown again.

     

    What am I doing wrong?

  12. The Video Station supports DVB-T2, more specifically the Nanostick T2 290e. The PCI-E BlackGold Dual Tuner DVB-T2 device uses the identical Sony CXD2820R tuner.

     

    Would XPEnology pick up the PCI-E tuner for use with Video Station?

×
×
  • Create New...