Speakers not working....

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Speakers not working....
# 8  
Old 07-13-2010
i just untarred all the packages and installed it through the following commands...
Code:
tar xjvf filename.tar.bz2

Code:
cd to the extracted folder...

Code:
./configure
.
.
.
make
.
.
.
make install

yeah, i think the sounds will be in mute state...
i dont know how to unmute all my sound devices.... :-(
how to unmute all my sound devices ???!!!
# 9  
Old 07-13-2010
Quote:
i dont know how to unmute all my sound devices.... :-(
how to unmute all my sound devices ???!!!
Have you tried alsaunmute?
# 10  
Old 07-14-2010
Quote:
Originally Posted by pradeeprajkumar
@corona:
intel pentium dual core processor.
and the speakers are ordinary 2.0 stereo speakers.
That tells me next to nothing about what your system is. I can't even tell if your system is a laptop or not from this description.
# 11  
Old 07-15-2010
@murphy:
when i tried,
Code:
alsaunmute

it resulted like this,
Code:
[root@localhost pradeep]# alsaunmute
/sbin/alsactl: init:1743: No soundcards found...
[root@localhost pradeep]#

please help me to fix this problem... :-(

---------- Post updated at 07:49 PM ---------- Previous update was at 07:47 PM ----------

@corona:
sorry dude,
please bare with me,actually my system is not a lap top,
its a Desktop system....
# 12  
Old 07-15-2010
Okay, so it's a desktop with a dual core processor. At this rate I'll figure out what your computer actually is in nine more posts or so.

I'm trying to help you here; work with me a little bit! What is it!? What brand! What model! What motherboard!

Last edited by Corona688; 07-15-2010 at 11:29 AM..
# 13  
Old 07-15-2010
Actually my system is not a branded one,
its a mixed one,
my systems mother board is,
Intel DG31.
DDR 2 RAM.
external speakers(2.0 stereo).
# 14  
Old 07-15-2010
Linux should support that board's audio chipset natively. You shouldn't have had to install any realtek anything. Were the speakers working before you did?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Disk Space Utilization in HTML format working in one environment and not working on the other

Hi Team, I have written the shell script which returns the result of the disk space filesystems which has crossed the threshold limit in HTML Format. Below mentioned is the script which worked perfectly on QA system. df -h | awk -v host=`hostname` ' BEGIN { print "<table border="4"... (13 Replies)
Discussion started by: Harihsun
13 Replies

2. Shell Programming and Scripting

Working web service call not working with curl

Hello, Newbie here, I have a perfectly well working web service call I can issue from chrome (PC Windows 10) and get the results I want (a dimmer being turned on in Fibaro Home Center 2 at level 40) I am not allowed to post urls but the below works with http and :// and... (3 Replies)
Discussion started by: abigbear
3 Replies

3. Shell Programming and Scripting

Automating pbrun /bin/su not working, whenever manually it is working using putty

I am trying to automate a script where I need to use pbrun /bin/su but for some reason it is not passing thru the pbrun as my code below. . ~/.bash_profile pbrun /bin/su - content c h 1 hpsvn up file path I am executing this from an external .sh file that is pointing to this scripts file... (14 Replies)
Discussion started by: jorgejac
14 Replies

4. Red Hat

Nslookup working but ping not working at windows client

Hi Team we have created a DNS server at RHEL6.2 environment in 10.20.203.x/24 network. Everything is going well on linux client as nslookup, ping by host etc in entire subnet. We are getting problem in windows client as nslookup working as well but not ping. all the firewall is disabled and... (5 Replies)
Discussion started by: boby.kumar
5 Replies

5. Ubuntu

I can't make my pc speakers beep

I don't know why, but when I issue echo -e '\a' or beep. I get only some sound, set in my OS (Ubuntu Karmic). I tried to run these on Lenovo Y510KA and Lenovo S10-2. Is there another way to make my laptops beep?.. (3 Replies)
Discussion started by: Sapfeer
3 Replies

6. UNIX for Dummies Questions & Answers

Using gzip and my speakers have gone mad!

Hello, I wanted to compress a directory which I did with: tar -czvf backup15062007.tar.gz backup15062007/ I knew that you could specify the compression level with gzip so I then did: gzip -cvf9 backup15062007.tar.gz backup15062007compress.tar.gz Now I know this probably won't... (5 Replies)
Discussion started by: patwa
5 Replies
Login or Register to Ask a Question