LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-23-2009, 01:25 PM   #1
shepper
Member
 
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449

Rep: Reputation: 33
ATI SBx00 sound


In an arch install the sound in aplay, audacious and rhythmbox and flash plays way too fast and sound scratchy. I think it has something to do with the sampling rate but I'm lost after that.
At the present time udev loads the alsadrivers although I have tried various /etc/modprobe.d/sound configurations without success.

Any help appreciated

Quote:
# aplay --rate 44100 /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
underrun!!! (at least -1253727070970.086 ms long)
underrun!!! (at least -1253727070970.087 ms long)
underrun!!! (at least -1253727070970.086 ms long)
underrun!!! (at least -1253727070970.086 ms long)
underrun!!! (at least -1253727070970.086 ms long)
underrun!!! (at least -1253727070970.086 ms long)
underrun!!! (at least -1253727070970.087 ms long)
underrun!!! (at least -1253727070970.086 ms long)
Quote:
lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
00:01.0 PCI bridge: ASUSTeK Computer Inc. Device 9602
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon 3100 Graphics
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
Quote:
Codec: VIA VT1708B 8-Ch
Address: 0
Function Id: 0x1
Vendor Id: 0x1106e721
Subsystem Id: 0x104382ea
Revision Id: 0x100100
No Modem Function Group found
Quote:
alsactl init
Unknown hardware: "HDA-Intel" "VIA VT1708B 8-Ch" "HDA:1106e721,104382ea,00100100" "0x1043" "0x82ea"
Hardware is initialized using a guess method
 
Old 09-24-2009, 04:12 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
You need to know that in the kernel hda_Intel has it's own menu offering support for all kinds of chipsets.
Those ATI chips are awfully close to the API,

Device/Drivers/Sound Card Support/Alsa/PCI Devices/Intel HD Audio

I have an sb600, I have support for Analog Devices, ATI, Intel, and generic enabled, and mine works.
 
Old 09-24-2009, 10:56 AM   #3
shepper
Member
 
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449

Original Poster
Rep: Reputation: 33
business_kid

Thanks for the reply. I have an SB600 working on another system in ARCH Linux that did not require any post-install configuration.

It looks like you are talking about a custom kernel with
Quote:
Device/Drivers/Sound Card Support/Alsa/PCI Devices/Intel HD Audio
I am running the stock kernel at the present time and was wondering if I could set the options of the card using modprobe? Arch uses a rolling update system and the kernel is updated about 1-2x/month. We are due for kernel 2.6.31 sometime soon. At the time of this post a current ARCH is using 2.6.30 and I note that alot of kernel revisions in the intel-hda sound driver have occurred.

Anyone got the latest SBx00 working?
 
Old 09-25-2009, 02:52 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
With each kernel comes a config-version in /boot. Why not grep that and see if the stock kernel is supporting your card. If not, complain!

bash-3.1$ cd /usr/src/linux-2.6.30.5
bash-3.1$ grep SND_HDA .config
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
# CONFIG_SND_HDA_CODEC_REALTEK is not set
CONFIG_SND_HDA_CODEC_ANALOG=y
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
CONFIG_SND_HDA_CODEC_ATIHDMI=y
# CONFIG_SND_HDA_CODEC_NVHDMI is not set
CONFIG_SND_HDA_CODEC_INTELHDMI=y
CONFIG_SND_HDA_ELD=y
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
CONFIG_SND_HDA_GENERIC=y
# CONFIG_SND_HDA_POWER_SAVE is not set
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Audio problem with ATI SBx00 Azalia triXlife Linux - Hardware 5 08-07-2009 06:41 PM
No Sound with Fedora 10 on ATI Tech SBx00 Azalia (Intel HDA) linuxdawg Linux - Laptop and Netbook 5 06-07-2009 05:27 AM
Inconsistent sound functionality on reboot (SBx00 Azalia (Intel HDA)) ph73nt SUSE / openSUSE 1 05-08-2009 02:32 PM
unresolved nightmare sound problem - inspiron 1721, card=SB600, SBx00 Azalia dreamscaper Linux - Hardware 2 08-04-2008 11:53 PM
ATI Technologies Inc SBx00 Azalia kafnir Linux - Hardware 1 01-11-2008 08:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration