Hi Kewal - I have two Buffalos (herd?).
I use network-shares-automount with in my environment, here's my setup:
I have the network-shares-automount package installed.
NO virtual-disk package (or version 2).
My settings on my Humax (SMB):
domain=WORKGROUP
folder=videos...
If your iPhone "remembers" the network it will connect, iPhone is always looking for wifi.
Hav you checked that your network is set at the correct type? Ie network configured as "n" type while adapter only capable of "b"?
Btw - I don't know your adapter, generic advise only.
I don't have two boxes either - but as way of a help, here's my setup profile (CIFS):
domain=WORKGROUP
folder=videos
host=192.168.1.68
mac=ABABABABABAB (only needed for wakeUp) (4.0KiB)
password=humax
shareFolder=on
user=humax
wakeUp=off
To...
Transmission has a schedule (time/day) that can be used if desire, and you can also switch to a "Turtle" mode (restricted bandwidth) - check out the preference settings once installed. Works well for me.
Used Transmission for the first time in anger yesterday - very impressed, with only a couple of minor tweaks I was able to download upto 1.5MiB/s - further trials will continue and I hope to get nearer the maximums seen on my PC. (2MiB/s)
I did similar. I only have one CIFS share so I added the following to the script, after the "mount -t cifs ... " command:
mount --bind "/media/$name/video" "/media/My Video/NAS"
This mounts the "video" directory of my share into my library and makes it visible as a folder called "NAS".
I...
Couple of comments:
It would appear that if you do not use a Workgroup or Domain fields the syntax fails due to the double commas.
I tried it out by modding the script and removed the workgroup/domain syntax and associated commas and this fixed it syntax issue and the mount then worked...
FYI - I went a little further:
sqlite3 /var/lib/humaxtv/channel.db
update TBL_SVC set usLcn = 1 where szSvcName like '_BBC One HD';
update TBL_SVC set usLcn = 50 where szSvcName like '_BBC One';
update TBL_SVC set usLcn = 8 where szSvcName like '_BBC HD';
update TBL_SVC set usLcn = 3 where...
Hi Kewal - I have two Buffalos (herd?).
I use network-shares-automount with in my environment, here's my setup:
I have the network-shares-automount package installed.
NO virtual-disk package (or version 2).
My settings on my Humax (SMB):
domain=WORKGROUP
folder=videos...
If your iPhone "remembers" the network it will connect, iPhone is always looking for wifi.
Hav you checked that your network is set at the correct type? Ie network configured as "n" type while adapter only capable of "b"?
Btw - I don't know your adapter, generic advise only.
I don't have two boxes either - but as way of a help, here's my setup profile (CIFS):
domain=WORKGROUP
folder=videos
host=192.168.1.68
mac=ABABABABABAB (only needed for wakeUp) (4.0KiB)
password=humax
shareFolder=on
user=humax
wakeUp=off
To...
Transmission has a schedule (time/day) that can be used if desire, and you can also switch to a "Turtle" mode (restricted bandwidth) - check out the preference settings once installed. Works well for me.
Used Transmission for the first time in anger yesterday - very impressed, with only a couple of minor tweaks I was able to download upto 1.5MiB/s - further trials will continue and I hope to get nearer the maximums seen on my PC. (2MiB/s)
I did similar. I only have one CIFS share so I added the following to the script, after the "mount -t cifs ... " command:
mount --bind "/media/$name/video" "/media/My Video/NAS"
This mounts the "video" directory of my share into my library and makes it visible as a folder called "NAS".
I...
Couple of comments:
It would appear that if you do not use a Workgroup or Domain fields the syntax fails due to the double commas.
I tried it out by modding the script and removed the workgroup/domain syntax and associated commas and this fixed it syntax issue and the mount then worked...
FYI - I went a little further:
sqlite3 /var/lib/humaxtv/channel.db
update TBL_SVC set usLcn = 1 where szSvcName like '_BBC One HD';
update TBL_SVC set usLcn = 50 where szSvcName like '_BBC One';
update TBL_SVC set usLcn = 8 where szSvcName like '_BBC HD';
update TBL_SVC set usLcn = 3 where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.