Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2012-01-01 Thread Gregory P. Ennis
On Sat, Dec 31, 2011 at 6:14 PM, Gregory P. Ennis po...@pomec.net wrote:
 T.C.

 Thanks for the advice.  I added the radeon.audio=1 to the kernel
 command line, but the hdmi still does not function.  I tried to add the
 command to ./grub/menu.lst but looks like that file is not present in
 F16.  I took a look at my install logs and found the following :

F16 switched to using GRUB2 as the bootloader.  It uses a slightly
different confiugration file, located in /boot/grub2/grub.cfg.

 [snipped logs]

 It looks to me like this kernel is recognizing the hdmi interface, but
 hdmi sound is still not working.

That mainly refers to the video portion of the signal.  I'm assuming
that works, given you didn't ask about that first.  ;-)

While booted with radeon.audio=1 set, please run pacmd info and
post the output.  That dumps PulseAudio's state and may provide clues
as to why your HDMI audio is not working.

 Thanks again for your help!!!

No problem. :-)

-T.C.
-

T.C.

Well looks like we have an answer the pulse audio daemon is not even 
running.chmod o+rw /dev/snd/*,

[root@Re02 ~]# pacmd info
No PulseAudio daemon running, or not running as session daemon.

I did some googling and tried the following :

#1. chmod o+rw /dev/snd/*

After logging out and logging back in the above command made no difference.

#2. authconfig --updateall --nostart
rm -rf ~/.pulse

After logging out and logging back in the above also made no difference

After rebooting with the continued use of radeon.audio=1 on the command
line there was no difference.

Any additional ideas would certainly be appreciated.

Greg




-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2012-01-01 Thread T.C. Hollingsworth
On Sun, Jan 1, 2012 at 11:39 AM, Gregory P. Ennis po...@pomec.net wrote:
 T.C.

 Well looks like we have an answer the pulse audio daemon is not even 
 running.chmod o+rw /dev/snd/*,

Yep, that'll do it.  ;-)

What desktop environment do you use?  What is the output of:
rpm -qa '*pulseaudio*'

Does your HDMI audio work if you manually run 'start-pulseaudio-x11'?
If not, does 'pacmd info' actually print something after its run?

 [root@Re02 ~]# pacmd info
 No PulseAudio daemon running, or not running as session daemon.

 I did some googling and tried the following :

 #1. chmod o+rw /dev/snd/*

 After logging out and logging back in the above command made no difference.

 #2. authconfig --updateall --nostart
    rm -rf ~/.pulse

 After logging out and logging back in the above also made no difference

 After rebooting with the continued use of radeon.audio=1 on the command
 line there was no difference.

 Any additional ideas would certainly be appreciated.

 Greg

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2012-01-01 Thread Gregory P. Ennis

On Sun, Jan 1, 2012 at 11:39 AM, Gregory P. Ennis po...@pomec.net wrote:
 T.C.

 Well looks like we have an answer the pulse audio daemon is not even 
 running.chmod o+rw /dev/snd/*,

Yep, that'll do it.  ;-)

What desktop environment do you use?  What is the output of:
rpm -qa '*pulseaudio*'

Does your HDMI audio work if you manually run 'start-pulseaudio-x11'?
If not, does 'pacmd info' actually print something after its run?

 [root@Re02 ~]# pacmd info
 No PulseAudio daemon running, or not running as session daemon.

 I did some googling and tried the following :

 #1. chmod o+rw /dev/snd/*

 After logging out and logging back in the above command made no difference.

 #2. authconfig --updateall --nostart
rm -rf ~/.pulse

 After logging out and logging back in the above also made no difference

 After rebooting with the continued use of radeon.audio=1 on the command
 line there was no difference.

 Any additional ideas would certainly be appreciated.

 Greg

-T.C.
---

T.C,

I am using gnome, but have kde and xfce installed - have not tried
either of the two at this point.  

Here is the output of rpm -qa '*pulseaudio*'

pulseaudio-gdm-hooks-0.9.23-1.fc16.x86_64
pulseaudio-libs-glib2-0.9.23-1.fc16.x86_64
pulseaudio-module-x11-0.9.23-1.fc16.x86_64
pulseaudio-module-bluetooth-0.9.23-1.fc16.x86_64
alsa-plugins-pulseaudio-1.0.24-2.fc15.x86_64
wine-pulseaudio-1.3.33-1.fc16.x86_64
kde-settings-pulseaudio-4.7-14.fc16.noarch
pulseaudio-libs-0.9.23-1.fc16.i686
alsa-plugins-pulseaudio-1.0.24-2.fc15.i686
wine-pulseaudio-1.3.33-1.fc16.i686
pulseaudio-module-gconf-0.9.23-1.fc16.x86_64
pulseaudio-libs-0.9.23-1.fc16.x86_64
pulseaudio-esound-compat-0.9.23-1.fc16.x86_64
pulseaudio-utils-0.9.23-1.fc16.x86_64
pulseaudio-0.9.23-1.fc16.x86_64

I was able to start pulse audio at the user's command line with
'pulseaudio --start' as well as start-pulseaudio-x11.   Neither of these
commands resulted in the hdmi sound interface working.  The gui of the
hdmi works fine.

Here is the trail of the output of 'pacmd info' :

index: 2
driver: protocol-native.c
owner module: 9
properties:
application.name = GNOME Shell Volume Control
native-protocol.peer = UNIX socket client
native-protocol.version = 16
application.id = org.gnome.VolumeControl
application.icon_name = multimedia-volume-control
application.version = 3.2.1
application.process.id = 2581
application.process.user = user
application.process.host = Re02.Domain.com
application.process.binary = gnome-shell
application.language = en_US.UTF-8
window.x11.display = :0
application.process.machine_id = 
5f1792a4bf6a6a9bb010daff0010
application.process.session_id = 
5f1792a4bf6a6a9bb010daff0010-1325445406.789870-1083864899
index: 3
driver: cli.c
owner module: 19
properties:
application.name = UNIX socket client
2 card(s) available.
index: 0
name: alsa_card.pci-_01_05.1
driver: module-alsa-card.c
owner module: 4
properties:
alsa.card = 1
alsa.card_name = HDA ATI HDMI
alsa.long_card_name = HDA ATI HDMI at 0xf221 irq 19
alsa.driver_name = snd_hda_intel
device.bus_path = pci-:01:05.1
sysfs.path = 
/devices/pci:00/:00:01.0/:01:05.1/sound/card1
device.bus = pci
device.vendor.id = 1002
device.vendor.name = ATI Technologies Inc
device.product.id = 970f
device.product.name = RS880 Audio Device [Radeon HD 4200]
device.string = 1
device.description = RS880 Audio Device [Radeon HD 4200]
module-udev-detect.discovered = 1
device.icon_name = audio-card-pci
profiles:
output:hdmi-stereo: Digital Stereo (HDMI) Output (priority 5400)
off: Off (priority 0)
active profile: output:hdmi-stereo
sinks:
alsa_output.pci-_01_05.1.hdmi-stereo/#0: RS880 Audio Device 
[Radeon HD 4200] Digital Stereo (HDMI)
sources:
alsa_output.pci-_01_05.1.hdmi-stereo.monitor/#0: Monitor of 
RS880 Audio Device [Radeon HD 4200] Digital Stereo (HDMI)
index: 1
name: alsa_card.pci-_00_14.2
driver: module-alsa-card.c
owner module: 5
properties:
alsa.card = 0
alsa.card_name = HDA ATI SB
alsa.long_card_name = HDA ATI SB at 0xf230 irq 16
alsa.driver_name = snd_hda_intel
device.bus_path = pci-:00:14.2
sysfs.path = 

Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2012-01-01 Thread T.C. Hollingsworth
On Sun, Jan 1, 2012 at 12:27 PM, Gregory P. Ennis po...@pomec.net wrote:
 T.C,

 I am using gnome, but have kde and xfce installed - have not tried
 either of the two at this point.

Hmm, does /etc/xdg/autostart/pulseaudio.desktop exist?  Not sure why
GNOME isn't autostarting it.

 Here is the output of rpm -qa '*pulseaudio*'

 pulseaudio-gdm-hooks-0.9.23-1.fc16.x86_64
 pulseaudio-libs-glib2-0.9.23-1.fc16.x86_64
 pulseaudio-module-x11-0.9.23-1.fc16.x86_64
 pulseaudio-module-bluetooth-0.9.23-1.fc16.x86_64
 alsa-plugins-pulseaudio-1.0.24-2.fc15.x86_64
 wine-pulseaudio-1.3.33-1.fc16.x86_64
 kde-settings-pulseaudio-4.7-14.fc16.noarch
 pulseaudio-libs-0.9.23-1.fc16.i686
 alsa-plugins-pulseaudio-1.0.24-2.fc15.i686
 wine-pulseaudio-1.3.33-1.fc16.i686
 pulseaudio-module-gconf-0.9.23-1.fc16.x86_64
 pulseaudio-libs-0.9.23-1.fc16.x86_64
 pulseaudio-esound-compat-0.9.23-1.fc16.x86_64
 pulseaudio-utils-0.9.23-1.fc16.x86_64
 pulseaudio-0.9.23-1.fc16.x86_64

That looks good.

 I was able to start pulse audio at the user's command line with
 'pulseaudio --start' as well as start-pulseaudio-x11.   Neither of these
 commands resulted in the hdmi sound interface working.  The gui of the
 hdmi works fine.

 Here is the trail of the output of 'pacmd info' :
 [snipped output]

Unfortunately, that is missing the most important part:  the sink
output section.  That should indicate whether or not you're just a
simple pacmd argument away from working HDMI audio. :-)

Please provide the entire output.


 Thanks again for  your help!!!

 Greg

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2012-01-01 Thread Gregory P. Ennis

On Sun, Jan 1, 2012 at 12:27 PM, Gregory P. Ennis po...@pomec.net wrote:
 T.C,

 I am using gnome, but have kde and xfce installed - have not tried
 either of the two at this point.

Hmm, does /etc/xdg/autostart/pulseaudio.desktop exist?  Not sure why
GNOME isn't autostarting it.

 Here is the output of rpm -qa '*pulseaudio*'

 pulseaudio-gdm-hooks-0.9.23-1.fc16.x86_64
 pulseaudio-libs-glib2-0.9.23-1.fc16.x86_64
 pulseaudio-module-x11-0.9.23-1.fc16.x86_64
 pulseaudio-module-bluetooth-0.9.23-1.fc16.x86_64
 alsa-plugins-pulseaudio-1.0.24-2.fc15.x86_64
 wine-pulseaudio-1.3.33-1.fc16.x86_64
 kde-settings-pulseaudio-4.7-14.fc16.noarch
 pulseaudio-libs-0.9.23-1.fc16.i686
 alsa-plugins-pulseaudio-1.0.24-2.fc15.i686
 wine-pulseaudio-1.3.33-1.fc16.i686
 pulseaudio-module-gconf-0.9.23-1.fc16.x86_64
 pulseaudio-libs-0.9.23-1.fc16.x86_64
 pulseaudio-esound-compat-0.9.23-1.fc16.x86_64
 pulseaudio-utils-0.9.23-1.fc16.x86_64
 pulseaudio-0.9.23-1.fc16.x86_64

That looks good.

 I was able to start pulse audio at the user's command line with
 'pulseaudio --start' as well as start-pulseaudio-x11.   Neither of these
 commands resulted in the hdmi sound interface working.  The gui of the
 hdmi works fine.

 Here is the trail of the output of 'pacmd info' :
 [snipped output]

Unfortunately, that is missing the most important part:  the sink
output section.  That should indicate whether or not you're just a
simple pacmd argument away from working HDMI audio. :-)

Please provide the entire output.


 Thanks again for  your help!!!

 Greg

-T.C.
---

T.C.

/etc/xdg/autostart/pulseaudio.desktop does exist and

Exec=start-pulseaudio-x11 is one of the line items of the file.

Sorry, I did not include the whole output of pacmd here it is :

[user@Re02 ~]$ start-pulseaudio-x11

[user@Re02 ~]$ p pulse
user 2811 1  1 13:18 ?00:00:00 /usr/bin/pulseaudio --start 
--log-target=syslog
user 2817  2811  0 13:18 ?00:00:00 /usr/libexec/pulse/gconf-helper

[user@Re02 ~]$ pacmd info
Welcome to PulseAudio! Use help for usage information.
 Memory blocks currently allocated: 1, size: 63.9 KiB.
Memory blocks allocated during the whole lifetime: 96, size: 5.1 MiB.
Memory blocks imported from other processes: 0, size: 0 B.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.pci-_01_05.1.hdmi-stereo
Default source name: alsa_input.pci-_00_14.2.analog-stereo
Memory blocks of type POOL: 1 allocated/1 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/0 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/95 accumulated.
Memory blocks of type IMPORTED: 0 allocated/0 accumulated.
20 module(s) loaded.
index: 0
name: module-device-restore
argument: 
used: -1
load once: yes
properties:
module.author = Lennart Poettering
module.description = Automatically restore the volume/mute 
state of devices
module.version = 0.9.23
index: 1
name: module-stream-restore
argument: 
used: -1
load once: yes
properties:
module.author = Lennart Poettering
module.description = Automatically restore the 
volume/mute/device state of streams
module.version = 0.9.23
index: 2
name: module-card-restore
argument: 
used: -1
load once: yes
properties:
module.author = Lennart Poettering
module.description = Automatically restore profile of cards
module.version = 0.9.23
index: 3
name: module-augment-properties
argument: 
used: -1
load once: yes
properties:
module.author = Lennart Poettering
module.description = Augment the property sets of streams with 
additional static information
module.version = 0.9.23
index: 4
name: module-alsa-card
argument: device_id=1 name=pci-_01_05.1 
card_name=alsa_card.pci-_01_05.1 tsched=yes ignore_dB=no 
card_properties=module-udev-detect.discovered=1
used: 0
load once: no
properties:
module.author = Lennart Poettering
module.description = ALSA Card
module.version = 0.9.23
index: 5
name: module-alsa-card
argument: device_id=0 name=pci-_00_14.2 
card_name=alsa_card.pci-_00_14.2 tsched=yes ignore_dB=no 
card_properties=module-udev-detect.discovered=1
used: 0
load once: no
properties:
module.author = Lennart Poettering
module.description = ALSA Card

Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2012-01-01 Thread T.C. Hollingsworth
On Sun, Jan 1, 2012 at 1:09 PM, Gregory P. Ennis po...@pomec.net wrote:
 T.C.

 /etc/xdg/autostart/pulseaudio.desktop does exist and

 Exec=start-pulseaudio-x11 is one of the line items of the file.

That's very weird.  I don't understand why it doesn't autostart.  You
should probably file a bug about this.

In the meantime try adding pulseaudio to your user-specific autostart
directory and see if that makes it go:
mkdir -p ~/.config/autostart
cp /etc/xdg/autostart/pulseaudio.desktop ~/.config/autostart/

 Sorry, I did not include the whole output of pacmd here it is :
 [snipped output]

For starters, both your regular audio and HDMI audio devices are
suspended.  That might be related to the fact that PulseAudio is
starting late; something else might be locking the ALSA device.  You
can try to un-suspend your audio devices by running:
pacmd suspend false

If that gives you some sort of error, you probably have to fix
pulseaudio autostarting first.

Now, lets forcibly play some sound through your HDMI audio.  If you
have amarok installed, this will work, or you can point it to any OGG
or WAV audio file (there are a bunch in /usr/share/sounds):
pacmd play-file /usr/share/kde4/apps/amarok/data/first_run_jingle.ogg 0

If that works, try playing some sound in a normal application and see
if your HDMI audio works then too.

If that doesn't work, change the 0 at the end of that command to a 1
and run it again.  If sound comes out of your laptop's internal
speakers, PulseAudio is working and it's just an HDMI problem.  If no
sound comes out of them, something is wrong with PulseAudio in general
(or possibly the file you tried to play doesn't exist or work).  If
you haven't sorted out the autostarting yet, that's probably related.

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2012-01-01 Thread Gregory P. Ennis
On Sun, Jan 1, 2012 at 1:09 PM, Gregory P. Ennis po...@pomec.net wrote:
 T.C.

 /etc/xdg/autostart/pulseaudio.desktop does exist and

 Exec=start-pulseaudio-x11 is one of the line items of the file.

That's very weird.  I don't understand why it doesn't autostart.  You
should probably file a bug about this.

In the meantime try adding pulseaudio to your user-specific autostart
directory and see if that makes it go:
mkdir -p ~/.config/autostart
cp /etc/xdg/autostart/pulseaudio.desktop ~/.config/autostart/

 Sorry, I did not include the whole output of pacmd here it is :
 [snipped output]

For starters, both your regular audio and HDMI audio devices are
suspended.  That might be related to the fact that PulseAudio is
starting late; something else might be locking the ALSA device.  You
can try to un-suspend your audio devices by running:
pacmd suspend false

If that gives you some sort of error, you probably have to fix
pulseaudio autostarting first.

Now, lets forcibly play some sound through your HDMI audio.  If you
have amarok installed, this will work, or you can point it to any OGG
or WAV audio file (there are a bunch in /usr/share/sounds):
pacmd play-file /usr/share/kde4/apps/amarok/data/first_run_jingle.ogg 0

If that works, try playing some sound in a normal application and see
if your HDMI audio works then too.

If that doesn't work, change the 0 at the end of that command to a 1
and run it again.  If sound comes out of your laptop's internal
speakers, PulseAudio is working and it's just an HDMI problem.  If no
sound comes out of them, something is wrong with PulseAudio in general
(or possibly the file you tried to play doesn't exist or work).  If
you haven't sorted out the autostarting yet, that's probably related.

-T.C.
-

T.C.

For some reason pulseaudio is starting now.  I don't think my original
observation was wrong, but ...  Before I set up the .config/autstart in
the users account I did a reboot and when I logged in pulseaudio was
active. 

running 'pacmd suspend false' resulted in :
Welcome to PulseAudio! Use help for usage information

this did not stop the puluseaudio daemon.

I made sure the hdmi was selected in the output tab of the Sound
System settings as well as being selected in the Hardware tab.
After this I ran :

pacmd play-file /usr/share/kde4/apps/amarok/data/first_run_jingle.ogg 0

Which did not result in anything

Then I ran
pacmd play-file /usr/share/kde4/apps/amarok/data/first_run_jingle.ogg 1

Which resulted in playing the jingle on the laptop's speakers.

Thanks much for your debugging expertise.  Do you think it is time for
me to file a bug

Greg





-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2012-01-01 Thread Gregory P. Ennis
T.C.

For some reason pulseaudio is starting now.  I don't think my original
observation was wrong, but ...  Before I set up the .config/autstart in
the users account I did a reboot and when I logged in pulseaudio was
active. 

running 'pacmd suspend false' resulted in :
Welcome to PulseAudio! Use help for usage information

this did not stop the puluseaudio daemon.

I made sure the hdmi was selected in the output tab of the Sound
System settings as well as being selected in the Hardware tab.
After this I ran :

pacmd play-file /usr/share/kde4/apps/amarok/data/first_run_jingle.ogg 0

Which did not result in anything

Then I ran
pacmd play-file /usr/share/kde4/apps/amarok/data/first_run_jingle.ogg 1

Which resulted in playing the jingle on the laptop's speakers.

Thanks much for your debugging expertise.  Do you think it is time for
me to file a bug

Greg

--

T.C.

I have it working now.  Before I filed a bug report I decided to enter
the radeon.audio=1 to the /boot/grub2/grub.cfg file.  When I rebooted
it worked perfectly.  I'm not sure what I did added the radeon command
in the boot menu, but what every was wrong is now fixed.

Thank you again for sharing your expertise sure appreciate your
help.

Greg





-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2011-12-31 Thread Tom Horsley
On Sat, 31 Dec 2011 17:27:11 -0600
Gregory P. Ennis wrote:

 Does anyone know if there are special drivers that are needed for this.

I don't know if this is one of the ATI cards that falls in the
unsupported category or not, but there are definitely ATI HDMI
cards out there with no HDMI audio support in current released kernels.

http://www.phoronix.com/scan.php?page=news_itempx=MTAyNDY

possibly includes your card (not sure though).

You may have to install the ATI proprietary drivers (if they'll
work with F16, which is also iffy :-).
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2011-12-31 Thread Gregory P. Ennis
 Does anyone know if there are special drivers that are needed for this.

I don't know if this is one of the ATI cards that falls in the
unsupported category or not, but there are definitely ATI HDMI
cards out there with no HDMI audio support in current released kernels.

http://www.phoronix.com/scan.php?page=news_itempx=MTAyNDY

possibly includes your card (not sure though).

You may have to install the ATI proprietary drivers (if they'll
work with F16, which is also iffy :-).

---

Tom,

Thanks for the response.  I was afraid of that.  I don't think my skill
set allows me to safely try out their drivers.  I already tried to
install akmod-catalyst and ruined my gui.  Thanks for your suggestion,
Looks like I may need to wait on a 3.3 kernel unless someone else has
unlocked this problem.

Greg

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2011-12-31 Thread T.C. Hollingsworth
On Sat, Dec 31, 2011 at 4:54 PM, Gregory P. Ennis po...@pomec.net wrote:
 Does anyone know if there are special drivers that are needed for this.

 I don't know if this is one of the ATI cards that falls in the
 unsupported category or not, but there are definitely ATI HDMI
 cards out there with no HDMI audio support in current released kernels.

 http://www.phoronix.com/scan.php?page=news_itempx=MTAyNDY

 possibly includes your card (not sure though).

 You may have to install the ATI proprietary drivers (if they'll
 work with F16, which is also iffy :-).

 ---

 Tom,

 Thanks for the response.  I was afraid of that.  I don't think my skill
 set allows me to safely try out their drivers.  I already tried to
 install akmod-catalyst and ruined my gui.  Thanks for your suggestion,
 Looks like I may need to wait on a 3.3 kernel unless someone else has
 unlocked this problem.

Actually, the kernel has HDMI audio support for your particular card,
it's just disabled by default.  Add radeon.audio=1 to your kernel
command line to enable it.

Hat-tip to the always awesome Arch wiki for this information.

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2011-12-31 Thread Gregory P. Ennis
On Sat, Dec 31, 2011 at 4:54 PM, Gregory P. Ennis po...@pomec.net wrote:
 Does anyone know if there are special drivers that are needed for this.

 I don't know if this is one of the ATI cards that falls in the
 unsupported category or not, but there are definitely ATI HDMI
 cards out there with no HDMI audio support in current released kernels.

 http://www.phoronix.com/scan.php?page=news_itempx=MTAyNDY

 possibly includes your card (not sure though).

 You may have to install the ATI proprietary drivers (if they'll
 work with F16, which is also iffy :-).

 ---

 Tom,

 Thanks for the response.  I was afraid of that.  I don't think my skill
 set allows me to safely try out their drivers.  I already tried to
 install akmod-catalyst and ruined my gui.  Thanks for your suggestion,
 Looks like I may need to wait on a 3.3 kernel unless someone else has
 unlocked this problem.

Actually, the kernel has HDMI audio support for your particular card,
it's just disabled by default.  Add radeon.audio=1 to your kernel
command line to enable it.

Hat-tip to the always awesome Arch wiki for this information.

-T.C.


T.C.

Thanks for the advice.  I added the radeon.audio=1 to the kernel
command line, but the hdmi still does not function.  I tried to add the
command to ./grub/menu.lst but looks like that file is not present in
F16.  I took a look at my install logs and found the following :


Dec 31 12:45:59 Re02 kernel: [1.907760] [drm] Radeon display
connector VGA-1: No monitor connected or invalid EDID
Dec 31 12:45:59 Re02 kernel: [1.959789] [drm] Radeon display
connector LVDS-1: Found valid EDID
Dec 31 12:45:59 Re02 kernel: [2.065434] [drm] Radeon display
connector HDMI-A-1: Found valid EDID
Dec 31 12:45:59 Re02 kernel: [2.065514] [drm] radeon: power
management initialized

Dec 31 12:45:59 Re02 kernel: [3.199259] fbcon: radeondrmfb (fb0) is
primary device
Dec 31 12:45:59 Re02 kernel: [3.246416] Console: switching to colour
frame buffer device 170x48
Dec 31 12:45:59 Re02 kernel: [3.258411] fb0: radeondrmfb frame
buffer device
Dec 31 12:45:59 Re02 kernel: [3.258416] drm: registered panic
notifier3.1.6-1.fc16.x86_64
Dec 31 12:45:59 Re02 kernel: [3.258441] [drm] Initialized radeon
2.11.0 20080528 for :01:05.0 on minor 0

The kernel is this machine is :
3.1.6-1.fc16.x86_64

It looks to me like this kernel is recognizing the hdmi interface, but
hdmi sound is still not working.  

Thanks again for your help!!!

Greg



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: RS880 Audio Device (Radeon HD 4200) HDMI sound interface difficulties

2011-12-31 Thread T.C. Hollingsworth
On Sat, Dec 31, 2011 at 6:14 PM, Gregory P. Ennis po...@pomec.net wrote:
 T.C.

 Thanks for the advice.  I added the radeon.audio=1 to the kernel
 command line, but the hdmi still does not function.  I tried to add the
 command to ./grub/menu.lst but looks like that file is not present in
 F16.  I took a look at my install logs and found the following :

F16 switched to using GRUB2 as the bootloader.  It uses a slightly
different confiugration file, located in /boot/grub2/grub.cfg.

 [snipped logs]

 It looks to me like this kernel is recognizing the hdmi interface, but
 hdmi sound is still not working.

That mainly refers to the video portion of the signal.  I'm assuming
that works, given you didn't ask about that first.  ;-)

While booted with radeon.audio=1 set, please run pacmd info and
post the output.  That dumps PulseAudio's state and may provide clues
as to why your HDMI audio is not working.

 Thanks again for your help!!!

No problem. :-)

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org