Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
Blindscan on linux with tbs cards
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Bobben_no" data-source="post: 1152211" data-attributes="member: 339576"><p>I got it to work now. </p><p></p><p>I edited stv091x_drv.c :</p><p></p><p>[CODE]static int wait_dis(struct stv *state, u8 flag, u8 val)</p><p>{</p><p> int i;</p><p> u8 stat;</p><p> u16 offs = state->adapterno ? 0x40 : 0;</p><p></p><p> for (i = 0; i < 10; i++) {</p><p> stat = read_reg(state, RSTV0910_P1_DISTXSTATUS + offs);</p><p> if ((stat & flag) == val)</p><p> return 0;</p><p> msleep(100); // changed from 10 to 100</p><p> }</p><p> return -1;</p><p>}[/CODE]</p><p></p><p>With the same change diseqc also works in ubuntu .</p><p></p><p>It is probably my EMP and Spaun diseqc switches that did not work with current timing of diseqc commands.</p><p>Perhaps it is a better way to solve it but for now it works fine in both fedora 38 kernel 6.3.8 and ubuntu 22.04 kernel 6.2.0 .</p><p></p><p>I will probably have to do something similar for si2183 as well to get my TBS6504 and TBS5520SE to work with diseqc.</p></blockquote><p></p>
[QUOTE="Bobben_no, post: 1152211, member: 339576"] I got it to work now. I edited stv091x_drv.c : [CODE]static int wait_dis(struct stv *state, u8 flag, u8 val) { int i; u8 stat; u16 offs = state->adapterno ? 0x40 : 0; for (i = 0; i < 10; i++) { stat = read_reg(state, RSTV0910_P1_DISTXSTATUS + offs); if ((stat & flag) == val) return 0; msleep(100); // changed from 10 to 100 } return -1; }[/CODE] With the same change diseqc also works in ubuntu . It is probably my EMP and Spaun diseqc switches that did not work with current timing of diseqc commands. Perhaps it is a better way to solve it but for now it works fine in both fedora 38 kernel 6.3.8 and ubuntu 22.04 kernel 6.2.0 . I will probably have to do something similar for si2183 as well to get my TBS6504 and TBS5520SE to work with diseqc. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
Blindscan on linux with tbs cards
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top