Manteric Posted November 23, 2016 Share Posted November 23, 2016 I've been trying to get the TV out from my OPI-PC Plus for a while, but nothing is working The pre-installed Android OS on the emmc outputs to the TV just fine, so it's not a cable/tv problem I've tried both Armbian and some distros found on the OPI forums, but nothing worked. I messed with the script.bin, using http://linux-sunxi.org/Fex_Guide as a guide, but it didn't work I'm using a 64GB Samsung Class 10 card, but I've also tried other cards and it didn't work It works when using HDMI though Here's my script.bin (I'm pasting only the relevant part) I'm running the lastest version of armbian (5.20) [boot_disp] advert_disp = 0 auto_hpd = 1 output_type = 2 hdmi_channel = 0 hdmi_mode = 4 cvbs_channel = 1 cvbs_mode = 11 output_full = 1 hdmi_mode_check = 1 [disp_init] disp_init_enable = 1 disp_mode = 1 screen0_output_type = 2 screen0_output_mode = 11 screen1_output_type = 2 screen1_output_mode = 11 fb0_format = 0 fb0_width = 0 fb0_height = 0 fb1_format = 0 fb1_width = 0 fb1_height = 0 [hdmi_para] hdmi_used = 0 hdmi_power = "vcc-hdmi-18" [tv_para] tv_used = 1 tv_dac_used = 1 tv_dac_src0 = 0 What should I do now? Link to comment Share on other sites More sharing options...
jernej Posted November 23, 2016 Share Posted November 23, 2016 you have to load tv driver by: modprobe tv Link to comment Share on other sites More sharing options...
Manteric Posted November 23, 2016 Author Share Posted November 23, 2016 Where should I use this command? EDIT: IT WORKS! I added tv #tv to /etc/modules and it worked Link to comment Share on other sites More sharing options...
jernej Posted November 23, 2016 Share Posted November 23, 2016 serial console, ssh, wherever you have access to the console... You can also add command to load it at boot, but for that you still have to have access to some kind of console. @igor, maybe you can make tv driver built-in? Seems that this is common issue and mostly chicken - egg problem if user has fresh image without access to the serial console and hdmi monitor. 1 Link to comment Share on other sites More sharing options...
Manteric Posted November 23, 2016 Author Share Posted November 23, 2016 No, you just need to edit the file I mentioned before putting the sd on the OrangePI Link to comment Share on other sites More sharing options...
jernej Posted November 23, 2016 Share Posted November 23, 2016 Ah, ok, that works too. But given that you are not the first person with this question, I guess it would be nice to solve it in more general way. But then again, TV out is rarely used. Link to comment Share on other sites More sharing options...
Igor Posted November 24, 2016 Share Posted November 24, 2016 Done. https://github.com/igorpecovnik/lib/commit/e2c7fc5f25416580ab99fc61ad3380c99390d0bc Link to comment Share on other sites More sharing options...
tkaiser Posted November 24, 2016 Share Posted November 24, 2016 But given that you are not the first person with this question, I guess it would be nice to solve it in more general way. But then again, TV out is rarely used. But didn't you disable tvout in OpenELEC since with it active HDMI troubles occurred? IIRC you removed this from all fex files (at least your commit motivated me to do the same in Armbian's fex files) Link to comment Share on other sites More sharing options...
Recommended Posts