Results 1 to 10 of 10

Thread: Viewing DVD

  1. #1
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    10

    Viewing DVD

    Is there a easy way to get a Knoppix install to view encrypted DVDs?

    I read that you can install libdvdcss if you install Knoppix to the hard drive, but this doesn't help those that don't want to install to hard drive.

    I would rather not go through the trouble of rolling my own iso.

    Could I download a libdvdcss binary, install it in my home directory, and then set up the correct paths and such so that xine or ogle work? I am somewhat clueless on how to actually do this.

    I would assume that people probably do not want to customize knoppix with libdvdcss by default to avoid legal problems, but it would be nice to add these types of capabilities easily.

    Thanks!

    Ed

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    I haven't gotten this to work in Knoppix, but there is a live CD that does include libdvdcss: Linuxconsole

    http://linuxconsole.tuxfamily.org/

    The current version will play dvds with mplayer. I posted a suggestion that the author add ogle, because it gives dvd menu support and he said that he would add it in the next release.

    Another nice thing about LinuxConsole is that you can boot the cd from your dvd player, start mplayer, remove the cd and put in a dvd and play it - pretty cool.

    It doesn't have as many apps as Knoppix but it plays dvds and has some cool games too. I has built in support for Nvidia drivers. All in all it's pretty nice.

  3. #3
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    10
    So I started working to fix this myself.

    I downloiaded the libdvdcss .dev file and used "alien -g libdvdcss.deb" to extract the library then coppied it into my /home/knoppix directory

    I set up the LD_LIBRARY_PATH
    export LD_LIBRARY_PATH=/home/knoppix/:$LD_LIBRARY_PATH

    And xine seems to not complauin about dvd encryption. It even goes through the VOB tracks and looks for keys, but I cannot get it to play.

    I did try mounting the dvd drive as /mnt/dvd and soft linking to /dev/dvd

    If I do not set the LD_LIBRARY_PATH I get the copy protection screen, but nothing more.

    Thoughts?

  4. #4
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    10

    DVD without hd install

    I finally got dvd playback working nicely for knoppix without a hd install. What I did:

    Boot knoppix in your cdrom (not dvd)

    Download libdvdcss****.deb

    to extract the executable, run:
    alien -g libdvdcss****.deb

    this makes a subdirectory containing the library. copy the library to /hom/knoppix

    run the following:
    export LD_LIBRARY_PATH=/home/knoppix:$LD_LIBRARY_PATH

    Change to the boot prompt using CTRL-ALT-F2

    Run passwd to set the root passwd

    Go back to KDE by CTRL-ALT-F5

    in a terminal, switch to root with su

    As root, remove the sym link in /dev:
    rm /dev/dvd

    Put in a dvd

    Make a mount point
    mkdir /mnt/dvd

    Mount the dvd
    mount -t udf /dev/scd0 /mnt/dvd

    add a sym link
    ln -s /dev/scd0 /dev/dvd

    change your DMA settings for the dvd drive
    /sbin/dparam -d1 /dev/hdc or maybe:
    /sbin/dparam -d1 /dev/hdd

    Go back as a user and fire up xine, it should work!



    Who says linux is difficult to use?

    Ed

  5. #5
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    gatzke,

    Thanks for posting the info on this. I wrote the faq for setting up dvds to play on the hd and i may add this info too. cool!. Have you tried Ogle? I always found that it worked a lot better than Xine.

  6. #6
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    10
    I could not find Ogle on the 3.2 knoppix distribution. It was not in the multimedia Kmenu area next to xine, and it was not in the default path. Maybe I am looking in the wrong places.

    Since I did not do a hard disk install, I can't just apt-get the pakcage.

    I also did not see mplayer in my intall.

    If I am wrong on these, please let me know where to look.

  7. #7
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    298

    Re: DVD without hd install

    Cleaned it up a bit, almost script-able:
    Code:
    Download libdvdcssXX.deb
    
    $alien -g libdvdcssXX.deb 
    $cp libdvdcssXX/*.o /home/knoppix/ (copy the library to /home/knoppix, is this right? )
    $export LD_LIBRARY_PATH=/home/knoppix:$LD_LIBRARY_PATH
    $sudo su
    [$passwd] (not needed?)
    $rm /dev/dvd (as root, remove the sym link in /dev)
    
    Put in a dvd
    
    $mkdir /mnt/dvd (make a mount point)
    $mount -t udf /dev/scd0 /mnt/dvd (mount the dvd)
    $ln -s /dev/scd0 /dev/dvd (add a sym link)
    $/sbin/dparam -d1 /dev/hdX (change your DMA settings for the dvd drive)
    
    Fire up xine (ogle?)
    Ready put in the docs?

    Anyways, ever looked at Movix? The next version of K3b (1.9.0) is able to burn 'data', 'audio', 'mixed' and 'movix' CDs.

  8. #8
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Looks like Ogle has been removed from 3.2. I hadn't noticed before.

  9. #9
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    10
    When you run alien, it creates a directory libdvdcssXX.orig The libdvdcssXX is in a subdirctory, like ./libdvdcss-2.5/usr/lib Still, most users should be able to follow the script you wrote up.

    In my case, you link /dev/scd0 to /dev/dvd because the dvdr acts like a scsi disk for writing. You may be able to get away with:
    ln -s /dev/hdX /dev/dvd

    So far I like the feel of knoppix, rather than look at other alternatives that seem like special purpose versions.

  10. #10
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Looks like someone else has been working on this too:

    http://www.knoppix.net/forum/viewtop...522&highlight=

Similar Threads

  1. Viewing images in knoppix
    By knoppixnewbie in forum General Support
    Replies: 2
    Last Post: 02-17-2004, 04:13 PM
  2. viewing my program that i use on xp with my knoppix os
    By illcuban in forum General Support
    Replies: 3
    Last Post: 12-21-2003, 04:20 AM
  3. Viewing videos
    By dmedici in forum General Support
    Replies: 3
    Last Post: 10-13-2003, 01:13 PM
  4. Viewing motherboard temperatures
    By pummer in forum General Support
    Replies: 11
    Last Post: 09-13-2003, 06:08 PM

Posting Permissions

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


ALLEN BRADLEY 281G-F12S-10B-RRG-CBG /C  AMORSTART MODULE 280G-FS-10-RG STK 2911 picture

ALLEN BRADLEY 281G-F12S-10B-RRG-CBG /C AMORSTART MODULE 280G-FS-10-RG STK 2911

$380.00



Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc... picture

Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc...

$419.99



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc... picture

Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc...

$619.99



Intel Quad Core i3-12100 3.3GHz 12MB LGA1700 12th Gen. CPU Processor SRL62 picture

Intel Quad Core i3-12100 3.3GHz 12MB LGA1700 12th Gen. CPU Processor SRL62

$46.03



AMD Ryzen 5 4500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor picture

AMD Ryzen 5 4500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor

$79.00



Intel Core i7-2600 SR00B 3.40GHz Quad Core LGA1155 8MB Processor CPU picture

Intel Core i7-2600 SR00B 3.40GHz Quad Core LGA1155 8MB Processor CPU

$24.99



Intel Core i7-3770 3.40GHz Quad-Core CPU Processor QC1W LGA1155 Socket picture

Intel Core i7-3770 3.40GHz Quad-Core CPU Processor QC1W LGA1155 Socket

$33.49



AMD Ryzen 7 7700 Processor (5.3 GHz, 8 Cores, Socket AM5) Boxed -... picture

AMD Ryzen 7 7700 Processor (5.3 GHz, 8 Cores, Socket AM5) Boxed -...

$259.99



Intel Core i7-3770 3.40GHz 8MB Quad Core Socket LGA1155 CPU Processor SR0PK picture

Intel Core i7-3770 3.40GHz 8MB Quad Core Socket LGA1155 CPU Processor SR0PK

$35.00