Sign up here and you can log into the forum!

1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED)

General WDLXTV-Live forum

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby piplfox » Mon Jan 09, 2012 1:52 am

@zmiki I ve created net.mauont in conf directory with this in it:
xmount "//192.168.10.102/Filmovi" "win_disk" cifs user=wd,pass=x,rw,nobrl

but after restart I don’t see mount in mount table just this as before:

Block Devices
TYPE: vfatDevice: /dev/sda
UUID: 4E10-7734

Mount Locations
Mount point: /tmp/media/usb/sda
Device: /dev/sda
Options: rw,noatime,nodiratime,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1,utf8

Mount point: /tmp/media/usb/USB1/4E10-7734
Device: /dev/sda0
Options: rw,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1,utf8

Mount point: /
Device: /dev/sigmblockh
Options: ro

and on home page of wd webadmin :

Available Disks
Port Volume: <unnamed> (/dev/sda)
Type: vfatSize: 351.0K ( 349.5K free )
0%

Port Volume: <unnamed> (/dev/sda0)
Type: vfatSize: 351.0K ( 349.5K free )
0%

I don’t have plugged USB in wd just enabled Fake USB from WDLXTV Config page.

I see in your example that yours mount table has this line

/tmp/media/usb/USB1/SharedVideos, and mine /tmp/media/usb/USB1/4E10-7734.

Should I have something like this
/tmp/media/usb/USB1/win_disk if everything work fine.

Pleas some more guidance.
piplfox
n00b
 
Posts: 11
Joined: Sat Dec 31, 2011 3:58 am

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby zmiki » Mon Jan 09, 2012 4:28 am

@piplfox
file should be net.mounts, if everything is correct(file name and directory) you should see contents in wec under File sharing Network mounts.
and in the mount table there should be two entries
/tmp/media/usb/win_disk
/tmp/media/usb/USB1/win_disk

from your mount table only thing that is mounted is fakeUSB
so your network disk share is not mounted
check Bug report on WEC to see what happens when xmount is executed.
PS in putty try to run command dos2unix /conf/net.mounts
if you plan to use rtorrent and save to shared network disk
also create net.config file with line
crazymount NETMOUNT //192.168.10.102/Filmovi" "win_disk" cifs user=wd,pass=x,rw,nobrl

I suspect there is problem with username and passwd.
you should create share for everybody without passwd and then this should work:
//192.168.10.102/Filmovi" "win_disk" cifs user=guest,rw,nobrl
zmiki
Developer
 
Posts: 109
Joined: Mon Apr 12, 2010 4:45 am

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby piplfox » Mon Jan 09, 2012 5:40 am

I ve resolwed the problem with permitions but the mount table is not as at sholud be... i think:

Block Devices
TYPE: vfatDevice: /dev/sda
UUID: 4E10-7734

Mount Locations
Mount point: /tmp/media/usb/sda
Device: /dev/sda
Options: rw,noatime,nodiratime,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1,utf8

Mount point: /tmp/media/usb/USB1/4E10-7734
Device: /dev/sda0
Options: rw,fmask=0000,dmask=0000,codepage=cp437,iocharset=iso8859-1,utf8

Mount point: /
Device: /dev/sigmblockh
Options: ro

Mount point: /tmp/media/usb/win_disk
Device: \\192.168.10.20\Media
Options: rw,mand,unc=\192.168.10.20\Media,username=wd,uid=0,gid=0,rsize=64512,wsize=130048

and this is Bug Report.

Dec 31 16:01:00 WDLXTV-93535 user.warn xmount: rw cifs option provided, add nobrl option if SCOD is encountered
Dec 31 16:01:00 WDLXTV-93535 user.notice xmount: xmounted //192.168.10.20/Media win_disk cifs user=wd,pass=x,rw,nobrl
Dec 31 16:01:01 WDLXTV-93535 user.notice S64umsp: UMSP Stopped
Dec 31 16:01:01 WDLXTV-93535 user.notice S64umsp: starting UMSP
Dec 31 16:01:02 WDLXTV-93535 user.notice umsp-plugman-web: gen: copying base plugins [ OK ]
Dec 31 16:01:02 WDLXTV-93535 user.notice umsp-plugman-web: gen: downloading UMSP plugins...
Dec 31 16:01:02 WDLXTV-93535 user.notice S90net.mounts: executing net.mounts
Dec 31 16:01:03 WDLXTV-93535 user.warn xmount: rw cifs option provided, add nobrl option if SCOD is encountered
Dec 31 16:01:03 WDLXTV-93535 user.warn xmount: partition with label (win_disk) already mounted!
piplfox
n00b
 
Posts: 11
Joined: Sat Dec 31, 2011 3:58 am

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby recliq » Mon Jan 09, 2012 6:21 am

anyone in this thread noticed the [code] tags yet?

The mount table looks fine but it seems you missed to disable the WD media library otherwise your network share should be mounted twice.
/tmp/media/usb/win_disk
and
/tmp/media/usb/USB1/win_disk
­WDLXTV Project Maintainer
-:] If you like my contributions feel free to donate for a beer or a new flash drive. ...and always remember: RTFM! (README, FAQ, WIKI) [:-
User avatar
recliq
WDLXTV Team
 
Posts: 5024
Joined: Thu Apr 15, 2010 8:09 am
Location: Kiel, Germany

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby piplfox » Mon Jan 09, 2012 6:41 am

recliq wrote:anyone in this thread noticed the [code] tags yet?

The mount table looks fine but it seems you missed to disable the WD media library otherwise your network share should be mounted twice.
/tmp/media/usb/win_disk
and
/tmp/media/usb/USB1/win_disk

I you mean disabled by note selsected:

Media Library
Name Description Value
Use selected devices as a location to allow remote shares and USB hubbed devices to be indexed by the Media Library.

Note that all devices can be checked without harm.
AddMounts_sda Add mounts on sda (Port )
AddMounts_sda0 Add mounts on sda0 (Port )

They are not selected

Question why is mounted: /tmp/media/usb/sda
/tmp/media/usb/USB1/4E10-7734
and not: /tmp/media/usb/win_disk
/tmp/media/usb/USB1/win_disk
piplfox
n00b
 
Posts: 11
Joined: Sat Dec 31, 2011 3:58 am

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby zmiki » Mon Jan 09, 2012 8:13 am

@piplfox you should disable Media library in wd tv(OSD) sytem settings nothing to do with WEC options you are talking about. This is used if you want your network disks included in WDTV media library
With Media library off you will see your xmounted disk in OSD
zmiki
Developer
 
Posts: 109
Joined: Mon Apr 12, 2010 4:45 am

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby piplfox » Mon Jan 09, 2012 9:02 am

zmiki wrote:@piplfox you should disable Media library in wd tv(OSD) sytem settings nothing to do with WEC options you are talking about. This is used if you want your network disks included in WDTV media library
With Media library off you will see your xmounted disk in OSD



Thy zmiki this was the problem whole time "Media library was on".
piplfox
n00b
 
Posts: 11
Joined: Sat Dec 31, 2011 3:58 am

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby knorki1306 » Tue Jan 10, 2012 11:51 am

Hello,

I have questions regarding additional plugins.

Were do I have to install them if I downloaded them seperatly from the internet? And, if I want to use the wdtvext-plugin from the OSD I'm asked to create a folder called .wdtvext-plugins. How and were must I create that folder? I do not use a usb plug but I have fakeusb installed and xmounted three shares from my NAS.

Hope, someone can help me.

Best regards
Knorki
knorki1306
n00b
 
Posts: 1
Joined: Sun Jan 08, 2012 8:25 am

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby KAD » Tue Jan 10, 2012 11:57 am

to do it without an actual usbdrive
you need to use the NETAPP feature and store everything on your NAS

otherwise you'll need a thumbdrive

KAD
If you like my work please consider a Donation. Donate
Please read the appropriate documentation before posting questions! READ ME FAQ WIKI
User avatar
KAD
Global Moderator
 
Posts: 4014
Joined: Mon Apr 12, 2010 4:59 pm
Location: Seattle, WA USA

Re: 1.02.21.WDLXTV_LIVE-pTHC-MNV4 (Early XMASS UPDATE FIXED   

Postby wdtv newbi » Wed Jan 11, 2012 3:31 am

Hello again.
Iv got the next problem.... :evil:

I dont get any you tube video or shoutcast radio station since i uploaded this version.
Every time i search it says no station or no video found.

Any one a hint please... I cant get this media player work fully i think its impossible for me! :cry:
wdtv newbi
n00b
 
Posts: 18
Joined: Thu Jan 05, 2012 2:06 am

PreviousNext

Return to Discussion

Who is online

Users browsing this forum: No registered users and 0 guests