L
L
Lisio2011-06-05 21:55:06
AMD
Lisio, 2011-06-05 21:55:06

Ubuntu 11.04 + ATI HD6970 + SB X-Fi?

After a fresh installation of ubuntu 11.04, I installed the driver for ATI HD6970 via Additional drivers. After that, the SB X-Fi Xtreme Gamer Fatal1ty Pro Series stopped producing sound.

[email protected]:~# aplay -l<br/>
**** List of PLAYBACK Hardware Devices ****<br/>
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]<br/>
 Subdevices: 1/1<br/>
 Subdevice #0: subdevice #0<br/>

[email protected]:~# lsmod<br/>
Module Size Used by<br/>
snd_seq_midi 13324 0 <br/>
snd_rawmidi 30486 1 snd_seq_midi<br/>
snd_seq_midi_event 14899 1 snd_seq_midi<br/>
snd_seq 61621 2 snd_seq_midi,snd_seq_midi_event<br/>
snd_seq_device 14462 3 snd_seq_midi,snd_rawmidi,snd_seq<br/>
snd_ctxfi 105792 0 <br/>
snd_hda_intel 33211 0 <br/>
snd_hda_codec_hdmi 28103 1 <br/>
snd_hda_codec 103804 2 snd_hda_intel,snd_hda_codec_hdmi<br/>
snd_hwdep 13604 1 snd_hda_codec<br/>
snd_pcm 96625 4 snd_ctxfi,snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec<br/>
snd_timer 29602 2 snd_seq,snd_pcm<br/>
snd 67382 10 snd_rawmidi,snd_seq,snd_seq_device,snd_ctxfi,snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer<br/>
soundcore 12680 1 snd<br/>
snd_page_alloc 18529 3 snd_ctxfi,snd_hda_intel,snd_pcm<br/>
binfmt_misc 17565 1 <br/>
vboxnetadp 13382 0 <br/>
vboxnetflt 28297 0 <br/>
vboxdrv 268268 3 vboxnetadp,vboxnetflt<br/>
parport_pc 36959 0 <br/>
ppdev 17113 0 <br/>
vesafb 13761 1 <br/>
fglrx 2739144 214 <br/>
sp5100_tco 13744 0 <br/>
i2c_piix4 13303 0 <br/>
k10temp 13119 0 <br/>
lp 17825 0 <br/>
edac_core 53845 0 <br/>
parport 46458 3 parport_pc,ppdev,lp<br/>
edac_mce_amd 23464 0 <br/>
usbhid 46956 0 <br/>
hid 91020 1 usbhid<br/>
pata_atiixp 13165 0 <br/>
ahci 25951 4 <br/>
libahci 26642 1 ahci<br/>
r8169 48022 0

[email protected]:~# lspci<br/>
00:00.0 Host bridge: ATI Technologies Inc RX780/RX790 Chipset Host Bridge<br/>
00:02.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (external gfx0 port A)<br/>
00:0a.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port F)<br/>
00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]<br/>
00:12.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller<br/>
00:12.1 USB Controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller<br/>
00:12.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller<br/>
00:13.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller<br/>
00:13.1 USB Controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller<br/>
00:13.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller<br/>
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)<br/>
00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller<br/>
00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller<br/>
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge<br/>
00:14.5 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller<br/>
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration<br/>
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map<br/>
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller<br/>
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control<br/>
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control<br/>
01:00.0 VGA compatible controller: ATI Technologies Inc Cayman XT [AMD Radeon HD 6900 Series]<br/>
01:00.1 Audio device: ATI Technologies Inc Device aa80<br/>
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)<br/>
03:07.0 Multimedia audio controller: Creative Labs SB X-Fi

Please help me restore the sound.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
fenrirgray, 2011-06-05
@fenrirgray

Remove pulseaudio (sudo aptitude purge pulseaudio).
Reboot.
Open the mixer (gnome-alsamixer or just alsamixer in the console) and make sure the volume levels are set properly and the main channels are not muted.
Check if the sound is working. If so, install pulseaudio back (sudo aptitude install pulseaudio) and reboot.

M
madgnu, 2011-06-06
@madgnu

If you do not need sound via hdmi, you can simply fade snd_hda_codec_hdmi

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question