AVS › AVS Forum › Gaming & Content Streaming › Networking, Media Servers & Content Streaming › Firmware - Western Digital - WD TV HD Media Player
New Posts  All Forums:Forum Nav:

Firmware - Western Digital - WD TV HD Media Player - Page 9

post #241 of 2569
I just bought this box to play my lossless music on. I have to be honest that I am lost on reading this thread. Can someone explain to me about what I would need to do to be able to stream with this box. Will I have to download firmware that you guys are creating and install? Would I have to take the box apart and change stuff inside?
post #242 of 2569
disc0: It's a hardware problem (a design problem, really): the cat5 plug doesn't stay in the trap door properly/snugly. I'm only using it because it was the only usb ethernet dongle I could FIND at the local store.

As long as the dongle doesn't have a part that has to open for the cable to insert, you're probably ok: I think I have pretty much all of the usb network drivers loading and working. If not, just let us know your usb dongle's vendor id and product id's and we should be able to get you the right driver. (in xp, you can find this in the device manager properties for the device, under Details: "USB\\VID_*&PID_*")
post #243 of 2569
Thread Starter 
Quote:
Originally Posted by argf View Post

I got samba working too (crosscompiled on my own), I switched from 3.0.24 to 3.3.0 but it still did complain about not being able to set group id. I workarounded it hacking a bit the source code and now it works pretty well.
I still get very low download speeds (from wdtv to pc) didn't test upload yet, abou 200 KB/s from a fat drive. Are you getting better performances? maybe I need to tweak a bit my smb.conf...


try play from PCmounted share somethink on WDTV
some mpeg or DIVX/XVID which have avr bittrate aroud 750-900Kbit probably is it will play smooth

I am waiting on result of this test

if will be samba to much for this HW probably someone will try NFS No body is trying this faster and lighter protocol
post #244 of 2569
Quote:
Originally Posted by Zorander View Post

disc0: It's a hardware problem (a design problem, really): the cat5 plug doesn't stay in the trap door properly/snugly. I'm only using it because it was the only usb ethernet dongle I could FIND at the local store.

As long as the dongle doesn't have a part that has to open for the cable to insert, you're probably ok: I think I have pretty much all of the usb network drivers loading and working. If not, just let us know your usb dongle's vendor id and product id's and we should be able to get you the right driver. (in xp, you can find this in the device manager properties for the device, under Details: "USB\\VID_*&PID_*")

Thank you for the explanation Zorander, currenttly i'm out of money, I'll take a look in some stores and see the best options I have and when I could buy I'll tell you.. Thank you again. Regards
post #245 of 2569
Hi, i have a WD HD and i discover this post, i have the read the thread but i don't undertand it at all can somebody explain me how can i install one of this firmware i want to try samba i where can i found a compatible ethernet adapter, i think that i have to intall the fimr a an external usb memory but i don't know how o do it. thanks
post #246 of 2569
Quote:
Originally Posted by 3dxr View Post

windows-1250 ISO-8859-* support I think will be in next official firmware

I wait for these support 2 months
post #247 of 2569
Quote:
Originally Posted by 3dxr View Post

try play from PCmounted share somethink on WDTV
some mpeg or DIVX/XVID which have avr bittrate aroud 750-900Kbit probably is it will play smooth

I am waiting on result of this test

if will be samba to much for this HW probably someone will try NFS No body is trying this faster and lighter protocol

I still cannot do that test because I still miss the kernel modules to use mount.cifs.
I can tell that the inverse, playing a divx in streaming from the wdtv to my pc works smoothly.
About NFS, it seemed harder to get it working (several daemons and several modules to crosscompile and get to work together) so I tried samba at first.
By the way now I'm getting good speeds (about 700 KB/s which I think is the maximum speed I can get over the wireless bridge that connects wdtv to my wifi network, half of the bandwidth is taken by the bridge), it was my buggy iwl3945 driver that was causing the slowdown... Now I fixed it installing fresh drivers from compat-wireless project.
post #248 of 2569
argf -> Cifs is in zorander distro ! ( /lib/modules/cifs.ko )

Mount a Network share works ! but the problem is the .DB file create by Wdtv ...

EDIT : If we mount the data in /tmp/media/usb/USB1/Nfsmount it work's !!!! ( in system parameters -> Media Library off )

Divx playing from network successfuullyyyyyyyyyyy !!!!!!!!!!!!!!!!!!
post #249 of 2569
Report :

No problem for playing divx by network ...

For Bluray RIP 720p or 1080p my network adapter is too slow ...

But it's a very good news !!!

Now We must find witch adapter is the best for wdtv !

I'm going to make some shopping tomorrow !!!
post #250 of 2569
Best job!!

Thanks for your time, I'm reading this post everyday

What's the best adapter USB-Network to do it? I've to buy one

Regards from spain!
post #251 of 2569
Thread Starter 
Quote:
Originally Posted by mcflyyy View Post

argf -> Cifs is in zorander distro ! ( /lib/modules/cifs.ko )

Mount a Network share works ! but the problem is the .DB file create by Wdtv ...

EDIT : If we mount the data in /tmp/media/usb/USB1/Nfsmount it work's !!!! ( in system parameters -> Media Library off )

Divx playing from network successfuullyyyyyyyyyyy !!!!!!!!!!!!!!!!!!

I am not using media library not nescesary feature

Try compare cifs vs. nfs mounted network share pls

try somethink from WDTV

Code:
$>time cat /tmp/nfspcmount/big700mb.movie >/dev/null 

$>time dd if=/tmp/nfspcmount/big700mb.movie of=/dev/null bs=16384  >/dev/null
and share results pls

To best usbnetwork adapter
WDTV have USB2.0 ports also device should be v2.0
with short cable no like linksys with embedded socket.
and we have to decide howto measure CPUsys load used by usb network adapter/driver some devices can be killer for WDTV CPU. we need lowes driver load as is possible that can increase copy/read speed I think.
post #252 of 2569
Hi All,

Quick question. I cross compiled nano and added it to my bin file, but when I try to run it on the WD TV, I get the error "applet not found". It seems like the os is trying to find nano in busybox, rather than using the binary that I compiled. Does anyone know how I can change this behavior?

Thanks,
Bob
post #253 of 2569
Thread Starter 
Quote:
Originally Posted by cerulean View Post

Hi All,

Quick question. I cross compiled nano and added it to my bin file, but when I try to run it on the WD TV, I get the error "applet not found". It seems like the os is trying to find nano in busybox, rather than using the binary that I compiled. Does anyone know how I can change this behavior?

Thanks,
Bob

Do you mean "nano" text editor like "pico" ? If is nano this one.

First check

Code:
echo $PATH;
you can use more way howto execute
full path to you binary or you can use alias in shell
or rename busybox binary.

I am not sure if is there this command
Code:
which  nano
locate nano
whence nano
may be one will run


Code:
alias pico=/usr/local/mynano
and then use only pico /etc/services for example


Request to all who have WIKI account someone should add to wiki [NET FS Section] howto
mount share from PC to WDTV. This is missing and firmware is available for non linux users
post #254 of 2569
I have problem with my wifi dongle based on Realtek RTL8187L chip. I'm using ext3-boot 0.3 firmware. It looks that wd recognize it but don't have propriety driver. I attached log from putty. When I reconnect dongle I get message
Quote:
usb 1-2: new high speed USB device using tangox-ehci-hcd and address 4
Can someone explain how to add new driver to firmware? Sorry but I'm newbie in Linux.

@Zorander

I read your post about similar problem with other Realtek chipset. Please give me advice me what I should do to get it works? Do I need connect dongle by usb hub or just need another driver?

 

putty.txt 18.30859375k . file
post #255 of 2569
I just got my rs232 usb dongle and a level converter, so maybe I can do something useful, too.

Anyone got an idea how to integrate WiFi support? Obviously something low-footprint, maybe Mobilinux might be interesting?
post #256 of 2569
Quote:
Originally Posted by Buddy Casino View Post

Anyone got an idea how to integrate WiFi support? Obviously something low-footprint, maybe Mobilinux might be interesting?

It should be as easy as crosscompiling needed modules for your adapter and wireless-tools (or wpa_supplicant).
post #257 of 2569
Alright then. My serial access is only half working - I can't send anything. Any tricks regarding serial access I should be aware of?
post #258 of 2569
Nice work! I can't wait to get my WDTV playing movies from my SAMBA share. I'd like to explore the Wiki to get detemine which USB-to-ethernet adapter to buy. Can someone point me to the link?

Also, has anyone got a wireless USB-to-ethernet adapter working? I'd sure like to go wireless if possible. Thank you!
post #259 of 2569
Thread Starter 
Many people wants wireless-adapters on this device
(I'll add some facts on wiki ) in short here

I have to say wireless is consuming power of CPU / currently we have low throughput over netfs /
Wireless card is controled by module/driver a CPU load is depends on chipset some wireless adapters have only radio chip and some features are controled by driver=CPU.

PC(wifi) <. . . . /wireless/ . .. . > AP(wifi)--USBnetAdapter==WDTV




Attached wireless (AP/router) into ethernet usb adapter if you need wireless conectivity.
Keep in mind wireless is working on free radio band which can be distored with many other devices
if you want have stable and smooth playback inclusive low bitrates HD(curently imposible to play) you need wired adapters

many adapters have 11-54mbit communication link speed /tech. standards802.11b/g less 802.11n or propietary/
this is enought for SD movies but only if you have stable wireless connection /no packet lost/
but for HD movies I think you should forgot now

Wireless is not useable if you live in big city with many wireless devices Speed isnt issue.

Issue is packet lost and latency if you copying files over wireless connection which have 3-6% packet lost nothink happends.

But if you playback movie and high bitrates movie movie will be jerky or not very smooth /its like on youtube if you havent prebuffered movie you have to wait few sec.

probably MIMO wireless routers on short distance is good choice.Wireless can be implemented later but we have to concentrate have stable network drivers and network filesystem for playback.

I am wireless fan but I am staying on the ground.
If ext3-firmware should be stable we have to stabilize it now and add less features.

I am openning discussion if Zorander could be alt_firmware owner/maintainer ?

All features will be added into one major firmware release.
Also alternatives can be released and added on wiki page but I think one major firmware release
with all features is better then more alternatives with some features and without somethink.
post #260 of 2569
Quote:


Also alternatives can be released and added on wiki page.

Can you provide the link to the Wiki page?
post #261 of 2569
Quote:


Can you provide the link to the Wiki page?

http://wdtv.wetpaint.com/
post #262 of 2569
Quote:
Originally Posted by Tobber View Post

http://wdtv.wetpaint.com/


Not sure why Tobbers' link was posted as the majority if not all documentation provided in this thread have been updated on a wiki posted in the first post. WDTV Wiki has a great deal more information than the other link. Maybe Tobber or a Mod can edit his link so we are not creating confusion when referencing "the wiki".
post #263 of 2569
wireless will still be useful for copying files over(as opposed to) streaming....draft-n usb sticks are getting cheap now....will be easier to find them instead of usb-to-ethernet adapter..

in my place, i could not find any of the supported ethernet adapters...but there are plenty of usb wifi(both n and g) sticks for very cheap price...pls add support for them too...

n yea..i think its mature enough to package into a major release with end user support....
Zorander?
post #264 of 2569
Using Zorander's 0.3 firmware I managed to get cifs mounting to work. (cifs or nfs required for large file support, smbfs can't do over 2gb) I didn't have to do anything special at all, it just worked.

Still not sure why my original efforts were hanging, I think it might require additional writeable files/dirs. I tried both cifs-1.50c "backport" and the stock 2.6.15 cifs. Stock comes out closer to the module size that zorander produced.

My most useful observation for others to know about: the mcs7830, even via a usb2 hub was able to sustain the throughput necessary for a 1080p h264/dts in mkv movie. (if anyone cares, my usb hub, the one that comes with playstation 3 rockband, seems to be able to power an external hdd too.)

Filesizes tried (i wont name names):
13gb (h264/dts 02:41:30)
11gb (h264/ac3 02:15:00)
8gb (h264/ac3 02:16:18)
13gb (h264/dts 02:33:25)

Fast forwarding was slow and painful, but did work. I watched 2 films right through and noticed no audio skew or slowdown issues (even under intense high bitrate scenes). The other files I just seeked to scenes that were likely to be high bitrate.

I mounted the cifs share over the usb key, that is /tmp/media/usb/USB2/xxxx-xxxx/ (volume id of fat filesystem). When I didn't do this but mounted under the device, I could browse video, but not music or pictures.

I also updated my backported mcs7830 driver to the one that comes with 2.6.28.3, this will work with the Sitecom adaptors and another one too. This could be identical to argf's driver listed on the wiki, I didn't compare the diffs. patch here http://tardfree.net/wdtv/

I've had some ideas of knocking up a simple webgui to assist in mounting/remounting network shares. Personally I'm not interested in storing media on the box (I have a substantial NAS setup already) but I can see why this might be useful to others. With ftpd and smbd running I was very close to out of ram, under 4meg free while playing, so for me, those will be the first services I disable to get more functionality working, if ram becomes an issue.

cheers
tardfree
post #265 of 2569
Quote:
Originally Posted by Zorander View Post

I only tried xfs once--didn't work then. That was before I found the bug in the kernel config file that someone in the list provided: INOTIFY and DNOTIFY are NOT compiled into their kernel. It makes a difference.

Thanks for finding this! I turned off INOTIFY and DNOTIFY in my kernel config and now my reiserfs module is working (it hung on mount before).
post #266 of 2569
I think that the INOTIFY and DNOTIFY options were what were keeping tardfree's cifs and nfs modules from working as well.

I actually couldn't even insmod sunrpc because of missing symbols (__inode_dnotify or something similar)

Also, you may want to check out my latest ext3-boot build: It will automount all ext2 and ext3 partitions underneath the usb key so that they will all be findable under media library as well, and I added some more fs utilities: mkfs.hfs, mkfs.xfs, mkfs.ext2, blkid.

There's also a lsusb that I wrote that gives good detailed info that is usefull for debugging.

Example output:
Code:
Displaying detected USB devices...
 [090c:1000] 1-1( 2.00,480m) DISK 2.0/UAF204FAJSNUM75T
 [05e3:0608] 1-2( 2.00,480m) USB2.0 Hub
 [13b1:0018] 1-2.1( 2.00,480m) USB 2.0 Network Adapter ver.2 /02F083
 [1058:0900] 1-2.2( 2.00,480m) External HDD/57442D574D415057313
 [0bc2:0502] 1-2.3( 2.00,480m) ST94811U2-RK/3551483045
 [0000:0000] usb1( 2.00,480m) TangoX USB 2.0/tangox-ehci-hcd
 [0000:0000] usb2( 1.10,12m) USB Host Controller/TANGOX OHCI
It shows vendorid, productid, where it's plugged in, which usb version the device is, and how fast that usb device is, as well as identifying the device.

I attempt to mount ext2 drives with -o sync -- I hope that will make things work smothly for us (ext2 has the decided benefit of working fast under linux and thanks to fs-driver.org we can access it just fine from any version of XP or higher). I'd still like to test it more--especially plugging/unplugging drives. I wish I could get rid of that "unsupported format" error when I plug them in.

I do have access to a couple (maybe more) wifi dongles to test with so I may work on that next.
post #267 of 2569
Thread Starter 
Quote:
Originally Posted by DraZtiK View Post

Not sure why Tobbers' link was posted as the majority if not all documentation provided in this thread have been updated on a wiki posted in the first post. WDTV Wiki has a great deal more information than the other link. Maybe Tobber or a Mod can edit his link so we are not creating confusion when referencing "the wiki".

Both wiki's are welcome I will not preffere only our WIKI
but I am controling content on UFW and leaving end users wiki on wetpaint to end users community.
We have reference to webpaint wiki in external links section they have also reference on our.

UFW wiki have limited user access only for updates
and this have only one reason only few people are active and updating wiki thread and firmware.


to tardfree> Please do also updates [supported usb devices] on WIKI please
I am sick at the moment I am not able working/reading long time on PC Also use picture icon for update patches/files as local mirror if you website isnt active we have mirror.

Also add network performance information behind zorander's information please and add also movie information [Gspot/mediainfo]

filesize,video_codec,audio_codec, bittares for A/V codecs and base info as REFframes,etc.. probably max peek bitrate Gspot is providing those information.
I dont know that is related to Gpost/Mediainfo under linux.
post #268 of 2569
I am in the process of converting mincrosslinux, a modular embedded build system, to create images for the WDTV from scratch. It is make based and uses ipkg files for base and addon packages.

I am matching the package versions to the versions on the stock WDTV, along with any needed patches to match changes made to the WDTV source.

There are currently two distribution targets, wdtv and wdtv-pivot-boot.
The wdtv distribution is incomplete. I am only building the open source components, and some are not set up yet. The goal is to make all the open source components from scratch, then creating and installing a wd proprietary package on top to form a complete system. Possibly some proprietary components can be replaced with open solutions.

If anyone is interesting in helping, go to the sourceforge page and send me a message.

http://mincrosslinux.sourceforge.net/

Building is fairly easy:
cd dist/wdtv
make get-required-imports
make build-required
make build

This will get all required archive sources, build all required packages, then assembly the dist.

Again, if anyone is interested, go to the sf page and send me a note.
post #269 of 2569
I'm positive impressed about what you did here, since the sources were published.
Only sad I'm not capable to help, because I have no knowledge about linux.
Just hoping to got from you an enhanced firmware to install.
Keep up the work!
Quote:
Originally Posted by tardfree View Post

I've had some ideas of knocking up a simple webgui to assist in mounting/remounting network shares.

Wonderful.... give a look here
(hxxp://www.mhdworld.com/modules/newbb/viewtopic.php?topic_id=481&forum=10)
what was done with another linux based player. A web-interface could be very usefull for end users, like me.
post #270 of 2569
Hi everyone, great thread!

I just signed up so i can keep an eye on your progress
I'm really looking forward to on-board DTS decoding

I bought the device as a one box solution to accompany my flat screen tv.
I don't want to buy a 5.1 system just so i can decode DTS and i really don't want speakers all over the place when the TV has 2x good speakers inside it

If it could be made to decode DTS audio and output it over HDMI like it does when i play non-dts videos it would be a fantastic solution!

Are people still working on DTS decoding or has it been put on hold while LAN adaptor support is being developed ?
New Posts  All Forums:Forum Nav:
  Return Home
AVS › AVS Forum › Gaming & Content Streaming › Networking, Media Servers & Content Streaming › Firmware - Western Digital - WD TV HD Media Player