Recent content by Bobben_no

  1. B

    Blindscan on linux with tbs cards

    I installed the blindscan driver from github on the 13'th of December 2023 and I assume that is the newest drivers ? When I got some more time I will make new scans with neumodvb and provide scan files and also log. I will try new RG6 coax and new connectors to see if that works better. It...
  2. B

    Blindscan on linux with tbs cards

    Neumodvb also misses a transponder. "Get Spectrum" did not list 12054V at 1-WEST as a candidate to blindscan. I have done several attempts but 12054V is never listed as a candidate to blindscan. I am at the edge of one of the beams and thats why there are different power for the various...
  3. B

    Blindscan on linux with tbs cards

    I have now tried a tbs6909 V2 card stid135-blindscan. It blindscans incredibily fast by using all eight adapters. But I notice that random transponders is not identified by the blindscan. I got the same problem when using only one adapter on TBS6909X V2 or using tbs6903x v1.2. I can see the...
  4. B

    Blindscan on linux with tbs cards

    I got both inputs working now with separate LNB& diseq. I have a 6903x V2 and I noticed that the tbsecp3-dvb.c file specify .num_rf_inputs = 2, .rf_inputs ={0,3} So I got the second input to work by speficy --rf-in=3 ,and not --rf-in=1 as the second physical input. neumo-blindscan -c...
  5. B

    Blindscan on linux with tbs cards

    I have installed the blindscan drivers from github on the 13'th of december in fedora 38 and has also successfully build blindscan command line tools from GitHub - deeptho/blindscan: User space code for DVB blind scanning I have tested with TBS6903-X. The blindscan and spectrum plot works very...
  6. B

    Blindscan on linux with tbs cards

    I have not tested the Moteck SG-2100A diseqc rotor with antenna or LNB connected. It is placed on my desk while testing. I will retry with a LNB connected as well to get 75ohm termination as that may make a difference .
  7. B

    Blindscan on linux with tbs cards

    I added a delay after lnb powerup in tsduck now. That works well. It also works well adding repeat of the diseqc command. Also tested my Moteck SG-2100A diseqc rotor does move now if I add 700ms delay after LNB power on, plus one diseqc repeat after 15ms. I assume it is normal that a rotor...
  8. B

    Blindscan on linux with tbs cards

    This solved diseqc issues for my Si2183 based cards: static int si2183_diseqc_send_msg(struct dvb_frontend *fe, struct dvb_diseqc_master_cmd *d) { struct i2c_client *client = fe->demodulator_priv; int ret; u8...
  9. B

    Blindscan on linux with tbs cards

    I got it to work now. I edited stv091x_drv.c : 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 &...
  10. B

    Blindscan on linux with tbs cards

    I replaced the harddisk with an empty one just to keep my ubuntu disk untouched. I have now installed fedora 38. Kernel is 6.2.9-300.fc38.x86_64. Followed the installation procedure 100%. Got message about missing vmlinux so I installed it. After that everything seems to compile. Diseqc...
  11. B

    Blindscan on linux with tbs cards

    Thank you for the feedback. I would like to stick with a kernel that has been tested so I will need to find out how to install a spesific kernel on ubuntu 22.04. But first I will wipe the hdd and make a new ubuntu install and see if it works better. Btw, I have used the installation...
  12. B

    Blindscan on linux with tbs cards

    I notice my kernel is 6.2.0-31-generic while I can see on the github it is mentioned kernel 6.1. Kernel sources is installed and can not see any errors when running ./install.sh Can see this kernel warning message : [ 3.737123] WARNING: You are using an experimental version of the media...
  13. B

    Blindscan on linux with tbs cards

    ##Example with working TBS drivers tsduck 13 EAST diseq 1.1 switch the fourth port ( BB ) ## tsduck sends diseqc command E0 10 38 FE: root@dvbtest:/home/dvbtest#tsp -I dvb --device-name /dev/dvb/adapter0:0 --satellite-number 3 --frequency 11,137,000,000 --symbol-rate 27,500,000 --polarity...
  14. B

    Blindscan on linux with tbs cards

    I hava a little problem after my ubuntu auto updated to kernel 6. I am using TBS6903 card. The drivers modified for kernel 6 has installed correctly and I can see symbolrate and modulation is detected automatically. The only thing not working is DiSEqC control when I try tools like tsduck.io...
  15. B

    Blindscan on linux with tbs cards

    I got it to work now. I may have missed on the "git checkout master" as TBS media_build will use extra branch but maybe that was not the problem as the tbs6903 was working. Not sure if your latest changes solved the problem or if me deleting media drivers before reinstalling correctly did...
Top