Jump to content


MrCoolSpan

Member Since 28 Feb 2012
Offline Last Active 26 Jul 2017 18:15
-----

Posts I've Made

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

1 March 2013 - 13:42

After some tweaking I have manganese to get this to run on my Ubuntu 12.10 x64
and it looks like that my black screen problem is gone ;)

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

1 March 2013 - 13:39

What is the "commercial" name of the card that you use?
Some googling point me to this card:

http://www.linuxtv.o..._WinTV-HVR-4000

First of all, if you use such kind of hybrid card tuner card you only use one slot PCI slot in your PC, so the be schematic this is what you see in the:
/dev/dvb/adapterX where X will have a different value for each physical card (from 0 to 3) this is what is scanned by the tool.

NIM Socket X is the equivalent of /dev/dvb/adapterX.

On top of this you have the frontend, which is the Tuner on the physical adapter.
One physical card can only have 4 tuners from 0 to 3.

In case of hybrid card, each tuner will have a different type assigned.

In your case frontend 0 is DVB-S2 and frontend 1 is DVB-T but on the same adapter 0.

Moreover if you read carefully the attached link (and that you own such card) you will see that there is a mutual exclusion between both type DVB-S2 and DVB-T meaning that you cannot use at the same time DVB-S2 and DVB-T on this adapter.

But if you still think that NIM Socket should be 1, then the program will never create it for you in your current setup since /dev/dvb/adapter1 doesn't exist or is not accessible (perhaps check the group and owner on it if you have it on your system).

If you are really convinced that your Conexant CX22702 DVB-T should be on Nim Socket 1 then you need to investigate the potential parameter that you can pass to the driver when loading it in your system.
May be to force it to create and attach itself to /dev/dvb/adapter1/frontend0 so /dev/dvb/adapter1 will exist on your system and the nim_creator will properly create the NIM Socket: 1 for you.
(look for information about: modprobe, insmod, lsmod, /etc/modprobe.conf, /etc/modprobe.d).



Thanx for the feedbak
I do have the Hvr-4000 cand and i also know that i cannot use DVB-S2 and DVB-T at the same time.
and i do also know if i use the Nim Socket file, i can only see the dvb-t in Enigma2, Then i just edit and add NIM Socket 1 to the dvb-t par. Then i have dvd-s2 and dvb-t in Enigma2
;)

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

26 February 2013 - 22:09

Info: create_nim_sockets 1.1-beta-02 started

Tuner found: /dev/dvb/adapter0/frontend0: Conexant CX24116/CX24118
// dvb_frontend_info for /dev/dvb/adapter0/frontend0
struct dvb_frontend_info FETYPE = {
.name = "Conexant CX24116/CX24118",
.type = 0,
.frequency_min = 950000,
.frequency_max = 2150000,
.frequency_stepsize = 1011,
.frequency_tolerance = 5000,
.symbol_rate_min = 1000000,
.symbol_rate_max = 45000000,
.symbol_rate_tolerance = 0,
.notifier_delay = 0,
.caps = 0x500006ff
};

NIM Socket 0:
Type: DVB-S2
Name: Conexant CX24116/CX24118
Has_Outputs: no
Frontend_Device: 0

/dev/dvb/adapter0/frontend2 doesn't exist
/dev/dvb/adapter0/frontend3 doesn't exist
/dev/dvb/adapter1/frontend0 doesn't exist
/dev/dvb/adapter1/frontend1 doesn't exist
/dev/dvb/adapter1/frontend2 doesn't exist
/dev/dvb/adapter1/frontend3 doesn't exist
/dev/dvb/adapter2/frontend0 doesn't exist
/dev/dvb/adapter2/frontend1 doesn't exist
/dev/dvb/adapter2/frontend2 doesn't exist
/dev/dvb/adapter2/frontend3 doesn't exist
/dev/dvb/adapter3/frontend0 doesn't exist
/dev/dvb/adapter3/frontend1 doesn't exist
/dev/dvb/adapter3/frontend2 doesn't exist
/dev/dvb/adapter3/frontend3 doesn't exist

Info: File [nim_sockets] created please check it.

Info: create_nim_sockets done

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

24 February 2013 - 15:34

I have now run the one from the git
and the resuld is the same

NIM Socket 0:
Type: DVB-S2
Name: Conexant CX24116/CX24118
Has_Outputs: no
Frontend_Device: 0

NIM Socket 0:
Type: DVB-T
Name: Conexant CX22702 DVB-T
Has_Outputs: no
Frontend_Device: 1

it have to be NIM Socket 1:

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

24 February 2013 - 15:04

You quote my explanation but didn't follow it.
If it doesn't work I ask you to provide the result of: ./create_nim_sockets -d

Moreover the create_nim_socket is now include in the repository under util folder, check if the version is not newer there.


okay i well do that...
But if you also have the time then have a look again a you well see that i have postet the provide the result of: ./create_nim_sockets -d