Announcement

Collapse
No announcement yet.

Graphic Card not recognized ?

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

    Graphic Card not recognized ?

    Hi there,

    Installed nvidia gt 610 and does not show in alsamixer . It`s odd because i am writing this using the gt 610 ?

    There`s no sound and to fix that it would help if i could see it in pulse audio volume control.

    I uninstalled the 610 and put in an old 210 i had and alsamixer recognizes it - video and sound .

    Went into the bios > advanced > pci devices and changed the icq to `off`, still nothing.

    I took some stills of the status of connected cards/modules from the bash, see if that helps :

    Click image for larger version

Name:	lspci.jpg
Views:	1
Size:	153.8 KB
ID:	648838

    Click image for larger version

Name:	lsusb.jpg
Views:	1
Size:	37.2 KB
ID:	648839

    Click image for larger version

Name:	sound-card.jpg
Views:	1
Size:	16.7 KB
ID:	648840

    Click image for larger version

Name:	sound-modules.jpg
Views:	1
Size:	13.9 KB
ID:	648841

    Click image for larger version

Name:	aplay-l.jpg
Views:	1
Size:	28.3 KB
ID:	648842

    Seems like only one card is detected ?

    Thanks in advance for your help.
    Last edited by kdeuser; Dec 14, 2014, 05:34 AM.

    #2
    HDMI audio is supposed to be supported in nvc0 Fermi cards using the standard, free Noveau driver, but maybe it isn't always. I just installed a Gigabyte GT 610 in my rig, and it all shows up as expected, but I am using the Nvidia driver as installed from the Driver Manager. Maybe this is needed?

    Code:
    gus@gus-HP-Compaq-6000-Pro-SFF-PC:~$ lspci
    <snippage>
    01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev a1)
    Alsamixer shows mine as an option when using the f6 to choose cards - it shows as 2 S/PDIF outputs (make sure they are not muted, just in case), and it shows in the Phonon Audio and Video section.

    Comment


      #3
      Hi, been fiddling around with this too long and think i should stop because there`s serious danger of me totally messing up.

      All sounds are unmuted and i think ( although have not got a clue on what`s going on ) the cards show in the Phonon Audio and Video section.

      No sound at all on start up ( no chimes ) but when i go into phonon video/audio and select the nvidia card ( the one which has a 1 ) i do get the test chime - thought at first sound has returned.

      Going to a youtube video , sadly no sound.

      Sound is playing from my AMD card though . Something to do with hw 1,0 or hw 1,3 and totally locked out on the vast tutorials and the extreme depth they have ; sadly has confused the issue.

      OK, so here are more stills in the hope you guy´s can show mercy to an incompetent fool.

      Click image for larger version

Name:	disabled-devices.jpg
Views:	1
Size:	37.4 KB
ID:	642640

      Click image for larger version

Name:	enabled-devices.jpg
Views:	1
Size:	97.7 KB
ID:	642641

      Modprobe.d/alsa-base.conf - some additional commands need to be added to the end of the file but stopped experimenting due to heart stopping moments in time.

      Code:
      # autoloader aliases
      install sound-slot-0 /sbin/modprobe snd-card-0
      install sound-slot-1 /sbin/modprobe snd-card-1
      install sound-slot-2 /sbin/modprobe snd-card-2
      install sound-slot-3 /sbin/modprobe snd-card-3
      install sound-slot-4 /sbin/modprobe snd-card-4
      install sound-slot-5 /sbin/modprobe snd-card-5
      install sound-slot-6 /sbin/modprobe snd-card-6
      install sound-slot-7 /sbin/modprobe snd-card-7
      
      # Cause optional modules to be loaded above generic modules
      install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
      #
      # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
      install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
      install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
      install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
      #
      install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
      # Cause optional modules to be loaded above sound card driver modules
      install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
      install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
      
      # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
      install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
      # Prevent abnormal drivers from grabbing index 0
      options bt87x index=-2
      options cx88_alsa index=-2
      options saa7134-alsa index=-2
      options snd-atiixp-modem index=-2
      options snd-intel8x0m index=-2
      options snd-via82xx-modem index=-2
      options snd-usb-audio index=-2
      options snd-usb-us122l index=-2
      options snd-usb-usx2y index=-2
      options snd-usb-caiaq index=-2
      # Ubuntu #62691, enable MPU for snd-cmipci
      options snd-cmipci mpu_port=0x330 fm_port=0x388
      # Keep snd-pcsp from being loaded as first soundcard
      options snd-pcsp index=-2
      options snd-hda-intel model=w2jc
      ...............and here`s some code from asound.conf and added the ( i think nvidia card ) at the end with card=1 device=3 but i can also change the 3 to a 7 and still get the test chimes.

      Code:
      # DMIX input device
      #
      pcm.!output {
      type dmix
      ipc_key 1234
      slave {
      pcm "hw:0"
      period_time 0
      period_size 1024
      buffer_size 8192
      rate 48000
      }
      }
      
      #
      # DSNOOP output device
      #
      pcm.!input {
      type dsnoop
      ipc_key 1234
      slave {
      pcm "hw:0"
      period_time 0
      period_size 1024
      rate 48000
      }
      }
      
      #
      # ASYM duplex device
      #
      pcm.!duplex {
      type asym
      playback.pcm "output"
      capture.pcm "input"
      }
      
      #
      # Make the duplex device default
      #
      pcm.!default {
      type plug
      slave.pcm "duplex"
      }
      
      pcm.!default {
      type hw
      card 1
      device 3
      }
      However, this is missing something here.

      S . O . S .
      Last edited by kdeuser; Dec 16, 2014, 05:16 AM.

      Comment


        #4
        No sound - still ! including flash videos youtube etc.

        Thing is, in pavucontrol you can see the sound bars of rhythmbox but no sound - why ? well, it seems all options are enabled , except `Monitor of Internal Analog Audio Stereo hdmi`.

        Any ideas as to how monitor can show ?

        Here`s a screen from the `pactl list` command :

        Code:
        reel@ReelBox:~$ pactl list
        Module #0
                Name: module-device-restore
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Automatically restore the volume/mute state of devices"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #1
                Name: module-stream-restore
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Automatically restore the volume/mute/device state of streams"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #2
                Name: module-card-restore
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Automatically restore profile of cards"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #3
                Name: module-augment-properties
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Augment the property sets of streams with additional static information"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #4
                Name: module-alsa-card
                Argument: device_id="0" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" tsched=yes ignore_dB=no card_properties="module-udev-detect.discovered=1"
                Usage counter: 6
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "ALSA Card"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #5
                Name: module-alsa-card
                Argument: device_id="1" name="pci-0000_00_14.2" card_name="alsa_card.pci-0000_00_14.2" tsched=yes ignore_dB=no card_properties="module-udev-detect.discovered=1"
                Usage counter: 6
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "ALSA Card"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #6
                Name: module-udev-detect
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Detect available audio hardware and load matching drivers"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #7
                Name: module-esound-protocol-unix
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "ESOUND protocol (UNIX sockets)"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #8
                Name: module-native-protocol-unix
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Native protocol (UNIX sockets)"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #9
                Name: module-combine
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Combine multiple sinks to one"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #10
                Name: module-zeroconf-discover
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "mDNS/DNS-SD Service Discovery"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #11
                Name: module-gconf
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "GConf Adapter"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #12
                Name: module-default-device-restore
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Automatically restore the default sink and source"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #13
                Name: module-rescue-streams
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "When a sink/source is removed, try to move their streams to the default sink/source"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #14
                Name: module-always-sink
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Colin Guthrie"
                        module.description = "Always keeps at least one sink loaded even if it's a null one"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #15
                Name: module-intended-roles
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Automatically set device of streams based of intended roles of devices"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #16
                Name: module-suspend-on-idle
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "When a sink/source is idle for too long, suspend it"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #17
                Name: module-console-kit
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Create a client for each ConsoleKit session of this user"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #18
                Name: module-position-event-sounds
                Argument: 
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #19
                Name: module-x11-publish
                Argument: display=:0
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "X11 credential publisher"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #20
                Name: module-x11-bell
                Argument: display=:0 sample=bell.ogg
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "X11 bell interceptor"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #21
                Name: module-x11-cork-request
                Argument: display=:0
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "Synthesize X11 media key events when cork/uncork is requested"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Module #22
                Name: module-x11-xsmp
                Argument: display=:0 session_manager=local/ReelBox:@/tmp/.ICE-unix/2687,unix/ReelBox:/tmp/.ICE-unix/2687
                Usage counter: n/a
                Properties:
                        module.author = "Lennart Poettering"
                        module.description = "X11 session management"
                        module.version = "0.9.21-63-gd3efa-dirty"
        
        Sink #0
                State: RUNNING
                Name: alsa_output.pci-0000_01_00.1.hdmi-stereo
                Description: HDA NVidia Digital Stereo (HDMI)
                Driver: module-alsa-card.c
                Sample Specification: s16le 2ch 44100Hz
                Channel Map: front-left,front-right
                Owner Module: 4
                Mute: no
                Volume: 0:  64% 1:  64%
                        0: -11.67 dB 1: -11.67 dB
                        balance 0.00
                Base Volume: 100%
                             0.00 dB
                Monitor Source: alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor
                Latency: 19894 usec, configured 20000 usec
                Flags: HARDWARE DECIBEL_VOLUME LATENCY 
                Properties:
                        alsa.resolution_bits = "16"
                        device.api = "alsa"
                        device.class = "sound"
                        alsa.class = "generic"
                        alsa.subclass = "generic-mix"
                        alsa.name = "HDMI 0"
                        alsa.id = "HDMI 0"
                        alsa.subdevice = "0"
                        alsa.subdevice_name = "subdevice #0"
                        alsa.device = "3"
                        alsa.card = "0"
                        alsa.card_name = "HDA NVidia"
                        alsa.long_card_name = "HDA NVidia at 0xdfb7c000 irq 19"
                        alsa.driver_name = "snd_hda_intel"
                        device.bus_path = "pci-0000:01:00.1"
                        sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card0"
                        device.bus = "pci"
                        device.vendor.id = "10de"
                        device.vendor.name = "nVidia Corporation"
                        device.product.id = "0e08"
                        device.string = "hdmi:0"
                        device.buffering.buffer_size = "65536"
                        device.buffering.fragment_size = "32768"
                        device.access_mode = "mmap+timer"
                        device.profile.name = "hdmi-stereo"
                        device.profile.description = "Digital Stereo (HDMI)"
                        device.description = "HDA NVidia Digital Stereo (HDMI)"
                        alsa.mixer_name = "Nvidia GPU 1c HDMI/DP"
                        alsa.components = "HDA:10de001c,14583623,00100100"
                        module-udev-detect.discovered = "1"
                        device.icon_name = "audio-card-pci"
        
        Sink #1
                State: RUNNING
                Name: alsa_output.pci-0000_00_14.2.analog-stereo
                Description: Internal Audio Analog Stereo
                Driver: module-alsa-card.c
                Sample Specification: s16le 2ch 44100Hz
                Channel Map: front-left,front-right
                Owner Module: 5
                Mute: no
                Volume: 0:  88% 1:  88%
                        0: -3.20 dB 1: -3.20 dB
                        balance 0.00
                Base Volume: 100%
                             0.00 dB
                Monitor Source: alsa_output.pci-0000_00_14.2.analog-stereo.monitor
                Latency: 19930 usec, configured 20000 usec
                Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
                Properties:
                        alsa.resolution_bits = "16"
                        device.api = "alsa"
                        device.class = "sound"
                        alsa.class = "generic"
                        alsa.subclass = "generic-mix"
                        alsa.name = "ALC888 Analog"
                        alsa.id = "ALC888 Analog"
                        alsa.subdevice = "0"
                        alsa.subdevice_name = "subdevice #0"
                        alsa.device = "0"
                        alsa.card = "1"
                        alsa.card_name = "HDA ATI SB"
                        alsa.long_card_name = "HDA ATI SB at 0xddff4000 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/card1"
                        device.bus = "pci"
                        device.vendor.id = "1002"
                        device.vendor.name = "ATI Technologies Inc"
                        device.product.id = "4383"
                        device.product.name = "SBx00 Azalia (Intel HDA)"
                        device.form_factor = "internal"
                        device.string = "front:1"
                        device.buffering.buffer_size = "65536"
                        device.buffering.fragment_size = "32768"
                        device.access_mode = "mmap+timer"
                        device.profile.name = "analog-stereo"
                        device.profile.description = "Analog Stereo"
                        device.description = "Internal Audio Analog Stereo"
                        alsa.mixer_name = "Realtek ALC888"
                        alsa.components = "HDA:10ec0888,10ec0888,00100001"
                        module-udev-detect.discovered = "1"
                        device.icon_name = "audio-card-pci"
                Ports:
                        analog-output: Analog Output (priority. 9900)
                        analog-output-headphones: Analog Headphones (priority. 9000)
                Active Port: analog-output
        
        Sink #2
                State: IDLE
                Name: combined
                Description: Simultaneous output to HDA NVidia Digital Stereo (HDMI), Internal Audio Analog Stereo
                Driver: module-combine.c
                Sample Specification: s16le 2ch 44100Hz
                Channel Map: front-left,front-right
                Owner Module: 9
                Mute: no
                Volume: 0: 100% 1: 100%
                        0: 0.00 dB 1: 0.00 dB
                        balance 0.00
                Base Volume: 100%
                             0.00 dB
                Monitor Source: combined.monitor
                Latency: 0 usec, configured 20000 usec
                Flags: DECIBEL_VOLUME LATENCY 
                Properties:
                        device.class = "filter"
                        device.description = "Simultaneous output to HDA NVidia Digital Stereo (HDMI), Internal Audio Analog Stereo"
                        device.icon_name = "audio-card"
        
        Source #0
                State: RUNNING
                Name: alsa_output.pci-0000_01_00.1.hdmi-stereo.monitor
                Description: Monitor of HDA NVidia Digital Stereo (HDMI)
                Driver: module-alsa-card.c
                Sample Specification: s16le 2ch 44100Hz
                Channel Map: front-left,front-right
                Owner Module: 4
                Mute: no
                Volume: 0:  69% 1:  69%
                        0: -9.85 dB 1: -9.85 dB
                        balance 0.00
                Base Volume: 100%
                             0.00 dB
                Monitor of Sink: alsa_output.pci-0000_01_00.1.hdmi-stereo
                Latency: 0 usec, configured 20000 usec
                Flags: DECIBEL_VOLUME LATENCY 
                Properties:
                        device.description = "Monitor of HDA NVidia Digital Stereo (HDMI)"
                        device.class = "monitor"
                        alsa.card = "0"
                        alsa.card_name = "HDA NVidia"
                        alsa.long_card_name = "HDA NVidia at 0xdfb7c000 irq 19"
                        alsa.driver_name = "snd_hda_intel"
                        device.bus_path = "pci-0000:01:00.1"
                        sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card0"
                        device.bus = "pci"
                        device.vendor.id = "10de"
                        device.vendor.name = "nVidia Corporation"
                        device.product.id = "0e08"
                        device.string = "0"
                        module-udev-detect.discovered = "1"
                        device.icon_name = "audio-card-pci"
        
        Source #1
                State: RUNNING
                Name: alsa_output.pci-0000_00_14.2.analog-stereo.monitor
                Description: Monitor of Internal Audio Analog Stereo
                Driver: module-alsa-card.c
                Sample Specification: s16le 2ch 44100Hz
                Channel Map: front-left,front-right
                Owner Module: 5
                Mute: no
                Volume: 0: 100% 1: 100%
                        0: 0.00 dB 1: 0.00 dB
                        balance 0.00
                Base Volume: 100%
                             0.00 dB
                Monitor of Sink: alsa_output.pci-0000_00_14.2.analog-stereo
                Latency: 0 usec, configured 20000 usec
                Flags: DECIBEL_VOLUME LATENCY 
                Properties:
                        device.description = "Monitor of Internal Audio Analog Stereo"
                        device.class = "monitor"
                        alsa.card = "1"
                        alsa.card_name = "HDA ATI SB"
                        alsa.long_card_name = "HDA ATI SB at 0xddff4000 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/card1"
                        device.bus = "pci"
                        device.vendor.id = "1002"
                        device.vendor.name = "ATI Technologies Inc"
                        device.product.id = "4383"
                        device.product.name = "SBx00 Azalia (Intel HDA)"
                        device.form_factor = "internal"
                        device.string = "1"
                        module-udev-detect.discovered = "1"
                        device.icon_name = "audio-card-pci"
        
        Source #2
                State: RUNNING
                Name: alsa_input.pci-0000_00_14.2.analog-stereo
                Description: Internal Audio Analog Stereo
                Driver: module-alsa-card.c
                Sample Specification: s16le 2ch 44100Hz
                Channel Map: front-left,front-right
                Owner Module: 5
                Mute: no
                Volume: 0: 100% 1: 100%
                        0: 0.00 dB 1: 0.00 dB
                        balance 0.00
                Base Volume:  32%
                             -30.00 dB
                Monitor of Sink: n/a
                Latency: 0 usec, configured 20000 usec
                Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
                Properties:
                        alsa.resolution_bits = "16"
                        device.api = "alsa"
                        device.class = "sound"
                        alsa.class = "generic"
                        alsa.subclass = "generic-mix"
                        alsa.name = "ALC888 Analog"
                        alsa.id = "ALC888 Analog"
                        alsa.subdevice = "0"
                        alsa.subdevice_name = "subdevice #0"
                        alsa.device = "0"
                        alsa.card = "1"
                        alsa.card_name = "HDA ATI SB"
                        alsa.long_card_name = "HDA ATI SB at 0xddff4000 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/card1"
                        device.bus = "pci"
                        device.vendor.id = "1002"
                        device.vendor.name = "ATI Technologies Inc"
                        device.product.id = "4383"
                        device.product.name = "SBx00 Azalia (Intel HDA)"
                        device.form_factor = "internal"
                        device.string = "front:1"
                        device.buffering.buffer_size = "65536"
                        device.buffering.fragment_size = "32768"
                        device.access_mode = "mmap+timer"
                        device.profile.name = "analog-stereo"
                        device.profile.description = "Analog Stereo"
                        device.description = "Internal Audio Analog Stereo"
                        alsa.mixer_name = "Realtek ALC888"
                        alsa.components = "HDA:10ec0888,10ec0888,00100001"
                        module-udev-detect.discovered = "1"
                        device.icon_name = "audio-card-pci"
                Ports:
                        input-microphone: Microphone (priority. 19)
                        input-linein: Line-In (priority. 18)
                Active Port: input-microphone
        
        Source #3
                State: RUNNING
                Name: combined.monitor
                Description: Monitor Source of Simultaneous output to HDA NVidia Digital Stereo (HDMI), Internal Audio Analog Stereo
                Driver: module-combine.c
                Sample Specification: s16le 2ch 44100Hz
                Channel Map: front-left,front-right
                Owner Module: 9
                Mute: no
                Volume: 0:  80% 1:  80%
                        0: -5.91 dB 1: -5.91 dB
                        balance 0.00
                Base Volume: 100%
                             0.00 dB
                Monitor of Sink: combined
                Latency: 0 usec, configured 20000 usec
                Flags: DECIBEL_VOLUME LATENCY 
                Properties:
                        device.description = "Monitor Source of Simultaneous output to HDA NVidia Digital Stereo (HDMI), Internal Audio Analog Stereo"
                        device.class = "monitor"
                        device.icon_name = "audio-input-microphone"
        
        Sink Input #2
                Driver: module-combine.c
                Owner Module: 9
                Client: n/a
                Sink: 0
                Sample Specification: s16le 2ch 44100Hz
                Channel Map: front-left,front-right
                Mute: no
                Volume: 0: 100% 1: 100%
                        0: 0.00 dB 1: 0.00 dB
                        balance 0.00
                Buffer Latency: 0 usec
                Sink Latency: 18169 usec
                Resample method: trivial
                Properties:
                        media.name = "Simultaneous output on HDA NVidia Digital Stereo (HDMI)"
                        media.role = "filter"
                        module-stream-restore.id = "sink-input-by-media-role:filter"
        
        Sink Input #3
                Driver: module-combine.c
                Owner Module: 9
                Client: n/a
                Sink: 1
                Sample Specification: s16le 2ch 44100Hz
                Channel Map: front-left,front-right
                Mute: no
                Volume: 0: 100% 1: 100%
                        0: 0.00 dB 1: 0.00 dB
                        balance 0.00
                Buffer Latency: 0 usec
                Sink Latency: 18282 usec
                Resample method: trivial
                Properties:
                        media.name = "Simultaneous output on Internal Audio Analog Stereo"
                        media.role = "filter"
                        module-stream-restore.id = "sink-input-by-media-role:filter"
        
        Sink Input #4
                Driver: protocol-native.c
                Owner Module: 8
                Client: 9
                Sink: 0
                Sample Specification: float32le 2ch 44100Hz
                Channel Map: front-left,front-right
                Mute: no
                Volume: 0:  64% 1:  64%
                        0: -11.70 dB 1: -11.70 dB
                        balance 0.00
                Buffer Latency: 45011 usec
                Sink Latency: 18058 usec
                Resample method: copy
                Properties:
                        media.name = "'Music on Futurenet' by 'HBR1 - Dream Factory'"
                        application.name = "Rhythmbox"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        media.role = "music"
                        application.process.id = "2807"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "rhythmbox"
                        application.icon_name = "rhythmbox"
                        window.x11.display = ":0.0"
                        application.language = "en_US.utf8"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
                        module-stream-restore.id = "sink-input-by-media-role:music"
                        media.title = "Music on Futurenet"
                        media.artist = "HBR1 - Dream Factory"
        
        Source Output #0
                Driver: protocol-native.c
                Owner Module: 8
                Client: 10
                Source: 0
                Sample Specification: float32le 1ch 25Hz
                Channel Map: mono
                Buffer Latency: 13650 usec
                Source Latency: 0 usec
                Resample method: peaks
                Properties:
                        media.name = "Peak detect"
                        application.name = "PulseAudio Volume Control"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        application.id = "org.PulseAudio.pavucontrol"
                        application.icon_name = "audio-card"
                        application.version = "0.9.9"
                        application.process.id = "3183"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "pavucontrol"
                        window.x11.display = ":0.0"
                        application.language = "en_US.utf8"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
                        module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
        
        Source Output #1
                Driver: protocol-native.c
                Owner Module: 8
                Client: 10
                Source: 1
                Sample Specification: float32le 1ch 25Hz
                Channel Map: mono
                Buffer Latency: 13741 usec
                Source Latency: 0 usec
                Resample method: peaks
                Properties:
                        media.name = "Peak detect"
                        application.name = "PulseAudio Volume Control"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        application.id = "org.PulseAudio.pavucontrol"
                        application.icon_name = "audio-card"
                        application.version = "0.9.9"
                        application.process.id = "3183"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "pavucontrol"
                        window.x11.display = ":0.0"
                        application.language = "en_US.utf8"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
                        module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
        
        Source Output #2
                Driver: protocol-native.c
                Owner Module: 8
                Client: 10
                Source: 2
                Sample Specification: float32le 1ch 25Hz
                Channel Map: mono
                Buffer Latency: 0 usec
                Source Latency: 0 usec
                Resample method: peaks
                Properties:
                        media.name = "Peak detect"
                        application.name = "PulseAudio Volume Control"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        application.id = "org.PulseAudio.pavucontrol"
                        application.icon_name = "audio-card"
                        application.version = "0.9.9"
                        application.process.id = "3183"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "pavucontrol"
                        window.x11.display = ":0.0"
                        application.language = "en_US.utf8"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
                        module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
        
        Source Output #3
                Driver: protocol-native.c
                Owner Module: 8
                Client: 10
                Source: 3
                Sample Specification: float32le 1ch 25Hz
                Channel Map: mono
                Buffer Latency: 0 usec
                Source Latency: 0 usec
                Resample method: peaks
                Properties:
                        media.name = "Peak detect"
                        application.name = "PulseAudio Volume Control"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        application.id = "org.PulseAudio.pavucontrol"
                        application.icon_name = "audio-card"
                        application.version = "0.9.9"
                        application.process.id = "3183"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "pavucontrol"
                        window.x11.display = ":0.0"
                        application.language = "en_US.utf8"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
                        module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
        
        Source Output #4
                Driver: protocol-native.c
                Owner Module: 8
                Client: 10
                Source: 0
                Sample Specification: float32le 1ch 25Hz
                Channel Map: mono
                Buffer Latency: 13673 usec
                Source Latency: 0 usec
                Resample method: peaks
                Properties:
                        media.name = "Peak detect"
                        application.name = "PulseAudio Volume Control"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        application.id = "org.PulseAudio.pavucontrol"
                        application.icon_name = "audio-card"
                        application.version = "0.9.9"
                        application.process.id = "3183"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "pavucontrol"
                        window.x11.display = ":0.0"
                        application.language = "en_US.utf8"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
                        module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
        
        Source Output #5
                Driver: protocol-native.c
                Owner Module: 8
                Client: 10
                Source: 1
                Sample Specification: float32le 1ch 25Hz
                Channel Map: mono
                Buffer Latency: 13741 usec
                Source Latency: 0 usec
                Resample method: peaks
                Properties:
                        media.name = "Peak detect"
                        application.name = "PulseAudio Volume Control"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        application.id = "org.PulseAudio.pavucontrol"
                        application.icon_name = "audio-card"
                        application.version = "0.9.9"
                        application.process.id = "3183"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "pavucontrol"
                        window.x11.display = ":0.0"
                        application.language = "en_US.utf8"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
                        module-stream-restore.id = "source-output-by-application-id:org.PulseAudio.pavucontrol"
        
        Client #0
                Driver: module-console-kit.c
                Owner Module: 17
                Properties:
                        application.name = "ConsoleKit Session /org/freedesktop/ConsoleKit/Session1"
                        console-kit.session = "/org/freedesktop/ConsoleKit/Session1"
        
        Client #5
                Driver: module-x11-xsmp.c
                Owner Module: 22
                Properties:
                        application.name = "XSMP Session on KDE as 1094d4dd6c000141882958900000026870014"
                        xsmp.vendor = "KDE"
                        xsmp.client.id = "1094d4dd6c000141882958900000026870014"
        
        Client #8
                Driver: protocol-esound.c
                Owner Module: 7
                Properties:
                        application.name = "EsounD client (UNIX socket client)"
                        esound-protocol.peer = "UNIX socket client"
                        esound.byte_order = "native"
        
        Client #9
                Driver: protocol-native.c
                Owner Module: 8
                Properties:
                        application.name = "Rhythmbox"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        media.role = "music"
                        application.process.id = "2807"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "rhythmbox"
                        application.icon_name = "rhythmbox"
                        window.x11.display = ":0.0"
                        application.language = "en_US.utf8"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
        
        Client #10
                Driver: protocol-native.c
                Owner Module: 8
                Properties:
                        application.name = "PulseAudio Volume Control"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        application.id = "org.PulseAudio.pavucontrol"
                        application.icon_name = "audio-card"
                        application.version = "0.9.9"
                        application.process.id = "3183"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "pavucontrol"
                        window.x11.display = ":0.0"
                        application.language = "en_US.utf8"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
        
        Client #11
                Driver: protocol-native.c
                Owner Module: 8
                Properties:
                        application.name = "pactl"
                        native-protocol.peer = "UNIX socket client"
                        native-protocol.version = "16"
                        application.process.id = "3583"
                        application.process.user = "reel"
                        application.process.host = "ReelBox"
                        application.process.binary = "pactl"
                        application.language = "en_US.utf8"
                        window.x11.display = ":0.0"
                        application.process.machine_id = "183fa5265d06064db21394964c73981d"
                        application.process.session_id = "183fa5265d06064db21394964c73981d-1418829537.208676-1788906385"
        
        Card #0
                Name: alsa_card.pci-0000_01_00.1
                Driver: module-alsa-card.c
                Owner Module: 4
                Properties:
                        alsa.card = "0"
                        alsa.card_name = "HDA NVidia"
                        alsa.long_card_name = "HDA NVidia at 0xdfb7c000 irq 19"
                        alsa.driver_name = "snd_hda_intel"
                        device.bus_path = "pci-0000:01:00.1"
                        sysfs.path = "/devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card0"
                        device.bus = "pci"
                        device.vendor.id = "10de"
                        device.vendor.name = "nVidia Corporation"
                        device.product.id = "0e08"
                        device.string = "0"
                        device.description = "HDA NVidia"
                        module-udev-detect.discovered = "1"
                        device.icon_name = "audio-card-pci"
                Profiles:
                        output:hdmi-stereo: Digital Stereo (HDMI) Output (sinks: 1, sources: 0, priority. 5400)
                        off: Off (sinks: 0, sources: 0, priority. 0)
                Active Profile: output:hdmi-stereo
        
        Card #1
                Name: alsa_card.pci-0000_00_14.2
                Driver: module-alsa-card.c
                Owner Module: 5
                Properties:
                        alsa.card = "1"
                        alsa.card_name = "HDA ATI SB"
                        alsa.long_card_name = "HDA ATI SB at 0xddff4000 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/card1"
                        device.bus = "pci"
                        device.vendor.id = "1002"
                        device.vendor.name = "ATI Technologies Inc"
                        device.product.id = "4383"
                        device.product.name = "SBx00 Azalia (Intel HDA)"
                        device.form_factor = "internal"
                        device.string = "1"
                        device.description = "Internal Audio"
                        module-udev-detect.discovered = "1"
                        device.icon_name = "audio-card-pci"
                Profiles:
                        output:analog-stereo: Analog Stereo Output (sinks: 1, sources: 0, priority. 6000)
                        output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority. 6060)
                        output:analog-stereo+input:iec958-stereo: Analog Stereo Output + Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority. 6055)
                        output:analog-surround-40: Analog Surround 4.0 Output (sinks: 1, sources: 0, priority. 700)
                        output:analog-surround-40+input:analog-stereo: Analog Surround 4.0 Output + Analog Stereo Input (sinks: 1, sources: 1, priority. 760)
                        output:analog-surround-40+input:iec958-stereo: Analog Surround 4.0 Output + Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority. 755)
                        output:analog-surround-41: Analog Surround 4.1 Output (sinks: 1, sources: 0, priority. 800)
                        output:analog-surround-41+input:analog-stereo: Analog Surround 4.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority. 860)
                        output:analog-surround-41+input:iec958-stereo: Analog Surround 4.1 Output + Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority. 855)
                        output:analog-surround-50: Analog Surround 5.0 Output (sinks: 1, sources: 0, priority. 700)
                        output:analog-surround-50+input:analog-stereo: Analog Surround 5.0 Output + Analog Stereo Input (sinks: 1, sources: 1, priority. 760)
                        output:analog-surround-50+input:iec958-stereo: Analog Surround 5.0 Output + Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority. 755)
                        output:analog-surround-51: Analog Surround 5.1 Output (sinks: 1, sources: 0, priority. 800)
                        output:analog-surround-51+input:analog-stereo: Analog Surround 5.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority. 860)
                        output:analog-surround-51+input:iec958-stereo: Analog Surround 5.1 Output + Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority. 855)
                        output:analog-surround-71: Analog Surround 7.1 Output (sinks: 1, sources: 0, priority. 700)
                        output:analog-surround-71+input:analog-stereo: Analog Surround 7.1 Output + Analog Stereo Input (sinks: 1, sources: 1, priority. 760)
                        output:analog-surround-71+input:iec958-stereo: Analog Surround 7.1 Output + Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority. 755)
                        output:iec958-stereo: Digital Stereo Duplex (IEC958) (sinks: 1, sources: 0, priority. 5500)
                        output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958) Output + Analog Stereo Input (sinks: 1, sources: 1, priority. 5560)
                        output:iec958-stereo+input:iec958-stereo: Digital Stereo (IEC958) Output + Digital Stereo (IEC958) Input (sinks: 1, sources: 1, priority. 5555)
                        input:analog-stereo: Analog Stereo Input (sinks: 0, sources: 1, priority. 60)
                        input:iec958-stereo: Digital Stereo (IEC958) Input (sinks: 0, sources: 1, priority. 55)
                        off: Off (sinks: 0, sources: 0, priority. 0)
                Active Profile: output:analog-stereo+input:analog-stereo
        reel@ReelBox:~$
        Thanks.
        Last edited by kdeuser; Dec 17, 2014, 09:51 AM.

        Comment


          #5
          Hoping you all had a good rest in or from the holidays.

          I got sound working but from the original gt 210 ( sound worked fine ) not from the gt 610 as that went back to the shop.

          Comment

          Working...
          X