Page 10 of 22 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 219

Thread: ALSA Upgrade Script Redux

  1. #91
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: ALSA Upgrade Script Redux

    Quote Originally Posted by duindain View Post
    Sorry i should have mentioned im not fantastic with linux i can run commands follow examples change code around but i dont know alot of the background linux knowledge stuff
    The info script was contained in the last post what is the command to view dmesg issues?
    But i reran it as i changed one line in the config that was repeating a command that i added awhile ago, hda auto probe thing
    This is the most current alsa info script
    Your ALSA information is located at
    http://www.alsa-project.org/db/?f=0d...51939b81ed7d40

    Im not really sure whats wrong other than its using the sound on my graphics card rather than onboard
    You have some cruft in your alsa-base.conf file:
    Code:
    snd-hda-intel: model=auto
    snd-hda-intel: model=6stack-digout 
    snd-hda-intel: model=6stack-digout 
    snd-hda-intel: model=auto probe_mask=1
    I'd imagine the probe mask option is causing your problem.

  2. #92
    Join Date
    Jun 2007
    Beans
    14,788

    Re: ALSA Upgrade Script Redux

    snd-hda-intel: model=auto
    snd-hda-intel: model=6stack-digout
    snd-hda-intel: model=6stack-digout
    snd-hda-intel: model=auto probe_mask=1
    It looks like you just keep adding options to alsa-base.conf. Please edit the file and only use one option at a time. If you want to keep old lines for reference, put a '#' in front of the line to comment it out.
    Code:
    gksu gedit /etc/modprobe.d/alsa-base.conf
    The info script was contained in the last post what is the command to view dmesg issues?
    The command is simply:
    Code:
    dmesg
    Don't worry about it though, as the alsa-info script includes the relevant dmesg lines.
    Code:
    [    9.963744] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [    9.963779] HDA Intel 0000:00:1b.0: irq 55 for MSI/MSI-X
    [    9.963795] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [   10.040643] ALSA hda_intel.c:1459: no codecs initialized
    [   10.040718] HDA Intel 0000:00:1b.0: PCI INT A disabled
    It already looks like you tried probe-mask=1, but I would suggest trying different values of probe-mask up to 8.

    EDIT: lidex jumped in and stole my thunder (again). Damn him!

  3. #93
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: ALSA Upgrade Script Redux

    Quote Originally Posted by Temüjin View Post
    EDIT: lidex jumped in and stole my thunder (again). Damn him!
    Its for moments like these that I subscribe to this thread.

  4. #94
    Join Date
    Jun 2010
    Beans
    13

    Re: ALSA Upgrade Script Redux

    Sorry double post ;(
    Last edited by duindain; June 25th, 2011 at 04:51 PM.

  5. #95
    Join Date
    Jun 2010
    Beans
    13

    Re: ALSA Upgrade Script Redux

    I tried modprobe stuff up to 5 with no changes i decided to try something crazy and ran the livecd 10.04 version and copied the alsa-conf from that to usb drive and copied over my normal version with that
    It has no specific entries for hda stuff at all
    so maybe they are stored somewhere else as well?
    When that didn't help I reran the install script with cards=all it seems to be more healthy now definitely has a few entries in the alsa info script
    No sound yet but getting closer I feel

    In the sound preferences i still only see the entry for video card not on-board yet

    Any suggestions spring to mind?

    Your ALSA information is located at http://www.alsa-project.org/db/?f=4c...5d97781e2ae315

    This is my current alsa-conf contents
    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
    Thx for looking at this stuff everyone

  6. #96
    Join Date
    Jun 2010
    Beans
    13

    Re: ALSA Upgrade Script Redux

    Ok sound is working I went back to the live cd and copied blacklist to compare, my local version had an additional entry which I commented out
    I also had a hda-conf file which has the modprobe auto option stuff in it. Probably from a random suggested change to fix audio stuff.
    I deleted that and one lucky reboot later and bam sound.

    Thanks everyone for your help awesome can finally watch stuff again heh

  7. #97
    Join Date
    Nov 2007
    Beans
    14
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: ALSA Upgrade Script Redux

    Many thanks soundcheck, Temüjin, lidex et al.

    Fixed internal mic on Acer Aspire 4820T, running Ubuntu 10.4 LTS x64.

    Don't know if this will help anybody else, but one final additional key to getting the mic to work with Skype was to install and run pavucontrol, unlock the inputs and set 'Front Left' (top) to 79% and 'Front Right' (bottom) to 0%.

    It seems pulse sees this mono (mic) source as a pair of stereo channels, but the polarity is inverted on one channel, so the two 'out of phase' channels are added together, producing *no sound*.

    Set them to equal values again if you want to record from a stereo source via input jack.

  8. #98
    Join Date
    May 2008
    Beans
    15
    Distro
    Ubuntu 11.04 Natty Narwhal

    Smile Re: ALSA Upgrade Script Redux

    Code:
    Your ALSA information is located at http://www.alsa-project.org/db/?f=c7d40d34de7333ff20c829088de417d580468d3b
    Code:
    !!################################
    !!ALSA Information Script v 0.4.60
    !!################################
    
    !!Script ran on: Tue Jun 28 03:35:25 UTC 2011
    
    
    !!Linux Distribution
    !!------------------
    
    Ubuntu 11.04 \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu 11.04"
    
    
    !!DMI Information
    !!---------------
    
    Manufacturer:      System manufacturer
    Product Name:      System Product Name
    Product Version:   System Version
    
    
    !!Kernel Information
    !!------------------
    
    Kernel release:    2.6.38-8-generic
    Operating System:  GNU/Linux
    Architecture:      i686
    Processor:         i686
    SMP Enabled:       Yes
    
    
    !!ALSA Version
    !!------------
    
    Driver version:     1.0.24
    Library version:    1.0.24.1
    Utilities version:  1.0.24.2
    
    
    !!Loaded ALSA modules
    !!-------------------
    
    snd_hda_intel
    snd_usb_audio
    
    
    !!Sound Servers on this system
    !!----------------------------
    
    Pulseaudio:
          Installed - Yes (/usr/bin/pulseaudio)
          Running - Yes
    
    ESound Daemon:
          Installed - Yes (/usr/bin/esd)
          Running - No
    
    
    !!Soundcards recognised by ALSA
    !!-----------------------------
    
     0 [Intel          ]: HDA-Intel - HDA Intel
                          HDA Intel at 0xfea78000 irq 44
     1 [TigerJet       ]: USB-Audio - USB Internet Phone by TigerJet
                          TigerJet Network, Inc. USB Internet Phone by TigerJet at usb-0000:00:1d.0-2, fu
    
    
    !!PCI Soundcards installed in the system
    !!--------------------------------------
    
    00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
    
    
    !!Advanced information - PCI Vendor/Device/Subsystem ID's
    !!--------------------------------------------------------
    
    00:1b.0 0403: 8086:27d8 (rev 01)
    	Subsystem: 1043:82ea
    
    
    !!Modprobe options (Sound related)
    !!--------------------------------
    
    snd-atiixp-modem: index=-2
    snd-intel8x0m: index=-2
    snd-via82xx-modem: index=-2
    snd-usb-audio: index=-2
    snd-usb-caiaq: index=-2
    snd-usb-ua101: index=-2
    snd-usb-us122l: index=-2
    snd-usb-usx2y: index=-2
    snd-cmipci: mpu_port=0x330 fm_port=0x388
    snd-pcsp: index=-2
    snd-usb-audio: index=-2
    
    
    !!Loaded sound module options
    !!--------------------------
    
    !!Module: snd_hda_intel
    	bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    	beep_mode : 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
    	enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    	enable_msi : -1
    	id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    	index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    	model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    	patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    	position_fix : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    	power_save : 0
    	power_save_controller : Y
    	probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    	probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    	single_cmd : N
    
    !!Module: snd_usb_audio
    	async_unlink : Y
    	device_setup : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    	enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    	id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    	ignore_ctl_error : N
    	index : -2,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    	nrpacks : 8
    	pid : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    	vid : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    
    
    !!HDA-Intel Codec information
    !!---------------------------
    --startcollapse--
    
    Codec: VIA VT1708B 8-Ch
    Address: 0
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x1106e721
    Subsystem Id: 0x104382ea
    Revision Id: 0x100100
    No Modem Function Group found
    Default PCM:
        rates [0x0]:
        bits [0x0]:
        formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x10 [Audio Output] wcaps 0x411: Stereo
      Device: name="VT1708B Analog", type="Audio", device=0
      Converter: stream=0, channel=0
      PCM:
        rates [0x5e0]: 44100 48000 88200 96000 192000
        bits [0xa]: 16 24
        formats [0x1]: PCM
      Power states:  D0 D1 D2 D3
      Power: setting=D3, actual=D3
    Node 0x11 [Audio Output] wcaps 0x411: Stereo
      Converter: stream=0, channel=0
      PCM:
        rates [0x5e0]: 44100 48000 88200 96000 192000
        bits [0xa]: 16 24
        formats [0x1]: PCM
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
    Node 0x12 [Audio Output] wcaps 0x611: Stereo Digital
      Control: name="IEC958 Playback Con Mask", index=0, device=0
      Control: name="IEC958 Playback Pro Mask", index=0, device=0
      Control: name="IEC958 Playback Default", index=0, device=0
      Control: name="IEC958 Playback Switch", index=0, device=0
      Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
      Device: name="VT1708B Digital", type="SPDIF", device=1
      Converter: stream=0, channel=0
      Digital: Enabled
      Digital category: 0x0
      PCM:
        rates [0x1e0]: 44100 48000 88200 96000
        bits [0xa]: 16 24
        formats [0x1]: PCM
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
    Node 0x13 [Audio Input] wcaps 0x10051b: Stereo Amp-In
      Control: name="Capture Volume", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=0, ofs=0
      Control: name="Capture Switch", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=0, ofs=0
      Device: name="VT1708B Analog", type="Audio", device=0
      Amp-In caps: ofs=0x00, nsteps=0x14, stepsize=0x06, mute=1
      Amp-In vals:  [0x04 0x04]
      Converter: stream=1, channel=0
      SDI-Select: 0
      PCM:
        rates [0x560]: 44100 48000 96000 192000
        bits [0xa]: 16 24
        formats [0x1]: PCM
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 1
         0x17
    Node 0x14 [Audio Input] wcaps 0x10051b: Stereo Amp-In
      Control: name="Capture Volume", index=1, device=0
        ControlAmp: chs=3, dir=In, idx=0, ofs=0
      Control: name="Capture Switch", index=1, device=0
        ControlAmp: chs=3, dir=In, idx=0, ofs=0
      Amp-In caps: ofs=0x00, nsteps=0x14, stepsize=0x06, mute=1
      Amp-In vals:  [0x00 0x00]
      Converter: stream=0, channel=0
      SDI-Select: 0
      PCM:
        rates [0x560]: 44100 48000 96000 192000
        bits [0xa]: 16 24
        formats [0x1]: PCM
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 1
         0x1e
    Node 0x15 [Audio Input] wcaps 0x100711: Stereo Digital
      Converter: stream=0, channel=0
      SDI-Select: 0
      Digital:
      Digital category: 0x0
      PCM:
        rates [0x1f0]: 32000 44100 48000 88200 96000
        bits [0xa]: 16 24
        formats [0x1]: PCM
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 1
         0x21
    Node 0x16 [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
      Control: name="Master Front Playback Volume", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=0, ofs=0
      Control: name="Master Front Playback Switch", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=0, ofs=0
      Control: name="Rear Mic Playback Volume", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=2, ofs=0
      Control: name="Rear Mic Playback Switch", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=2, ofs=0
      Control: name="Front Mic Playback Volume", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=4, ofs=0
      Control: name="Front Mic Playback Switch", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=4, ofs=0
      Control: name="Line Playback Volume", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=3, ofs=0
      Control: name="Line Playback Switch", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=3, ofs=0
      Control: name="CD Playback Volume", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=1, ofs=0
      Control: name="CD Playback Switch", index=0, device=0
        ControlAmp: chs=3, dir=In, idx=1, ofs=0
      Amp-In caps: ofs=0x17, nsteps=0x18, stepsize=0x06, mute=1
      Amp-In vals:  [0x17 0x17] [0x18 0x18] [0x18 0x18] [0x18 0x18] [0x18 0x18] [0x80 0x80]
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 6
         0x10 0x1f 0x1a 0x1b 0x1e 0x25
    Node 0x17 [Audio Selector] wcaps 0x300501: Stereo
      Control: name="Input Source", index=0, device=0
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 5
         0x16* 0x1f 0x1a 0x1b 0x1e
    Node 0x18 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
      Control: name="Surround Playback Volume", index=0, device=0
        ControlAmp: chs=3, dir=Out, idx=0, ofs=0
      Control: name="Surround Playback Switch", index=0, device=0
        ControlAmp: chs=3, dir=Out, idx=0, ofs=0
      Amp-Out caps: ofs=0x1b, nsteps=0x1b, stepsize=0x06, mute=1
      Amp-Out vals:  [0x1b 0x1b]
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 1
         0x11
    Node 0x19 [Pin Complex] wcaps 0x400581: Stereo
      Pincap 0x0000001c: OUT HP Detect
      Pin Default 0x01011012: [Jack] Line Out at Ext Rear
        Conn = 1/8, Color = Black
        DefAssociation = 0x1, Sequence = 0x2
      Pin-ctls: 0x40: OUT
      Unsolicited: tag=04, enabled=1
      Power states:  D0 D1 D2 D3
      Power: setting=D3, actual=D3
      Connection: 1
         0x18
    Node 0x1a [Pin Complex] wcaps 0x400581: Stereo
      Control: name="Smart 5.1", index=0, device=0
      Pincap 0x00002334: IN OUT Detect
        Vref caps: HIZ 50 100
      Pin Default 0x01a19036: [Jack] Mic at Ext Rear
        Conn = 1/8, Color = Pink
        DefAssociation = 0x3, Sequence = 0x6
      Pin-ctls: 0x41: OUT VREF_50
      Unsolicited: tag=04, enabled=1
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 1
         0x26
    Node 0x1b [Pin Complex] wcaps 0x400581: Stereo
      Control: name="Independent HP", index=0, device=0
      Pincap 0x00002334: IN OUT Detect
        Vref caps: HIZ 50 100
      Pin Default 0x0181303e: [Jack] Line In at Ext Rear
        Conn = 1/8, Color = Blue
        DefAssociation = 0x3, Sequence = 0xe
      Pin-ctls: 0x40: OUT VREF_HIZ
      Unsolicited: tag=04, enabled=1
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 1
         0x18
    Node 0x1c [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
      Control: name="Front Playback Volume", index=0, device=0
        ControlAmp: chs=3, dir=Out, idx=0, ofs=0
      Control: name="Front Playback Switch", index=0, device=0
        ControlAmp: chs=3, dir=Out, idx=0, ofs=0
      Amp-Out caps: ofs=0x1b, nsteps=0x1b, stepsize=0x06, mute=1
      Amp-Out vals:  [0x1b 0x1b]
      Pincap 0x0000001c: OUT HP Detect
      Pin Default 0x01014010: [Jack] Line Out at Ext Rear
        Conn = 1/8, Color = Green
        DefAssociation = 0x1, Sequence = 0x0
      Pin-ctls: 0x40: OUT
      Unsolicited: tag=04, enabled=1
      Power states:  D0 D1 D2 D3
      Power: setting=D3, actual=D3
      Connection: 1
         0x16
    Node 0x1d [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
      Control: name="Headphone Playback Volume", index=0, device=0
        ControlAmp: chs=3, dir=Out, idx=0, ofs=0
      Control: name="Headphone Playback Switch", index=0, device=0
        ControlAmp: chs=3, dir=Out, idx=0, ofs=0
      Control: name="Independent HP", index=0, device=0
      Amp-Out caps: ofs=0x1b, nsteps=0x1b, stepsize=0x06, mute=1
      Amp-Out vals:  [0x1b 0x1b]
      Pincap 0x0000001c: OUT HP Detect
      Pin Default 0x0221401f: [Jack] HP Out at Ext Front
        Conn = 1/8, Color = Green
        DefAssociation = 0x1, Sequence = 0xf
      Pin-ctls: 0xc0: OUT HP
      Unsolicited: tag=05, enabled=1
      Power states:  D0 D1 D2 D3
      Power: setting=D3, actual=D3
      Connection: 2
         0x16* 0x25
    Node 0x1e [Pin Complex] wcaps 0x400581: Stereo
      Pincap 0x00002334: IN OUT Detect
        Vref caps: HIZ 50 100
      Pin Default 0x02a19038: [Jack] Mic at Ext Front
        Conn = 1/8, Color = Pink
        DefAssociation = 0x3, Sequence = 0x8
      Pin-ctls: 0x40: OUT VREF_HIZ
      Unsolicited: tag=04, enabled=1
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 1
         0x27
    Node 0x1f [Pin Complex] wcaps 0x400401: Stereo
      Pincap 0x00000020: IN
      Pin Default 0x90370137: [Fixed] CD at Int N/A
        Conn = Analog, Color = Unknown
        DefAssociation = 0x3, Sequence = 0x7
        Misc = NO_PRESENCE
      Pin-ctls: 0x20: IN
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
    Node 0x20 [Pin Complex] wcaps 0x400701: Stereo Digital
      Pincap 0x00000010: OUT
      Pin Default 0x074311f0: [Jack] SPDIF Out at Ext Rear Panel
        Conn = ATAPI, Color = Black
        DefAssociation = 0xf, Sequence = 0x0
        Misc = NO_PRESENCE
      Pin-ctls: 0x40: OUT
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 1
         0x12
    Node 0x21 [Pin Complex] wcaps 0x400601: Stereo Digital
      Pincap 0x00010030: IN OUT EAPD
      EAPD 0x2: EAPD
      Pin Default 0x47c421f0: [N/A] SPDIF In at Ext Rear Panel
        Conn = RCA, Color = Grey
        DefAssociation = 0xf, Sequence = 0x0
        Misc = NO_PRESENCE
      Pin-ctls: 0x40: OUT
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
    Node 0x22 [Pin Complex] wcaps 0x400581: Stereo
      Pincap 0x00000014: OUT Detect
      Pin Default 0x01016011: [Jack] Line Out at Ext Rear
        Conn = 1/8, Color = Orange
        DefAssociation = 0x1, Sequence = 0x1
      Pin-ctls: 0x40: OUT
      Unsolicited: tag=04, enabled=1
      Power states:  D0 D1 D2 D3
      Power: setting=D3, actual=D3
      Connection: 1
         0x26
    Node 0x23 [Pin Complex] wcaps 0x400581: Stereo
      Pincap 0x00000014: OUT Detect
      Pin Default 0x01012014: [Jack] Line Out at Ext Rear
        Conn = 1/8, Color = Grey
        DefAssociation = 0x1, Sequence = 0x4
      Pin-ctls: 0x40: OUT
      Unsolicited: tag=04, enabled=1
      Power states:  D0 D1 D2 D3
      Power: setting=D3, actual=D3
      Connection: 1
         0x27
    Node 0x24 [Audio Output] wcaps 0x411: Stereo
      Converter: stream=0, channel=0
      PCM:
        rates [0x5e0]: 44100 48000 88200 96000 192000
        bits [0xa]: 16 24
        formats [0x1]: PCM
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
    Node 0x25 [Audio Output] wcaps 0x411: Stereo
      Converter: stream=0, channel=0
      PCM:
        rates [0x5e0]: 44100 48000 88200 96000 192000
        bits [0xa]: 16 24
        formats [0x1]: PCM
      Power states:  D0 D1 D2 D3
      Power: setting=D3, actual=D3
    Node 0x26 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
      Control: name="Center Playback Volume", index=0, device=0
        ControlAmp: chs=1, dir=Out, idx=0, ofs=0
      Control: name="LFE Playback Volume", index=0, device=0
        ControlAmp: chs=2, dir=Out, idx=0, ofs=0
      Control: name="Center Playback Switch", index=0, device=0
        ControlAmp: chs=1, dir=Out, idx=0, ofs=0
      Control: name="LFE Playback Switch", index=0, device=0
        ControlAmp: chs=2, dir=Out, idx=0, ofs=0
      Amp-Out caps: ofs=0x1b, nsteps=0x1b, stepsize=0x06, mute=1
      Amp-Out vals:  [0x1b 0x1b]
      Power states:  D0 D1 D2 D3
      Power: setting=D0, actual=D0
      Connection: 1
         0x24
    Node 0x27 [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
      Control: name="Side Playback Volume", index=0, device=0
        ControlAmp: chs=3, dir=Out, idx=0, ofs=0
      Control: name="Side Playback Switch", index=0, device=0
        ControlAmp: chs=3, dir=Out, idx=0, ofs=0
      Amp-Out caps: ofs=0x1b, nsteps=0x1b, stepsize=0x06, mute=1
      Amp-Out vals:  [0x1b 0x1b]
      Power states:  D0 D1 D2 D3
      Power: setting=D3, actual=D3
      Connection: 1
         0x25
    --endcollapse--
    
    
    !!USB Mixer information
    !!---------------------------
    --startcollapse--
    
    USB Mixer: usb_id=0x06e6c200, ctrlif=1, ctlerr=0
    Card: TigerJet Network, Inc. USB Internet Phone by TigerJet at usb-0000:00:1d.0-2, fu
      Unit: 5
        Control: name="Headset Capture Volume", index=0
        Info: id=5, control=2, cmask=0x0, channels=1, type="S16"
        Volume: min=0, max=3840, dBmin=0, dBmax=1500
      Unit: 5
        Control: name="Headset Capture Switch", index=0
        Info: id=5, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
        Volume: min=0, max=1, dBmin=0, dBmax=0
      Unit: 6
        Control: name="PCM Playback Volume", index=0
        Info: id=6, control=2, cmask=0x0, channels=1, type="S16"
        Volume: min=0, max=3840, dBmin=0, dBmax=1500
      Unit: 6
        Control: name="PCM Playback Switch", index=0
        Info: id=6, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
        Volume: min=0, max=1, dBmin=0, dBmax=0
    --endcollapse--
    
    
    !!ALSA Device nodes
    !!-----------------
    
    crw-rw----  1 root audio 116,  9 Jun 28 02:16 /dev/snd/controlC0
    crw-rw----  1 root audio 116,  4 Jun 28 02:16 /dev/snd/controlC1
    crw-rw----  1 root audio 116,  8 Jun 28 02:16 /dev/snd/hwC0D0
    crw-rw----  1 root audio 116,  7 Jun 28 10:20 /dev/snd/pcmC0D0c
    crw-rw----  1 root audio 116,  6 Jun 28 10:30 /dev/snd/pcmC0D0p
    crw-rw----  1 root audio 116,  5 Jun 28 10:20 /dev/snd/pcmC0D1p
    crw-rw----  1 root audio 116,  3 Jun 28 10:20 /dev/snd/pcmC1D0c
    crw-rw----  1 root audio 116,  2 Jun 28 10:22 /dev/snd/pcmC1D0p
    crw-rw----  1 root audio 116,  1 Jun 28 02:16 /dev/snd/seq
    crw-rw----  1 root audio 116, 33 Jun 28 02:16 /dev/snd/timer
    
    /dev/snd/by-id:
    total 0
    drwxr-xr-x 2 root root  60 Jun 28 02:16 .
    drwxr-xr-x 4 root root 280 Jun 28 02:16 ..
    lrwxrwxrwx 1 root root  12 Jun 28 02:16 usb-TigerJet_Network__Inc._USB_Internet_Phone_by_TigerJet_A921050108E1D2-01 -> ../controlC1
    
    /dev/snd/by-path:
    total 0
    drwxr-xr-x 2 root root  80 Jun 28 02:16 .
    drwxr-xr-x 4 root root 280 Jun 28 02:16 ..
    lrwxrwxrwx 1 root root  12 Jun 28 02:16 pci-0000:00:1b.0 -> ../controlC0
    lrwxrwxrwx 1 root root  12 Jun 28 02:16 pci-0000:00:1d.0-usb-0:2:1.1 -> ../controlC1
    
    
    !!Aplay/Arecord output
    !!------------
    
    APLAY
    
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: VT1708B Analog [VT1708B Analog]
      Subdevices: 2/2
      Subdevice #0: subdevice #0
      Subdevice #1: subdevice #1
    card 0: Intel [HDA Intel], device 1: VT1708B Digital [VT1708B Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: TigerJet [USB Internet Phone by TigerJet], device 0: USB Audio [USB Audio]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    
    ARECORD
    
    **** List of CAPTURE Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: VT1708B Analog [VT1708B Analog]
      Subdevices: 2/2
      Subdevice #0: subdevice #0
      Subdevice #1: subdevice #1
    card 1: TigerJet [USB Internet Phone by TigerJet], device 0: USB Audio [USB Audio]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    
    !!Amixer output
    !!-------------
    
    !!-------Mixer controls for card 0 [Intel]
    
    Card hw:0 'Intel'/'HDA Intel at 0xfea78000 irq 44'
      Mixer name	: 'VIA VT1708B 8-Ch'
      Components	: 'HDA:1106e721,104382ea,00100100'
      Controls      : 35
      Simple ctrls  : 19
    Simple mixer control 'Master Front',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 24
      Mono:
      Front Left: Playback 23 [96%] [0.00dB] [on]
      Front Right: Playback 23 [96%] [0.00dB] [on]
    Simple mixer control 'Headphone',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 27
      Mono:
      Front Left: Playback 27 [100%] [0.00dB] [on]
      Front Right: Playback 27 [100%] [0.00dB] [on]
    Simple mixer control 'PCM',0
      Capabilities: pvolume penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 255
      Mono:
      Front Left: Playback 255 [100%] [0.00dB]
      Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'Front',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 27
      Mono:
      Front Left: Playback 27 [100%] [0.00dB] [on]
      Front Right: Playback 27 [100%] [0.00dB] [on]
    Simple mixer control 'Front Mic',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 24
      Mono:
      Front Left: Playback 24 [100%] [1.75dB] [on]
      Front Right: Playback 24 [100%] [1.75dB] [on]
    Simple mixer control 'Surround',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 27
      Mono:
      Front Left: Playback 27 [100%] [0.00dB] [on]
      Front Right: Playback 27 [100%] [0.00dB] [on]
    Simple mixer control 'Center',0
      Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
      Playback channels: Mono
      Limits: Playback 0 - 27
      Mono: Playback 27 [100%] [0.00dB] [on]
    Simple mixer control 'LFE',0
      Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
      Playback channels: Mono
      Limits: Playback 0 - 27
      Mono: Playback 27 [100%] [0.00dB] [on]
    Simple mixer control 'Side',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 27
      Mono:
      Front Left: Playback 27 [100%] [0.00dB] [on]
      Front Right: Playback 27 [100%] [0.00dB] [on]
    Simple mixer control 'Line',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 24
      Mono:
      Front Left: Playback 24 [100%] [1.75dB] [on]
      Front Right: Playback 24 [100%] [1.75dB] [on]
    Simple mixer control 'CD',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 24
      Mono:
      Front Left: Playback 24 [100%] [1.75dB] [on]
      Front Right: Playback 24 [100%] [1.75dB] [on]
    Simple mixer control 'IEC958',0
      Capabilities: pswitch pswitch-joined penum
      Playback channels: Mono
      Mono: Playback [on]
    Simple mixer control 'IEC958 Default PCM',0
      Capabilities: pswitch pswitch-joined penum
      Playback channels: Mono
      Mono: Playback [on]
    Simple mixer control 'Capture',0
      Capabilities: cvolume cswitch penum
      Capture channels: Front Left - Front Right
      Limits: Capture 0 - 20
      Front Left: Capture 4 [20%] [7.00dB] [on]
      Front Right: Capture 4 [20%] [7.00dB] [on]
    Simple mixer control 'Capture',1
      Capabilities: cvolume cswitch penum
      Capture channels: Front Left - Front Right
      Limits: Capture 0 - 20
      Front Left: Capture 0 [0%] [0.00dB] [on]
      Front Right: Capture 0 [0%] [0.00dB] [on]
    Simple mixer control 'Independent HP',0
      Capabilities: enum
      Items: 'OFF' 'ON'
      Item0: 'OFF'
    Simple mixer control 'Input Source',0
      Capabilities: cenum
      Items: 'Stereo Mixer' 'Rear Mic' 'Front Mic' 'Line' 'CD'
      Item0: 'Stereo Mixer'
    Simple mixer control 'Rear Mic',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 24
      Mono:
      Front Left: Playback 24 [100%] [1.75dB] [on]
      Front Right: Playback 24 [100%] [1.75dB] [on]
    Simple mixer control 'Smart 5.1',0
      Capabilities: pswitch pswitch-joined penum
      Playback channels: Mono
      Mono: Playback [on]
    
    !!-------Mixer controls for card 1 [TigerJet]
    
    Card hw:1 'TigerJet'/'TigerJet Network, Inc. USB Internet Phone by TigerJet at usb-0000:00:1d.0-2, fu'
      Mixer name	: 'USB Mixer'
      Components	: 'USB06e6:c200'
      Controls      : 4
      Simple ctrls  : 2
    Simple mixer control 'PCM',0
      Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
      Playback channels: Mono
      Limits: Playback 0 - 15
      Mono: Playback 15 [100%] [15.00dB] [on]
    Simple mixer control 'Headset',0
      Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
      Capture channels: Mono
      Limits: Capture 0 - 15
      Mono: Capture 8 [53%] [8.00dB] [on]
    
    
    !!Alsactl output
    !!-------------
    
    --startcollapse--
    state.Intel {
    	control.1 {
    		iface MIXER
    		name 'Master Front Playback Volume'
    		value.0 23
    		value.1 23
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 24'
    			dbmin -4025
    			dbmax 175
    			dbvalue.0 0
    			dbvalue.1 0
    		}
    	}
    	control.2 {
    		iface MIXER
    		name 'Master Front Playback Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.3 {
    		iface MIXER
    		name 'Front Playback Volume'
    		value.0 27
    		value.1 27
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 27'
    			dbmin -4725
    			dbmax 0
    			dbvalue.0 0
    			dbvalue.1 0
    		}
    	}
    	control.4 {
    		iface MIXER
    		name 'Front Playback Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.5 {
    		iface MIXER
    		name 'Surround Playback Volume'
    		value.0 27
    		value.1 27
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 27'
    			dbmin -4725
    			dbmax 0
    			dbvalue.0 0
    			dbvalue.1 0
    		}
    	}
    	control.6 {
    		iface MIXER
    		name 'Surround Playback Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.7 {
    		iface MIXER
    		name 'Center Playback Volume'
    		value 27
    		comment {
    			access 'read write'
    			type INTEGER
    			count 1
    			range '0 - 27'
    			dbmin -4725
    			dbmax 0
    			dbvalue.0 0
    		}
    	}
    	control.8 {
    		iface MIXER
    		name 'LFE Playback Volume'
    		value 27
    		comment {
    			access 'read write'
    			type INTEGER
    			count 1
    			range '0 - 27'
    			dbmin -4725
    			dbmax 0
    			dbvalue.0 0
    		}
    	}
    	control.9 {
    		iface MIXER
    		name 'Center Playback Switch'
    		value true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 1
    		}
    	}
    	control.10 {
    		iface MIXER
    		name 'LFE Playback Switch'
    		value true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 1
    		}
    	}
    	control.11 {
    		iface MIXER
    		name 'Side Playback Volume'
    		value.0 27
    		value.1 27
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 27'
    			dbmin -4725
    			dbmax 0
    			dbvalue.0 0
    			dbvalue.1 0
    		}
    	}
    	control.12 {
    		iface MIXER
    		name 'Side Playback Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.13 {
    		iface MIXER
    		name 'Headphone Playback Volume'
    		value.0 27
    		value.1 27
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 27'
    			dbmin -4725
    			dbmax 0
    			dbvalue.0 0
    			dbvalue.1 0
    		}
    	}
    	control.14 {
    		iface MIXER
    		name 'Headphone Playback Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.15 {
    		iface MIXER
    		name 'Rear Mic Playback Volume'
    		value.0 24
    		value.1 24
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 24'
    			dbmin -4025
    			dbmax 175
    			dbvalue.0 175
    			dbvalue.1 175
    		}
    	}
    	control.16 {
    		iface MIXER
    		name 'Rear Mic Playback Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.17 {
    		iface MIXER
    		name 'Front Mic Playback Volume'
    		value.0 24
    		value.1 24
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 24'
    			dbmin -4025
    			dbmax 175
    			dbvalue.0 175
    			dbvalue.1 175
    		}
    	}
    	control.18 {
    		iface MIXER
    		name 'Front Mic Playback Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.19 {
    		iface MIXER
    		name 'Line Playback Volume'
    		value.0 24
    		value.1 24
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 24'
    			dbmin -4025
    			dbmax 175
    			dbvalue.0 175
    			dbvalue.1 175
    		}
    	}
    	control.20 {
    		iface MIXER
    		name 'Line Playback Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.21 {
    		iface MIXER
    		name 'CD Playback Volume'
    		value.0 24
    		value.1 24
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 24'
    			dbmin -4025
    			dbmax 175
    			dbvalue.0 175
    			dbvalue.1 175
    		}
    	}
    	control.22 {
    		iface MIXER
    		name 'CD Playback Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.23 {
    		iface MIXER
    		name 'Independent HP'
    		value OFF
    		comment {
    			access 'read write'
    			type ENUMERATED
    			count 1
    			item.0 OFF
    			item.1 ON
    		}
    	}
    	control.24 {
    		iface MIXER
    		name 'Smart 5.1'
    		value true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 1
    		}
    	}
    	control.25 {
    		iface MIXER
    		name 'Capture Volume'
    		value.0 4
    		value.1 4
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 20'
    			dbmin 0
    			dbmax 3500
    			dbvalue.0 700
    			dbvalue.1 700
    		}
    	}
    	control.26 {
    		iface MIXER
    		name 'Capture Switch'
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.27 {
    		iface MIXER
    		name 'Capture Volume'
    		index 1
    		value.0 0
    		value.1 0
    		comment {
    			access 'read write'
    			type INTEGER
    			count 2
    			range '0 - 20'
    			dbmin 0
    			dbmax 3500
    			dbvalue.0 0
    			dbvalue.1 0
    		}
    	}
    	control.28 {
    		iface MIXER
    		name 'Capture Switch'
    		index 1
    		value.0 true
    		value.1 true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 2
    		}
    	}
    	control.29 {
    		iface MIXER
    		name 'Input Source'
    		value 'Stereo Mixer'
    		comment {
    			access 'read write'
    			type ENUMERATED
    			count 1
    			item.0 'Stereo Mixer'
    			item.1 'Rear Mic'
    			item.2 'Front Mic'
    			item.3 Line
    			item.4 CD
    		}
    	}
    	control.30 {
    		iface MIXER
    		name 'IEC958 Playback Con Mask'
    		value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    		comment {
    			access read
    			type IEC958
    			count 1
    		}
    	}
    	control.31 {
    		iface MIXER
    		name 'IEC958 Playback Pro Mask'
    		value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    		comment {
    			access read
    			type IEC958
    			count 1
    		}
    	}
    	control.32 {
    		iface MIXER
    		name 'IEC958 Playback Default'
    		value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    		comment {
    			access 'read write'
    			type IEC958
    			count 1
    		}
    	}
    	control.33 {
    		iface MIXER
    		name 'IEC958 Playback Switch'
    		value true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 1
    		}
    	}
    	control.34 {
    		iface MIXER
    		name 'IEC958 Default PCM Playback Switch'
    		value true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 1
    		}
    	}
    	control.35 {
    		iface MIXER
    		name 'PCM Playback Volume'
    		value.0 255
    		value.1 255
    		comment {
    			access 'read write user'
    			type INTEGER
    			count 2
    			range '0 - 255'
    			tlv '0000000100000008ffffec1400000014'
    			dbmin -5100
    			dbmax 0
    			dbvalue.0 0
    			dbvalue.1 0
    		}
    	}
    }
    state.TigerJet {
    	control.1 {
    		iface MIXER
    		name 'PCM Playback Switch'
    		value true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 1
    		}
    	}
    	control.2 {
    		iface MIXER
    		name 'PCM Playback Volume'
    		value 15
    		comment {
    			access 'read write'
    			type INTEGER
    			count 1
    			range '0 - 15'
    			dbmin 0
    			dbmax 1500
    			dbvalue.0 1500
    		}
    	}
    	control.3 {
    		iface MIXER
    		name 'Headset Capture Switch'
    		value true
    		comment {
    			access 'read write'
    			type BOOLEAN
    			count 1
    		}
    	}
    	control.4 {
    		iface MIXER
    		name 'Headset Capture Volume'
    		value 8
    		comment {
    			access 'read write'
    			type INTEGER
    			count 1
    			range '0 - 15'
    			dbmin 0
    			dbmax 1500
    			dbvalue.0 800
    		}
    	}
    }
    --endcollapse--
    
    
    !!All Loaded Modules
    !!------------------
    
    Module
    nls_utf8
    isofs
    nls_iso8859_1
    nls_cp437
    vfat
    fat
    binfmt_misc
    snd_hda_codec_via
    snd_hda_intel
    snd_usb_audio
    snd_hda_codec
    snd_hwdep
    snd_usbmidi_lib
    snd_pcm
    snd_seq_midi
    snd_rawmidi
    snd_seq_midi_event
    snd_seq
    snd_timer
    snd_seq_device
    ppdev
    i915
    usbhid
    usb_storage
    uas
    hid
    psmouse
    parport_pc
    asus_atk0110
    snd
    serio_raw
    drm_kms_helper
    soundcore
    snd_page_alloc
    drm
    i2c_algo_bit
    video
    lp
    parport
    r8169
    
    
    !!Sysfs Files
    !!-----------
    
    /sys/class/sound/hwC0D0/init_pin_configs:
    0x19 0x01011012
    0x1a 0x01a19036
    0x1b 0x0181303e
    0x1c 0x01014010
    0x1d 0x0221401f
    0x1e 0x02a19038
    0x1f 0x90370137
    0x20 0x074311f0
    0x21 0x47c421f0
    0x22 0x01016011
    0x23 0x01012014
    
    /sys/class/sound/hwC0D0/driver_pin_configs:
    
    /sys/class/sound/hwC0D0/user_pin_configs:
    
    /sys/class/sound/hwC0D0/init_verbs:
    
    
    !!ALSA/HDA dmesg
    !!------------------
    
    [   15.083020] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   15.243577] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [   15.243635] HDA Intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    [   15.243662] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [   15.288722] usbcore: registered new interface driver snd-usb-audio

  9. #99
    Join Date
    Jul 2011
    Beans
    2

    Re: ALSA Upgrade Script Redux

    I am having an issue where my Sound Control is showing nothing on the Hardware Tab. Everything was previously working however I must have run something to muck it up recently.

    I am currently on Alsa Driver 1.0.23 and tried running the upgrade script, but it seems that alsa-project.org is down as I cannot browse there and the script is coming back with the following:

    ************************************************** *************************
    * Downloading and extracting ALSA packages...
    ************************************************** *************************
    --2011-07-08 17:42:39-- ftp://ftp.alsa-project.org/pub/drive...1.0.24.tar.bz2
    => `alsa-driver-1.0.24.tar.bz2'
    Resolving ftp.alsa-project.org... 77.48.224.243
    Connecting to ftp.alsa-project.org|77.48.224.243|:21... connected.
    Logging in as anonymous ...

    Error in server response, closing control connection.
    Retrying.

    I have already tried purging everything ALSA/Pulse related and reinstalling but with no change in progress.

    When my system boots up, I have sound on the login prompt, after login there is no longer any sound.

    I have verified that my User is allowed to use audio devices.

    When Running Ubuntu 10.10 off of the Installation Disk I also have working sound and my hardware shows in Sound Control.

    Any suggestions before I get fed up and just reinstall?

  10. #100
    Join Date
    Nov 2010
    Location
    Denmark
    Beans
    12
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ALSA Upgrade Script Redux

    Mine stalls when trying to connect to the Alsa-project FTP, when trying to log in anonymously. Will try again tomorrow, the script was working great two days ago

Page 10 of 22 FirstFirst ... 8910111220 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •