Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
Note: An (*) indicates there is no official participation from that distribution here at LQ. |
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.
|
 |
06-28-2011, 06:40 PM
|
#1
|
LQ Newbie
Registered: Jun 2011
Posts: 5
Rep: 
|
Audio 'skips' in pinguy 11.04
Hi everyone! I just installed Pinguy 11.04 and I love it. One problem though, is that my sound skips and stutters whenever I play an audio file, youtube, movies, etc. Below is my lspci printout:
rob@Rob-Desktop:~$ lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
00:01.0 PCI bridge: Hewlett-Packard Company Device 9602
00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
00:11.0 RAID bus controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [Non-RAID5 mode]
00:12.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3200 Graphics
02:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host Controller
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
rob@Rob-Desktop:~$
Any help is greatly appreciated. I know you guys are busy with life and other newbies, so whenever anyone can send a post my way is awesome! Thanks all!
Oh, I should also let you know I have (I believe) updated ATI drivers. At least their enabled. Thanks!
Last edited by RobBecker; 06-28-2011 at 09:11 PM.
Reason: Adding information
|
|
|
06-28-2011, 09:18 PM
|
#2
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep: 
|
Hi RobBecker, Welcome to LQ. Please post the output from the following.
Code:
$ cat /proc/asound/card0/codec* | grep Codec
Good luck. ;-)
|
|
|
06-28-2011, 10:11 PM
|
#3
|
LQ Newbie
Registered: Jun 2011
Posts: 5
Original Poster
Rep: 
|
Hi Peacedog,
The output is as follows:
rob@Rob-Desktop:~$ cat /proc/asound/card0/codec* | grep Codec
Codec: Realtek ALC1200
rob@Rob-Desktop:~$
If there's anything else you need, please let me know. Thanks!
|
|
|
06-29-2011, 08:36 PM
|
#4
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep: 
|
I found what looks like a fix in the Ubuntu forums. Try editing or creating the following file.
Code:
/etc/modprobe.d/alsa-base.conf
You'll want to add the following line to the bottom of the entry if the file exists or just add this line in the new file if you have to create it.
Code:
options snd-hda-intel model=auto probe_mask=1
Good luck. ;-)
|
|
|
06-29-2011, 09:46 PM
|
#5
|
LQ Newbie
Registered: Jun 2011
Posts: 5
Original Poster
Rep: 
|
Peacedog,
You are a genius! I applied your fix and my sound works perfectly. Thank you so much. You said you found it in the ubuntu forums. I'm gonna have to take a look at those also in the future if I have any other questions. Now I need to find out how to label this thread as resolved.
Take care!
|
|
|
06-30-2011, 09:21 PM
|
#6
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep: 
|
You're welcome. Glad you got it sorted.
Good luck. ;-)
|
|
|
All times are GMT -5. The time now is 02:37 PM.
|
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
|
|