Posts by homer_123

    Could someone take a look please?
    I have the following errors in oscam webinfo



    21/12/2012 17:36:24 96A7080 r ***uk [smartreader] Error activating card.
    21/12/2012 17:36:28 96A7080 r ***uk [smartreader] usb bulk write failed : ret = -4


    smargo reader version 1.3 setings


    mode Autoswitch
    kernel Normal
    T-mode T=0
    EGT 0


    when I run lsusb I grt this


    root@debian:~# lsusb
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    root@debian:~#



    when I run dmesg I get this:



    0
    [ 6.698278] Intel ICH 0000:00:1f.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 6.698334] Intel ICH 0000:00:1f.5: setting latency timer to 64
    [ 7.120014] intel8x0_measure_ac97_clock: measured 55003 usecs (2650 samples)
    [ 7.120018] intel8x0: clocking to 48000
    [ 8.002142] usb 4-1: usbfs: interface 0 claimed by ftdi_sio while 'brltty' sets config #1
    [ 8.026999] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
    [ 8.027188] ftdi_sio 4-1:1.0: device disconnected
    [ 8.452743] Adding 1633272k swap on /dev/sda5. Priority:-1 extents:1 across:1633272k
    [ 8.659100] EXT3 FS on sda1, internal journal
    [ 8.782080] loop: module loaded
    [ 9.625093] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 9.628146] e100: eth0 NIC Link is Up 100 Mbps Full Duplex
    [ 9.628373] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 10.785360] fuse init (API version 7.13)
    [ 18.447444] Bluetooth: Core ver 2.15
    [ 18.447510] NET: Registered protocol family 31
    [ 18.447513] Bluetooth: HCI device and connection manager initialized
    [ 18.447517] Bluetooth: HCI socket layer initialized
    [ 18.577829] Bluetooth: L2CAP ver 2.14
    [ 18.577833] Bluetooth: L2CAP socket layer initialized
    [ 18.818564] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 18.818569] Bluetooth: BNEP filters: protocol multicast
    [ 18.870583] Bridge firewalling registered
    [ 18.956070] Bluetooth: SCO (Voice Link) ver 0.6
    [ 18.956074] Bluetooth: SCO socket layer initialized
    [ 19.797236] lp0: using parport0 (interrupt-driven).
    [ 19.823897] ppdev: user-space parallel port driver
    [ 20.476011] eth0: no IPv6 routers present
    [ 28.086281] usb 4-1: usbfs: interface 0 claimed by usbfs while 'brltty' sets config #1
    [ 28.091006] usb 4-1: usbfs: process 1734 (oscam) did not claim interface 0 before use
    [ 28.091385] usb 4-1: usbfs: interface 0 claimed by usbfs while 'brltty' sets config #1
    [ 28.093977] usb 4-1: usbfs: process 1734 (oscam) did not claim interface 0 before use
    [ 33.094949] usb 4-1: usbfs: interface 0 claimed by usbfs while 'brltty' sets config #1
    [ 34.482669] usb 4-1: usbfs: process 1734 (oscam) did not claim interface 0 before use
    root@debian:~#


    CCcam is connecting to Oscam


    Here are my Configs


    Oscam.conf


    [global]
    nice = -1
    WaitForCards = 1
    logfile = stdout
    preferlocalcards = 1
    saveinithistory = 1


    [webif]
    httpport = xxxx
    httpuser = xxxx
    httppwd = xxxx
    httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
    # protocols


    [newcamd]
    key = 0102030405060708091011121314
    port = xxxxx@0963:000000;xxxxx@0963:000000



    oscam.server


    [reader]
    label = ***uk
    enable = 1
    protocol = smartreader
    device = 004:002
    caid = 0963:000000
    # 0963 is *** UK.
    boxid = myboxid
    # Oscam can read a *** card i.d, but you can also put this
    # in manually
    detect = cd
    cardmhz = 600
    # this helps the card run more smootly
    group = 1
    # Oscam has the concept of groups. Only users in group 1 can
    # use this reader. I'm only using one group.
    emmcache = 1,3,2
    blockemm-g = 1
    blockemm-unknown = 1
    blockemm-u = 0
    blockemm-s = 0
    # these ensure smooth decrypting
    lb_weight = 101
    # for load balancing - can be commented out.


    Oscam.user


    [account]
    user = user1
    #description = for local mgcamd or DVBAPI
    pwd = passwd1
    uniq = 2
    group = 1
    au = ***uk
    caid = 0963:000000
    blockemm-unknown = 1
    blockemm-g = 1
    blockemm-u = 0
    blockemm-s = 0




    I have this line in CCcam.cfg


    N: 127.0.0.1 xxxxx user1 passwd1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

    Im using oscam/cccam on dm500 server, cccam conecting cliants to oscam
    i have this line in oscam user:au = lower card
    do i need to change it to:au = 1
    or do i change something in cccam.conf to get card updates.


    sorry about the noob questions