LinuxMCE Forums

General => Users => Topic started by: gunsmoke on April 25, 2008, 07:11:27 pm

Title: NEXUS DVB card not recognized by LMCE -Not able to update firmw./scan channels
Post by: gunsmoke on April 25, 2008, 07:11:27 pm
I am using the Hauppauge WinTV-NEXUS-S DVB Card ver 2.2. see here for wiki info; http://www.linuxtv.org/wiki/index.php/FF_Rev._2.2_DVB-S_Cards (http://www.linuxtv.org/wiki/index.php/FF_Rev._2.2_DVB-S_Cards)

After following this Wiki article here http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers (http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers)
Quote
In any regard, once you find and obtain the necessary firmware for your device, copy it into the appropriate hotplug directory. The location of this directory depends on your distribution, but normally it's one of these:

/lib/firmware
/usr/lib/hotplug/firmware

Because that LMCE did not recognized my card, it proberly needs a new firmware. I downloaded
Quote
dvb-ttpci-01.fw-2622
from LinuxTV.org. So then I wanted to take the downloaded firmware file, and place it in the /lib/firmware folder in LMCE. When I do this in KDE it gives me Access denied dialog box,,,, ???

How do I get root/access to copy files in the KDE enviroment/GUI/desktop ???

I have read a loot on this forum using sudo su in terminal window with linuxmce password, but no change. Also accessed the network with my username and password, but still no access...

Do I have to do the file transfer through the terminal window or what...!

This is bugging me now, something is kidding me :P

Please point me in the right light wave :D
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: totallymaxed on April 26, 2008, 02:15:24 am
I am using the Hauppauge WinTV-NEXUS-S DVB Card ver 2.2. see here for wiki info; http://www.linuxtv.org/wiki/index.php/FF_Rev._2.2_DVB-S_Cards (http://www.linuxtv.org/wiki/index.php/FF_Rev._2.2_DVB-S_Cards)

After following this Wiki article here http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers (http://linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers)
Quote
In any regard, once you find and obtain the necessary firmware for your device, copy it into the appropriate hotplug directory. The location of this directory depends on your distribution, but normally it's one of these:

/lib/firmware
/usr/lib/hotplug/firmware

Because that LMCE did not recognized my card, it proberly needs a new firmware. I downloaded
Quote
dvb-ttpci-01.fw-2622
from LinuxTV.org. So then I wanted to take the downloaded firmware file, and place it in the /lib/firmware folder in LMCE. When I do this in KDE it gives me Access denied dialog box,,,, ???

How do I get root/access to copy files in the KDE enviroment/GUI/desktop ???

I have read a loot on this forum using sudo su in terminal window with linuxmce password, but no change. Also accessed the network with my username and password, but still no access...

Do I have to do the file transfer through the terminal window or what...!

This is bugging me now, something is kidding me :P

Please point me in the right light wave :D

Hi there,

Your firmware file  needs to be copied into this directory on your Core;

Code: [Select]
/lib/firmware/2.6.22-14-generic/
From the KDE Desktop open the Konsole Terminal program its in the 'K' menu under 'System'. Now in the Konsole window type the following;

Code: [Select]
sudo su - <return>

Enter your password when asked. Now we need to use the 'cp' command to copy the firmware file into the correct directory;

Code: [Select]
cp /home/dvb-ttpci-01.fw-2622 /lib/firmware/2.6.22-14-generic/ <return>

Now in the line above I have assumed that the dvb-ttpci-01.fw-2622 file is in your /home directory... you need to substitute the actual path to where the firmware file is on your Core. So replace '/home/dvb-ttpci-01.fw-2622' with the actual path to the firmware file in the line above.

Once you have copied the firmware file into the correct directory you should reboot. Once your Core is back up go back to KDE and open the Konsole app and then type the following command;

Code: [Select]
dmesg | grep "DVB" <return>
You should see something like below... which is the output I get on my Core with three DVB card installed and configured;

Code: [Select]
linuxmce@dcerouter:/home$ dmesg | grep "DVB"
[   18.224000] bttv0: detected: AVermedia AverTV DVB-T 771 [card=123], PCI subsystem ID is 1461:0771
[   18.224000] bttv0: using: AVerMedia AVerTV DVB-T 771 [card=123,autodetected]
[   18.288000] bt878_probe: card id=[0x7711461],[ AVermedia AverTV DVB-T 771 ] has DVB functions.
[   18.336000] DVB: registering new adapter (bttv0).
[   18.872000] DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
[   19.252000] dvb-usb: found a 'Hauppauge Nova-T 500 Dual DVB-T' in cold state, will try to load a firmware
[   20.080000] dvb-usb: found a 'Hauppauge Nova-T 500 Dual DVB-T' in warm state.
[   20.080000] DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T).
[   20.164000] DVB: registering frontend 1 (DiBcom 3000MC/P)...
[   20.648000] DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T).
[   20.652000] DVB: registering frontend 2 (DiBcom 3000MC/P)...
[   21.120000] dvb-usb: Hauppauge Nova-T 500 Dual DVB-T successfully initialized and connected.

Hope the above helps

Andrew
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: gunsmoke on April 27, 2008, 03:19:37 pm
Thanks Andrew for your detailed replay!

But I still cant get it to work :-\

I checked that the file is in Home directory:
(http://img161.imageshack.us/img161/9686/pckubuntukdehomedvbttpclf7.th.jpg) (http://img161.imageshack.us/my.php?image=pckubuntukdehomedvbttpclf7.jpg)

and the destination:
(http://img504.imageshack.us/img504/2231/pckubuntukdelibfirmwaregu8.th.png) (http://img504.imageshack.us/my.php?image=pckubuntukdelibfirmwaregu8.png)

Then entered the string in the Terminal Konsol as decribed in your post. It returned No such file or directory:
(http://img161.imageshack.us/img161/5403/pckubuntukdeterminalkonjz5.th.jpg) (http://img161.imageshack.us/my.php?image=pckubuntukdeterminalkonjz5.jpg)

An other thing I noticed is that in the folder
Code: [Select]
/lib/firmware/2.6.22-14-generic/ there are a file named dvb-ttpci-01.fw so thats the same as my file, except for missing the -2622 extension. And all the other dvb files are ending on .fw extension's.... ??? This is not logical for me :o

Am I still doing something wrong here Andrew?

Still fighting air here... :P





Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: Zaerc on April 27, 2008, 03:50:55 pm
(http://img161.imageshack.us/img161/5403/pckubuntukdeterminalkonjz5.jpg)

It's /lib/firmware/... not /lib/firmaware/... pay attention to what you're doing.  :P
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: gunsmoke on April 27, 2008, 08:42:26 pm
(http://img161.imageshack.us/img161/5403/pckubuntukdeterminalkonjz5.jpg)

It's /lib/firmware/... not /lib/firmaware/... pay attention to what you're doing.  :P

Ooops! that is just  :-[

Well, then I go a step further:

Code: [Select]
dcerouter_71391:~# dmesg | grep "DVB"
[   16.720000] DVB: registering new adapter (Technotrend/Hauppauge WinTV Nexus-S rev2.X).
[   17.364000] DVB: registering frontend 0 (ST STV0299 DVB-S)...
[   17.364000] input: DVB on-card IR receiver as /class/input/input5
dcerouter_71391:~#
And that look ok too me ;D

So I try the lsmod command:
Code: [Select]
shpchp                 34580  0
pci_hotplug            32704  1 shpchp
evdev                  11136  6
raw1394                31096  0
dv1394                 20824  0
ext3                  133896  2
jbd                    60456  1 ext3
mbcache                 9732  1 ext3
sg                     36764  0
ide_cd                 32672  0
cdrom                  37536  1 ide_cd
sd_mod                 30336  3
ide_disk               18560  4
ata_generic             8452  0
ohci_hcd               22916  0
forcedeth              51592  0
ohci1394               36528  1 dv1394
ieee1394               96312  3 raw1394,dv1394,ohci1394
r8169                  32260  0
amd74xx                15260  0 [permanent]
ide_core              116804  4 ide_generic,ide_cd,ide_disk,amd74xx
sata_nv                20612  2
libata                125168  2 ata_generic,sata_nv
scsi_mod              147084  3 sg,sd_mod,libata
ehci_hcd               36492  0
usbcore               138632  7 xpad,lirc_atiusb,usbhid,ati_remote,ohci_hcd,ehci_hcd
raid10                 26496  0
raid456               128016  0
xor                    16904  1 raid456
raid1                  25984  0
raid0                   9728  0
multipath               9984  0
linear                  7552  0
md_mod                 82324  7 raid10,raid456,raid1,raid0,multipath,linear
thermal                14344  0
processor              32072  1 thermal
fan                     5764  0
fuse                   47124  7
apparmor               40728  0
commoncap               8320  1 apparmor
dcerouter_71391:~#                     

And
Code: [Select]
ls -l /dev/dvb/ and gets;
Code: [Select]
dcerouter_71391:~# ls -l /dev/dvb/
total 0
drwxr-xr-x 2 root root 200 2008-04-27 18:26 adapter0
dcerouter_71391:~#   

And
Code: [Select]
ls -l /dev/dvb/adapter0 and gets;
Code: [Select]
dcerouter_71391:~# ls -1 /dev/dvb/adapter0
audio0
ca0
demux0
dvr0
frontend0
net0
osd0
video0
dcerouter_71391:~#       

Hope all this looks good ;)

Need to do a reboot, I'll be back 8)
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: gunsmoke on April 27, 2008, 09:51:30 pm
Did the reboot, and clicked on TV and gets
Quote
NO SIGNAL

Should I install drivers as well?

When I go into web admin - Wizard - Media Directors. Under;

Quote
PVR Capture Card
No PVR Cards

I dont see my Nexus card listed either....

I'll better read up some more inn the wiki, please post any suggestions, thanks ;)
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: gunsmoke on April 27, 2008, 11:07:57 pm
Did find this wiki page http://wiki.linuxmce.org/index.php/Vdradmin-am (http://wiki.linuxmce.org/index.php/Vdradmin-am)

Installed vdradmin:
Code: [Select]
[sudo] password for linuxmce:
dcerouter_71391:~# apt-get install vdradmin-am
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libappconfig-perl libio-socket-inet6-perl
  libsocket6-perl libtemplate-perl
Suggested packages:
  libtemplate-perl-doc libtemplate-plugin-gd-perl
  libauthen-sasl-perl vdr-plugin-epgsearch
The following NEW packages will be installed:
  libappconfig-perl libio-socket-inet6-perl
  libsocket6-perl libtemplate-perl vdradmin-am
0 upgraded, 5 newly installed, 0 to remove and 3 not upgr
aded.
Need to get 395kB/1239kB of archives.
After unpacking 7643kB of additional disk space will be u
sed.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  libappconfig-perl libsocket6-perl
  libio-socket-inet6-perl libtemplate-perl vdradmin-am
Authentication warning overridden.
Get:1 http://archive.ubuntu.com gutsy/universe libsocket6
-perl 0.19-1 [26.0kB]
Get:2 http://archive.ubuntu.com gutsy/universe libio-sock
et-inet6-perl 2.51-1 [13.5kB]
Get:3 http://archive.ubuntu.com gutsy/universe vdradmin-a
m 3.5.3-3 [355kB]
Fetched 395kB in 3s (129kB/s)
Selecting previously deselected package libappconfig-perl
.
(Reading database ... 106310 files and directories curren
tly installed.)
Unpacking libappconfig-perl (from .../libappconfig-perl_1
.56-2_all.deb) ...
Selecting previously deselected package libsocket6-perl.
Unpacking libsocket6-perl (from .../libsocket6-perl_0.19-
1_i386.deb) ...
Selecting previously deselected package libio-socket-inet
6-perl.
Unpacking libio-socket-inet6-perl (from .../libio-socket-
inet6-perl_2.51-1_all.deb) ...
Selecting previously deselected package libtemplate-perl.
Unpacking libtemplate-perl (from .../libtemplate-perl_2.1
9-1_i386.deb) ...
Selecting previously deselected package vdradmin-am.
Unpacking vdradmin-am (from .../vdradmin-am_3.5.3-3_all.d
eb) ...
Setting up libappconfig-perl (1.56-2) ...
Setting up libsocket6-perl (0.19-1) ...

Setting up libio-socket-inet6-perl (2.51-1) ...
Setting up libtemplate-perl (2.19-1) ...
Setting up vdradmin-am (3.5.3-3) ...
Adding group vdradmin-am..make: Entering directory `/var/
yp'
make[1]: Entering directory `/var/yp/pluto'
Updating netid.byname...
make[1]: Leaving directory `/var/yp/pluto'
make: Leaving directory `/var/yp'
make: Entering directory `/var/yp'
make[1]: Entering directory `/var/yp/pluto'
Updating group.byname...
Updating group.bygid...
Updating netid.byname...
make[1]: Leaving directory `/var/yp/pluto'
make: Leaving directory `/var/yp'
..done
Adding user vdradmin-am..Adding system user `vdradmin-am'
 (UID 117) ...
make: Entering directory `/var/yp'
make[1]: Entering directory `/var/yp/pluto'
Updating netid.byname...
make[1]: Leaving directory `/var/yp/pluto'
make: Leaving directory `/var/yp'
Adding new user `vdradmin-am' (UID 117) with group `vdrad                                                            min-am' ...
make: Entering directory `/var/yp'
make[1]: Entering directory `/var/yp/pluto'
Updating passwd.byname...
Updating passwd.byuid...
Updating netid.byname...
Updating shadow.byname...
make[1]: Leaving directory `/var/yp/pluto'
make: Leaving directory `/var/yp'
Not creating home directory `/var/lib/vdradmin-am'.
...done
Starting VDR Webadministration interface: - aborted (to e                                                            nable the daemon, edit /etc/default/vdradmin-am)
dcerouter_71391:~#

Installing
Quote
joe
Code: [Select]
dcerouter_71391:~# apt-get install joe
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  joe
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 366kB of archives.
After unpacking 1176kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  joe
Authentication warning overridden.
Get:1 http://archive.ubuntu.com gutsy/universe joe 3.5-1.1 [366kB]
Fetched 366kB in 1s (252kB/s)
Selecting previously deselected package joe.
(Reading database ... 107510 files and directories currently installed.)
Unpacking joe (from .../archives/joe_3.5-1.1_i386.deb) ...
Setting up joe (3.5-1.1) ...

dcerouter_71391:~#

Then I run joe /var/lib/vdradmin-am/vdradmind.conf
And get this:
Code: [Select]
VDR_HOST = localhost

LOGLEVEL = 81
TM_PRIORITY = 99
AT_PRIORITY = 99
TM_LIFETIME = 99
AT_TIMEOUT = 10
AT_FUNC = 0
GUEST_ACCOUNT = 0
CACHE_TIMEOUT = 5
SERVERPORT = 8001
PASSWORD = linvdr
AT_LIFETIME = 99
MOD_GZIP = 1
TM_MARGIN_END = 10
USERNAME = linvdr
LOGFILE = vdradmind.log
RECORDINGS = 1
LANGUAGE = English
CACHE_LASTUPDATE = 0
TM_MARGIN_BEGIN = 10
LOGINPAGE = 0
VDR_PORT = 2001
ST_LIVE_ON = 0
Multible times!!!

The wiki said to change the user/password. How do I do that? I found the folder
Quote
var/lib/vdradmin-am
but have no access to it (there is a big lock on it!!)

To open the firewall in web admin, it looks like it need a IP adress. 

Ok, time to go to bed. Pick it up later.

Please comment on this!!

Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: Zaerc on April 28, 2008, 12:28:05 am
How about: http://wiki.linuxmce.org/index.php/VDR#Scanning_for_DVB-T_Channels (http://wiki.linuxmce.org/index.php/VDR#Scanning_for_DVB-T_Channels)?
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: totallymaxed on April 28, 2008, 02:08:06 pm
Did find this wiki page http://wiki.linuxmce.org/index.php/Vdradmin-am (http://wiki.linuxmce.org/index.php/Vdradmin-am)

Installed vdradmin:
Code: [Select]
[sudo] password for linuxmce:
dcerouter_71391:~# apt-get install vdradmin-am
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libappconfig-perl libio-socket-inet6-perl
  libsocket6-perl libtemplate-perl
Suggested packages:
  libtemplate-perl-doc libtemplate-plugin-gd-perl
  libauthen-sasl-perl vdr-plugin-epgsearch
The following NEW packages will be installed:
  libappconfig-perl libio-socket-inet6-perl
  libsocket6-perl libtemplate-perl vdradmin-am
0 upgraded, 5 newly installed, 0 to remove and 3 not upgr
aded.
Need to get 395kB/1239kB of archives.
After unpacking 7643kB of additional disk space will be u
sed.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  libappconfig-perl libsocket6-perl
  libio-socket-inet6-perl libtemplate-perl vdradmin-am
Authentication warning overridden.
Get:1 http://archive.ubuntu.com gutsy/universe libsocket6
-perl 0.19-1 [26.0kB]
Get:2 http://archive.ubuntu.com gutsy/universe libio-sock
et-inet6-perl 2.51-1 [13.5kB]
Get:3 http://archive.ubuntu.com gutsy/universe vdradmin-a
m 3.5.3-3 [355kB]
Fetched 395kB in 3s (129kB/s)
Selecting previously deselected package libappconfig-perl
.
(Reading database ... 106310 files and directories curren
tly installed.)
Unpacking libappconfig-perl (from .../libappconfig-perl_1
.56-2_all.deb) ...
Selecting previously deselected package libsocket6-perl.
Unpacking libsocket6-perl (from .../libsocket6-perl_0.19-
1_i386.deb) ...
Selecting previously deselected package libio-socket-inet
6-perl.
Unpacking libio-socket-inet6-perl (from .../libio-socket-
inet6-perl_2.51-1_all.deb) ...
Selecting previously deselected package libtemplate-perl.
Unpacking libtemplate-perl (from .../libtemplate-perl_2.1
9-1_i386.deb) ...
Selecting previously deselected package vdradmin-am.
Unpacking vdradmin-am (from .../vdradmin-am_3.5.3-3_all.d
eb) ...
Setting up libappconfig-perl (1.56-2) ...
Setting up libsocket6-perl (0.19-1) ...

Setting up libio-socket-inet6-perl (2.51-1) ...
Setting up libtemplate-perl (2.19-1) ...
Setting up vdradmin-am (3.5.3-3) ...
Adding group vdradmin-am..make: Entering directory `/var/
yp'
make[1]: Entering directory `/var/yp/pluto'
Updating netid.byname...
make[1]: Leaving directory `/var/yp/pluto'
make: Leaving directory `/var/yp'
make: Entering directory `/var/yp'
make[1]: Entering directory `/var/yp/pluto'
Updating group.byname...
Updating group.bygid...
Updating netid.byname...
make[1]: Leaving directory `/var/yp/pluto'
make: Leaving directory `/var/yp'
..done
Adding user vdradmin-am..Adding system user `vdradmin-am'
 (UID 117) ...
make: Entering directory `/var/yp'
make[1]: Entering directory `/var/yp/pluto'
Updating netid.byname...
make[1]: Leaving directory `/var/yp/pluto'
make: Leaving directory `/var/yp'
Adding new user `vdradmin-am' (UID 117) with group `vdrad                                                            min-am' ...
make: Entering directory `/var/yp'
make[1]: Entering directory `/var/yp/pluto'
Updating passwd.byname...
Updating passwd.byuid...
Updating netid.byname...
Updating shadow.byname...
make[1]: Leaving directory `/var/yp/pluto'
make: Leaving directory `/var/yp'
Not creating home directory `/var/lib/vdradmin-am'.
...done
Starting VDR Webadministration interface: - aborted (to e                                                            nable the daemon, edit /etc/default/vdradmin-am)
dcerouter_71391:~#

Installing
Quote
joe
Code: [Select]
dcerouter_71391:~# apt-get install joe
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  joe
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 366kB of archives.
After unpacking 1176kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  joe
Authentication warning overridden.
Get:1 http://archive.ubuntu.com gutsy/universe joe 3.5-1.1 [366kB]
Fetched 366kB in 1s (252kB/s)
Selecting previously deselected package joe.
(Reading database ... 107510 files and directories currently installed.)
Unpacking joe (from .../archives/joe_3.5-1.1_i386.deb) ...
Setting up joe (3.5-1.1) ...

dcerouter_71391:~#

Then I run joe /var/lib/vdradmin-am/vdradmind.conf
And get this:
Code: [Select]
VDR_HOST = localhost

LOGLEVEL = 81
TM_PRIORITY = 99
AT_PRIORITY = 99
TM_LIFETIME = 99
AT_TIMEOUT = 10
AT_FUNC = 0
GUEST_ACCOUNT = 0
CACHE_TIMEOUT = 5
SERVERPORT = 8001
PASSWORD = linvdr
AT_LIFETIME = 99
MOD_GZIP = 1
TM_MARGIN_END = 10
USERNAME = linvdr
LOGFILE = vdradmind.log
RECORDINGS = 1
LANGUAGE = English
CACHE_LASTUPDATE = 0
TM_MARGIN_BEGIN = 10
LOGINPAGE = 0
VDR_PORT = 2001
ST_LIVE_ON = 0
Multible times!!!

The wiki said to change the user/password. How do I do that? I found the folder
Quote
var/lib/vdradmin-am
but have no access to it (there is a big lock on it!!)

To open the firewall in web admin, it looks like it need a IP adress. 

Ok, time to go to bed. Pick it up later.

Please comment on this!!



Hi there,

Firstly you need to do as Zaerc suggests in his post.... you must generate a valid channels.conf for your local DVB-T TV transmissions. Follow the instructions I posted on the Wiki for generating a valid VDR channels.conf as Zaerc suggests - look here http://wiki.linuxmce.org/index.php/VDR#Scanning_for_DVB-T_Channels (http://wiki.linuxmce.org/index.php/VDR#Scanning_for_DVB-T_Channels)

Next you need to use the joe text editor to edit the vdradmind.conf so that it uses a private username/password and not the default ones that are there immediately after installation. Look at my vdradmin-am Wiki page and use the 'joe' editor (or another text editor of your choice);

Code: [Select]
joe /var/lib/vdradmin-am/vdradmind.conf
Now in joe edit the line below to have a password that is private to you;

Code: [Select]
PASSWORD = linvdr

Change the 'linvdr' default password in the line above to something else. My example below uses 'oranges';

Code: [Select]
PASSWORD = oranges

Now edit the Line below which contains the default User name to something private to you;

Code: [Select]
USERNAME = linvdr

Below I change the default username from 'linvdr' to 'apple';

Code: [Select]
USERNAME = apple

Now save the changes to the vdradmind.conf by typing Cntrl+K+X

Now follow the instructions for restarting vdr & vdradmin-am on the Wiki and your all set...

All the best

Andrew
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: gunsmoke on April 28, 2008, 02:54:04 pm
Yes this looks good, I will try that when I am home tonight! Thanks for the the info ;)
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: gunsmoke on April 29, 2008, 09:27:10 pm
I'm back to continue the saga ::)

Entering
Code: [Select]
joe /var/lib/vdradmin-am/vdradmind.conf
Quote
VDR_HOST = localhost

LOGLEVEL = 81
TM_PRIORITY = 99
AT_PRIORITY = 99
TM_LIFETIME = 99
AT_TIMEOUT = 10
AT_FUNC = 0
GUEST_ACCOUNT = 0
CACHE_TIMEOUT = 5
SERVERPORT = 8008
PASSWORD = 0121
AT_LIFETIME = 99
MOD_GZIP = 1
TM_MARGIN_END = 10
USERNAME = smoke
LOGFILE = vdradmind.log
RECORDINGS = 1 
Have now edited the password/username/serverport. But did not find the ENABLED function her....

And saving by pressing  Cntrl+K+X;
Quote
File /var/lib/vdradmin-am/vdradmind.conf saved
dcerouter_71391:~#

Opened the 8008 port in firewall:
Quote
Protocol; tcp  -  Source port; 8008 to 0  -  Rule type; core_input
Is this correct ???

Did a restart of vdr
Code: [Select]
/etc/init.d/vdr restart
Quote
dcerouter_71391:~# /etc/init.d/vdr restart
Restarting Linux Video Disk Recorder - LMCE VERSION: vdr
Searching for plugins (VDR 1.4.7/1.4.5): xineliboutput control.
dcerouter_71391:~#         

Starting vdradmin-am;
Code: [Select]
/etc/init.d/vdradmin-am start
Code: [Select]
/etc/init.d/vdradmin-am start
Starting VDR Webadministration interface: - aborted (to enable the daemon, edit /etc/default/vdradmin-am)dcerouter_71391:~#
Abort.... guess this is not right!!  :P

Doing a restart now! And later I will try to generate a valid channels.conf...
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: gunsmoke on April 29, 2008, 10:09:27 pm
Ok, I am installing DVB-utilities package:
Code: [Select]
apt-get install dvb-utils
Quote
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  dvb-utils
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 104kB of archives.
After unpacking 1339kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  dvb-utils
Authentication warning overridden.
Get:1 http://archive.ubuntu.com gutsy/universe dvb-utils 1.1.1-2ubuntu1 [104kB]
Fetched 104kB in 1s (53.4kB/s)
Selecting previously deselected package dvb-utils.
(Reading database ... 107586 files and directories currently installed.)
Unpacking dvb-utils (from .../dvb-utils_1.1.1-2ubuntu1_i386.deb) ...
Setting up dvb-utils (1.1.1-2ubuntu1) ...
udev active, devices will be created in /dev/.static/dev/

dcerouter_71391:~# 
Im good here i think...

Stopping vdr;
Code: [Select]
dcerouter_71391:~# /etc/init.d/vdr stop
Stopping Linux Video Disk Recorder - LMCE VERSION: vdr.

Starting channel search;
Code: [Select]
scan -o vdr -p -x 0 0130.ini > channels.conf
Quote
scanning 0130.ini
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
ERROR: cannot open '0130.ini': 2 No such file or directory
ERROR: initial tuning failed
dumping lists (0 services)
Done.
dcerouter_71391:~# 
OOps somethings not right here.... :o

Do I need to get me .ini file first here.... ???

Guess I better stop here now. I am taking some days off from work and going to our cabin for the weekend. I'll start over again next Monday. Hope someone have some feedback for me till then..... because I don't think I am handling this too well by the moment :P
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: hari on April 29, 2008, 11:27:57 pm
Code: [Select]
/etc/init.d/vdradmin-am start
Starting VDR Webadministration interface: - aborted (to enable the daemon, edit /etc/default/vdradmin-am)dcerouter_71391:~#
Abort.... guess this is not right!!  :P
maybe you want to enable the daemon as stated? Edit /etc/default/vdradmin-am.

best regards,
Hari
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: gunsmoke on April 30, 2008, 06:25:55 pm
Okey...

Updating/editing vfradmin-am with joe:
Code: [Select]
joe /etc/default/vdradmin-am
Quote
  IW   /etc/default/vdradmin-am     Row 1    Col 1    5:57  Ctrl-K H for help
# Defaults for vdradmin initscript
# sourced by /etc/init.d/vdradmin-am
# installed at /etc/default/vdradmin-am by the maintainer scripts

#
# This is a POSIX shell fragment
#

# Should vdradmin's init-script be enabled?

####################################################################
# ATTENTION! YOU SHOULD MODIFY /var/lib/vdradmin-am/vdradmind.conf #
# before enabling this, because the default config uses a          #
# really simple default username/password (linvdr/linvdr)          #
####################################################################

ENABLED="1"

# Nicevalue to use when running vdradmin-am
NICE="10"

# Additional options that are passed to the Daemon.
DAEMON_OPTS=""
I made ENABLED="1".(THERE IT WAS :o)

Storing by pressing down; Ctrl+k+x
Quote
File /etc/default/vdradmin-am saved
dcerouter_71391:~# 

Restart vdr and start vdradmin-am;
Quote
dcerouter_71391:~# /etc/init.d/vdr restart
Restarting Linux Video Disk Recorder - LMCE VERSION: vdr
Searching for plugins (VDR 1.4.7/1.4.5): xineliboutput control.
dcerouter_71391:~# /etc/init.d/vdradmin-am start
Starting VDR Webadministration interface: vdradmin.
This time all well :)

Logging on to http://localhost:8008

But my log on is denied ???

Have to leave now(the cabin... awaits)

Thanks hari for pushing me a little further  ;)
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
Post by: gunsmoke on May 17, 2008, 10:41:06 pm
Okey I am back to continue the configuration of DVB-s card.

I down loaded the ini file from JoshyFun Site, named 3592.ini. This is for the Thor satelite 0.8 degree west. Saved the file on Home folder.

Entering the code for scanning:
Code: [Select]
scan -o vdr -p -x 0 3592.
ini > channels.conf
Quote
dcerouter_71391:/home/linuxmce# scan -o vdr -p -x 0 3592.
ini > channels.conf
scanning 3592.ini
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter
0/demux0'
ERROR: cannot parse'[SATTYPE]
'
ERROR: cannot parse'1=3592
'
ERROR: cannot parse'2=Thor 3/5 & Intelsat 10-02
'
ERROR: cannot parse'
'
ERROR: cannot parse'[DVB]
'
ERROR: cannot parse'0=75
'
ERROR: cannot parse'1=3977,H,17777,34
'
ERROR: cannot parse'2=3985,V,4000,34
'
ERROR: cannot parse'3=4025,V,7324,23
'
ERROR: cannot parse'4=4175,V,28000,34
'
ERROR: cannot parse'5=4180,H,21050,34
'
ERROR: cannot parse'6=10987,V,5632,34
'
ERROR: cannot parse'7=11006,V,6111,34
'
ERROR: cannot parse'8=11093,H,19191,78
'
ERROR: cannot parse'9=11094,V,5632,34
'
ERROR: cannot parse'10=11166,V,1450,78
'
ERROR: cannot parse'11=11172,V,6111,34
'
ERROR: cannot parse'12=11181,V,3100,78
'
ERROR: cannot parse'13=11190,V,2142,34
'
ERROR: cannot parse'14=11216,V,24500,78
'
ERROR: cannot parse'15=11229,H,24500,78
'
ERROR: cannot parse'16=11247,V,24500,78
'
ERROR: cannot parse'17=11261,H,24500,78
'
ERROR: cannot parse'18=11278,V,24500,78
'
ERROR: cannot parse'19=11293,H,24500,78
'
ERROR: cannot parse'20=11309,V,24500,78
'
ERROR: cannot parse'21=11325,H,24500,78
'
ERROR: cannot parse'22=11341,V,25000,34,S2
'
ERROR: cannot parse'23=11357,H,24500,78
'
ERROR: cannot parse'24=11372,V,24500,78
'
ERROR: cannot parse'25=11389,H,24500,78
'
ERROR: cannot parse'26=11403,V,24500,78
'
ERROR: cannot parse'27=11421,H,25000,34,S2
'
ERROR: cannot parse'28=11434,V,25000,34,S2
'
ERROR: cannot parse'29=11463,V,6111,34
'
ERROR: cannot parse'30=11471,V,6111,34
'
ERROR: cannot parse'31=11481,V,6111,34
'
ERROR: cannot parse'32=11491,V,6111,34
'
ERROR: cannot parse'33=11497,V,3200,34
'
ERROR: cannot parse'34=11502,V,3200,78
'
ERROR: cannot parse'35=11508,V,6111,34
'
ERROR: cannot parse'36=11517,V,6111,34
'
ERROR: cannot parse'37=11525,V,6111,34
'
ERROR: cannot parse'38=11536,V,6111,34
'
ERROR: cannot parse'39=11542,V,3472,78
'
ERROR: cannot parse'40=11548,V,3472,78
'
ERROR: cannot parse'41=11553,V,6111,34
'
ERROR: cannot parse'42=11606,H,13356,78
'
ERROR: cannot parse'43=11619,V,5632,34
'
ERROR: cannot parse'44=11630,V,3200,34
'
ERROR: cannot parse'45=11634,V,3255,56
'
ERROR: cannot parse'46=11655,V,5632,34
'
ERROR: cannot parse'47=11662,V,4000,34
'
ERROR: cannot parse'48=11670,V,3207,34
'
ERROR: cannot parse'49=11675,V,3207,34
'
ERROR: cannot parse'50=11823,H,28000,78
'
ERROR: cannot parse'51=12054,H,28000,34
'
ERROR: cannot parse'52=12149,V,28000,56
'
ERROR: cannot parse'53=12169,H,28000,78
'
ERROR: cannot parse'54=12226,V,28000,34
'
ERROR: cannot parse'55=12245,H,28000,56
'
ERROR: cannot parse'56=12303,V,27800,34
'
ERROR: cannot parse'57=12322,H,27800,34
'
ERROR: cannot parse'58=12380,V,28000,56
'
ERROR: cannot parse'59=12399,H,28000,78
'
ERROR: cannot parse'60=12418,V,28000,78
'
ERROR: cannot parse'61=12456,V,28000,34
'
ERROR: cannot parse'62=12476,H,27800,34
'
ERROR: cannot parse'63=12520,V,17500,34
'
ERROR: cannot parse'64=12527,H,27500,34
'
ERROR: cannot parse'65=12563,V,27500,34
'
ERROR: cannot parse'66=12563,H,27500,34
'
ERROR: cannot parse'67=12607,V,27500,34
'
ERROR: cannot parse'68=12607,H,27500,34
'
ERROR: cannot parse'69=12643,V,27500,34
'
ERROR: cannot parse'70=12643,H,27500,34
'
ERROR: cannot parse'71=12687,V,27500,34
'
ERROR: cannot parse'72=12687,H,27500,34
'
ERROR: cannot parse'73=12718,V,18400,34
'
ERROR: cannot parse'74=12723,H,27500,34
'
ERROR: cannot parse'75=12735,V,8800,56
'
ERROR: cannot parse'
'
ERROR: cannot parse'; Collection from JoshyFun DVB Site h      ttp://joshyfun.cjb.net
'
ERROR: cannot parse'; Last check and/or update 2 May 2008
'
ERROR: initial tuning failed
dumping lists (0 services)
Done.

Ooopt lots of errors here  :o

Any idea what went wrong here?

Checked the admin again:

Code: [Select]
joe /var/lib/vdradmin-am/vdradmind.conf
Quote
dcerouter_71391:/home/linuxmce# joe /var/lib/vdradmin-am/vdradmind.conf
Processing '/etc/joe/joerc'...Processing '/etc/joe/ftyperc'...done
done

    I    /var/lib/v  Row 25   Col 1   10:33  Ctrl-K H for help
CACHE_REC_TIMEOUT = 60
CACHE_TIMEOUT = 5
CHANNELS_WANTED =
CHANNELS_WANTED_AUTOTIMER =
CHANNELS_WANTED_PRG =
CHANNELS_WANTED_PRG2 =
CHANNELS_WANTED_SUMMARY =
CHANNELS_WANTED_TIMELINE =
CHANNELS_WANTED_WATCHTV =
CMD_LINES = 20
EPGIMAGES = /var/cache/vdr/epgimages
EPG_DIRECT = 0
EPG_FILENAME = /var/cache/vdr/epg.data
EPG_PRUNE = 0
ES_DESC = 0
ES_SORTBY = pattern
GUEST_ACCOUNT = 0
LANG =

Where is my username and password, its completly changed.... whats happening here?
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmw./scan channels
Post by: cirion on May 17, 2008, 11:49:59 pm
You downloaded the wrong file from Joshyfun ;)

Don't use the normal .ini files. You need the Kaffeine formated files....

For Thor, use this file:
http://joshyfun.peque.org/transponders/Kaffeine_Thor%203,5%20and%20Intelsat%2010-02-0.8w
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmw./scan channels
Post by: cirion on May 17, 2008, 11:54:31 pm
If anyone should need another sattelite, all Kaffeine formated files are found here:
http://joshyfun.peque.org/transponders/kaffeine.html
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmw./scan channels
Post by: gunsmoke on May 18, 2008, 11:04:02 pm
Thanks cirion for your replay  ;)

I downloaded the file and stored it at Home folder as kath.8w.

Stopping vdr and doing a scan:
Quote
dcerouter_71391:/home/linuxmce# scan -o vdr -p -x 0 kath.8w > channels.conf
scanning kath.8w
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 3977000 H 17777000 3
initial transponder 3985000 V 4000000 3
initial transponder 4025000 V 7324000 2
initial transponder 4175000 V 28000000 3
initial transponder 4180000 H 21050000 3
initial transponder 10987000 V 5632000 3
initial transponder 11006000 V 6111000 3
initial transponder 11093000 H 19191000 7
initial transponder 11094000 V 5632000 3
initial transponder 11166000 V 1450000 7
initial transponder 11172000 V 6111000 3
initial transponder 11181000 V 3100000 7
initial transponder 11190000 V 2142000 3
initial transponder 11216000 V 24500000 7
initial transponder 11229000 H 24500000 7
initial transponder 11247000 V 24500000 7
initial transponder 11261000 H 24500000 7
initial transponder 11278000 V 24500000 7
initial transponder 11293000 H 24500000 7
initial transponder 11309000 V 24500000 7
initial transponder 11325000 H 24500000 7
initial transponder 11341000 V 25000000 3
initial transponder 11357000 H 24500000 7
initial transponder 11372000 V 24500000 7
initial transponder 11389000 H 24500000 7
initial transponder 11403000 V 24500000 7
initial transponder 11421000 H 25000000 3
initial transponder 11434000 V 25000000 3
initial transponder 11463000 V 6111000 3
initial transponder 11471000 V 6111000 3
initial transponder 11481000 V 6111000 3
initial transponder 11491000 V 6111000 3
initial transponder 11497000 V 3200000 3
initial transponder 11502000 V 3200000 7
initial transponder 11508000 V 6111000 3
initial transponder 11517000 V 6111000 3
initial transponder 11525000 V 6111000 3
initial transponder 11536000 V 6111000 3
initial transponder 11542000 V 3472000 7
initial transponder 11548000 V 3472000 7
initial transponder 11553000 V 6111000 3
initial transponder 11606000 H 13356000 7
initial transponder 11619000 V 5632000 3
initial transponder 11630000 V 3200000 3
initial transponder 11634000 V 3255000 5
initial transponder 11655000 V 5632000 3
initial transponder 11662000 V 4000000 3
initial transponder 11670000 V 3207000 3
initial transponder 11675000 V 3207000 3
initial transponder 11823000 H 28000000 7
initial transponder 12054000 H 28000000 3
initial transponder 12149000 V 28000000 5
initial transponder 12169000 H 28000000 7
initial transponder 12226000 V 28000000 3
initial transponder 12245000 H 28000000 5
initial transponder 12303000 V 27800000 3
initial transponder 12322000 H 27800000 3
initial transponder 12380000 V 28000000 5
initial transponder 12399000 H 28000000 7
initial transponder 12418000 V 28000000 7
initial transponder 12456000 V 28000000 3
initial transponder 12476000 H 27800000 3
initial transponder 12520000 V 17500000 3
initial transponder 12527000 H 27500000 3
initial transponder 12563000 V 27500000 3
initial transponder 12563000 H 27500000 3
initial transponder 12607000 V 27500000 3
initial transponder 12607000 H 27500000 3
initial transponder 12643000 V 27500000 3
initial transponder 12643000 H 27500000 3
initial transponder 12687000 V 27500000 3
initial transponder 12687000 H 27500000 3
initial transponder 12718000 V 18400000 3
initial transponder 12723000 H 27500000 3
initial transponder 12735000 V 8800000 5
>>> tune to: 3977:h:S0.0W:17777:
WARNING: >>> tuning failed!!!
>>> tune to: 3977:h:S0.0W:17777: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 3985:v:S0.0W:4000:
WARNING: >>> tuning failed!!!
>>> tune to: 3985:v:S0.0W:4000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 4025:v:S0.0W:7324:
WARNING: >>> tuning failed!!!
>>> tune to: 4025:v:S0.0W:7324: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 4175:v:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 4175:v:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 4180:h:S0.0W:21050:
WARNING: >>> tuning failed!!!
>>> tune to: 4180:h:S0.0W:21050: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 10987:v:S0.0W:5632:
WARNING: >>> tuning failed!!!
>>> tune to: 10987:v:S0.0W:5632: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11006:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11006:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11093:h:S0.0W:19191:
WARNING: >>> tuning failed!!!
>>> tune to: 11093:h:S0.0W:19191: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11094:v:S0.0W:5632:
WARNING: >>> tuning failed!!!
>>> tune to: 11094:v:S0.0W:5632: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11166:v:S0.0W:1450:
WARNING: >>> tuning failed!!!
>>> tune to: 11166:v:S0.0W:1450: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11172:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11172:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11181:v:S0.0W:3100:
WARNING: >>> tuning failed!!!
>>> tune to: 11181:v:S0.0W:3100: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11190:v:S0.0W:2142:
WARNING: >>> tuning failed!!!
>>> tune to: 11190:v:S0.0W:2142: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11216:v:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11216:v:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11229:h:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11229:h:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11247:v:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11247:v:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11261:h:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11261:h:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11278:v:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11278:v:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11293:h:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11293:h:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11309:v:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11309:v:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11325:h:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11325:h:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11341:v:S0.0W:25000:
WARNING: >>> tuning failed!!!
>>> tune to: 11341:v:S0.0W:25000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11357:h:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11357:h:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11372:v:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11372:v:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11389:h:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11389:h:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11403:v:S0.0W:24500:
WARNING: >>> tuning failed!!!
>>> tune to: 11403:v:S0.0W:24500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11421:h:S0.0W:25000:
WARNING: >>> tuning failed!!!
>>> tune to: 11421:h:S0.0W:25000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11434:v:S0.0W:25000:
WARNING: >>> tuning failed!!!
>>> tune to: 11434:v:S0.0W:25000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11463:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11463:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11471:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11471:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11481:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11481:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11491:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11491:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11497:v:S0.0W:3200:
WARNING: >>> tuning failed!!!
>>> tune to: 11497:v:S0.0W:3200: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11502:v:S0.0W:3200:
WARNING: >>> tuning failed!!!
>>> tune to: 11502:v:S0.0W:3200: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11508:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11508:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11517:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11517:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11525:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11525:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11536:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11536:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11542:v:S0.0W:3472:
WARNING: >>> tuning failed!!!
>>> tune to: 11542:v:S0.0W:3472: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11548:v:S0.0W:3472:
WARNING: >>> tuning failed!!!
>>> tune to: 11548:v:S0.0W:3472: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11553:v:S0.0W:6111:
WARNING: >>> tuning failed!!!
>>> tune to: 11553:v:S0.0W:6111: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11606:h:S0.0W:13356:
WARNING: >>> tuning failed!!!
>>> tune to: 11606:h:S0.0W:13356: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11619:v:S0.0W:5632:
WARNING: >>> tuning failed!!!
>>> tune to: 11619:v:S0.0W:5632: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11630:v:S0.0W:3200:
WARNING: >>> tuning failed!!!
>>> tune to: 11630:v:S0.0W:3200: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11634:v:S0.0W:3255:
WARNING: >>> tuning failed!!!
>>> tune to: 11634:v:S0.0W:3255: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11655:v:S0.0W:5632:
WARNING: >>> tuning failed!!!
>>> tune to: 11655:v:S0.0W:5632: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11662:v:S0.0W:4000:
WARNING: >>> tuning failed!!!
>>> tune to: 11662:v:S0.0W:4000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11670:v:S0.0W:3207:
WARNING: >>> tuning failed!!!
>>> tune to: 11670:v:S0.0W:3207: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11675:v:S0.0W:3207:
WARNING: >>> tuning failed!!!
>>> tune to: 11675:v:S0.0W:3207: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 11823:h:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 11823:h:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12054:h:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 12054:h:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12149:v:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 12149:v:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12169:h:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 12169:h:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12226:v:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 12226:v:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12245:h:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 12245:h:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12303:v:S0.0W:27800:
WARNING: >>> tuning failed!!!
>>> tune to: 12303:v:S0.0W:27800: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12322:h:S0.0W:27800:
WARNING: >>> tuning failed!!!
>>> tune to: 12322:h:S0.0W:27800: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12380:v:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 12380:v:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12399:h:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 12399:h:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12418:v:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 12418:v:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12456:v:S0.0W:28000:
WARNING: >>> tuning failed!!!
>>> tune to: 12456:v:S0.0W:28000: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12476:h:S0.0W:27800:
WARNING: >>> tuning failed!!!
>>> tune to: 12476:h:S0.0W:27800: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12520:v:S0.0W:17500:
WARNING: >>> tuning failed!!!
>>> tune to: 12520:v:S0.0W:17500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12527:h:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12527:h:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12563:v:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12563:v:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12563:h:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12563:h:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12607:v:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12607:v:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12607:h:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12607:h:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12643:v:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12643:v:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12643:h:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12643:h:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12687:v:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12687:v:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12687:h:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12687:h:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12718:v:S0.0W:18400:
WARNING: >>> tuning failed!!!
>>> tune to: 12718:v:S0.0W:18400: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12723:h:S0.0W:27500:
WARNING: >>> tuning failed!!!
>>> tune to: 12723:h:S0.0W:27500: (tuning failed)
WARNING: >>> tuning failed!!!
>>> tune to: 12735:v:S0.0W:8800:
WARNING: >>> tuning failed!!!
>>> tune to: 12735:v:S0.0W:8800: (tuning failed)
WARNING: >>> tuning failed!!!
ERROR: initial tuning failed
dumping lists (0 services)
Done

This worked better, but with errors still :(

Then I selected in the admin thor satellite and Picked it. Did a reboot of router and selected TV in LMCE, but NO SIGNAL.

Think that we are closing in here, but what to do next?
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmw./scan channels
Post by: cirion on May 19, 2008, 07:16:43 am
Is the dish set up correctly? The scan is not seeing any channels on any transponder...

Try this, stop VDR and start Kaffeine in KDE. It should start with a Digital TV option if it sees the DVB-S Card.
Choose correct sattelite and try scanning for channels.

Are you from Norway?
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmw./scan channels
Post by: gunsmoke on May 19, 2008, 06:58:06 pm
Yes I am from Norway Cirion ;)

When I started Kaffeine in KDE after stopping vdr, I didn't find any scan button :P. But it shows a DVB-s card, and I selected LNB and Thor satelite. After this when I start Kaffine it doesent load anymore.... ???

My satellite dish have proven to be working sometime ago, and it as only been sitting there unused for a while....
Title: Re: NEXUS DVB card not recognized by LMCE -Not able to update firmw./scan channels
Post by: cirion on May 19, 2008, 11:01:29 pm
When Kaffeine first finds your DVB card it will ask for LNB.
After that you will get a DVB menu in Kaffeine.

You can scan channels by selecting Channels from the DVB menu...
That's where you find the "Start Scan" button.

If kaffeine won't start anymore try starting Kaffeine like this:
Code: [Select]
kaffeine -w
Send me a pm if you want help in norwegian...