Author Topic: NEXUS DVB card not recognized by LMCE -Not able to update firmw./scan channels  (Read 9605 times)

gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
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

After following this Wiki article here 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
« Last Edit: May 17, 2008, 10:44:20 pm by gunsmoke »
HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7

totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #1 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

After following this Wiki article here 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
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #2 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:


and the destination:


Then entered the string in the Terminal Konsol as decribed in your post. It returned No such file or directory:


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





HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7

Zaerc

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 2256
  • Department of Redundancy Department.
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #3 on: April 27, 2008, 03:50:55 pm »


It's /lib/firmware/... not /lib/firmaware/... pay attention to what you're doing.  :P
"Change is inevitable. Progress is optional."
-- Anonymous


gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #4 on: April 27, 2008, 08:42:26 pm »


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)
HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7

gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #5 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 ;)
HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7

gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #6 on: April 27, 2008, 11:07:57 pm »
Did find this wiki page 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!!

HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7

Zaerc

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 2256
  • Department of Redundancy Department.
    • View Profile
"Change is inevitable. Progress is optional."
-- Anonymous


totallymaxed

  • LinuxMCE God
  • ****
  • Posts: 4660
  • Smart Home Consulting
    • View Profile
    • Dianemo - at home with technology
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #8 on: April 28, 2008, 02:08:06 pm »
Did find this wiki page 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

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
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses http://forum.linuxmce.org/index.php?topic=14026.0

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: http://wp.me/P4KgIc-5P

Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

http://www.dianemo.co.uk

gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #9 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 ;)
HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7

gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #10 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...
HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7

gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #11 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
HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #12 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
rock your home - http://www.agocontrol.com home automation

gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #13 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  ;)
HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7

gunsmoke

  • Veteran
  • ***
  • Posts: 73
    • View Profile
Re: NEXUS DVB card not recognized by LMCE -Not able to update firmware
« Reply #14 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?
HTPC HARDWARE: Gigabyte E7AUM-DS2H, Onboard video 9400, mATX, Socket LGA775. Intel Core2 Duo E8400. Samsung SpinPoint SATA2 HD 1000GB. Corsair 2x2GB DDR2. NEC DVD+/-RW ND4551A. Seasonic S12-330; +3.3v/20A. BIOS: v3.7