Hardware :: X-Fi Titanium RedHat 4 Getting Errors When Trying To Compile

Nov 1, 2010

I have a machine with X-Fi Titanium sound card. Im getting the following errors when trying to compile the driver.

[Code]...

View 3 Replies


ADVERTISEMENT

Ubuntu / Apple :: Compile Gnash For Titanium (Onyx) 550 Mhz G4 Powerbook

May 23, 2011

I have a Titanium (Onyx) 550 Mhz G4 Powerbook and the standard gnash does not work. I read that you can compile a custom version of gnash for laptops with low spec graphic cards. Could anyone give me guidelines how to do this with gnash? or swfdec? or lightspark?

View 2 Replies View Related

Software :: Compile .src To .rpm On Redhat 5?

Jan 24, 2010

I'm struggling with an Oracle install on top of the Redhat 5 os.

The solution I'm getting to some errors is to download an .rpm file and run some fancy commands.

cat compat-db-4.1.25-9.i386.rpm | rpm2cpio | pax -r

I've managed to find a .src.rpm file.

From the .src, I want to create the .rpm file. But NOT install it. Since that would conflict with the newer version of the same package that is already installed.

Linux occassionally change things with different releases.

My old notes say, to compile the .src file, use:

rpm --rebuild util-linux-2.11y-9.src.rpm

My questions are:

1) Is this syntax still correct on Redhat 5? If not, what is the new correct syntax? Perhaps use: rpmbuild?

2) If I run this command, does it create a .rpm file? or, does it install it onto the system.

3) If that command would install the .src, what is the correct syntax to create the .rpm ONLY?

View 3 Replies View Related

Ubuntu :: Old Kernel Compile Errors Resurface

Mar 2, 2010

I un-installed all packages that I downloaded and removed all references to the attempted kernel and I thought it was over. Today I tried to install xubuntu-desktop and the install exits with a dpkg errros that refers to that old custom kernel attempt. I run dpkg as instructed (see below):

[code]...

I cannot run apt-get until I try to figure out where this error is.

View 1 Replies View Related

Slackware :: Compile Errors With Various X11-relying Programs?

Jan 31, 2010

I've been trying to compile and install different terminal emulators:Eterm, aterm, and libAfterImage for urxvt.

I've been getting all these errors, and it seems odd to me. I did some fiddling awhile back enabling KMS with my radeon, install custom packages for xf86-ati, mesa, and libdrm. Could that or some other fiddling have broken these dependencies?

Here is an excerpt, with the full error log attached and here:url

Code:
In file included from libungif/../xwrap.h:5,
from libungif/../asim_afterbase.h:23,
from libungif/../afterbase.h:36,
from libungif/gif_hash.h:24,
from libungif/gif_lib_private.h:5,
code....

View 1 Replies View Related

General :: Using Makefile - 'Multiple Definition' Compile Errors

Mar 1, 2011

As part of an assignment, our class was given a small set of c++ classes which are compiled using a makefile. As part of the assignment, I have created a namespace and saved in it a .cpp file. The functions, constants and typedefs from the namespace are now used in one of the original files, and so I added an <#include MyFile.cpp> to the file I modified, in addition to a using MyNamespace;

When I try to use the original makefile, the compiler gives a lot of errors about multiple definitions of every function in the namespace. What do I need to do to resolve this? Do I need to change the makefile or one of the files themselves? I am new to Linux programming and makesfiles.

View 2 Replies View Related

Software :: Compile Ardour 2.8.7 From Source - Stopped With Errors

May 15, 2010

I'm trying to compile ardour 2.8.7 from source and the compile got past the dependencies and everything else fine but it stopped at one point with these errors

[code]...

I have no experience compiling python. I would not like to install from a package as the one with ubuntu is wrongly compiled and so are many others which are hosted I have heard the only way to make the problems with packaged versions stop is by compiling ardour yourself so I would still like to go ahead with it.

View 6 Replies View Related

CentOS 5 :: Unable To GCC Compile Any Stuff - Random Errors

Jan 24, 2009

I am new to CENTOS (5.2) and more importantly new to linux. Any time I try to gcc compile something, it always throws random errors. I yum installed development-tools which is what I have seen other threads suggest but that did not solve the issue. I still get the same errors. I cannot find a common error among the many things I have attempted to compile.

Here is my most recent file for an example made when trying to compile up-imapproxy :
gcc -g -O2 -I. -I./include -c -o src/icc.o src/icc.c
gcc -g -O2 -I. -I./include -c -o src/main.o src/main.c
src/main.c: In function "int main(int, char**)":
src/main.c:618: error: invalid conversion from *void* to *void* (*)(void*)
src/main.c:618: error: initializing argument 3 of int pthread_create(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*)
src/main.c:646: error: invalid conversion from int* to socklen_t*
src/main.c:646: error: initializing argument 3 of int accept(int, sockaddr*,socklen_t*)
src/main.c:675: error: invalid conversion from void* to void* (*)(void*)
src/main.c:675: error: initializing argument 3 of int pthread_create(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*)
make: *** [src/main.o] Error 1

View 3 Replies View Related

Ubuntu Multimedia :: Compile Errors From OpenCV With Ffmpeg + X264

May 29, 2011

I am trying to compile OpenCV 2.0 with ffmpeg (with x264) support on my Ubuntu 11.04 64-bit machine. (Since I want to use the binaries provided by other developers, I have to use opencv 2.0 version)

I followed the guide from: [URL] to compile x264 and ffmpeg manually, and succeeded.

Then I followed the guide in the INSTALL file provided by the OpenCV 2.0 package. I use CMake to configure and generate them, and use "make" command to try compiling. However, I got the following error report, which haunted me for almost half a week.

Code:
Linking CXX static library ../../lib/libhighgui_pch_dephelp.a
[ 71%] Built target highgui_pch_dephelp
Scanning dependencies of target pch_Generate_highgui
[ 71%] Generating _highgui.h
[ 71%] [COLOR="rgb(65, 105, 225)"]Generating

[Code].....

View 7 Replies View Related

Ubuntu Installation :: Compile Errors Installing VMWare Workstation 7.1.0

Aug 19, 2011

I have played around with Fedora for a few years and recently switched to Ubuntu. I am installing VMWare Workstation version 7.1.0 from a retail packaged CD. When I attempt to install VMWare Workstation and VMWare Player I get the following error:

Aug 15 16:24:54.826: app-3078788800| Your GCC version: 4.5
Aug 15 16:24:54.837: app-3078788800| Your GCC version: 4.5
Aug 15 16:24:54.889: app-3078788800| Trying to find a suitable PBM set for kernel 2.6.38-10-generic.
Aug 15 16:24:54.895: app-3078788800| Trying to find a suitable PBM set for kernel 2.6.38-10-generic.....
Aug 15 16:24:56.163: app-3078788800| Failed to compile module vmmon!

I tried installing the patch for kernal 2.6.38-8 found here - [URL] - but it did not resolve the issue. Is there a patch for kernal 2.6.38-10?

I also found this posting for the same problem: [URL]. I followed the following instructions as advised in the post . . .
sudo apt-get update
sudo apt-get install make
sudo apt-get install gcc

Then enter:
uname -r

My kernel was: 2.6.38-10-generic
sudo apt-get install build-essential linux-headers-2.6.38-10-generic
Now run the vmware-install.pl script.

Everything ran without error. However, I continue to get the same error. Another post suggested uninstalliung and reinstalling the software, but this had no affect either. Another post suggested that after running the above update to them run the /usr/bin/vmware-config.pl script. However I do not seem to have the vmware-config.pl in my /usr/bin directory. I checked the various VMWARE directories in /etc and the /tmp/vmware-root directories but no vmware-config.pl

View 2 Replies View Related

Software :: Php Compile Errors - Found Not - Flex , Bison , Re2c?

Jun 8, 2010

configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 (found: none).
configure: warning: flex versions supported for regeneration of the Zend/PHP parsers:

[code]....

View 4 Replies View Related

General :: Libtool Has Syntax Errors When Running After GLib-2 Cross Compile For PPC Using LTIB?

Jun 10, 2010

First, I'm trying to cross compile mono 2.6.4 so that it will run on Freescale Embedded Linux for a PowerPC CPU. My host machine is running Fedora 13 on an x86. Freescale provides a copy of the Linux Target Image Builder (LTIB) that has been pre-configured for the particular board I'm using, and LTIB seems to be able to help with the cross compilation of other stuff--you can add in your own packages to be built and included in your newly-built Linux image.

Mono depends on pkg-config and glib-2, so I have selected them in the LTIB package selection config. I've also added a new package for mono that builds mono-2.6.4 from the source tar (after the other deps have also been built).

I'm having a problem getting the glib-2.24.0 package libraries created. Basically they appear to build and link ok, but then libtool runs and errors out claiming it has a syntax error! (numerous wths followed...)

Here is LTIB's temporary build script for only the glib2 package:

Code:

Here is the output when building the glib2 package (configure + make):

Code:

Build path taken because: directory build, build key set, no prebuilt rpm,

View 7 Replies View Related

Ubuntu Networking :: How I Fixed Asus USB-N13 Compile Errors In Ubuntu 10.10

Oct 21, 2010

It seems with the newer linux headers, two functions changed their names slightly and caused a crash when attempting to build the Asus-provided USB-N13 drivers.

I'm still in the middle of getting the device to work, but actually compiling the driver was a major problem for me and others I've seen that complained of the breakage in 10.10.

Here's the fix:
Within the include/os/rt_linux.h and os/linux/rt_usb_util.c files, the usb_buffer_alloc and usb_buffer_free functions are part of an internal macro. These functions do not exist anymore and are replaced by the usb_alloc_coherent and usb_free_coherent respectively. Input parameters did not change, just the names.

The macro is defined in rt_linux.h and the functions are used in a symbol export within rt_usb_util.c. Simply renaming the functions should allow it to build.

As I said, I'm still in the process of getting the wireless to work, just wanted to let everyone know of the quick fix.

This issue will probably be addressed with a macro fix somewhere eventually.


#define usb_alloc_coherent(a, b, c, d) usb_buffer_alloc(a, b, c, d)
#define usb_free_coherent(a, b, c, d) usb_buffer_free(a, b, c, d)

View 3 Replies View Related

OpenSUSE Multimedia :: Creative X-Fi Titanium Work With 11.4?

Jun 26, 2011

There is a basic driver for it. I was wondering if anyone got it to work. Or is there another card that has been used successfully, especially with recording from a microphone. I am getting poor input from the mic source. Levels are low and broken up. Extensive research has pointed to ALSA/PulseAudio not being able to fine tune all sound cards. I am using the onboard currently, an ALC262.

In the meantime I was tempted to set the priorities higher for sound in general, in other words tweak ALSA and PA. Reason being is that many across a few distros have problems when resources are squeezed, like the times when proc load is at or near 100%, for example. I do not know how to tweak sound. Does anyone know?
I still want to try the Titanium since it could be utilized in 7 (ouch) as a luxury for recording "what you hear", and for superior sound reproduction as well.

View 9 Replies View Related

Ubuntu Multimedia :: X-Fi Titanium Does Not Show SPDIF

May 2, 2010

Using latest Ubuntu 10.04, the Creative Sound Blater X-Fi Titanium does not show (sound preferences) SPDIF (Digital).

Only Analog options are present.

While
Code:
alsamixer
shows S/PDIF with max volume... (IN and OUT)

Is there any alsa-base "options" to configure to see SPDIF in Sound-preferences?

View 9 Replies View Related

Ubuntu Multimedia :: Recording From Line In (x Fi Titanium)

Nov 30, 2010

I have the sound card creative X-Fi titanium, normally in windows 7 i used to record from an external pre-amplified microphone and just pass the sound trough line-in.. How can i do the same In ubuntu? By the way i tyred to install the creative drivers [URL] but I couldn't make it

View 9 Replies View Related

Slackware :: Texas Instruments TI-89 Titanium Connectivity

Nov 7, 2010

Does anyone use a TI calculator with Slackware for developing and transferring apps?

View 1 Replies View Related

Debian Hardware :: Creative X-Fi Titanium HD Sound Loopback

Oct 25, 2014

I am trying to get my soundcard, Creative X-Fi Titanium HD, on my new Debian Jessie Beta 2 installation working. I can hear sound from the speakers and sound is getting recorded from my mic, but the output is somewhat connected to the input. I had the issue on my Windows installation and had to turn it down in my soundcard settings. But after playing around in alsamixer and trying to switch inputs and turning down/up the volume on different channels, I had no success fixing the issue.

Link to my alsa-info: [URL] ....

View 3 Replies View Related

OpenSUSE Hardware :: X-Fi Titanium Fatal1ty Pro Drivers Install ?

Sep 4, 2011

I just finished installing opensuse 11.4 on my desktop machine and unfortunately I have a problem with my sound card. I have downloaded the drivers from creative and I'm trying to compile and install them when I receive and [Error 2].

Code:

Part of the file that generates the error looks like this:

Code:

View 3 Replies View Related

Ubuntu / Apple :: PowerBook G4 Titanium - Can't Get To Login Screen

Feb 21, 2010

I just installed Karmic on a PowerBook G4 Titanium. The install went fine after I figured out that I had to set the date in the open firmware because the PRAM battery is dead. Now when I boot, I get a white screen with black text telling me it's found the display then the splash screen shows up but I never get the login screen, just a blank screen. I can switch to the virtual consoles and fool around, but I haven't gotten it to work yet.

Edit: I've attached .xsession-errors (Has UF always required file extensions?)

View 4 Replies View Related

Ubuntu Multimedia :: X-Fi Titanium Microphone Feedback (echo)?

Oct 12, 2010

I'm running Maverick right now, but the problem also occurs with Lucid. My sound card is a creative X-Fi Titanium (emu20k2). Audio playback is fine, surround is fine, etc. Audio capture is "fine" too - the problem is that the microphone picks up everything that the headset is outputting. This is very strange since the headset is a noice-cancelling headset and in order for that to happen on other platforms (windows) I essentially have to turn the volume up to astronomical levels. As always, this doesn't happen on windows.

Needless to say this poses somewhat of a problem with VoIP applications since folks I'm interacting with constantly hear themselves echoed back by me. The only solution is to tune down the microphone volume but that adds another problem: people can no longer hear me clearly.

So my question is: is there a way to enable echo reduction for Pulse Audio so that the mic doesn't constantly capture what's coming from the outputs? And yes - when I look at the "input" tab in the sound preferences application I can see the marker move if I speak - same with pavucontrol

View 1 Replies View Related

CentOS 5 Hardware :: Creative Labs X-Fi Titanium EMU20k2?

Apr 16, 2010

I have a new HP Z800 workstation that came with a Creative Lab X-Fi Titanium (EMU20k2) sound card install.
I haven't had any luck getting it to work with the CentOS 5 system drivers so I went to their site and downloaded the driver for Linux (64 bit)[URL]... It fails to compile with the following error

/home/squeen/downloads/XFiDrv_Linux_Public_US_1.00/cthw20k2.c: In function 'hw_pll_init':
/home/squeen/downloads/XFiDrv_Linux_Public_US_1.00/cthw20k2.c:1315: error: implicit declaration of function 'mdelay'
make[2]: *** [/home/squeen/downloads/XFiDrv_Linux_Public_US_1.00/cthw20k2.o] Error 1
make[1]: *** [_module_/home/squeen/downloads/XFiDrv_Linux_Public_US_1.00] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-164.15.1.el5-x86_64'

View 1 Replies View Related

Fedora Hardware :: Xfi Titanium Sound - Use 5.1 Analog Audio System

Jan 26, 2011

I installed a fresh copy of Fedora 14 a few days ago. The default drivers for this device worked OK but I read on some forums that OSSV4 had improved performance/capabilities. I came across this thread on the forums which I followed. (incloded removing pulse audio) Since then I have visited almost every forum/site I can find to try to resolve my issue. I have reinstalled pulseaudio and editied almost all of the conf files I could find relating to the xfi cards.

I was worried that I may have changed a config file that I shouldn't have. I removed all of the pulse audio apps using: su -c "yum remove alsa-plugins-pulseaudio pulseaudio padevchooser pavumeter paprefs pavucontrol" and also removed the config backups so that on a new install they would be replaced. I will post any information needed to resolve this issue, my goal is preferably not to use pulseaudio and successfully be able to use my 5.1 analog audio system I am sure that the system is able to see the card, but loading the driver / sound utilities is not working.

View 3 Replies View Related

Ubuntu Multimedia :: FlexiJack On X-Fi Titanium - No Line In Combined Into One Jack

Jul 7, 2010

SB X-Fi Titanium has a FlexiJack: Mic/Line in combined into one jack. The windows driver sets the mode. Linux driver has no such feature and it always works as a mic input. So you cannot use it for "Line in". Just because of this I am going to have a new sound card.

View 1 Replies View Related

Red Hat :: Redhat 5 Windows XP Dual Boot Boots Only Into Redhat?

Jan 11, 2011

I had Windows XP working. I then put in a new hard disk and installed Redhat 5 on it. rom then i could only boot into Redhat. Further, everyting is very slow. Anothe rproblem is that Redhat does not see my netwrok so I cannot get onto the Internet. I need to have the choice of booting into XP or Redhat.

View 2 Replies View Related

General :: Cant Mount Redhat 5.0 From Redhat 4.0 Via Fstab?

May 5, 2011

I cant mount a directory on red hat 5 from red hat 4 using fstab.I keep getting permission denied.I mount directories on the same red hat 5 sys from other red hat 5 and 2 old HPUX systems using fstab.When I try to telnet to it i get "no route to host."

View 3 Replies View Related

Ubuntu :: Errors - 18 Packets Transmitted, 0 Received, +12 Errors 100% Packet Loss Time 17038ms

Feb 22, 2010

I',m executing ping, but it didn't work, in order to find the mistake in my network I would like to know how to see the errors:

Code:
18 packets transmitted, 0 received, +12 errors, 100% packet loss, time 17038ms, pipe 4 I want to see this +12 errors. Could I do that?

View 2 Replies View Related

Programming :: Valgrind Output Showing Addresses Not Code Against Errors - 2 Errors From 2 Contexts (suppressed: 0 From 0)

Feb 26, 2010

I am running Valgrind on my program. It shows me two errors but mentions only addresses against them and not actual code even on a debug build.

The output is

==23002== Memcheck, a memory error detector.
==23002== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==23002== Using LibVEX rev 1575, a library for dynamic binary translation.

[code]....

View 1 Replies View Related

General :: Types Of Fsck Errors - Fsck Errors Are Found On A System?

Jul 22, 2010

Can anybody tell me what kind of fsck errors are found on a system?

View 5 Replies View Related

Software :: Nucleo Doesn't Compile (Nucleo Now Compiled But Metisse Doesn't Compile)

Mar 19, 2010

I wanted to try installing the Metisse window manager, and it depends on Nucleo. I got Nucleo from the AUR, but it fails to compile:

Code:
PNGenc.cxx: In function �void nucleo::png_memory_write_data(png_struct*, png_byte*, png_size_t)�:
PNGenc.cxx:38: warning: �png_struct_def::io_ptr� is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx:38: warning: �png_struct_def::io_ptr� is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx: In function �void nucleo::png_memory_read_data(png_struct*, png_byte*, [Code].....

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved