Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
I'm trying to install a sound card but when i do the command ''make isntall'' I get this tyler@tyler-net:~/XFiDrv$ make install Copy module files... mkdir: cannot create directory `/lib/modules/2.6.24-23-generic/kernel/drivers/ssound': Permission ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    7

    Sound card wont install

    I'm trying to install a sound card but when i do the command ''make isntall'' I get this

    tyler@tyler-net:~/XFiDrv$ make install
    Copy module files...
    mkdir: cannot create directory `/lib/modules/2.6.24-23-generic/kernel/drivers/ssound': Permission denied
    make: *** [install] Error 1
    tyler@tyler-net:~/XFiDrv$

    I dont know how to give myself permission to install into the kernel folder.


    I've only had linux for 2 days so I'm very new to this

  2. #2
    Just Joined!
    Join Date
    Jan 2009
    Posts
    47
    try putting sudo in front of your command so "sudo make install"

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Posts
    7
    Quote Originally Posted by kr0nik View Post
    try putting sudo in front of your command so "sudo make install"
    Now that I've done that I get this:

    tyler@tyler-net:~/XFiDrv$ sudo make install
    Copy module files...
    Update module dependency relationships...

    Does this mean the driver has been installed? Cause I still have no sound

  4. #4
    Just Joined!
    Join Date
    Jan 2009
    Posts
    7
    This is an XFi driver for Ubuntu 8.04 if it helps

  5. #5
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    did you reboot after running make install?

  6. #6
    Just Joined!
    Join Date
    Jan 2009
    Posts
    7
    Quote Originally Posted by coopstah13 View Post
    did you reboot after running make install?
    yea, it took ages for Ubuntu to load up after the "install" yet i have no sound.

  7. #7
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    when you go to system->preferences->sound does nothing show up under the device section?

  8. #8
    Just Joined!
    Join Date
    Jan 2009
    Posts
    7
    Just "Autodetect"

  9. #9
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    ok it definitely isn't being detected still, can you post me the output of
    Code:
    lspci | grep -i audio
    so i can google some stuff

  10. #10
    Just Joined!
    Join Date
    Jan 2009
    Posts
    7
    tyler@tyler-net:~$ lspci | grep -i audio
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
    03:00.0 Multimedia audio controller: Creative Labs SB X-Fi
    tyler@tyler-net:~$



    I want the Creative Labs one.

Page 1 of 2 1 2 LastLast

Posting Permissions

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