创新Creative X-Fi声卡1.18beta驱动安装问题求助。

CPU/显卡/打印机/USB设备等硬件问题
回复
飞行的猫
帖子: 6
注册时间: 2009-08-28 18:32

创新Creative X-Fi声卡1.18beta驱动安装问题求助。

#1

帖子 飞行的猫 » 2009-11-01 19:13

安转创新Creative X-Fi声卡1.18beta失败,去网上google了半天,终于找到一个别人发表的解决方案,可惜是鸟语,看不太懂,内容如下:

Creative XFi driver on Linux 2.6.25
There is still a problem with beta2 version of Creative Sound Blaster XFi driver on Linux kernel 2.6.25. If we do what is said by the driver installation instruction, it ends up with some errors. Here's a trick how to manually compile and install it:

1. Download the driver from http://us.creative.com/support/download ... iDrv_Linux. or directly from shell: wget http://ccftp.creative.com/manualdn/Driv ... .18.tar.gz
The latest is version 1.18

2. Extract the tar.gz file from your build folder:

tar zxvf XFiDrv_Linux_US-1.18.tar.gz

This will extract all files to XFiDrv_Linux_US-1.18
3. cd to the XFiDrv_Linux_US-1.18/drivers
4. Try to do make (gotta be a root). It will cause some errors (the errors don't appear on the screen. They are logged in /var/log/creative-installer.log and need root access to see it). We can open another window/shell and just type: sudo tail -f /var/log/creative-installer.log to see what's going on.
5. OK, now we're about to fix these problems. First, just typ: ./configure
6. Don't do make yet. We need to modify some files.
7. edit file LinuxSys.c: vi src/ossrv/LinuxSys.c
Goto line 648 and replace SA_SHIRQ with IRQF_SHARED (Kernel 2.6.22 has told us that it was going to deprecate it although still defines it, but in kernel 2.6.25 this SA_SHIRQ is now gone!)
8. Add the following line after line 33:
#include <linux/fs.h> // for definitions of filp_*
9. Add the following lines after line 37:
#include <asm-generic/fcntl.h> // otherwise, some MACROS are undefined
10. Compile with the following command: sudo make KBUILD_NOPEDANTIC=1 or modify (temporarily!) file /usr/src/linux/scripts/Makefile.build and comment out statements around line 46 as below:

#ifeq ($(KBUILD_NOPEDANTIC),)
#ifneq ("$(save-cflags)","$(CFLAGS)")
#$(error CFLAGS was changed in "$(kbuild-file)". Fix it to use EXTRA_CFLAGS)
#endif

11. Edit file in drivers/ctsound and change the order to:

drivers="ctossrv emupia ctsfman haxfi ctalsa ct20xut ctexfifx cthwiut"

#endif
12. Install it: sudo make install

网址:http://technostuff.blogspot.com/2008/04 ... beta2.html
折腾了半天还是没搞定,在此向各位大侠求助! :em95
我装的是Ubuntu 9.10 64位版。
beyes
帖子: 3
注册时间: 2009-11-07 13:37

Re: 创新Creative X-Fi声卡1.18beta驱动安装问题求助。

#2

帖子 beyes » 2009-11-18 11:50

我也是这型号的卡。

貌似论坛的缓存比较严重,回了帖子但看不到回复内容。我装好了,可以参考以下链接:
http://www.groad.net/bbs/read.php?tid-1 ... e-e.html#a
回复