Ubuntu :: No Sound In Alien Arena - 9.10 > 10.04 Upgrade
May 9, 2010
Alien Arena is seriously awesome in the latest incarnation. Unfortunately sound was disabled after the upgrade. Running from terminal provides the following information:
------- sound initialization -------
dlopen() on libopenal.so.1 failed
Sound failed: Unable to start OpenAL.
Game will continue without sound.
That error message is actually quite good - the first line is the technical problem, the second is what it means, and the last is the result of the problem. Errors involving a "lib" usually mean the lib is not installed (or broken). OpenAL is a sophisticated free software audio API. Using this system is A Good Thing. A quick check in synaptic shows that the libraries are not installed.
View 3 Replies
ADVERTISEMENT
Dec 19, 2010
I want to install Alien Arena in my ubuntu 10.10, when insert this into my terminal to install it.
Code:
sudo apt-get build-dep alien-arena
this come out
Code:
adib@maizuddin35:~$ sudo apt-get build-dep alien-arena
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/ppa.launchpad.net_meerkat_stable_ubuntu_dists_maverick_main_source_Sources - open (2: No such file or directory)
View 9 Replies
View Related
Apr 3, 2011
I did used the Alien-Arena yesterday as usual and did work fine from start to finish! When I launch it today, it is taking about 4 minutes to load the main screen. I did a reinstall and with no success! Completely removed it with synaptic and reinstall... but the problem still remains! Something went wrong and I can't figure out what
View 1 Replies
View Related
Apr 17, 2010
how do i load/install Alien Arena maps??i downloaded the deathbox.zip from this site URL....
View 1 Replies
View Related
Jun 29, 2011
Back in 2007 I got a cover CD off a Linux mag, which included a game called Alien Arena 2006 Gold Edition for Linux. It was a nice game (1st person shoot-'em-up like Quake and Doom) and I'd like to play it again. Unfortunately I lost the CD. Alien Arena is in Synaptic. But when I install it, I can't get it to work. The mouse pointer will not work in the game menu window, arrow keys don't work... I get some music, but that's about it. I figure maybe it won't work because the new, improved Alien Arena won't play nice with my computer (Intel Pentium 4 CPU 1.70 GHz, the very same computer I used in 2007, but now with added RAM - 1GB instead of 256MB) so I ooked for the 2006 gold edition I knew and loved before.
A little googling turned up the original game - alienarena-2006ge-x86.run. But when I try to run it, I get a little window saying:
Alien Arena 2006: Gold Edition for Linux
Verifying archive integrity... All good
Uncompressing Alien Arena 2600: Gold Edition for Linux
/home/t0p/.setup20181: error while loading shared libraries: libgtk-1.2.so.0; cannot open shared object file: No such file or directory
Press Return to close this window#
I've tried to find this libgtk-1.2.so.0, but so far unsuccessfully - plus, even if I find it I don't know what I'm meant to do with it. All I want is a nice 1st person shoot-'em-up that will work nicely on my computer. It's worked before... but not any more.
View 6 Replies
View Related
Sep 12, 2010
I found out there is no way to install headset's own drivers. At least I am looking for a way to switch its 5.1 property on. Is there any way for it on ubuntu 10.04 with pulse or whatever works?
View 1 Replies
View Related
Apr 15, 2011
So I have this nice headset. It's a Sound Blaster Arena. It plugs in via USB.
So when I plug it in, it isn't recognized. Then Ubuntu locks up after 20 seconds.
I am using 10.04 LTS
What should I do??
View 1 Replies
View Related
Dec 25, 2010
Recently I installed Open Arena but didn't had time to play it at the moment. Well I had some time to play and it run very well except for absolute no bots at all. Tried all ways Single player and Multi-player, Skirmish add bots buttons are active but they don't work.
Here the terminal output: (I simply opened the game and close it, if you want me to enter single player or other options just tell me I'll post the output)
ioq3+oa 1.35 linux-x86_64 Dec 18 2009
----- FS_Startup -----
Current search path:
/home/slater/.openarena/baseoa
[code]...
View 7 Replies
View Related
Oct 11, 2010
Upgraded from 10.04 to 10.10 using standard Update Manager procedure. Now I get a sound (thump) in my speakers for almost every button click. The sound theme in System / Preferences / Sound is "No sounds". I would like to completely disable any "activity" sounds from the OS, but nothing works.
View 2 Replies
View Related
Aug 5, 2010
I got a new computer at work this week. I'm determined to get switched to 64 bit this time around, but what held me up last time was getting my email client to work.
We use Novell Groupwise 7, which is available as a 32bit rpm. alien installed it fine in 32 bit Ubuntu, but when I try the same in 64-bit I get this error:
Code:
dpkg-gencontrol: error: current host architecture 'amd64' does not appear in package's architecture list (i386)
How do I get this installed?
View 6 Replies
View Related
May 31, 2011
I am using 64-bit architecture and getting the following error when using 'alien' command:
Code:
alien -k cnijfilter-common-3.00-1.i386.rpm
cnijfilter-common-3.00-1.i386.rpm is for architecture i386 ; the package cannot be built on
[code]....
View 3 Replies
View Related
Jun 17, 2011
Code:
kannibal@Kannibal:~$ cd ~/Desktop
kannibal@Kannibal:~/Desktop$ sudo alien --script -k sqldeveloper-3.0.04.34-1.noarch.rpm
[sudo] password for kannibal:
[code].....
filename is correct and it is placed on the desktop in rpm format but when i try to convert using terminal i get the above errors.
View 2 Replies
View Related
Apr 16, 2010
Having downloaded alien for the first time, and attempted to use it to convert an rpm file to a deb file (specifically asymptote located at [URL]), instead I found that it failed to do so. I've searched on google for a long while, and found that while this appears to be a problem encountered by multiple people, but there are no workarounds posted anywhere. Here is the error message that I am getting:
Unpacking of 'asymptote-1.92-1.fc12.i686.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 153.
I've tried running the following variants of commands and all fail with the same error:
sudo alien --to-deb --scripts --keep-version asymptote-1.92-1.fc12.i686.rpm
sudo alien -d asymptote-1.92-1.fc12.i686.rpm
sudo alien -k asymptote-1.92-1.fc12.i686.rpm
The errors reported by others are on a variety of packages, so it seems to me that it is an bug with alien itself and not with the package, but that is only a guess.
And related to this, Alien is version 8.69, perl 5.8.8 and ubuntu is 8.04.
View 3 Replies
View Related
Feb 5, 2011
On Ubuntu 10.10 with Alien 8.81 I do a
Code:
sudo alien -dvc ICAClient-11.0-1.i386.rpm
(out below)
[code]....
View 6 Replies
View Related
Jul 25, 2011
I wanted to convert some deb package to rpm for fedora 15 that I couldn't find an rpm for, I was using alien for that task on ubuntu but when moved to fedora I couldn't find it in the repositories or an easy installable package, I don't know anything about building from source as it's the only way in front of me how to install that program 'alien' on fedora
View 3 Replies
View Related
Aug 16, 2010
I am using current and want to install kde 4.5 from alien's, here is my problem. I don't understand the statement below. Below are the steps you take to install or upgrade to KDE 4.5.0. First, change your current directory to where you found this README. From within this directory, you run the following commands as root.
On Slackware 32-bit:
# upgradepkg --reinstall --install-new x86/deps/*.t?z
# upgradepkg --reinstall --install-new x86/kde/*.t?z
There is 1 dependent needed and it is installed but I can't figure out how to go any further. Do I need to add him to my mirror list or what?
View 14 Replies
View Related
Feb 22, 2011
I want to install drivers for a SensAble Phantom OMNI.I got a package from the SensAble homepage, containing a rpm.So I did:
Code:
sudo alien phantomdevicedrivers-4.3-1.i686.rpm
Warning: Skipping conversion of scripts in package phantomdevicedrivers: postinst postrm
[code]....
View 6 Replies
View Related
Apr 14, 2011
We got a big Tripp-Lite SmartOnline UPS in a while ago. Turns out the official Linux support for it is only in Fedora and OpenSUSE. I tried converting the .rpm packages of their management software and ran into the following problems:
Code:
error: cannot open Packages database in /home/jamie/.rpmdb
Tried creating the folder and got:
Code:
error: cannot open Packages database in /home/jamie/.rpmdb
error: cannot open Packages index using db3 - No such file or directory (2)
So no go. It's 64-bit Ubuntu 10.10 and the RPMs are 32-bit. (And I have no idea if the PowerAlert tools will run sans GUI on the servers it will be powering anyway.) Anyone know what's wrong with Alien? I downloaded it from apt and as far as I can tell all the dependencies are in place. Anyone have experience getting PowerAlert to run on Ubuntu? I called their tech support and got the company line, no help there.
I will try nut next, but I'm pesimistic - it had driver issues with the smaller Cyberpower UPSes that the workstations are running on (but Cyberpower at least has working .deb binaries!).
View 2 Replies
View Related
Jan 10, 2010
Has anyone found an rpm of awn 0.4 beta or even a deb? (32-bit) Is there any way of taking files from repositories (deb files to be specific) so that I can simply convert them to rpm files using alien?
View 8 Replies
View Related
Oct 27, 2010
I want to let vlc take use of my Intel HD's H264 hardware decoder. I installed libva with the SlackBuild from SBo. But Alien said libva should match the version vlc built with. So I decided rebuild vlc with new libva.So I changed the LIBVA to 0.31.1-1+sds4 and added --enable-i965-driver to libva's configure. Building was fine but when I opened a flash video(h264) it said that I don't have h264 plugin and refused to continue. After I changed the version number back, vlc can play h264 again.As a compromise, I comment out make_libva in the building phase. All things went well then. It won't consume too much CPU even when play large h264 So what is wrong with new libva? I noticed vlc 1.1.4 was released, but I think Alien is more qualified to bump the version. So I didn't change that.
View 2 Replies
View Related
Sep 8, 2010
We can have now the KDE 4.5.1 in place of 4.5.0 in alien's ktown depositories.I've read the readme file.
Quote:
First, change your current directory to where you found this README.
From within this directory, you run the following commands as root.
On Slackware 32-bit:
# upgradepkg --reinstall --install-new x86/deps/*.t?z
# upgradepkg --reinstall --install-new x86/kde/*.t?z
But I have to download first the 4.5.1 directory from [URL]..
View 9 Replies
View Related
Nov 10, 2010
Just joined the group to post this question as I can't find a good answer for it.I have an RPM that has the following in the spec:
%defattr(-,someuser,someuser)
/opt/myapplication
When I go to install the RPM, the file permissions for everything in /opt/myapplication are set to root:root. This RPM installs properly in RPM based distros and maintains the correct permissions.
When I run alien -i --scripts --veryverbose myapplication.rpm as root, I can see it chmod'ing everything to 755. Has anyone else had this problem? I tried --fixperms as well and that did nothing.
View 1 Replies
View Related
Jan 11, 2010
The error has to do with Twolame failing to compile. Which is strange to me because it compiled fine by itself with the slackbuilds build.
The error log is attached.
View 4 Replies
View Related
Dec 25, 2010
I've disabled the strigi search and "semantic search" in KDE settings but no help. strigidaemon starts every time after I logged in and makes the system slow.(since it scanning the disk, there will a lot of disk IO)
View 13 Replies
View Related
Mar 1, 2010
Best way to go about upgrading current with Eric's 4.4 packages installed. It looks like some of the changes in current are newer versions than what I'm running with the 4.4. packages installed so I'm not real sure of the best path to follow . Would it be better to just blacklist the 4.4. packages and proceed with the upgrade or does somebody else have a better idea?
View 2 Replies
View Related
Apr 30, 2010
After upgrade to Lynx from Karmic my machine (sony vaio F-series laptop i7) I lost the sound. Before upgrading I did not have input sound but output.
Here is my uname and everything:
View 5 Replies
View Related
Mar 29, 2010
i'm running kubuntu 9.10 amd64, and like so many times before with GNU/linux, after the following commands:
sudo aptitude update && sudo aptitude full-upgrade
there is no sound, neither from vlc or from audacity.
i've turned up the volumes in both the mixer and the alsamixer.
View 1 Replies
View Related
Oct 27, 2010
I just installed Audacity from Alien Bob's packages, but it won't launch.
View 5 Replies
View Related
Jun 10, 2010
I'm trying the DVD authoring stuff on Slackware, so okay I have downloaded Tovid along with its dozens of dependencies that has their own dependencies and so on...Now, one of the dependency is x264 (for encoding H264/AVC video streams). I already have alien bob's VLC from the uk site (restricted packages) and I've read on his blog (if I'm not mistaken) that it has the H264 capability (don't know how to describe it ).Is there any chance that it will conflict with this x264 library?
View 2 Replies
View Related
Apr 19, 2010
I know that beta is unstable, but I didn't expect my sound to quit working. Especially because it was an upgrade and not a clean install. On another thread I saw that "pulseaudio -k" but it did nothing for me. I don't even know if my sound card is being detected.
View 9 Replies
View Related