Re: Asus Xonar Phoebus support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 










>________________________________
> De : Clemens Ladisch <cladisch@xxxxxxxxxxxxxx>
>À : Vincent Lejeune <vljn@xxxxxxx>
>Cc : "alsa-user@xxxxxxxxxxxxxxxxxxxxx" <alsa-user@xxxxxxxxxxxxxxxxxxxxx>
>Envoyé le : Jeudi 27 septembre 2012 10h11
>Objet : Re: Asus Xonar Phoebus support
>
>Vincent Lejeune wrote:
>> In the device manager, the driver details has the following entris in the property "compatible ID" :
>>
>> HDAUDIO\FUNC_01&CTLR_VEN_13F6&CTLR_DEV_5011&VEN_13F6&DEV_8888&REV_1014
>
>Those are the IDs in the codec itself, not those of the controller.
>
>Please select "View"/"Devices by Connection" in Device Manager, and show
>the numbers under "hardware IDs" of the HDA controller that is above
>the HDA device.

They are :

PCI\VEN_13F6&DEV_5011&SUBSYS_501113F6&REV_00
PCI\VEN_13F6&DEV_5011&SUBSYS_501113F6
PCI\VEN_13F6&DEV_5011&CC_040300
PCI\VEN_13F6&DEV_5011&CC_0403


>
>>> please try the following entry instead:
>>>
>>> { PCI_DEVICE(0x13f6, 0x5011),
>>>   .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_NO_MSI |
>>>                 AZX_DCAPS_RIRB_DELAY | AZX_DCAPS_NO_64BIT |
>>>                 AZX_DCAPS_SYNC_WRITE | AZX_DCAPS_POSFIX_LPIB },
>>>
>>
>> still no sound under gnome and with aplay, dmesg is now the following :
>>
>> [   10.223696] snd_hda_intel 0000:02:00.0: enabling device (0000 -> 0002)
>> [   10.223709] hda_intel: Disabling MSI
>> [   10.223713] ALSA sound/pci/hda/hda_intel.c:2731 Using LPIB position fix
>> [   10.224636] ALSA sound/pci/hda/hda_intel.c:3015 Disabling 64bit DMA
>> [   10.230732] ALSA sound/pci/hda/hda_intel.c:1590 Enable delay in RIRB handling
>> [   10.230795] ALSA sound/pci/hda/hda_intel.c:810 spurious response 0x0:0x0, last cmd=0x000000
>> [   13.234708] ALSA sound/pci/hda/hda_intel.c:863 azx_get_response timeout, switching to polling mode: last cmd=0x100f0000
>> [   14.236056] ALSA sound/pci/hda/hda_intel.c:1608 Codec #1 probe error; disabling it...
>> [   14.244057] ALSA sound/pci/hda/hda_intel.c:1628 Enable sync_write for stable communication
>> [   14.244154] ALSA sound/pci/hda/hda_intel.c:810 spurious response 0x0:0x0, last cmd=0x000000
>> [   15.245402] ALSA sound/pci/hda/hda_codec.c:228 hda_codec: resetting BUS due to fatal communication error
>
>This doesn't look very good, but the contents of the codec#0 file show
>that it is possible to communicate with the codec.
>
>> Node 0x0c [Pin Complex] wcaps 0x400181: Stereo
>>   Pin Default 0x01014010: [Jack] Line Out at Ext Rear
>>     Conn = 1/8, Color = Green
>>   Pin-ctls: 0xc0: OUT HP
>
>The output is configured for headphones.
>It might be possible that the driver sends data to the wrong output.

I don't have sound on the pod (which has the headphone output) either...
But it works with HDA drivers under windows.

>
>What is the output of "aplay -l" for this device?

[vlj@Vincent-PC ~]$ aplay -l
**** Liste des Périphériques Matériels PLAYBACK ****
carte 0: NVidia [HDA NVidia], périphérique 3: HDMI 0 [HDMI 0]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
carte 0: NVidia [HDA NVidia], périphérique 7: HDMI 1 [HDMI 1]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
carte 0: NVidia [HDA NVidia], périphérique 8: HDMI 2 [HDMI 2]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
carte 0: NVidia [HDA NVidia], périphérique 9: HDMI 3 [HDMI 3]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
carte 1: Generic [HD-Audio Generic], périphérique 0: HDA Generic [HDA Generic]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
[vlj@Vincent-PC ~]$ aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
pulse
    PulseAudio Sound Server
default
    Default ALSA Output (currently PulseAudio Sound Server)
hdmi:CARD=NVidia,DEV=0
    HDA NVidia, HDMI 0
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
    HDA NVidia, HDMI 1
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=2
    HDA NVidia, HDMI 2
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 3
    HDMI Audio Output
sysdefault:CARD=Generic
    HD-Audio Generic, HDA Generic
    Default Audio Device
front:CARD=Generic,DEV=0
    HD-Audio Generic, HDA Generic
    Front speakers
surround40:CARD=Generic,DEV=0
    HD-Audio Generic, HDA Generic
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Generic,DEV=0
    HD-Audio Generic, HDA Generic
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Generic,DEV=0
    HD-Audio Generic, HDA Generic
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Generic,DEV=0
    HD-Audio Generic, HDA Generic
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Generic,DEV=0
    HD-Audio Generic, HDA Generic
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers



>
>> Node 0x10 [Pin Complex] wcaps 0x40018d: Stereo Amp-Out
>>   Pin Default 0x02214020: [Jack] HP Out at Ext Front
>>     Conn = 1/8, Color = Green
>>   Pin-ctls: 0x40: OUT
>
>And the HP output is not configured for HP.
>
>Apparently, the HP switching doesn't work correctly.
>
>
>Regards,
>Clemens
>
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user

[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux