Software :: Phonon Includes Not Found While Building KDE 4.4?
Feb 26, 2010
I've been trying to install a development version of kde 4 and when i attempt to install kdelibs it tells me that it can't find the phonon libraries. Does anyone know what the trouble might be? I'm using Debian Sid.
View 5 Replies
ADVERTISEMENT
Mar 19, 2010
I have prepared a static lib(.a) comprising 2 function definitions. I have created a different shared library(.so) comprising 2 more functions. The two functions of .so use the functions defined in the .a file. That is, the .so file uses the services of the .a file. Next, I create an executable that uses the shared library(.so). When I build my executable, it needs to be linked with the .a file as well. it gives me undefined reference for the functions defined in the .a file. Why is that so? I am posing this question because, the .a file has already been included(static linking) while bulding the .so. Is there any workaround so that I need not link the .a file with my final executable?
View 2 Replies
View Related
Jan 25, 2011
I got openSUSE installed, and now am trying to build my wireless driver, using the instructions here: [URL].
The wireless driver is here:
Broadcom.com - 802.11 Linux STA driver
NOTES:
- The (parenthesis: ) are my notes to show you what I was doing.
- Lines with "#" before them are what I typed into Terminal.
- Lines below (Output: ) are what was output by Terminal.
Code:
(run in su:)
lspci -n | grep 14e4
(output:)
04:00.0 0280: 14e4:4727 (rev 01)
(BUILD DRIVER:)
#su
<password>
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-portsrc_x86-32_v5.100.82.38.tar.gz
# make
(output:)
if 'make' is not a typo you can use command-not-found to lookup the package that contains it, cnf make
(NOTE: with "cnf" it is saying "Cannot Find")
(install "make" command:)
# zypper in -t pattern devel_basis
(It installs 93 packages)
# make
(output:)
kbuild_nopedantic=1 make -C /lib/modules/`uname -r` /build M=`pwd`
make: *** /lib/modules/2.6.34-12-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
(Tried:)
# zypper in kernel-source
(It installed 3 more packages)
# make
(output:)
kbuild_nopedantic=1 make -C /lib/modules/`uname -r` /build M=`pwd`
make: *** /lib/modules/2.6.34-12-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
The problem might be derived from the fact I had to install openSUSE in Kernel (F6) > Safe Mode. If I need to install more things, please let me know ASAP! I am wired to my ethernet until then, which means I can't move from this spot until my wireless is working!
View 9 Replies
View Related
May 10, 2011
I am trying to build gdb on Fedora 14. I get an error: "no termcap library found" I have not been able to find a good answer by Googling. There is some recommendation to make sure libncurses is installed, which I think it is.
locate *libncurses.so" returns:
/lib/libncurses.so.5
/lib/libncurese.so.5.7
View 4 Replies
View Related
Mar 17, 2010
I'm using Plesk as my control panel. After the PIX was installed, I mapped the old IPs to the new IPs. Port 80 is OPEN. My PHP includes won't work when I use the domain, actually nothing works when I use the domain infront of it. I tried adding 10.0.0.1 [URL] to /etc/hosts and still had no luck
View 1 Replies
View Related
Jun 18, 2009
If I use my current iptables firewall settings my php includes from my own site get blocked by the firewall. If I use accept all tcp and udp it still does not work. If I use a default policy of accept all, then the php includes work which is not safe. I am running a drupal 6 site on a centos 5.3 vps with apache 2.2.0 and php 5.2.6 w/ safe mode on. He is my current iptable configuration.
Quote:
Chain VZ_FORWARD (1 references)
target prot opt source destination
Chain VZ_INPUT (1 references)
target prot opt source destination
[code]....
View 2 Replies
View Related
Aug 2, 2015
I've encountered this problem twice. Sometimes Phonon is listing so many devices like this: [URL] ....
Usually there are just two devices like this: [URL] ....
When there are so many devices listed the volume control by using volume keys is different. It's usually up or down by 5%, but if the condition is like that the volume not up or down by 5%.
I've never encountered this kind of problem in other KDE distros. I'm using Jessie.
View 0 Replies
View Related
Sep 25, 2010
Sound works great for non kde programs such as firefox and vlc. Amarok and dragon player however refuse to play with sound. Sound doesn't work either when testing it in the 'Multimedia' section. I have no pulseaudio installed. Any ideas where I can look for possible solutions? code...
View 3 Replies
View Related
Feb 26, 2010
I was a happy user before I upgraded to KDE 4.4 in my Kubuntu 9.10. Basically I added ppa:kubuntu-ppa/backports to sources list as it's said here: [URL]. After I refreshed the packages list, there appeared equally big two lists with new packages, normal packages and so named as "blocked", if I remember correctly. Anyway, I selected normal ones and did update.
Now every boot I get this kind of warnings:
No sound in any application, except in Multimedia settings:
Here I hear music if I select a device and press Test.
I decided to do another test, I installed Kubuntu 9.10 in VMware and upgraded to KDE 4.4, the same problem. I don't want to reinstall the whole system.
View 7 Replies
View Related
Nov 23, 2010
Now I'm porting a WIFI driver to my platform, MIPS little endian, Linux-2.6.18, uClibc environment for STB. And I'm experiencing some strange symptom. As you know, there are some kind of include files that system provides such like GCC-provided(usually in /usr/include), LIBC-includes(/usr/include), Linux-includes(${LINUX}/include/linux), ASM-includes(${LINUX}/include/asm) and so on, and there are many files resides different directories as the same name (e.g. time.h, types.h, limits.h ...) and many of them has
different contents.
I'm confusing because that some include files are read from unexpected directories.
The command line is like following. $ cross-gcc -o Target -I$(GCC_INC) -I$(LIB_INC) -I$(appl_inc) -isystem $(LINUX)/include -isystem $(LINUX)/include/linux Source.c
And some symbol means:
GCC_INC: directory for GCC include files.
LIB_INC: directory for LIBC include files.
LINUX: Linux kernel directory.
[code]....
As shown above, some include files are read from unexpected directory. This causes some severe compile errors. I've verified these by adding '-E' to the command line. How can I order GCC to read files from where I'm expect?
View 1 Replies
View Related
Sep 2, 2009
I'm using F11, KDE4. I have uninstalled Pulseaudio as it's unusable for my configuration (2 souncards, one of them a M Audio Delta 66). In order to not have Phonon blocking my M Audio Delta 66 card I need to use DMix. The built in ALSA dmix support doesn't show up in Phonon (System Settings -> Multimedia -> Device Preference) but I found out after some research how to add your own dmixer in the ~/.asoundrc file. Here are a few links:
http://noneus.de/?p=50
http://ptaff.ca/ptaffgnu/2009-07/124...dmix_et_phonon
http://amarok.kde.org/wiki/Setting_up_Dmix_for_ALSA
http://alsa.opensrc.org/DmixPlugin#7...e_ICE1712_chip
https://bugzilla.redhat.com/show_bug.cgi?id=474259
[Code]...
It might depend on the way it tries to access this device. When you hover the "DMixer" device it displays it will try the following devices: 1. ALSA: dmixer I think it should rather be ALSA: plug:dmixer But I can't figure out where you are able to configure this, does anyone know? I also wonder how I can remove the Pulseaudio entry in phonon. This is not important but still though PA is uninstalled. There is a Remove button but it's always disabled.
View 1 Replies
View Related
Jan 10, 2010
I have two sound cards active on this machine and they both work fine. However I would like to blacklist one card from being used for audio capture in KDE, because I am already using it outside of KDE for timed recording. The problem is that when I start amarok while timed recording is going on, it attempts to probe the card and this causes the recording to abort.
In Configure desktop > Multimedia, I can see the two cards. I can alter the priority but the Remove button is greyed out. So I can't remove a card from phonon.
Searching around for where phonon stores its configuration led me to ~/.config/kde.org/libphonon.conf. This certainly looks like the info I was trying to edit, but it's encoded in some way code...
View 6 Replies
View Related
Jun 24, 2010
I have installed smplayer, and configured it to use the code...
Kaffeine (and dolphin's video preview) seem to use phonon's xine backend, and I can't find out what video output it uses. I'm guessing its plain old xv as it seems accelerated but turnes into a blue square when I move the window.
How do I tell the xine backend to use the same vo as smplayer?
OS 11.2 64 bit, KDE 4.4.4 (Factory)
(ps: I have a 'legacy' ATI graphics chip, xpress 200M working with the opensource radeon driver, which is brilliant btw).
View 2 Replies
View Related
Sep 6, 2010
So I have made an interesting Discovery with regards to using KDE4 Kaffeine version 1 and Dolby Digital 5.1. The basic problem seems that there is no way to configure the Phonon xine Backend in KDE 4 for use with Kaffeine version 1. There is however, a xine-config file located at:
Code:
~/.kde4/share/apps/kaffeine/xine-config
There appears to be no GUI way to change the default xine configuration (for use with KDE 4 applications) and while you can do so manually, the options seem bewildering, at least to me.
When you run xine-ui or Kaffeine/KDE3 there is an option to adjust the xine audio configuration using a GUI. Any changes made here are ignored by KDE 4 applications. As luck would have it you can copy the old xine configuration (adjusted by Kaffeine/KDE3) over the new one for Kaffeine in KDE4. The old text file configuration is located at:
Code:
~/.xine/config
If you were to use the old Kaffeine/KDE3 to adjust your xine audio configuration and then copy this file to the Kaffeine Version 1 KDE4 location, those changes should be used by the new version 1 Kaffeine in KDE 4. After Kaffeine/KDE3 audio settings work as you desire, open up a terminal session and make the following file copy. You must overwrite or rename the old configuration file for backup.
Code:
cp ~/.xine/config ~/.kde4/share/apps/kaffeine/xine-config
Since this new xine configuration is in the new Kaffeine version 1 KDE4 location, it may only modify how the new Kaffeine works and nothing else running in KDE4, but it is still an interesting find.
View 1 Replies
View Related
Jan 2, 2010
I have a very strange problem with Phonon. I am running slackware-current with KDE-4.3.4 on an old PC with CS46xx sound chip. The Phonon backend is Xine. The system is newly installed.
Applications which use the Phonon layer are silent or muted. I am not able to hear anything. Affected is for example Amarok, Dragon Player, Minitube or the Kde Notification system (when playing sounds). What makes the situation strange is the fact, that everything looks pretty fine:
Alsa works excellent and is configured correctly.
KMixer affects the alsa system settings as expected.
Mplayer works, Xine works, mpg321 works.
Inside Kde's system settings -> Multimedia, the Test button works and i can hear the Kde start up melody.
Inside Kde's system settings -> Notifications, the play button for sound events works and plays the given sounds.
The problem appears with a newly created user account, too.
What i also tried was to compile [url]. The output looks ok to me, too. No errors and ogg and mp3 support is available.
Last but not least i tried the Python coding tutorial at [url]. The fact, that this works, unsettles me totally.
View 1 Replies
View Related
Dec 21, 2010
Here's my current regular expression(used in sed):sed 's///!Start.*//!End//g' in > outThe only problem being that the wildcard . does not work across multiple lines,
View 1 Replies
View Related
Feb 18, 2011
First of all, let me just state that i want to make a small server for my home.. which includes hosting a website and a small FTP server.
Now as far as ease, stability, use, etc.. just overall, which would be more ideal to use for this?
My top choices are FreeBSD and Ubuntu Server.
However, I do not know which of these to go with, since this is my first time setting up a server. I hear BSD is really best for web servers, but I would like to hear what the people at LQ has to say.
I know Ubuntu Server would probably be more easy to set up, but how is it in terms of stability and speed?
View 6 Replies
View Related
Aug 7, 2010
As per our requirement, I need to implement a Secure FTP server for around 500 users which includes security level on both - Transfer and Rest data. Apart from this I also need the following features -
1. Size quota on Users & reminder mails for the same
2. Password expiry notifications and user interface to change their password within specified time interval
3. Aging of data - After specified time, data will be moved to some other location from their home directory
4. All type of log maintenace for each file and user and log exporting
5. Uploading & Downloading speed consistency as per server level.
6. Read-write interface for user and read-only interface for their client for the same account.
7. Backup and Recovery options.
As of now, I am using VSFTPD which does not give these much of features in combine.
View 2 Replies
View Related
Jul 19, 2011
I'm trying to create an array with variable including hyphenbut ksh refuses the first element
set -A allArgs
set +A allArgs ${allArgs[@]} -all
set +A allArgs ${allArgs[@]} -date
[code]...
View 5 Replies
View Related
Mar 4, 2011
Before i wiped windows (and the dual-booted slackware on it to make a slackware only hdd) i (sort of) backed up my files. I put something into my /etc/fstab that wiped /tmp/ when i shutdown/rebooted.
View 4 Replies
View Related
Mar 5, 2010
In Karmic's Amarok 2.2, when you pause and then play, the sound usually stutters a few times before it starts playing smoothly. I originally thought this was a pulseaudio issue, as stuttering problems have been reported with pulse, but that wouldn't explain why sound is fine in mplayer, audacious, vlc, dragon player, and virtualbox. Only amarok has this problem. I found the cause of the problem: phonon-backend-xine. These steps will get rid of the stuttering problem:
1. Install phonon-backend-mplayer. You can get it from Rog131's PPA: [URL]
2. In Multimedia and Sound Configuration, which you can reach through amarok's Playback settings, on the Backend tab, click the arrows to move mplayer up above xine.
3. Quit and restart amarok.
There are some tradeoffs for good sound. Amarok seems to have some bugs when the sound backend is not xine, and bookmarks and OSD are broken when this backend is playing the sound. When you quit Amarok, it can't bookmark your place so it doesn't restart from where you last were, and after the track changes once, the OSD when you hover over the tray icon only says "Amarok - No track playing." You have to open Amarok to find that info. Are there any settings I can access for phonon-backend-xine that could fix the stuttering issue? The problems with the mplayer backend are minor compared with xine's bad sound, but I would like nice sound, OSD, and bookmarking.
View 5 Replies
View Related
May 24, 2011
I have an Asus EEPC that I use in my classroom whenever I want to show a movie. I normally keep all of my educational videos as ISOs, and then simply move one over to the netbook when needed. I normally use VLC for playback. With the latest upgrade, however, I'm having a few difficulties. No matter what DVD I choose to show with VLC, the audio stream will randomly drop every 10 minutes or so whenever I am using KDE as my desktop environment. In order to re-enable the audio stream, I have to either completely stop playback OR reconfigure the audio output in VLC.
(It does not matter if I change it right back to what it was, I will get audio for another 10 minutes or so). I've also noticed that if I pause playback, sometimes the audio will not re-enable when unpaused. Strangely, however, I do not have this behavior at all when I'm using Gnome as the desktop environment. I get seamless audiovisual playback and never have to fiddle with the audio. Is this a documented problem in Phonon somewhere? How I might better backtrace what's going on?
View 1 Replies
View Related
Apr 13, 2010
Recently I have moved to F11. While I am trying to install directFB explicitly, I am getting error related to X 11 dependencies. It could find no includes files under the directory /usr/include/x11/. But x11 libraries are available in the system. I remember that, i had these x11 include files in my F9. Do I need to install any external packages to get the x11 include files in place?
View 4 Replies
View Related
Oct 20, 2010
I have quite a few sound sample files totaling over 4 gigs in size with around 80 root folders and then around 34 sub folders. i have a total of 13 DVD's in the above format. how do i "change the date" on all files in one go is that possible?
View 3 Replies
View Related
Mar 7, 2011
today some one of my friends removed /boot/grub directory from my pc. i tried both
root (hd0,0) Kernel /vm - but it's not coming (coz that file is already removed.
and after
root (hd0,0)
setup (hd0)
it showed grub file is installed but i couldn't find
/boot/grub/grub/conf or vm linuz
and after i used rescue method.
/sbin/grub-install /dev/sda
tried this method but still couldn't make effect.
[Code]...
View 2 Replies
View Related
Mar 18, 2010
After update to latest phonon (4.4.0-37) - with kde 4.4.1., it doesn't recognize pulseaudio anymore. I am using xine backend, but I can't find 'PulseAudio Server' device entry in phonon configuration
Is there special pulseaudio configuration so phonon will regonize it? code...
View 9 Replies
View Related
Mar 22, 2011
I have two sound devices, an internal audio device on my motherboard and an external USB devices, which came with my headset. After upgrading to 11.4, the microphone on my headset ceased to work with my softphone. As it turned out, the softphone used the standard input device, which was defined in the Phonon tab in the KDE System Settings. Unfortunately, when I put the USB Device on top of the default input stack, it doesn't stay there. When I apply the changes and leave the Phonon tab or even enable "Show advanced devices " the stack always resets to its initial order. I was unable to find any kind of config file where Phonon saves this settings.
View 4 Replies
View Related
Mar 29, 2011
Play a song in Amarok and then press the space bar to pause. Press the space bar again to resume and Amarok starts playing again with the status bar moving and the timer counting down, but no sound. If I move to the next song, sound starts working again. Or if I double click on a different song, sound works. If I use the xine backend, the problem goes away. I'm using Amarok-2.4 and KDE 4.6.1.
View 6 Replies
View Related
Jun 25, 2010
I have experienced that Phonon will crash occasionally when I advance to the next track in Amarok. After Phonon crashes, Amarok can't play sound. The only remedy appears to be restarting.
I would like to avoid the crashing. I have heard that Phonon and PulseAudio do not work well together. I would like to know how to disable PulseAudio when using Amarok. Any hints?
I am using the Xine backend in Amarok. In the Config Phonon window, I have configured Phonon's hardware preferences to work directly with the sound hardware on the MoBo first. I have deprioritized PulseAudio to the bottom of the hardware list. Unfortunately the "remove" button is grayed out in the Phonon config window.
I am running Ubuntu 9.10 - the Karmic Koala w/ Gnome so I don't want to uninstall PulseAudio.
View 4 Replies
View Related
Apr 29, 2011
Anyone else experiencing this problem?
I am on Kubuntu Natty 11.04 64 bit.
I try to play some internet streams but when gstreamer is used as the phonon backend, Amarok never plays them. With Xine or VLC backend looks like I have no problems...
Exactly below you can find two of the streams I am trying.
mms://a1251.l4434923250.c44349.g.lm.akamaistream.net/D/1251/44349/v0001/reflector:23250
mms://best.live24.gr/best1222?MSWMExt=.asf
View 8 Replies
View Related