News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ymarcox

#1
Hello Thom,

i have try it first, the script do no detect the changer, but i think the problem is the script.
You see the system output, are is right and the scipt don´t match the changer!

lsscsi -g

[0:0:0:0]    disk          ATA                ST3808110AS              3.AA  -        /dev/sg0
[1:0:0:0]    cd/dvd     HL-DT-ST         DVD-ROM GDRH10N       0F03  -        /dev/sg1
[4:0:0:0]    disk         SAMSUNG         HD154UI                              -        /dev/sg2
[23:0:1:0]   cd/dvd    MATSHITA        DVD-RAM SW-9584        B100  -        /dev/sg3
[24:0:2:0]   mediumx      Sony           VAIOChanger1               0100  -        /dev/sg4


Marco
#2
I have buy a Sony VAIO Living Center include the SONY DVD Changer.
The DVD-Changer is refurbished from Sony, it looks like new and work perfectly unter MCE2005.

The problem under linuxmce (8.10b2) is, the Powerfile.sh script run´s automatic, but the script don´t find the changer!


lsscsi -g

[0:0:0:0]    disk          ATA                ST3808110AS              3.AA  -        /dev/sg0
[1:0:0:0]    cd/dvd     HL-DT-ST         DVD-ROM GDRH10N       0F03  -        /dev/sg1
[4:0:0:0]    disk         SAMSUNG         HD154UI                              -        /dev/sg2
[23:0:1:0]   cd/dvd    MATSHITA        DVD-RAM SW-9584        B100  -        /dev/sg3
[24:0:2:0]   mediumx      Sony           VAIOChanger1               0100  -        /dev/sg4


When i start the Powerfile.sh manual comes this resultat:

sudo /usr/pluto/pnp/Powerfile.sh

Powerfile Detection script queue <> <> <> <> <> <> <>
type disk
cd/dvd
disk
cd/dvd
mediumx
none of the above


a look in the script:

code:

#!/bin/bash

. /usr/pluto/bin/SQL_Ops.sh
. /usr/pluto/bin/Config_Ops.sh

echo "Powerfile Detection script queue <$1> <$2> <$3> <$4> <$5> <$6> <$7>"
DevSg="$5"; DevSgEsc="${DevSg//\//\/}"

type=$(lsscsi -g|awk "/$DevSgEsc"'$/ {print $2}')
manufacturer=$(lsscsi -g|awk "/$DevSgEsc"'$/ {print $3}')
model=$(lsscsi -g|awk "/$DevSgEsc"'$/ {print $4}')

echo "type $type"
if [[ "$type" == 'mediumx' && "$manufacturer" == 'PowrFile' && "$model" == 'C200' ]]; then
        echo "it's a c200"
        /usr/pluto/bin/MessageSend dcerouter -r 0 $1 1 806 224 $2 13 "$4" 44 1737
elif [[ "$type" == 'mediumx' && "$manufacturer" == 'Sony' && "$model" == 'VAIOChanger1' ]]; then
        echo "it's a sony"
        /usr/pluto/bin/MessageSend dcerouter -r 0 $1 1 806 224 $2 13 "$4" 44 1889
else
        echo "none of the above"
        /usr/pluto/bin/MessageSend dcerouter -r 0 $1 1 806 224 $2 13 "$4" 44 0
fi

Code:

Have anybody a solution for me, what i can do?!
I don´t found in the WIKI or FORUM a install instruction about the DVD Cahnger.

Give´s a manual install procedure?

best regards,
Marco
 





#3
Users / Re: DVB Cards info needed for Templates
January 25, 2010, 10:11:58 AM
Hello Friends,

i have try the TeVii S420 DVB-S PCI, it works fine and the channel switching it´s fast!
driver package are find: http://tevii.com/linux_tevii_ds3000.rar

You must copy the FW from Tevii to /lib/firmware and then you install the v4l from the packet (ReadMe included)
make && make install and the card work with the vdr.

--------------------------------------------------------------------------------------------------------------------
lspci | grep v

0c:07.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
0c:07.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)

--------------------------------------------------------------------------------------------------------------------

dmesg | grep dvb
[   17.596194] cx88/2: cx2388x dvb driver version 0.0.7 loaded
[   17.596200] cx88/2: registering cx8802 driver, type: dvb access: shared

---------------------------------------------------------------------------------------------------------------------

lspci -vn
00:00.0 0600: 1002:5a33 (rev 01)
        Subsystem: 1734:10cc
        Flags: bus master, 66MHz, medium devsel, latency 64
        Memory at <ignored> (64-bit, non-prefetchable)
        Kernel modules: ati-agp

00:01.0 0604: 1002:5a3f
        Flags: bus master, 66MHz, medium devsel, latency 99
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=70
        I/O behind bridge: 00009000-00009fff
        Memory behind bridge: d2100000-d21fffff
        Prefetchable memory behind bridge: c0000000-cfffffff
        Capabilities: <access denied>
        Kernel modules: shpchp

00:12.0 0106: 1002:4380 (prog-if 01)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22
        I/O ports at 8440 [size=8]
        I/O ports at 8434 [size=4]
        I/O ports at 8438 [size=8]
        I/O ports at 8430 [size=4]
        I/O ports at 8400 [size=16]
        Memory at d240a000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci

00:13.0 0c03: 1002:4387 (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        Memory at d2404000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.1 0c03: 1002:4388 (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
        Memory at d2405000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.2 0c03: 1002:4389 (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at d2406000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.3 0c03: 1002:438a (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
        Memory at d2407000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.4 0c03: 1002:438b (prog-if 10)
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
        Memory at d2408000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci_hcd
        Kernel modules: ohci-hcd

00:13.5 0c03: 1002:4386 (prog-if 20)
        Subsystem: 1002:4386
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
        Memory at d240a400 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: ehci_hcd
        Kernel modules: ehci-hcd

00:14.0 0c05: 1002:4385 (rev 13)
        Subsystem: 1734:10d1
        Flags: 66MHz, medium devsel
        I/O ports at 8410 [size=16]
        Memory at d2409000 (32-bit, non-prefetchable) [size=1K]
        Kernel driver in use: piix4_smbus
        Kernel modules: i2c-piix4

00:14.1 0101: 1002:438c (prog-if 82 [Master PriP])
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
        I/O ports at 01f0 [size=8]
        I/O ports at 03f4 [size=1]
        I/O ports at 0170 [size=8]
        I/O ports at 0374 [size=1]
        I/O ports at 8420 [size=16]
        Capabilities: <access denied>
        Kernel driver in use: pata_atiixp
        Kernel modules: pata_atiixp

00:14.2 0403: 1002:4383
        Subsystem: 1734:10cf
        Flags: bus master, slow devsel, latency 64, IRQ 16
        Memory at d2400000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

00:14.3 0601: 1002:438d
        Subsystem: 1734:10d1
        Flags: bus master, 66MHz, medium devsel, latency 0

00:14.4 0604: 1002:4384 (prog-if 01)
        Flags: bus master, 66MHz, medium devsel, latency 64
        Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=64
        I/O behind bridge: 0000a000-0000afff
        Memory behind bridge: d0000000-d20fffff

01:05.0 0300: 1002:5a61
        Subsystem: 1734:10cc
        Flags: bus master, 66MHz, medium devsel, latency 66, IRQ 10
        Memory at c0000000 (32-bit, prefetchable) [size=256M]
        I/O ports at 9000 [size=256]
        Memory at d2100000 (32-bit, non-prefetchable) [size=64K]
        [virtual] Expansion ROM at d2120000 [disabled] [size=128K]
        Capabilities: <access denied>

0c:04.0 0200: 10ec:8139 (rev 10)
        Subsystem: 1734:10b1
        Flags: bus master, medium devsel, latency 64, IRQ 23
        I/O ports at a000 [size=256]
        Memory at d2000000 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

0c:05.0 0200: 10ec:8139 (rev 10)
        Subsystem: 1259:2503
        Flags: bus master, medium devsel, latency 64, IRQ 20
        I/O ports at a400 [size=256]
        Memory at d2000400 (32-bit, non-prefetchable) [size=256]
        Capabilities: <access denied>
        Kernel driver in use: 8139too
        Kernel modules: 8139cp, 8139too

0c:07.0 0400: 14f1:8800 (rev 05)
        Subsystem: d420:9022
        Flags: bus master, medium devsel, latency 165, IRQ 21
        Memory at d0000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: <access denied>
        Kernel driver in use: cx8800
        Kernel modules: cx8800

0c:07.2 0480: 14f1:8802 (rev 05)
        Subsystem: d420:9022
        Flags: bus master, medium devsel, latency 64, IRQ 21
        Memory at d1000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: <access denied>
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802



Marco
#4
Users / Re: 8.10 beta2: VDR not running correctly
January 22, 2010, 12:12:16 PM
Hello Klara,

in the moment i have only the core/hybrid when he works fine, then i make the md´s with diskless boot.
The MD are equal by the diskless boot, you start a new untouched PC with network PXE-boot (show in your mainboard bios),
and the core dedect the new PC (it´s need time) and build an new MD and Orbiter for this device.
When the new MD it´s ready to work, than you loged in with from another PC with SSH to the new MD.

ssh with a putty, the then go with sudo -s (root) and install your vdr equal by the core/hybrid, this is my plan, maybe it´s going easy with another method?!

Marco

PS. I have see a script "update_ diskless_MD.sh" but i hav no time to check this script what he do!!! 
#5
Users / Re: DVB Cards info needed for Templates
January 19, 2010, 03:26:08 PM
Hi,

i have a Tevvi S660 DVB-S2 USB, it works with the "linux pack" from http://tevii.com/linux_tevii_ds3000.rar
You must copy the FW from Tevvi to /lib/firmware and then you install the v4l from the packet (ReadMe included)
make && make install and the box work with the vdr.  (thanks to nite_man !)

_________________________________________________________________________________________________
lsusb -v

Bus 003 Device 002: ID 9022:d660 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x9022
  idProduct          0xd660
  bcdDevice            0.00
  iManufacturer           1 TBS-Tech
  iProduct                2 DVBS2BOX
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)
_______________________________________________________________________________________

dmesg | grep dvb

[   25.850980] dvb-usb: found a 'TEVII S660 DVBS2 USB2.0' in cold state, will try to load a firmware
[   25.850994] firmware: requesting dvb-usb-teviis660.fw
[   27.325924] dvb-usb: downloading firmware from file 'dvb-usb-teviis660.fw'
[   27.325937] firmware: requesting dvb-usb-teviis660.fw
[   27.636059] dvb-usb: found a 'TEVII S660 DVBS2 USB2.0' in warm state.
[   27.636215] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[   27.765778] dvb-usb: MAC address: f76388f0
[   28.384342] dvb-usb: schedule remote query interval to 150 msecs.
[   28.384357] dvb-usb: TEVII S660 DVBS2 USB2.0 successfully initialized and connected.

________________________________________________________________________________________________

v4l2-ctl -n -d /dev/dvb/adapter0/frontend0

The program 'v4l2-ctl' is currently not installed.  You can install it by typing:
sudo apt-get install ivtv-utils
__________________________________________________________________________________________________


Marco
#6
Users / Re: 8.10 beta2: VDR not running correctly
January 19, 2010, 02:56:58 PM
nite_man,

many thanks for you instruction, the vdr is playin TV javascript:void(0); !

>>>. Me and Posde try to test VDR 1.7.11 under 0810. It works but with some tricks.<<<
>>> Will add instructions to install VDR 1.7.11 later. <<<
NICE!

When you need help, let me now it, may be i can help!? testing....

Marco

My Test HTPC:
Mainboard Zotac ION 330 (Typ A); 2 x 2 GB DDR2 RAM 800Mhz; Antec Mini, DVB-S2 USB Tevii S660, 250 GB WD Green HD,







#7
Users / Re: 8.10 beta2: VDR not running correctly
January 18, 2010, 12:19:42 PM
Hello to All,

i have the same problem with the VDR, the MCE run´s well, but the DVB-S/S2 with VDR makes me crazy!

Please help us and me!

Have anybody a detailed instructtion, how i can fix the VDR problem?!

Many thanks @ all from Germany.

Marco