You are not logged in.

#1 2013-05-07 05:02:34

rabidfurby
Member
From: Seattle, WA
Registered: 2008-08-12
Posts: 4

[solved] No sound with AMD Fusion C-60

I have a freshly-installed headless server with a Fusion C-60 APU (http://www.newegg.com/Product/Product.a … 6813131843). It's mostly a NAS box, but I'm also trying to set it up to run MPD. However, I apparently have no sound at all:

sir ~ # aplay -l
aplay: device_list:268: no soundcards found...

Is the C-60 just too new to be supported? Do I need to be running a GUI of some sort to make the audio work?

sir ~ # lsmod
Module                  Size  Used by
acpi_cpufreq           10470  0 
mperf                   1267  1 acpi_cpufreq
kvm_amd                51746  0 
kvm                   388889  1 kvm_amd
eeepc_wmi               4552  0 
asus_wmi               15520  1 eeepc_wmi
sparse_keymap           3114  1 asus_wmi
rfkill                 15633  1 asus_wmi
video                  11170  1 asus_wmi
pci_hotplug            22930  1 asus_wmi
evdev                   9912  2 
microcode              14196  0 
psmouse                76297  0 
pcspkr                  2027  0 
serio_raw               5041  0 
radeon                896820  1 
r8169                  56439  0 
mii                     4059  1 r8169
k10temp                 3050  0 
sp5100_tco              5784  0 
i2c_piix4              10311  0 
ttm                    64499  1 radeon
drm_kms_helper         35090  1 radeon
drm                   223795  3 ttm,drm_kms_helper,radeon
i2c_algo_bit            5391  1 radeon
processor              27239  3 acpi_cpufreq
i2c_core               22774  5 drm,i2c_piix4,drm_kms_helper,i2c_algo_bit,radeon
wmi                     8379  1 asus_wmi
button                  4701  0 
ext4                  471524  2 
crc16                   1359  1 ext4
jbd2                   77224  1 ext4
mbcache                 5930  1 ext4
sd_mod                 30818  4 
ahci                   22096  2 
libahci                20503  1 ahci
libata                168037  2 ahci,libahci
ohci_hcd               26544  0 
ehci_pci                4120  0 
ehci_hcd               47407  1 ehci_pci
usbcore               173007  3 ohci_hcd,ehci_hcd,ehci_pci
scsi_mod              129231  2 libata,sd_mod
usb_common               954  1 usbcore

sir ~ # lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 14h Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6290]
00:04.0 PCI bridge: Advanced Micro Devices [AMD] Family 14h Processor Root Port
00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:15.0 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
00:15.1 PCI bridge: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 09)

sir ~ # uname -a
Linux sir 3.8.8-2-ARCH #1 SMP PREEMPT Tue Apr 23 10:28:14 CEST 2013 x86_64 GNU/Linux

Last edited by rabidfurby (2013-05-10 16:22:46)

Offline

#2 2013-05-07 07:54:48

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: [solved] No sound with AMD Fusion C-60

Does this lspci output look like there is any soundcard there?

It seems that your box doesn't have a soundcard at all or it's disabled by BIOS.

Offline

#3 2013-05-10 16:22:30

rabidfurby
Member
From: Seattle, WA
Registered: 2008-08-12
Posts: 4

Re: [solved] No sound with AMD Fusion C-60

Thanks, apparently it was disabled in the BIOS. Never thought to check there because I've never had a motherboard ship with sound disabled by default.

Offline

Board footer

Powered by FluxBB