Jump to content
XPEnology Community

seba

Member
  • Posts

    38
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by seba

  1. 6 hours ago, jorges4lu2 said:

    Hi friend,

     

    Would you mind to share with me the compiled driver for Mygica T230 tuner? I have one and I'm wishing to watch some TV now that I got unemployment.

     

    Thanks in advance

    Sorry I don't have one anymore. My cable provider switched to encrypted channels two years ago which made T230 is useless.

    • Like 1
  2. On 6/13/2019 at 8:14 PM, pacemaker72 said:

    Thanks Seba for follow up. i tried above without success. when i start ESXI in virtualbox the error was "this host does not support "AMD RVI" hardware assisted MMU virtualization."

    Anyway this is not very important to me so i gave up.

    Otherwise virtualbox is working well for other VMs

    Did you try that in some linux distro on same hardware? Quick googling led me to this

    1. Please reboot the system and then press [Delete] to enter the BIOS setup.

    2. BIOS > Advanced > CPU Configuration > SVM Mode -> set enabled

    3. BIOS > Advanced > North Bridge Configuration > IOMMU -> set enabled.

    If it is working on same hardware under linux distro it should work here to.

  3. 19 hours ago, pacemaker72 said:

    Thanks Seba. 6.0.8 works good on DSM 6.2.1-23824 Update 6- 3615xs (AMD).

    I thought i would see the new nested virtualization option but its not there (Guess DSM passthrough problem..i dont know)

     

    Thanks again

    What is possible in GUI depends on good folks maintaining phpVirtualBox but you can always use shell and VBoxManage. For nested options as doc states here

    you would run following as root

     /opt/VirtualBox/VBoxManage modifyvm "My VM Name" --nested-hw-virt on

     

  4. 23 hours ago, jayal1972 said:

    Make sure DSM is able to resolve: download.virtualbox.org and virtualbox.org. (Some packages are downloaded from there)

    There was a package that was downloading few files from internet, but they are not created by me.

    On 3/31/2019 at 6:33 AM, Webster said:

    Hi Seba,

     

    Thank you for your great works. You help me a lots to run vm on dsm6.2

     

    One more question. It is possible to run or import vbox guest image file on /volume2/

     

    I try to mount the path to volume2 but unsuccess.

     

    Webster

    If you refer about not being able to select anything outside volume1 in file browser then yes. You need to edit file config.php in webstations folder there look for line

    var $browserRestrictFolders = array('/volume1');

    you can modify it to suite your needs.

     

    Also Virtualbox 6.0.8 is out you can find it on github where I'm  posting new versions.

  5. 4 hours ago, kretzu77 said:

    Hi,

    Can you tell me where is that file located please?

    I have to connect putty, right?

     

    I have DSM 6.2-23739 Update 2 on HP Gen8 microserver barebone

    In web stations shared folder you will find phpvirtualbox4dsm and in there config.php. Keep in mind that if you disable auth then anybody who has access to your server can use virtualbox, even if he doesn't have syno account on your box.

  6. If vbox doesn't work work you please give me output of 'uname -a', so I know what kind of arch you have. Also content of scripts.log file and dmesg messages. By the looks of it there should be a build custom for each arch, which I was hoping to avoid, as it takes time to prepare which I don't have.

    Just to add I made some changes to x64 package and re-upload it to github.

  7. 1 hour ago, Hostilian said:

    No joy for me, unfortunately..

    Packages both install (and I set same password) but the virtualbox won't run, when I click 'run'..

    It says 'loading' for a second or two, then nothing..

    There is a log file in /volume1/virtualbox/scripts.log you can check what went wrong there. You can ignore messages like

     /lib/libstdc++.so.6: no version information available 

    I've uploaded package for x86_64 on github but only for 3.10.105 kernel, it is untested.

  8. http://syno.dierkse.nl/

    had a bug when wrong user was used to start service, don't remember right now but in start-stop-script wrong user was referenced, non existing/created user. Other then that it works ok. I've been using it for few years now.

  9. 19 hours ago, Polanskiman said:

    That’s a deal braker for me as from DSM 6.2 it seems modules will be signed. Don't want to start compiling modules. I might have to change my plans and use a tuner dongle compatible with my nvidia shield tv.

    Yes, it will be interesting to see what is their plan with that. Especially with this note in 6.2 beta

    Known Issues & Limitations
    
        .....
        Starting from DSM 6.2, the USB device drivers, including printers, cloud printers, DAC/speakers, Wi-Fi dongles, DTV dongles, LTE dongles, and Bluetooth dongles, will no longer be updated.
        .....

     

  10. Hello

     

    Any one can help me to compyle a firmware module to mygica t230

     

    If you are on xpenology 5.2 you can try this https://mega.nz/#!tkVSGb5L!-8mwXbakXnlK ... U0xLyxJrJo but YMMV. I had the tuner working fine in 5.1 but in 5.2 I can't even scan channels properly, I get a lot of PAT timeout errors. Something changed between kernels that is giving me trouble, If I could I would downgrade to DSM 5.1 just for this. I don't need to say that I'm pretty interested in 6.0 in hope it would remedy issue with media driver.

     

    Btw. if you are on 5.1 try this https://mega.nz/#!htNwgZLK!oKFESUWZQ9af ... p5Ws25Gxac, this one has dvbv5tools included to switch tuner to DVB-C mode so you might need to change (comment out) few lines in script to disable it.

    For 5.2 I've made separate package for dvb5tools https://mega.nz/#!Es9DhJIC!qG8LWkcwL0xi ... CqJKrGo7XY and added w_scan too.

  11. Hi all

     

    First thank you for the best Plugin in Xpenologyy

    Maybe do you know that there is en issue when you use Virtualbox and Docker together and set in Virtualbox for any maschine a Bridged adapter(all other adapter works fine as example host only, NAT etc) only bridged adapter the complete system is frozen you can only reset the system with hardware button.

    The reason is here docker and virtualbox use the same ports or local ports ???

    I have already set for one maschine "windows 7" one for docker and one for virtualbox in the bridged adapter settings the system freeze again.

    Then i have read that there is en workaround set 2 NICS set eth0 to Virtualbox and the other to Docker<<- what this exaclty mean ? because you can not select in virtualbox two nics for all maschine or im wrong? :sad:

     

    http://forums.openmediavault.org/index. ... -and-more/

    https://github.com/docker/docker/issues/10031

     

    Is there anything that i can change for running docker and virtualbox with bridged adapter on the same system.

    thank you very much for your help.

    regards

    Michael

     

    You can select which interface VM will be bridged to in VM configuration "settings->network adapter" there is dropdown where you select on which interface bridge will be created. I didn't test this since I have only one NIC working. And yes you can have several VM's bridged to one NIC.

  12. I am not able to figure out how to repackage the file and make it work. I replace the .ko files in the package than repackage the tgz. Recreate the SPK and it installs but will not start. It seems that it is grabbing information from another location.

     

    I can replace the .ko files with the new kernels though that were provided and it works perfectly fine. /shrug. I will break apart all the files tonight and try to figure it out.

     

    Also, i put together a fast blog to explain how to copy files over using SCP - It's a pain.

     

    http://rysnas.com/wordpress/

     

    Seba could you be of help with this sir?

     

    Kernel modules are copied during installation from package to /lib/moduels/3.2.40/. That is done by script from scripts folder during install.

  13. Hi,

    To help troubleshoot problems here are few tips:

     

    Virtualbox should create log file at following location /var/log/vbox.log.

     

    From ssh try this do start drivers

    /var/packages/virtualbox/target/scripts/vboxdrv.sh start

    of this goes without error then

    /var/packages/virtualbox/target/scripts/vboxinit.sh start

    and finally if vboxinit was without errors

    /var/packages/virtualbox/target/scripts/vboxweb-service.sh start

     

    I've added this to first post as well for reference. Since I won't get my mb anytime soon from repair, you are welcome to try and fix package. Basically you need to setup crosscompile environment for info use Synology guide at their website. Source for vbox driver you can find in "All distributions" package at virtualbox download page (use AMD64).

  14. I installed phpVirtualbox on DS1515+(DSM 5.1) but I have some error when I boot my VM.

     

    Please help me to solve this issue.

     

    The virtual machine 'win' has terminated unexpectedly during startup with exit code 1

     

    Exception Object

    (

    [message:protected] => The virtual machine 'win' has terminated unexpectedly during startup with exit code 1

    [string:Exception:private] =>

    [code:protected] => 0

    [file:protected] => /volume3/web/phpvirtualbox/lib/vboxconnector.php

    [line:protected] => 2382

    [trace:Exception:private] => Array

    (

    [0] => Array

    (

    [file] => /volume3/web/phpvirtualbox/lib/vboxconnector.php

    [line] => 928

    [function] => remote_progressGet

    [class] => vboxconnector

    [type] => ->

    [args] => Array

    (

    [0] => Array

    (

    [progress] => 1ed17e1b0fc48d28-0000000000000110

    [_persist] => Array

    (

    [vboxHandle] => 1ed17e1b0fc48d28-000000000000010e

    )

     

    [fn] => progressGet

    )

     

    )

     

    )

     

    [1] => Array

    (

    [file] => /volume3/web/phpvirtualbox/lib/ajax.php

    [line] => 309

    [function] => __call

    [class] => vboxconnector

    [type] => ->

    [args] => Array

    (

    [0] => progressGet

    [1] => Array

    (

    [0] => Array

    (

    [progress] => 1ed17e1b0fc48d28-0000000000000110

    [_persist] => Array

    (

    [vboxHandle] => 1ed17e1b0fc48d28-000000000000010e

    )

     

    [fn] => progressGet

    )

     

    [1] => Array

    (

    [0] => Array

    (

    [data] => Array

    (

    [responseData] => Array

    (

    [progress] => 1ed17e1b0fc48d28-0000000000000110

    [info] => Array

    (

    [completed] => 1

    [canceled] =>

    [description] => Starting VM

    [operationDescription] => Creating process for virtual machine "win" (headless)

    [timeRemaining] => Array

    (

    )

     

    [timeElapsed] => Array

    (

    [days] => 16436

    [hours] => 12

    [minutes] => 56

    [seconds] => 19

    )

     

    [percent] => 0

    )

     

    )

     

    [success] => 1

    [key] => 720f4c5f2f9c111d81c1aa4a7f53b5bc

    )

     

    [errors] => Array

    (

    )

     

    [persist] => Array

    (

    )

     

    [messages] => Array

    (

    )

     

    )

     

    )

     

    )

     

    )

     

    )

     

    [2] => Array

    (

    [file] => /volume3/web/phpvirtualbox/lib/ajax.php

    [line] => 309

    [function] => progressGet

    [class] => vboxconnector

    [type] => ->

    [args] => Array

    (

    [0] => Array

    (

    [progress] => 1ed17e1b0fc48d28-0000000000000110

    [_persist] => Array

    (

    [vboxHandle] => 1ed17e1b0fc48d28-000000000000010e

    )

     

    [fn] => progressGet

    )

     

    [1] => Array

    (

    [0] => Array

    (

    [data] => Array

    (

    [responseData] => Array

    (

    [progress] => 1ed17e1b0fc48d28-0000000000000110

    [info] => Array

    (

    [completed] => 1

    [canceled] =>

    [description] => Starting VM

    [operationDescription] => Creating process for virtual machine "win" (headless)

    [timeRemaining] => Array

    (

    )

     

    [timeElapsed] => Array

    (

    [days] => 16436

    [hours] => 12

    [minutes] => 56

    [seconds] => 19

    )

     

    [percent] => 0

    )

     

    )

     

    [success] => 1

    [key] => 720f4c5f2f9c111d81c1aa4a7f53b5bc

    )

     

    [errors] => Array

    (

    )

     

    [persist] => Array

    (

    )

     

    [messages] => Array

    (

    )

     

    )

     

    )

     

    )

     

    )

     

    )

     

    [previous:Exception:private] =>

    )

     

    Real synology boxes are not supported because I don't have one so i can't test vbox properly, that is the reason I didn't upload spk to any public repo. Also since there is no xpenology 5.1 I cant support vbox on 5.1. That being said error message you have seam to be happening because of vbox crashing. Clue to reason why you could find in vbox log at /var/log/vbox.log (i think that is the location).

     

    Sent from my Nexus 7 using Tapatalk HD

×
×
  • Create New...