Results 1 to 4 of 4

Thread: Problem with compilation and Alsa

  1. #1
    Join Date
    Jan 2009
    Beans
    58

    Problem with compilation and Alsa

    When I try to compile modules_image or sometime alsa-driver (don't ask why only sometime, don't know), I get an error from a file in /usr/src/modules/alsa-driver . If I delete that folder, how could I create it again? Maybe that would solve the problem.

  2. #2
    Join Date
    Oct 2005
    Location
    De Kwakel - Holland
    Beans
    3,657

    Re: Problem with compilation and Alsa

    Quote Originally Posted by matmat07 View Post
    When I try to compile modules_image or sometime alsa-driver (don't ask why only sometime, don't know), I get an error from a file in /usr/src/modules/alsa-driver . If I delete that folder, how could I create it again? Maybe that would solve the problem.
    Don't know what you're doing here..
    But in order to create a folder you simply type..
    Code:
    mkdir /path/to/<foldername>
    or if you need super-user privileges to create the directory..
    Code:
    sudo mkdir /path/to/<foldername>

  3. #3
    Join Date
    Jan 2009
    Beans
    58

    Re: Problem with compilation and Alsa

    I forgot to say there was files inside and I wanted to make them kind of reinstall. The output of the error can be found there: http://ubuntuforums.org/showthread.php?t=1108973

    Seems like there's an error in a file. I would like to make a new one without the error if it's possible.

  4. #4
    Join Date
    Jan 2009
    Beans
    58

    Re: Problem with compilation and Alsa

    bump

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
  •