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 ...
- 01-29-2009 #1Just 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
- 01-29-2009 #2Just Joined!
- Join Date
- Jan 2009
- Posts
- 47
try putting sudo in front of your command so "sudo make install"
- 01-29-2009 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 7
- 01-29-2009 #4Just Joined!
- Join Date
- Jan 2009
- Posts
- 7
This is an XFi driver for Ubuntu 8.04 if it helps
- 01-29-2009 #5
did you reboot after running make install?
- 01-29-2009 #6Just Joined!
- Join Date
- Jan 2009
- Posts
- 7
- 01-29-2009 #7
when you go to system->preferences->sound does nothing show up under the device section?
- 01-29-2009 #8Just Joined!
- Join Date
- Jan 2009
- Posts
- 7
Just "Autodetect"
- 01-29-2009 #9
ok it definitely isn't being detected still, can you post me the output of
so i can google some stuffCode:lspci | grep -i audio
- 01-29-2009 #10Just 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.


Reply With Quote
