dummy_hcd.ko for C-series T-VALDEUC

Ideas and dreaming about C series TV will go this forum.

arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: dummy_hcd.ko for C-series T-VALDEUC

Post by arris69 »

andy_nl wrote:
arris69 wrote: seems c series supports loop devices, so we can mount disk images on the fly. (may also iso images???)

Code: Select all

/dtv/usb/sdc/STORAGE/films/dvd - The Rock # mount -o ro,loop ./The\ Rock\ 1996.iso /dtv/usb/sda1/mount_test
mount: mounting /dev/loop1 on /dtv/usb/sda1/mount_test failed
no dmesg info on this error.
maybe it needs udf and/or isofs kernel modules (think there are in extensions packs) and/or -t mount option too.

arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: dummy_hcd.ko for C-series T-VALDEUC

Post by arris69 »

andy_nl wrote:YES!!!

Got it working. The mount -t xfs img did the trick.

I now have only the run.sh script on a real USB device, no image files. I should be able to move the script to a writable area on the TV and change the hotplug file to start the script there.

Thanks guys.

Any suggestion where to put the run.sh script?

EDIT: hmm a bit silly to use the usb_hotplug.sh to start the run.sh if I plan to not use a real USB device at all. So another question: how do I get the run.sh started?
can you pls. collect the exact stepps/commands of your setup for pvr stuff :)

for now on c series you can just start scripts if you plug an usb-storage device to tv.
maybe somebody can figure out an alternate start method. in some hotels tv start a custom app (some simple menu to view actual events listen radio or to watch tv) maybe it is also possible on samy tvs.

arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: dummy_hcd.ko for C-series T-VALDEUC

Post by arris69 »

hi

do a

Code: Select all

mkfs.xfs -f -d file,name=xfs_img,size=1500m
produce an usable file? (without dd first)

thnx
arris
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: dummy_hcd.ko for C-series T-VALDEUC

Post by arris69 »

hi,

for me is not realy clear why file stor. module and a mount of xfs image is required.
what if you just do the mount like:

Code: Select all

mkdir -p /dtv/usb/nas_nfs
mount -n -o rw,soft,udp,async,nolock,rsize=32768,wsize=8192 -t nfs 192.168.1.100:/home/recorder /dtv/usb/nas_nfs
mkdir -p /dtv/usb/sdc
/bin/mount -t xfs /dtv/usb/nas_nfs/xfs_img /dtv/usb/sdc # tv shows here popup notification?
mkdir -p /dtv/usb/sdc/CONTENTS
/bin/mount -o bind /dtv/usb/nas_nfs/CONTENTS /dtv/usb/sdc/CONTENTS # or make just a symlink?
thnx
arris
happy new year 2011

Post Reply

Return to “[C] Brainstorm”