Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dell Zino HD - No Audio Devices? #678

Closed
dtowsey opened this issue May 18, 2012 · 3 comments
Closed

Dell Zino HD - No Audio Devices? #678

dtowsey opened this issue May 18, 2012 · 3 comments
Milestone

Comments

@dtowsey
Copy link

dtowsey commented May 18, 2012

No Audio devices detected. No Audio on Dell Zino HD

Output from aplay -l

aplay: device_list:252: no soundcards found...

Output from lsusb:

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bda:0138 Realtek Semiconductor Corp. Card reader
Bus 002 Device 002: ID 0411:0108 BUFFALO INC. (formerly MelCo., Inc.)
Bus 004 Device 002: ID 046d:c52e Logitech, Inc.

Device Specs:

AMD Athlon II X2 P360
ATI Mobility Radeon HD 4250 Integrated Graphics
Integrated audio with analog stereo and digital 5.1
Broadcom BCM57780 10/100/1000
Mini PCIe WLAN card (802.11 b/g or 802.11 a/b/g/n)

output from lspci

00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge
00:01.0 PCI bridge: Dell Device 9602
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
00:07.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3)
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.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
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: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 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: Advanced Micro Devices [AMD] nee ATI RS880M [Mobility Radeon HD 4200 Series]
01:05.1 Audio device: Advanced Micro Devices [AMD] nee ATI RS880 HDMI Audio [Radeon HD 4200 Series]
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
03:00.0 Ethernet controller: Atheros Communications Inc. AR8151 v1.0 Gigabit Ethernet (rev c0)

Specifically

00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
Subsystem: Dell Device 0473
Flags: bus master, slow devsel, latency 64, IRQ 16
Memory at fe5f8000 (64-bit, non-prefetchable) [size=16K]
Capabilities:
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel

@dtowsey
Copy link
Author

dtowsey commented May 18, 2012

SOLVED - Config Fix

asound.conf

pcm.!default {
type plug
slave.pcm "dmixer"
}

pcm.dmixer {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0660
slave {
pcm "hw:HDMI,3"
channels 2
format S32_LE
period_time 0
period_size 1024
buffer_time 0
buffer_size 8192
rate 48000
}
bindings {
0 0
1 1
}
}

sound.conf

options snd-hda-intel id=SB_1 index=1

alias snd-card-0 snd-hda-intel
alias sound-slot-1 snd-hda-intel

XBMC Settings:

Audio output = HDMI
Speaker configuration = 7.1 (or the what your receiver is capable of

Audio output device = custom
Custom audio device = dmixer

Passthrough output device = custom
Custom passthrough device = ALSA:hdmi

@dtowsey dtowsey closed this as completed May 18, 2012
@msabiri
Copy link

msabiri commented Jun 25, 2013

Can you please help how to edit asound.conf. sorry I am new bird :)

@fritsch
Copy link
Contributor

fritsch commented Jun 25, 2013

This is not needed on Frodo anymore - see your other bugreport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants