This was with a new installation:
64-bit Ubuntu 9.04
ext4 file system
Asus EAH 3870 video card (see sig)
Wow major pia.
Figured I'd post this in case anyone else had any of these issues.
First I couldn't get the ATI driver to enable.
It would do the searching for available drivers for 5 minutes then
Sorry, the Jockey backend crashed. Please file a bug at:
ubuntu-bug jockey-common
Trying to recover by restarting backend.
I finally went here and followed the manual installation directions.
Of course this is all with using my TV as a monitor and without the nonfree ATI driver I couldn't see the upper and lower panels until I cranked the panel sizes to 70 in properties.
Then after I got that sorted out I went to Hulu and I got the prompt to install add-ons so I did.
When I went to the latest episode of Fringe the player wouldn't work.
All I got was a black window.
Back to Ubuntu forums where I found this thread.
Installed the flashpluign-installer as per the directions and uninstalled the swfdec-mozilla plugin.
That took care of Hulu but now the HDMI sound didn't work.
This happened to me with Intrepid a while back so I looked at my Ubuntu tips log book and found my notes:
http://ubuntuforums.org/showpost.php...61&postcount=4
Install Gnome ALSA mixer - Applications>Add Remove.
Go to Applications>Sound and Video>Gnome ALSA mixer>ATI ATI R6xx HDMI tab and check IEC958 (lower left.
Go to System>Preferences>Sound>Devices tab set Sound playback and Music and Movies to HDA ATI HDMI (ALSA).
Still didn't work even though the tests in System>Preferences>Sound>Devices worked.
http://ubuntuforums.org/showthread.php?t=1009407
Hi I am just adding this for clarity for those people struggling to get their sounds working through pulseaudio using the ATI drivers and HDMI interface.
What this enabled you to do is play multiple sound stream at the same time from a number of different programs. For example a messenger app and music app.
What i did to solve this problem:
Code:
aplay -l
this gave me details of all my sound cards and their devices:
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
Subdevices: 0/1
Subdevice #0: subdevice #0
I cheated slightly here and disabled the integrated sound card on my motherboard. If you still have this enabled there maybe more listed from this command.
Next you must go and edit the pulseaudio config file /etc/pulse/default.pa
Code:
sudo nano /etc/pulse/default.pa
find this section
Code:
### Load audio drivers statically (it's probably better to not load
### these drivers manually, but instead use module-hal-detect --
Add this line after that comment:
Code:
load-module module-alsa-sink device=hw:0,3
Notice that device=hw:0,3 correspond to:
card 0: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
This should give you audio, not at the login screen but straight after a valid logpn.
***This still didn't work until I disabled Audio in BIOS.***
Now when I run aplay -l I get this:
bill@Ubuntu-A7DA-S:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
Subdevices: 0/1
Subdevice #0: subdevice #0
Now I have the proper ATI driver and screen resolution, a working Flash player and HDMI sound and all it took was most of the afternoon.
Damn I'm getting too old for this.
Bill




Reply With Quote
(i can't expect everyone to)



