Results 1 to 6 of 6

Thread: How can I install a Crystal HD video decoder driver from source?

  1. #1
    Join Date
    Jun 2010
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

    How can I install a Crystal HD video decoder driver from source?

    Hi!
    I am brand new to Ubuntu, installed yesterday on an eeepc 1005PR. It has a Broadcom Crystal HD video decoder that I can't get to work.

    This page: http://www.broadcom.com/support/crystal_hd/ has drivers for the card. On Windows 7 it installed easily and worked great (meaning I was able to watch streaming HD video. Right now it's very jerky and skips).

    But for Linux there is just a source code.

    How do I install from the source code? I've spent a long time searching this forum and the web and I can't figure it out.

    Thanks so much for any help!

  2. #2
    Join Date
    Mar 2010
    Location
    Guernsey
    Beans
    35
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How can I install a Crystal HD video decoder driver from source?

    open terminal (applications->accessories->terminal). MAKE SURE THE FOLDER WITH THE SOURCE CODE IS ON YOUR DESKTOP.
    in terminal, type: "cd Desktop" then "cd <the folder with the source code in it>" then "sudo make" then "sudo make install" (all with no quotes)

  3. #3
    Join Date
    Jun 2010
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How can I install a Crystal HD video decoder driver from source?

    thanks for the reply!

    I just tried that and get this response:

    Code:
    make: *** No targets specified and no makefile found. Stop.
    There is a makefile in the folder, I'm not sure what this means...

    any ideas? thanks again!

  4. #4
    Join Date
    Feb 2006
    Location
    uk
    Beans
    Hidden!

    Re: How can I install a Crystal HD video decoder driver from source?

    see what the readme file tells you. you may need to run ./configure first or something.

    have you seen if synaptic has the drivers? that'll probably be easier. looks like there's a package in the ubuntu repositories called libcrystalhd1 stating:
    "Crystal HD Video Decoder Drivers libraries"

  5. #5
    Join Date
    Jul 2010
    Beans
    7

    Re: How can I install a Crystal HD video decoder driver from source?

    I'm having the same problem. I'v installed the libcrystalhd1 and licrystalhd1-dev form synaptic. does this mean the drivers are installed. when i look in lsmod I don't see the driver. any suggestions of getting this card to work in lucid?

  6. #6
    Join Date
    Jan 2009
    Beans
    4

    Re: How can I install a Crystal HD video decoder driver from source?

    I had the same problem with the manual installation. You need to "sudo apt-get g++" before you can use the make command in this case.

Tags for this Thread

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
  •