Thread: sound driver
View Single Post
  #16 (permalink)  
Old 21-Jul-2008, 07:50
oldcpu's Avatar
oldcpu oldcpu is online now
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,770
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: sound driver

Quote:
Originally Posted by angela155 View Post
no idond have sound yet
With your computer connected to the internet can you run a diagnostic script that will post information on your computer's hardware/software audio configuration to a pastebin site. Specifically, copy and paste the following line to an xterm/konosle:
Code:
wget http://home.cfl.rr.com/infofiles/tsalsa && su -c 'bash ./tsalsa'
When prompted for a password enter the root password. When it is complete it will give you a URL. Please paste that URL here.

Also, please run the following commands, one at a time, in a konsole and paste their output here:
rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
uname -a
cat /etc/modprobe.d/sound


With that information, I may be able to make a recommendation that will help.
Reply With Quote