Page 4 of 6

Re: Mount external dvd/bd-rom

Posted: Fri Jan 01, 2016 1:08 pm
by matrixabc
I'm not expert on linux. Could you step by step what tell to do ?

Re: Mount external dvd/bd-rom

Posted: Fri Jan 01, 2016 1:13 pm
by sectroyer
matrixabc wrote:I'm not expert on linux. Could you step by step what tell to do ?
No, don't have F sources and do NOT use cdrom :)

Re: Mount external dvd/bd-rom

Posted: Fri Jan 01, 2016 1:23 pm
by juusso
It is hard to help without hardware. None of us have usb dvdrom so we can just guess what to do. The idea is you will find the solution by self, we can just guide you to correct direction. How to compile modules from sources you can find in my howto for d series. Im not at pc, maybe later i find some links. But at this time pls inform you on google or read dedicated topics here, does not mater which series. You have to understand principle.

Re: Mount external dvd/bd-rom

Posted: Fri Jan 01, 2016 2:04 pm
by juusso
Correct example how to compile modules here: viewtopic.php?t=5999#p43005
you just need proper sources for your tv.

Re: Mount external dvd/bd-rom

Posted: Fri Jan 01, 2016 10:22 pm
by matrixabc
Ooo i see is big problem. Maybe someone has a cdrom.ko for F series (kernel 3.0.33) and will help us

Re: Mount external dvd/bd-rom

Posted: Sat Jan 02, 2016 10:35 am
by sectroyer
matrixabc wrote:Ooo i see is big problem. Maybe someone has a cdrom.ko for F series (kernel 3.0.33) and will help us
NAH it's NOT a "big problem" simply download your kernel source code and compile. It's NOT rocket science :)

Re: Mount external dvd/bd-rom

Posted: Sat Jan 02, 2016 12:26 pm
by matrixabc
This is my version

VDLinux#> cat /.version
"Fox.P 0168" KERNEL MODULE VERSION : "0152.1132, DTV, Fox.P, release, DVB_BRANCH"
VDLinux#> uname -a
Linux (none) 3.0.33 #1 SMP PREEMPT Tue Sep 10 17:40:57 KST 2013 armv7l GNU/Linux
VDLinux#> cat /proc/version
Linux version 3.0.33 (jison@sp2) (gcc version 4.6.4 (VDLinux.GA1.2012-10-03) ) #1 SMP PREEMPT Tue Sep 10 17:40:57 KST 2013

Can i use VDLinux-arm-v7a9v3r1 or VDLinux-arm-v7a15v3r1 ?

Re: Mount external dvd/bd-rom

Posted: Sat Jan 02, 2016 6:46 pm
by sectroyer
Simply go to opensource.samsung.com and download files for YOUR TV :) There everything IS explained :)

Re: Mount external dvd/bd-rom

Posted: Wed Jan 13, 2016 1:06 am
by matrixabc
I installed CentOS 5.0
I download VDLinux_3.0.20.tgz + VDLinux-arm-v7a15v3r1 and unpack to /opt/vd/

when i write "make ARCH=arm CROSS_COMPILE=arm-v7a8v2r2-linux-gnueabi- prepare" i have got error:

Code: Select all

[root@localhost linux-3.0.20]# make ARCH=arm CROSS_COMPILE=arm-v7a15v3r1-linux-gnueabi- prepare

arm-v7a15v3r1-linux-gnueabi-gcc: /lib/i686/nosegneg/libc.so.6: version `GLIBC_2.11' not found (required by arm-v7a15v3r1-linux-gnueabi-gcc)

scripts/kconfig/conf --silentoldconfig Kconfig

arm-v7a15v3r1-linux-gnueabi-gcc: /lib/i686/nosegneg/libc.so.6: version `GLIBC_2.11' not found (required by arm-v7a15v3r1-linux-gnueabi-gcc)
  
CHK     include/linux/version.h
  
CHK     include/generated/utsrelease.h

make[1]: `include/generated/mach-types.h' jest aktualne.
  
CC      kernel/bounds.s

arm-v7a15v3r1-linux-gnueabi-gcc: /lib/i686/nosegneg/libc.so.6: version `GLIBC_2.11' not found (required by arm-v7a15v3r1-linux-gnueabi-gcc)

make[1]: *** [kernel/bounds.s] B??d 1

make: *** [prepare0] B??d 2

[root@localhost linux-3.0.20]#

Re: Mount external dvd/bd-rom

Posted: Wed Jan 13, 2016 11:30 pm
by matrixabc
I compiled cdrom.ko( 0 errors) and load to TV but wen i compiled sr_mod i return warning :

Code: Select all

WARNING: "cdrom_number_of_slots" [drivers/scsi/sr_mod.ko] undefined!
WARNING: "unregister_cdrom" [drivers/scsi/sr_mod.ko] undefined!
WARNING: "cdrom_open" [drivers/scsi/sr_mod.ko] undefined!
WARNING: "cdrom_release" [drivers/scsi/sr_mod.ko] undefined!
WARNING: "cdrom_get_media_event" [drivers/scsi/sr_mod.ko] undefined!
WARNING: "cdrom_check_events" [drivers/scsi/sr_mod.ko] undefined!
WARNING: "cdrom_get_last_written" [drivers/scsi/sr_mod.ko] undefined!
WARNING: "cdrom_ioctl" [drivers/scsi/sr_mod.ko] undefined!
WARNING: "register_cdrom" [drivers/scsi/sr_mod.ko] undefined!
and want i trying load to TV dmesg return

Code: Select all

sr_mod: Unknown symbol scsi_logging_level (err 0)
???