Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5520SE green lock LED doesn't work #214

Closed
smp79 opened this issue Sep 16, 2020 · 3 comments
Closed

5520SE green lock LED doesn't work #214

smp79 opened this issue Sep 16, 2020 · 3 comments

Comments

@smp79
Copy link

smp79 commented Sep 16, 2020

The green LED works only in Windows. With current Linux driver it doesn't seem to work. Is it a known issue?

@Davin622
Copy link

Hi
please try this patch

--- a/drivers/media/dvb-frontends/si2183.c
+++ b/drivers/media/dvb-frontends/si2183.c
@@ -1088,6 +1088,13 @@ static int si2183_init(struct dvb_frontend *fe)
return ret;
}

  •   // set pins
    
  •   memcpy(cmd.args, "\x12\x8\x0", 3);
    
  •   cmd.wlen = 3;
    
  •   cmd.rlen = 3;
    
  •   si2183_cmd_execute(client, &cmd);
    
  •   dev->fw_loaded = true;
    

warm:
dev->active_fe |= (1 << fe->id);

@smp79
Copy link
Author

smp79 commented Sep 18, 2020

It works, thank you!!

@smp79 smp79 closed this as completed Sep 18, 2020
@kyvaith
Copy link

kyvaith commented Jan 28, 2022

is this patch is merged? I have an issue on ubuntu - channels stops working afer few minutes. There is no green LED at all. On Windows works ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants