Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-07-2007, 04:53 PM
|
#1
|
LQ Newbie
Registered: Oct 2007
Posts: 11
Rep:
|
Can't get Amarok to work
Pls I just installed Kubuntu 7.10 then I tried all the multimedia tools available starting with AMarok but there is no sound all what I have is the message:Audio output unavailable; the device is busy.
Xine parameters:
what can I do?
|
|
|
11-07-2007, 05:20 PM
|
#2
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
Probably you have a soundcard with only one channel (typical for cheap integrated cards on the motherboard), and some other program is hogging that card. First, check the sound server is OFF (K menu -> system settings -> Sound system -> uncheck the "enable the sound system" checkbox). Youo may need to log out and back in again for the change to be effective.
Another thing to check is that there are no esd processes running. esd is the enlightenment sound demon and is sometimes started by some programs which use it to connect to the sound card. Sadly, they often leave the process attached to the soundcard when they terminate, and on single channel cards this can get in the way of other programs. Here's how to check and remedy this problem: - Open a terminal
- In the terminal, enter the command:
Code:
ps aux |grep esd |grep -v grep
- If you get any lines back, get the PIDs (second column) of the esd process(es), and then pass them as a parameter to kill, e.g. if you found an esd process with PID 12345, execute this command:
- Run the ps command again to confirm the esd processes are dead.
- Restart amarok.
|
|
|
11-07-2007, 06:24 PM
|
#3
|
LQ Newbie
Registered: Oct 2007
Posts: 11
Original Poster
Rep:
|
The same message persists to show even when AMAROK is started at the bash prompt and the message is: QString::arg(): Argument missing: <p>Audio output unavailable; the device is busy.<p>xine parameters:<i></i>, cdda:/1
I had unchecked "Enable the sound system" and run the "ps aux|grep esd|grep -v grep" but no process was return on the terminal. Also under the system settings I tried "test sound" then I heard nothing. But when I started the Amarok on the terminal so also a process started called "ruby" and I don't know what it means.
|
|
|
11-07-2007, 07:40 PM
|
#4
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
Ruby is a scripting language, and is used for some amarok plugins. It's quite normal for that to start with Amarok.
If it's not esd and not a sound server, lets try a different approach (although this is getting a little speculative on my part). Try this command:
Code:
sudo lsof |grep dsp
You will be prompted for your password, which you should enter. I am assuming your user is the user which was created when you installed the system, and thus will have the ability to use sudo.
If you get any output from that command, paste it into this thread in [code] tags (to aid readability).
Last edited by matthewg42; 12-15-2007 at 06:18 PM.
|
|
|
11-15-2007, 10:40 AM
|
#5
|
LQ Newbie
Registered: Oct 2007
Posts: 11
Original Poster
Rep:
|
Can't get Amarok to work
Sorry, I have been away for a while; but the command:
sudo lsof | grep dsp
returns nothing to the terminal and everytime that I start Amarok the error message comes out with something related to "Xine parameters". So I am thinking if the problem has something to do with "alsa". When I run Adept there are several packages of "alsa" that are not installed and I do not no which one I should installed or what not. So is it possible that the error message has something to do with "alsa"?
|
|
|
11-18-2007, 12:19 PM
|
#6
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
The Xine message just means that libxine cannot open the soundcard. Usually this means another program is hogging the card, but it could mean there is no driver installed for the card.
|
|
|
11-19-2007, 09:07 AM
|
#7
|
LQ Newbie
Registered: Oct 2007
Posts: 11
Original Poster
Rep:
|
Can't get Amarok to work
Well maybe. But how can I install the driver for the soundcard,and if another process is hogging the xine how can I know them. I told you that I am new to Linux.
|
|
|
11-19-2007, 09:59 AM
|
#8
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
OK, first I want you to check if there is a sound server running. Please open:
K Menu -> System Settings -> Sound System -> General (tab)
There should be a check box named "Enable the sound system". If this is enabled, please click the "Test Sound" button. Do you hear any sound?
|
|
|
11-21-2007, 12:24 PM
|
#9
|
LQ Newbie
Registered: Oct 2007
Posts: 11
Original Poster
Rep:
|
Can't get Amarok to work
Well I did it a while ago and there is no sound when I clicked the "test sound" button
|
|
|
11-24-2007, 10:55 AM
|
#10
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
Hmm, I'm stuck here. It's hard to figure out without sitting at the machine. Sorry I can't be more help. 
|
|
|
11-25-2007, 02:30 PM
|
#11
|
LQ Newbie
Registered: Oct 2007
Posts: 11
Original Poster
Rep:
|
Can't get Amarok to work
What I realized was the no sound card was installed on my system and I don't know how to install one since I don't even have it listed with the commands that I have tried. My system is Dell latitude d830 if you have any further assistance to make.
|
|
|
All times are GMT -5. The time now is 12:15 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|