Page 1 of 1
Re: Problem mounting an old, old, samba server.
Posted: Tue Feb 16, 2010 10:52 am
by arris69
fdelahuz wrote:...
Is there anyway to do something similar for the TV?
I can't update the server's samba version, I'm afraid. (Sorry)
I've being thinking about using old busybox versions, but can't find a right one... and I'm not sure if it would work.
All smbfs mounts I've tried results on: "No such device", but the same command, using -t cifs connects but I think it don't let TV to play files.
Thanks in advance for any tips!
you need the smbfs kernel module not cifs.
hope you know we have public svn server
arris
Re: Problem mounting an old, old, samba server.
Posted: Wed Feb 17, 2010 3:39 pm
by arris69
fdelahuz wrote:ummm... I didn't knew about it, and I'm afraid I don?t know how to use it either.
I searched, browsed... and got lost.
I think you mean that I need to download a smbfs.ko module (an armel compiled one) that I can copy to TV and load with
insmod /mtd_rwarea/smbfs.ko
But I can't find it (any link would be apreciated).
Or do I need to compile it? I don't have enought linux knowledge, I'm afraid.
I've managed to follow the "Setting up a native compiling toochain" how-to, but don't known how to use it for such thing (even if it is needed).
make a x at your firmware type
- T-CHU7DEUC
- T-CHU7DAUC
- T-CHL5DEUC
- T-CHL7DEUC
- T-CHL5CIPDSEUC
- T-CHL6CIPDSEUC
- T-CHLCIPDEUC
- T-CHUCIPDEUC
- T-CHE6AUSC
- T-CHEAUSC
- T-CHE7AUSC
- T-CHL7DAUC
- T-CHEAEAC
- T-CHU7DAUC
- T-AMBAUSC
- T-SPHAUSC
- T-RBYAUSC
- T-RBYDEUC
- T-AMBDFRC
- T-CHE9AUSC
- T-CRLPEUHC
- T-CRLPEUWC
- T-AMBPEUMD
Re: Problem mounting an old, old, samba server.
Posted: Thu Feb 18, 2010 3:03 pm
by arris69
fdelahuz wrote:Hi, my firm is T-CHL7DEUC for a LE40B651T3
http://sourceforge.net/projects/samygo/files/ -> SamyGO Kernel Modules -> pick current SamyGO-KernelModules-<yourfirm>-svn_r234.tar.gz
hope your tvs mount support the -t smbfs option
arris
Re: Problem mounting an old, old, samba server.
Posted: Fri Feb 19, 2010 10:30 am
by arris69
fdelahuz wrote:No way. I've downloaded and copied smbfs.ko to /mtd_rwarea/
rmmod cifs.ko
insmod /mtd_rwarea/smbfs.ko
mount -o user=user,password=pass -t smbfs //server_ip/shared /dtv/usb/sda/mount_point
mount: Mounting //server_ip/shared on /dtv/usb/sda/mount_point failed: Invalid argument
Same comand with -t cifs argument an cifs.ko module running works, but with previously related problems
I've also tried with an alternative, and more complete busybox, also downloaded from SamyGO, copied to TV but with same results
/mtd_rwarea/bin/mount -o user=user,password=pass -t smbfs //server_ip/shared /dtv/usb/sda/mount_point
mount: Mounting //server_ip/shared on /dtv/usb/sda/mount_point failed: Invalid argument
Seems like module may work but busybox doesn't support the -t smbfs option, as you said.
Is there any way to get an older working busybox (smbfs seems to be deprecated) in order to support this argument?
Regards!
i think you need the smbmount from older samba package, but it is also possible that the smbfs module need some nls configuration/heper modules
i hope its not realy urgent
arris