Page 123 of 178 FirstFirst ... 2373113121122123124125133173 ... LastLast
Results 2,441 to 2,460 of 3542

Thread: Enigma 2 by The_ripper - TEST -

  1. #2441
    Member
    Join Date
    Dec 2009
    Posts
    51
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Juka View Post
    Hi

    You can find it, here:
    https://www.satpimps.co.uk/showthread.php?t=142195

    Regards
    Juka
    But it work with s2 channels and the media player, sounds and emus in elite model?
    Regards

  2. #2442
    Senior Member MoRpHiUS_x's Avatar
    Join Date
    Jun 2010
    Posts
    115
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Please only used this thread to discuss the firm's The_Ripper.

    For another thing or firm, used another thread.

    Thanks!

  3. #2443
    Junior Member
    Join Date
    May 2009
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by paulobr View Post
    But it work with s2 channels and the media player, sounds and emus in elite model?
    Regards
    No, this is the same 1.0.31 E2 kernel.

  4. #2444
    Member
    Join Date
    Sep 2010
    Location
    Cologne, Germany
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    @richy18
    I attached usbserial+ftdi kernel modules.
    Try it pls.
    I've tried the driver.

    1. copying drivers to /lib/modules/2.6.22.19-19-the_ripper/extra/

    2. depmod -a
    -> ok

    3. mknod /dev/ttyUSB0 c 188 0
    -> ok

    4. modprobe usbserial
    -> ok

    5. modprobe ftdi_sio
    ->ok

    6. Plugged in smargo and a valid nagra smartcard.

    dmesg output:
    Code:
    usbcore: registered new interface driver usbserial
    drivers/usb/serial/usb-serial.c: USB Serial Driver core
    drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Serial Device
    usbcore: registered new interface driver ftdi_sio
    drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver
    cat /proc/tty/drivers
    Code:
    ...
    usbserial            /dev/ttyUSB   188 0-254 serial
    ...
    cat /proc/tty/driver/usbserial
    Code:
    usbserinfo:1.0 driver:2.0
    So... unfortunately the driver does not show the ftdi-module.

    4@@@@ said "cat /proc/tty/driver/usbserial" must look like:
    0: module:ftdi_sio name:"FTDI USB Serial Device" vendor:0403 product:6001 num_ports:1 port:1 .....

    But it doesn't :(

    What's wrong now???
    Last edited by richy18; 08-11-2010 at 04:51 PM.

  5. #2445
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @richy18
    Try when you modprobe ftdi driver to add debug option active,
    modprobe ftdi_sio debug=1

  6. #2446
    Member
    Join Date
    Sep 2010
    Location
    Cologne, Germany
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    @richy18
    Try when you modprobe ftdi driver to add debug option active,
    modprobe ftdi_sio debug=1
    It makes no difference

    modprobe ftdi_sio debug=1
    Code:
    usbcore: registered new interface driver ftdi_sio
    drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver
    The rest is as described above too...

  7. #2447
    Junior Member
    Join Date
    Aug 2009
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @Smudger

    I have always extracted the patch files to the PC first, then copy to the USB. I don't think the problem lies with either the USB drives or the patch files. I think it must be whatever does not activate the USB ports or the SATA drives.

    Thanks for your suggestion,though.

    Stephen

  8. #2448
    Junior Member
    Join Date
    Aug 2009
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @shklifo

    Thanks for your suggestion. I'm just back home from work so I will check this out tonight and report back to the forum.

    Thanks
    Stephen

  9. #2449
    Junior Member
    Join Date
    Aug 2009
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @The_Ripper

    Is it possible that the usbserial+ftdi kernel modules could bring to life my USB ports or are these only relevant for external cardreaders?

    Thanks
    Stephen

  10. #2450
    Junior Member
    Join Date
    Oct 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @richy18
    Try modprobe ftdi_sio vendor=0x0403 product=0x6001

  11. #2451
    Member
    Join Date
    Sep 2010
    Location
    Cologne, Germany
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by RudElph View Post
    @richy18
    Try modprobe ftdi_sio vendor=0x0403 product=0x6001
    I've tried this... no change to the situation described above.

  12. #2452
    V.I.P
    Join Date
    May 2008
    Posts
    375
    Thanks
    0
    Thanked 0 Times in 0 Posts
    did you try right after depmod -a
    update-modules
    before modprobe ?

  13. #2453
    Member
    Join Date
    Sep 2010
    Location
    Cologne, Germany
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by kebien View Post
    did you try right after depmod -a
    update-modules
    before modprobe ?
    yes... always the same :(
    Make's no difference.

  14. #2454
    V.I.P 4@@@@'s Avatar
    Join Date
    Mar 2010
    Posts
    106
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I also tryed to get smargo working with the modules. Cam does not see the card.
    I know that in ufs910 E2 there was some patch needed to work with enigma2 on sh4. _network has written the patch. No idea if this is the case here.
    @The_Ripper: Which source have you used - the one from 2.6.15 source was working with the original kernel.

  15. #2455
    Member
    Join Date
    Sep 2010
    Location
    Cologne, Germany
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by 4@@@@ View Post
    I also tryed to get smargo working with the modules. Cam does not see the card.
    Yes, same situation as me.
    My workaround to watch pay-tv with E2 on Azbox at the moment is sharing the smartcard from my Dream800HD. It works as expected. CCcam on Azbox with DS3.0 Image act as client and I can watch Sky (and Sky HD).

    But it would be better to read the smartcard directly by azbox...
    Hope The_Ripper will find a solution soon or in later images.

    At the moment I'm still absolutely thrilled by E2 on Azbox :respect-039:
    A big thank to The_Ripper :bravo-009:
    Last edited by richy18; 08-11-2010 at 11:36 PM.

  16. #2456
    Member
    Join Date
    Apr 2010
    Posts
    68
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Am I doing something wrong or is the ???.azbox-enigma.eu site down?

  17. #2457
    Senior Member Juka's Avatar
    Join Date
    May 2009
    Posts
    105
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by ebro View Post
    Am I doing something wrong or is the ???.azbox-enigma.eu site down?
    Try this one:
    Code:
    http://www.azbox-enigma.eu/e107/news.php
    Regards
    Juka

  18. #2458
    Member
    Join Date
    Sep 2010
    Location
    Cologne, Germany
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by ebro View Post
    Am I doing something wrong or is the ???.azbox-enigma.eu site down?
    Site is online: http://www.azbox-enigma.eu/e107/news.php

    Perhaps a temporary failure?

  19. #2459
    Member
    Join Date
    Apr 2010
    Posts
    68
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I guess it might be an issue my end. I am getting "The website declined to show this webpage" when I try the links.

    Sorry for being off topic.

  20. #2460
    V.I.P Anrakh's Avatar
    Join Date
    Jun 2007
    Posts
    416
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Firefox gives me a white screen and IExplorer gives this:

    The website declined to show this webpage

    HTTP 403 Most likely causes:


    • This website requires you to log in.

    What you can try:

    Go back to the previous page.

Page 123 of 178 FirstFirst ... 2373113121122123124125133173 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •