• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

[foxlink] Simple way to link a HD to a HDR.

Because the default setting in the folder created via [Modsettings] has "folder=My Video" which I assumed was for a HDR and I thought the equivalent for the Fox HD was "Video". That's what appears under the usb drive ie in the same folder as [ModSettings].
 
Because the default setting in the folder created via [Modsettings] has "folder=My Video" which I assumed was for a HDR and I thought the equivalent for the Fox HD was "Video". That's what appears under the usb drive ie in the same folder as [ModSettings].
I think the word "folder" is misleading here. What it really needs is the share name that has been explicitly defined in smb.conf (or a file referenced from smb.conf, such as smb-hotplug.conf). The only thing which makes it a folder name is if the definition corresponds with an actual folder name (poor presentation choice in the original design, but too late to do anything about that now).

The following works, with network-shares-automount installed on the client (shouldn't matter whether that's HDR-FOX or HD-FOX), using samba on the server HD-FOX with the default smb.conf (192,168.1.23 is the IP address of my server HD-FOX, not necessarily anyone else's):

[ModSettings] >> smb >> <name_of_your_choice> >>
Code:
domain=Domain or Workgroup
folder=Media
host=192_168_1_23
mac=ABABABABABAB (only needed for wakeUp)
password=Password
shareFolder=off
user=User
wakeConstantly?
wakeNow?

Or this works:
Code:
folder=drive1

But this doesn't:
Code:
folder=drive1_Video

("Media" corresponds with an explicit share in smb.conf, and "drive1" is an explicit share auto-generated in smb-hotplug.conf when an external drive is detected - which, in the case of a HD-FOX, is always.)

However, with the following added to smb.conf (on the server HD-FOX), folder=Video works:
Code:
[Video]
   comment = Video
   path = /media/drive1/Video
   public = yes
   writable = yes
   browsable = yes
   create mask = 0644
   directory mask = 0755
   hide dot files = no

I have no experience with foxlink, so I would have to play some more to find out what works for that - but if it needs similar fiddling, that stops it being "simple" so you might as well use network-shares-automount. Maybe foxlink can be updated to be compatible with HD-FOX as server, but this line (from the first post) seems to sum things up:
If you need any more functionality that a simple one-way link from a HD to a HDR then you should use network-shares-automount.
...meaning serving from an HDR-FOX, not serving from a HD-FOX.

It is a practical proposition to serve from a HD-FOX now we have user control over encryption keys (make all your machines have the same key, and "this programme is scrambled" problems are over).

I have also copied these details into the NSA thread here: https://hummy.tv/forum/threads/network-shares-automount-package-released.1126/post-20016
 
Last edited:
Thank you! I made the change to folder=Media, and it does indeed work. So simple once you know.
Thanks again for taking the trouble to work this out.
 
...
I have no experience with foxlink, so I would have to play some more to find out what works for that - but if it needs similar fiddling, that stops it being "simple" so you might as well use network-shares-automount. Maybe foxlink can be updated to be compatible with HD-FOX as server, ...
Do keep up. An update to the package that included the Webif UI would provide simplicity but isn't going to happen; network-shares-automount works and is arguably as simple (and can be operated from the Humax UI).
 
No sleight intended; I was merely following my own line of investigation and came to a similar conclusion.
 
For friends, I've set up a HDR-FOX downstairs with a client HD-FOX upstairs, using Foxlink. They're fitted with WiFi dongles, in the case of the HD-FOX using a USB hub so as to co-connect a UPD with the CF on it.

The problem I'm having is that sometimes (more often than would be a minor inconvenience) the "Downstairs" share appears in the USB list, but without any content.

I'm not very familiar with Foxlink, I use NSA myself, so I'm struggling to work out the cause. a reboot of the HD-FOX seemed to cure it when I was fiddling around.

Using Foxlink, does the share appear in the USB list regardless of whether the connection is active? This would be unlike NSA.
 
The connection is always active while Foxlink is installed. That's its major flaw. If "Downstairs" reboots or loses the connection, then upstairs might/will become unstable. You compound the misery by using wireless as it's more susceptible to connection loss.
 
The connection is always active while Foxlink is installed. That's its major flaw. If "Downstairs" reboots or loses the connection, then upstairs might/will become unstable. You compound the misery by using wireless as it's more susceptible to connection loss.
So I had best go back to NSA?
 
One of the recent updates to foxlink was to turn it in to a service, so that you can control it on the Service Management page on the Webif.
This allows you to have it installed, but only have it actually connected to the remote machine when needed - you probably want to turn the Auto Startup setting to off and then just control it with the Status control.
Also, on the Settings page, you can edit the IP address and/or Local directory entries and hit the "Update settings" button and it will disconnect/reconnect on the fly. Previously you had to reboot to action, which was incredibly dull.
Hopefully this improves overall usability and reliability.
 
The connection is always active while Foxlink is installed. That's its major flaw. If "Downstairs" reboots or loses the connection, then upstairs might/will become unstable.
I guess the latest changes do not resolve that except enable the service to be disabled and re-enabled via the WebIF. Not really the fit-and-forget I need for my deployment.
 
Depends what you mean by "that". It resolves the "connection is always active whilst installed" problem. It attempts to disconnect quicker when a remote goes away too. How sucessful this is only time and usage will tell. The underlying NFS is a strange protocol to start with and appears to be designed to hang until the remote comes back.
 
Depends what you mean by "that".
Becoming unstable.

It resolves the "connection is always active whilst installed" problem.
But only manually.

The underlying NFS is a strange protocol to start with and appears to be designed to hang until the remote comes back.
So I had best stick with NSA (NetworkSharesAutomount) and NFS SMB.
 
Last edited:
Back
Top