i am having an sony E series laptop.i have an HDMI port .at this stage ,i have tested my sound card , which provides audio out on my laptop i.e i could hear songs .my laptop has two sound cards amd 5450 and an intel-hda(alsamixer shows that as s/pdif) . i decided to connect HDMI output to my new HD-TV.but, i could get only visuals on my TV,NO AUDIO OUTPUT ( HDMI cable works fine with win 7).my laptop has two sound cards.but i couldn't switch output to other card.( i don't know ,how to do that) i decided to update alsa. complied the following code in terminal.
sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily
sudo apt-get update
sudo apt-get install alsa-hda-dkms
then,strangely no login sound, and no audio output on my laptop at all .then, started complied code from step1 sound troubleshooting procedure from offical ubuntu site.then, my speaker icon taskbar disappeared .obivously
$aplay -l
,provided output as no soundcards detected . so , i implemented step 4 from that guide, it provides a output of all hardware devices in my laptop.
*-multimedia UNCLAIMED
description: Audio device
product: Cedar HDMI Audio [Radeon HD 5400/6300 Series]
vendor: Hynix Semiconductor (Hyundai Electronics)
physical id: 0.1
bus info: pci@0000:01:00.1
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list
configuration: latency=0
resources: memory:f0040000-f0043fff
*-multimedia UNCLAIMED
description: Audio device
product: 5 Series/3400 Series Chipset High Definition Audio
vendor: Intel Corporation
physical id: 1b
bus info: pci@0000:00:1b.0
version: 05
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f5e00000-f5e03fff
that command displayed output name of the two cards . but , still i have no positive output on
$aplay -l. so therfore, i think alsa couldn't detect my sound cards .
output of alsa-info
vignesh@localhost:~$ bash alsa-info.sh --stdout
/sbin/alsactl: save_state:1580: No soundcards found...
cat: /tmp/alsa-info.fJIqypt9JA/alsactl.tmp: No such file or directory
upload=true&script=true&cardinfo=
!!################################
!!ALSA Information Script v 0.4.60
!!################################
!!Script ran on: Fri Jun 1 04:41:57 UTC 2012
!!Linux Distribution
!!------------------
Ubuntu 12.04 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
!!DMI Information
!!---------------
Manufacturer: Sony Corporation
Product Name: VPCEB34EN
Product Version: C607A69T
!!Kernel Information
!!------------------
Kernel release: 3.2.0-24-generic
Operating System: GNU/Linux
Architecture: i686
Processor: i686
SMP Enabled: Yes
!!ALSA Version
!!------------
Driver version: 1.0.24
Library version: 1.0.25
Utilities version: 1.0.25
!!Loaded ALSA modules
!!-------------------
!!Sound Servers on this system
!!----------------------------
Pulseaudio:
Installed - Yes (/usr/bin/pulseaudio)
Running - Yes
!!Soundcards recognised by ALSA
!!-----------------------------
--- no soundcards ---
!!PCI Soundcards installed in the system
!!--------------------------------------
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Cedar HDMI Audio [Radeon HD 5400/6300 Series]
!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!--------------------------------------------------------
00:1b.0 0403: 8086:3b56 (rev 05)
Subsystem: 104d:9071
--
01:00.1 0403: 1002:aa68
Subsystem: 104d:9071
!!Modprobe options (Sound related)
!!--------------------------------
snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-usb-audio: index=-2
snd-usb-caiaq: index=-2
snd-usb-ua101: index=-2
snd-usb-us122l: index=-2
snd-usb-usx2y: index=-2
snd-cmipci: mpu_port=0x330 fm_port=0x388
snd-pcsp: index=-2
snd-usb-audio: index=-2
snd-hda-intel: model=generic
!!Loaded sound module options
!!--------------------------
!!ALSA Device nodes
!!-----------------
crw-rw---T+ 1 root audio 116, 1 Jun 1 10:09 /dev/snd/seq
crw-rw---T+ 1 root audio 116, 33 Jun 1 10:09 /dev/snd/timer
!!Aplay/Arecord output
!!------------
APLAY
aplay: device_list:252: no soundcards found...
ARECORD
arecord: device_list:252: no soundcards found...
!!Amixer output
!!-------------
!!Alsactl output
!!-------------
--startcollapse--
--endcollapse--
!!All Loaded Modules
!!------------------
Module
snd_hda_codec
snd_hwdep
snd_intel8x0m
snd_via82xx_modem
snd_atiixp_modem
snd_ac97_codec
ac97_bus
snd_pcm
snd_seq_midi
snd_rawmidi
snd_seq_midi_event
snd_seq
snd_timer
snd_seq_device
snd
soundcore
snd_page_alloc
rfcomm
bnep
bluetooth
parport_pc
ppdev
dm_crypt
binfmt_misc
uvcvideo
videodev
arc4
joydev
ath9k
mac80211
ath9k_common
dm_multipath
ath9k_hw
psmouse
serio_raw
fglrx
ath
cfg80211
mac_hid
mei
sony_laptop
lp
parport
dm_raid45
xor
dm_mirror
dm_region_hash
dm_log
vesafb
sky2
sdhci_pci
sdhci
video
!!ALSA/HDA dmesg
!!------------------
[ 16.686250] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 17.226953] snd_hda_intel: Unknown symbol vga_default_device (err 0)
[ 17.237096] snd_hda_intel: Unknown symbol vga_default_device (err 0)
[ 17.524997] type=1400 audit(1338524903.836:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=808 comm="apparmor_parser"
is there solution to this problem? it could be better,if alsa would channel output from multiple sound cards ? how should install and configure alsa such that detects HDMI cable as soon i connect to my HD tv? is it possible to alsa and pluseaudio 2.0 to co-exist, if so how?