Sponsored Content
Full Discussion: RHEL6.2 Santiago Audio Issue
Homework and Emergencies Emergency UNIX and Linux Support RHEL6.2 Santiago Audio Issue Post 302819445 by babinlonston on Tuesday 11th of June 2013 10:33:17 AM
Old 06-11-2013
RHEL6.2 Santiago Audio Issue

Hi All Linux Experts ,

Need Urgent help , im using RHEL6.2 Santiago , While playing Song its not playing Properly its jerking Voice breaking breaking ... Cant Hear Properly , And im using Intel DG61HO Motherboard With intel i3 Processor , Please Help me to get fixed this issue ... And cant install vlc mediaplayer , i have installed some of the plugins suck as ffmepg and lame so what no i can hear Sound and can able to watch Movies but its not playing properly just keep on jerking on Sound have jerking issue , but Movies are playing smoothly ....

Even i have played songs in Website the same issue happens

Hope ill get solution as soon as possible

---------- Post updated at 08:03 PM ---------- Previous update was at 09:49 AM ----------

Hello Any one there to help me out from this ?
 

10 More Discussions You Might Find Interesting

1. Red Hat

whats new in rhel6

hi everyone please tell me what is new in rhel 6 version,than rhel 5 or rhel 5.5? (1 Reply)
Discussion started by: dipanjan123
1 Replies

2. Red Hat

3D effects on RHEL6 OC

Hello, I just installed RHEL6 OC on my T61p. It's great! Just for fun I'd like to use some fancy cool Desktop effects. I tried to enable 3D Desktop effects from OC Welcome Center but it gave me error message: Accelerated 3D graphics is not available. Desktop effects require hardware 3D support.... (7 Replies)
Discussion started by: susja
7 Replies

3. Red Hat

3d effects in rhel6

I installed rhel 6.0 in my laptop but it is not upporting 3d graphics of rhel6 and i am getting an error message "Accelerated 3d graphics not available Desktop effects require hardware 3D support." my laptop is dll studio 1558 and my graphic card is ATI Radeon 5470 with 1 gb dedicated ram. (6 Replies)
Discussion started by: nileshgupta
6 Replies

4. Red Hat

Installation of java on RHEL6

HI all, I am trying to install java on RHEL 6 in a vm. Can any one Help me How to install Java on RHEL6. (1 Reply)
Discussion started by: saisrinivas99
1 Replies

5. IP Networking

Channel bonding Issue - Bond0 interface not getting up in on RHEL6

Hello, I am trying to set up Channel Bonding on a RHEL6 Virtual Box VM. I have 2 ethernet cards on the machine which are set up in Internal Network mode. I followed all the steps exactly as mentioned in the RHEL6 deployment Guide, but for some reason i think results are not correct. Here are my... (13 Replies)
Discussion started by: Rohit Bhanot
13 Replies

6. Red Hat

Mount problem in RHEL6

Hi Folks, I am trying to mount an AIX server in Linux 6, I am able to mount the path under the mount point of /mnt and also can view on df -h. But, under the /mnt there is no content ... its empty. (6 Replies)
Discussion started by: gsiva
6 Replies

7. UNIX for Dummies Questions & Answers

Keys not working after installing redhat santiago

Hi Guys, I have installed redhat santiago on my system but keys ar not working properly after installation , like for | (pipeline) it types "~" and for other special keys also. also man command doesnt work pls help (0 Replies)
Discussion started by: Jcpratap
0 Replies

8. Red Hat

[RHEL6.1] Installation phpmyadmin

Hi, i'm trying to install PhpMyAdmin on my RHEL 6.1 but when i do : yum install phpmyadmin it gives me this : Error: Package: php-common-5.5.8-1.el6.remi.i686 (remi-php55) Requires: libssl.so.10(libssl.so.10) Error: Package: php-5.5.8-1.el6.remi.i686 (remi-php55) ... (1 Reply)
Discussion started by: talkk
1 Replies

9. Slackware

Problems with audio recording in Audacity 2.0.5. Slackware64 14.1; Intel HD Audio.

I'm trying to record audio using Audacity 2.0.5 installed from SlackBuilds. My system is 64-bit Slackware 14.1 and a sound card is Intel HD Audio. I didn't change my sound system to OSS. (Default sound system in Slackware 14.1 is ALSA, isn't it?) First, I set Internal Microphone slider in KMix... (2 Replies)
Discussion started by: qzxcvbnm
2 Replies

10. Red Hat

Multipath issue in RHEL6.5 32-bit

I am facing problems with native multipath of the OS RHEL 6.5 (32-bit). One of the two paths of random Logical disks are not going neither failing back unless we reboot the system.what could be the reason? (1 Reply)
Discussion started by: Sahil Sharma
1 Replies
POE::Component::Client::MPD::Commands(3pm)		User Contributed Perl Documentation		POE::Component::Client::MPD::Commands(3pm)

NAME
POE::Component::Client::MPD::Commands - module handling basic mpd commands VERSION
version 1.121670 DESCRIPTION
POE::Component::Client::MPD::Commands is responsible for handling general purpose commands. They are in a dedicated module to achieve easier code maintenance. To achieve those commands, send the corresponding event to the POCOCM session you created: it will be responsible for dispatching the event where it is needed. Under no circumstance should you call directly subs or methods from this module directly. Read POCOCM's pod to learn how to deal with answers from those commands. Following is a list of general purpose events accepted by POCOCM. CONTROLLING THE SERVER
version( ) Return mpd's version number as advertised during connection. Note that mpd returns protocol version when connected. This protocol version can differ from the real mpd version. eg, mpd version 0.13.2 is "speaking" and thus advertising version 0.13.0. password( $password ) Sends a connection password to mpd. Used internally on connect, but can be called whenever if you're feeling like it. kill( ) Kill the mpd server, and request the pococm to be shutdown. updatedb( [$path] ) Force mpd to rescan its collection. If $path (relative to MPD's music directory) is supplied, MPD will only scan it - otherwise, MPD will rescan its whole collection. urlhandlers( ) Return an array of supported URL schemes. HANDLING VOLUME &; OUTPUT volume( $volume ) Sets the audio output volume percentage to absolute $volume. If $volume is prefixed by '+' or '-' then the volume is changed relatively by that value. output_enable( $output ) Enable the specified audio output. $output is the ID of the audio output. output_disable( $output ) Disable the specified audio output. $output is the ID of the audio output. RETRIEVING INFO FROM CURRENT STATE
stats( ) Return an Audio::MPD::Common::Stats object with the current statistics of MPD. status( ) Return an Audio::MPD::Common::Status object with the current status of MPD. current( ) Return an Audio::MPD::Common::Item::Song representing the song currently playing. song( [$song] ) Return an Audio::MPD::Common::Item::Song representing the song number $song. If $song is not supplied, returns the current song. songid( [$songid] ) Return an Audio::MPD::Common::Item::Song representing the song id $songid. If $songid is not supplied, returns the current song. ALTERING MPD SETTINGS
repeat( [$repeat] ) Set the repeat mode to $repeat (1 or 0). If $repeat is not specified then the repeat mode is toggled. fade( [$seconds] ) Enable crossfading and set the duration of crossfade between songs. If $seconds is not specified or $seconds is 0, then crossfading is disabled. random( [$random] ) Set the random mode to $random (1 or 0). If $random is not specified then the random mode is toggled. CONTROLLING PLAYBACK
play( [$song] ) Begin playing playlist at song number $song. If no argument supplied, resume playing. playid( [$song] ) Begin playing playlist at song ID $song. If no argument supplied, resume playing. pause( [$sate] ) Pause playback. If $state is 0 then the current track is unpaused, if $state is 1 then the current track is paused. Note that if $state is not given, pause state will be toggled. stop( ) Stop playback. next( ) Play next song in playlist. prev( ) Play previous song in playlist. seek( $time, [$song] ) Seek to $time seconds in song number $song. If $song number is not specified then the perl module will try and seek to $time in the current song. seekid( $time, [$songid] ) Seek to $time seconds in song ID $songid. If $songid number is not specified then the perl module will try and seek to $time in the current song. AUTHOR
Jerome Quelin COPYRIGHT AND LICENSE
This software is copyright (c) 2007 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-15 POE::Component::Client::MPD::Commands(3pm)
All times are GMT -4. The time now is 10:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy