sidux.com
Menu

News

Give back
Last 3 Contributions
30-11-2008 20.00
25-11-2008 100.00
25-11-2008 20.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
davidforehand
Post subject: xfi 32bit beta drivers  PostPosted: Apr 30, 2008 - 05:14 AM



Joined: Dec 29, 2007
Posts: 15

Status: Offline
Has anyone successfully installed the new beta drivers for the xfi cards?
http://opensource.creative.com/soundcard.html
I also see that alsa was sent a card from creative for development.
 
 View user's profile Send private message  
Reply with quote Back to top
thorsten
Post subject:   PostPosted: Apr 30, 2008 - 05:28 AM



Joined: Dec 11, 2007
Posts: 68

Status: Offline
No I was not successful. The installer gives an error message like this

config.status: creating Makefile.conf
make: *** [all] Fehler 2
make: *** [install] Fehler 2
Installation Unsuccessful


And I don't know what this means, unfortunately Evil or Very Mad

Regards

Thorsten
 
 View user's profile Send private message  
Reply with quote Back to top
davidforehand
Post subject:   PostPosted: May 01, 2008 - 05:36 AM



Joined: Dec 29, 2007
Posts: 15

Status: Offline
I had the same error as well, It says this in the readme
1) You must have the fully configured source for the Linux kernel and

ALSA which you
want to use for this device driver. Partial installed

kernels (e.g. From distribution makers) may be unusable for this

action.
 
 View user's profile Send private message  
Reply with quote Back to top
honorshark
Post subject:   PostPosted: May 01, 2008 - 05:47 AM



Joined: Apr 28, 2008
Posts: 78
Location: Hungary..hellyeah!
Status: Offline
You won't be able to get a normal driver. Since Creative neved did a real one, only few one betas what are the straigh port of the WIN version... This applies to their Vista drivers too. There was a guy who made good drivers, bud Creative attacked him for this... I hate Creative for this..

_________________
aurora@Q6600 / P6NSLiV2 / 2048mb GEIL / NX8600GTS / (MSI/Zalmann engineered)
If you have any question regarding my country, or the hungarian language, or anime, feel free to PM me.
 
 View user's profile Send private message  
Reply with quote Back to top
raz0rsedge
Post subject:   PostPosted: Jun 28, 2008 - 12:20 PM



Joined: Mar 06, 2008
Posts: 1

Status: Offline
The beta driver install isn't working because of some old vars that cannot be set with gcc 4.3.1 and some minor problems. but you can make a build with ALSA into the kernel with this hack:

http://gentoo-wiki.com/HARDWARE_Creative_Labs_X-Fi


I got the already modified source files here:
http://cincev.com/mnt/store/users/admin ... 1.18.2.tgz

Following steps are necessary for sidux:

- make sure you have all files that are needed for alsa build, specified in requirements section in the gentoo wiki, then:

1. download and unpack xfidrv-1.18.2.tgz

2. execute: #./configure && make clean && make KBUILD_NOPEDANTIC=1 && make install

3. backup your /etc/init.d/ctsound, or comment out line:
drivers="ctossrv ctsfman emupia ct20xut ctexfifx cthwiut haxfi ctalsa"

4. insert line: drivers="ctossrv emupia ctsfman haxfi ctalsa ct20xut ctexfifx cthwiut"

That worked fine for me (X-Fi Gamer) and took 5 minutes.
You can test ctsound with /etc/init.d/ctsound start,
you should read something like this: Starting ctsound: Loading X-Fi Drv - Please Wait...

So all went fine!


raz0r
 
 View user's profile Send private message Visit poster's website ICQ Number 
Reply with quote Back to top
thorsten
Post subject:   PostPosted: Oct 02, 2008 - 01:35 PM



Joined: Dec 11, 2007
Posts: 68

Status: Offline
raz0rsedge wrote:
The beta driver install isn't working because of some old vars that cannot be set with gcc 4.3.1 and some minor problems. but you can make a build with ALSA into the kernel with this hack:

http://gentoo-wiki.com/HARDWARE_Creative_Labs_X-Fi

(...)

raz0r


My question is a little bit late, as I see the date of the thread. But I give your *howto* al try.
Compiling and make install works without problems. But /etc/init.d/ctsound start produces lots off errors

Starting ctsound: Loading X-Fi Drv - Please Wait...FATAL: Error inserting emupia (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/emupia.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting ctsfman (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ctsfman.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting haxfi (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/haxfi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting emupia (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/emupia.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting ctsfman (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ctsfman.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting ct20xut (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ct20xut.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting ctexfifx (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ctexfifx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting cthwiut (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/cthwiut.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting haxfi (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/haxfi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting ctalsa (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ctalsa.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting ct20xut (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ct20xut.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting ctexfifx (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ctexfifx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting cthwiut (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/cthwiut.ko): Unknown symbol in module, or unknown parameter (see dmesg)
alsactl restore
WARNING: Error inserting emupia (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/emupia.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting ctsfman (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ctsfman.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting ct20xut (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ct20xut.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting ctexfifx (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ctexfifx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting cthwiut (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/cthwiut.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting haxfi (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/haxfi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting ctalsa (/lib/modules/2.6.26-5.slh.8-sidux-686/kernel/drivers/ssound/ctalsa.ko): Unknown symbol in module, or unknown parameter (see dmesg)

Any idea what that means?

Thanks

Thorsten
 
 View user's profile Send private message  
Reply with quote Back to top
Cyorxamp
Post subject:   PostPosted: Oct 05, 2008 - 01:19 PM



Joined: Oct 05, 2008
Posts: 1

Status: Offline
Hi,

I'm getting the same messages as thorsden. I got the requirements as listed on the Gentoo howto, removed all past attempts to install the Creative one, got the pre-modified drivers, installed/compiled ok (kernel = 2.6.26)... and I get the messages he gets.

Any tips on how to get past this?
 
 View user's profile Send private message  
Reply with quote Back to top
JohnML
Post subject: Same problem .. .  PostPosted: Oct 16, 2008 - 08:13 PM



Joined: Dec 13, 2006
Posts: 38
Location: Frankfurt, Germany
Status: Offline
i have the same Problems as the posters above, but i googled again and found this:

http://www.phoronix.com/scan.php?page=n ... ;px=Njc3NQ

I compiled, but did not installed because it seems to be a bad quality of driver. Until i get better driver i will ontinue to use the onboard sound, thats poor but it works!

X-FI sounds so nice on my Win-XP, but i don't like all the rest of XP any more ... [/i]
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio