et9x00 login: rot ot
Last login: Mon Dec 2 20:05:39 +0000 2013 on /dev/pts/0.
root@et9x00:~# [6ndiff --git a/drivers/media/common/siano/sms-cards.c b/drivers/med
ia/common/siano/sms-cards.c
index b22b61d..04bb04c 100644
--- a/drivers/media/common/siano/sms-cards.c
+++ b/drivers/media/common/siano/sms-cards.c
@@ -293,19 +293,7 @@ EXPORT_SYMBOL_GPL(sms_board_lna_control);
int sms_board_load_modules(int id)
{
diff: unrecognized option '--git'
- switch (id) {
- case SMS1XXX_BOARD_HAUPPAUGE_CATAMOUNT:
- case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_A:
- case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_B:
- case SMS1XXX_BOARD_HAUPPAUGE_WINDHAM:
- case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD:
- case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD_R2:
- request_module("smsdvb");
- break;
- default:
- /* do nothing */
- break;
- }
+ request_module("smsdvb");
return 0;
}
BusyBox v1.19.4 (2013-11-12 23:01:55 CET) multi-call binary.
Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2
Compare files line by line and output the differences between them.
This implementation supports unified diffs only.
-a Treat all files as text
-b Ignore changes in the amount of whitespace
-B Ignore changes whose lines are all blank
-d Try hard to find a smaller set of changes
-i Ignore case differences
-L Use LABEL instead of the filename in the unified header
-N Treat absent files as empty
-q Output only whether files differ
-r Recurse
-S Start with FILE when comparing directories
-T Make tabs line up by prefixing a tab when necessary
-s Report when two files are the same
-t Expand tabs to spaces in output
-U Output LINES lines of context
-w Ignore all whitespace
root@et9x00:~# index b22b61d..04bb04c 100644
-sh: index: not found
root@et9x00:~# --- a/drivers/media/common/siano/sms-cards.c
-sh: ---: not found
root@et9x00:~# +++ b/drivers/media/common/siano/sms-cards.c
-sh: +++: not found
root@et9x00:~# @@ -293,19 +293,7 @@ EXPORT_SYMBOL_GPL(sms_board_lna_control);
-sh: syntax error: unexpected "("
root@et9x00:~# int sms_board_load_modules(int id)
-sh: syntax error: unexpected "("
root@et9x00:~# {
> - switch (id) {
-sh: syntax error: unexpected "(" (expecting "}")
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_CATAMOUNT:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_A:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_B:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_WINDHAM:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD_R2:
-sh: -: not found
root@et9x00:~# - request_module("smsdvb");
-sh: syntax error: unexpected "("
root@et9x00:~# - break;
-sh: -: not found
root@et9x00:~# - default:
-sh: -: not found
root@et9x00:~# - /* do nothing */
-sh: -: not found
root@et9x00:~# - break;
-sh: -: not found
root@et9x00:~# - }
-sh: -: not found
root@et9x00:~# + request_module("smsdvb");
-sh: syntax error: unexpected "("
root@et9x00:~# return 0;
August DVB T202 tuner
Re: August DVB T202 tuner #21
Posted 2 December 2013 - 21:16
Re: August DVB T202 tuner #22
Posted 2 December 2013 - 21:19
No, patch is applied on the kernel modules. You can just run it like this.
If you installed kernel modules and it is not working please install OpenPLi 4.0 before report any other issue.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: August DVB T202 tuner #23
Re: August DVB T202 tuner #24
Posted 2 December 2013 - 21:30
So please, please install first OpenPLi 4.0.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: August DVB T202 tuner #25
Posted 2 December 2013 - 21:49
Awesome Athoik
It works perfectly. Tuner C appears on my list of Tuners with the DVB tuner listed. I now have all the dvb-t channels. Thank you very much. I am very impressed with your skill and committement. I also have a serious problem with my tuner. Whenever I reboot or run a plugin, the system finds it very hard to tune in the channels. It immediately recognises 'movies4men' and by alternating between any of the BBC's and Movies4men the tune eventually establishes itself (after about 5 cycles) and the channels are all restored and stay tuned.
Re: August DVB T202 tuner #26
Posted 2 December 2013 - 22:03
That patch is wrong, it will break ISDB-T siano based adapters. Has it been committed to Linux kernel?
The reason smsdvb is not always autoloaded is exactly that, to distinguish between DVB and ISDB-T adapters. You have to whitelist which PnP IDs are using DVB and which are using ISDB-T.
Edited by malakudi, 2 December 2013 - 22:04.
Re: August DVB T202 tuner #27
Re: August DVB T202 tuner #28
Posted 2 December 2013 - 23:13
Yes patch is commited since 3.10 kernel.
https://git.kernel.o...0f1abe8c17f324a
Maybe they solve ISDB-T vs DVB-T in another way?
(Or they solved one problem but introduce a new one?...)
Edited by athoik, 2 December 2013 - 23:15.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: August DVB T202 tuner #29
Posted 28 December 2013 - 09:50
@malakudi,
Are you sure above patch is breaking ISDB-T?
Because i would like to submit that patch for submission. It's petty so many people to have problems with their siano based DVB-T sticks.
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: August DVB T202 tuner #30
Re: August DVB T202 tuner #31
Posted 3 January 2014 - 16:21
Here are the kernel modules for dm800se compiled with patch that always loads smsdvb (backported patch).
kernel-module-smsusb_3.2-r14.16.47_dm800se.ipk 8.89KB 10 downloads
kernel-module-smsdvb_3.2-r14.16.47_dm800se.ipk 10.77KB 7 downloads
kernel-module-smsmdtv_3.2-r14.16.47_dm800se.ipk 17.95KB 7 downloads
@OpenPLi
Here is the patch for kernels < 3.7
dvb-usb-siano-always-load-smsdvb.patch.txt 751bytes
8 downloads
Here is the patch for kernels >= 3.7
dvb-usb-siano-always-load-smsdvb-v2.patch.txt 763bytes 3 downloads
And finally here is the patch for v4l (dm800)
v4l-dvb-smsdvb_always_load.patch.txt 719bytes 3 downloads
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916
Re: August DVB T202 tuner #32
Re: August DVB T202 tuner #33
Re: August DVB T202 tuner #34
Posted 4 January 2014 - 12:26
@malakudi,
Are you sure above patch is breaking ISDB-T?
Because i would like to submit that patch for submission. It's petty so many people to have problems with their siano based DVB-T sticks.
I think it does, but anyway we don't use ISDB-T in Europe so we can't test it. Since it is included in linux kernel, I would say prepare a patch for OpenPLI inclusion, and if someone with ISDB-T complains, we'll check it again.
Re: August DVB T202 tuner #35
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users