Announcement

Collapse
No announcement yet.

HP Pavilion P7-1174 Audio Drivers

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HP Pavilion P7-1174 Audio Drivers

    I just recently rebuilt my desktop with Kubuntu 15.10. Everything works great, the video drivers all detected and looking good. Totally smooth transition away from Windows - except for the audio. I have not sound. I've searched around for drivers or articles on getting audio going on an HP Pavilion P7-1174 (also searched for HP Pavilion P7 and just HP Pavilion) but haven't found anything yet. Has anyone here been able to get an HP Pavilion desktop going with audio? Everything on the computer is stock, no custom soundcards etc.

    Thanks in advance!

    #2
    lets see the output of
    Code:
    lspci
    and
    Code:
    pactl list sources
    this one should give a LOT of output so if you past it do try to put it in code tags .

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Oh I didn't know those commands. Thanks.

      Code:
      [FONT=monospace]00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h Processor Root Complex
      00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] BeaverCreek [Radeon HD 6550D]
      00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 12h Processor Root Port
      00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 12h Processor Root Port
      00:05.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 12h Processor Root Port
      00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 03)
      00:10.1 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 03)
      00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 40)
      00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
      00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
      00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
      00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
      00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 13)
      00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
      00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
      00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (rev 40)
      00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
      00:14.7 SD Host controller: Advanced Micro Devices, Inc. [AMD] FCH SD Flash Controller
      00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 0 (rev 43)
      00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 1
      00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 2
      00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 3
      00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 4
      00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 6
      00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 5
      00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 7
      02:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
      03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
      [/FONT]
      and

      Code:
      [FONT=monospace]        State: SUSPENDED
              Name: alsa_output.pci-0000_00_14.2.analog-stereo.monitor
              Description: Monitor of Built-in Audio Analog Stereo
              Driver: module-alsa-card.c
              Sample Specification: s16le 2ch 44100Hz
              Channel Map: front-left,front-right
              Owner Module: 6
              Mute: no
              Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
                      balance 0.00
              Base Volume: 65536 / 100% / 0.00 dB
              Monitor of Sink: alsa_output.pci-0000_00_14.2.analog-stereo
              Latency: 0 usec, configured 0 usec
              Flags: DECIBEL_VOLUME LATENCY  
              Properties:
                      device.description = "Monitor of Built-in Audio Analog Stereo"
                      device.class = "monitor"
                      alsa.card = "0"
                      alsa.card_name = "HD-Audio Generic"
                      alsa.long_card_name = "HD-Audio Generic at 0xfeb40000 irq 16"
                      alsa.driver_name = "snd_hda_intel"
                      device.bus_path = "pci-0000:00:14.2"
                      sysfs.path = "/devices/pci0000:00/0000:00:14.2/sound/card0"
                      device.bus = "pci"
                      device.vendor.id = "1022"
                      device.vendor.name = "Advanced Micro Devices, Inc. [AMD]"
                      device.product.id = "780d"
                      device.product.name = "FCH Azalia Controller"
                      device.form_factor = "internal"
                      device.string = "0"
                      module-udev-detect.discovered = "1"
                      device.icon_name = "audio-card-pci"
              Formats:
                      pcm
      [/FONT]

      Comment

      Working...
      X