[SOLVED] No sound from tv card with mplayer, only arecord/aplay

So I finally got my Hauppauge 950Q usb tv tuner working with mplayer so I can see the video with this command:
mplayer tv:// -tv driver=v4l2:norm=NTSC:input=0:device=/dev/video1:chanlist=us-cable
but I can't get any sound unless I run this command simultaneously:
arecord -D hw:1,0 -r 32000 -c 2 -f S16_LE | aplay
I assume I need to translate the arecord arguements into mplayer arguements, but I'm not really sure how.  Can anyone help me out?
Thanks!
Last edited by normman (2010-08-31 18:05:01)

I followed the directions here: http://inspirated.com/2007/04/05/alsa-l … th-mplayer and made the command:
mplayer tv:// -tv driver=v4l2:norm=NTSC:input=0:device=/dev/video1:chanlist=us-cable:alsa:adevice=hw.1,0:amode=2:audiorate=32000:forceaudio:immediatemode=0
and now it works.

Similar Messages

  • How to compare input sound (from mic.) with sound on my database

    i want to campare sound (from mic.) with sound on my database
    ex:
    if i say "hello" it show message "hello"
    but if i say other word it will show message "try again"
    forgive for my english
    eak_

    Speech recognition is a whole area in its own right
    Lots of info and other references and the Java Speech APIs can be found here
    http://java.sun.com/products/java-media/speech/index.jsp

  • [Solved] No sound from VM (Windows 7) on qemu with virt-manager

    I posted this in Newbie corner,
    https://bbs.archlinux.org/viewtopic.php?id=176131
    but let me re-post here becase it is about sound matter.
    I have installed Windows 7 (64bit) on qemu with virt-manager.
    It seems that audio works fine inside the guest os, but I can hear no sound.
    [Guest]
    Guest os: Windows 7 (64 bit)
    Sound driver: ich6
    Console: Spice (VNC doesn't work.)
    [Host]
    linux 3.12.8-1 (base)
    qemu 1.7.0-1
    virt-manager 0.10.0-4
    libvirt 1.2.1-1
    According to
    https://bbs.archlinux.org/viewtopic.php?id=157604
    I did as follow before launch the VM, but it doesn't solve the problem.
    export QEMU_AUDIO_DRV=alsa
    What shoud I check and do?
    Followings are some additional information:
    * If I put the same command above
    % /usr/sbin/qemu-system-x86_64 -name win7qemu002...
    It produces error.
    char device redirected to /dev/pts/4 (label charserial0)
    Could not access KVM kernel module: Permission denied
    failed to initialize KVM: Permission denied
    * According to the someone's discussion,
    I added my user to kvm group
    % sudo gpasswd -a taro kvm
    or edited /etc/libvirt/qemu.conf, but they don't fix this errors.
    % sudo vi /etc/libvirt/qemu.conf
    - #user = "root"
    + user = "taro"
    * Everytime I launch the virt-manager,
    a dialog "Authentication" pops-up and asks
    for my user password (not root password).
    % ps aux | grep kvm                                                     [~]
    root       252  0.0  0.0      0     0 ?        S<   02:25   0:00 [kvm-irqfd-clea
    n]
    nobody   10199 63.0 27.0 1613768 1070088 ?     Sl   11:31   0:34 /usr/sbin/qemu-system-x86_64 -name win7qemu002 -S -machine pc-i440fx-1.7,accel=kvm,usb=off -m 1024 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid 00b5056b-9055-aa4f-d7a6-aef72cc8edd4 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/win7qemu002.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -no-shutdown -boot menu=off,strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x6 -drive file=/mnt/win/win7qemu002,if=none,id=drive-ide0-0-0,format=raw -device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -drive if=none,id=drive-ide0-1-0,readonly=on,format=raw -device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -netdev tap,fd=22,id=hostnet0 -device e1000,netdev=hostnet0,id=net0,mac=08:00:27:8f:ff:84,bus=pci.0,addr=0x7,bootindex=1 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -chardev spicevmc,id=charchannel0,name=vdagent -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 -device usb-tablet,id=input0 -spice port=5900,addr=127.0.0.1,disable-ticketing,seamless-migration=on -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,bus=pci.0,addr=0x2 -device intel-hda,id=sound0,bus=pci.0,addr=0x3 -device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
    root     10201  0.0  0.0      0     0 ?        S    11:31   0:00 [kvm-pit/10199]
    taro     10340  0.0  0.0  10668  1060 pts/2    S+   11:32   0:00 grep kvm
    Last edited by taro (2014-02-15 12:36:43)

    Self reply.
    Finally, I got to hear sound from windows 7 as guest OS.
    I gave up to use virt-manager and launches OS image by command line
    like follows.
    % export QEMU_AUDIO_DRV=alsa
    % qemu-system-x86_64 /mnt/win/win7qemu002 -cpu kvm64,+nx -enable-kvm -m 1536 -soundhw hda -usb
    Then, sounds works good.
    # However, the quality is bad because of heavy CPU load.
    Virt-manager may make things complex..
    Sorry for the duplicated post.
    https://bbs.archlinux.org/viewtopic.php?pid=1373935
    Last edited by taro (2014-02-15 12:36:19)

  • [Solved] No sound from saa7134-TV-Card

    Hi everybody!
    My Desktop-PC (bought in 2004) has got a TV-Card. It is a Philips 7134-Chipset: PC-Combo Modem/TV-Tuner CTX908, TV-Tuner CTX910 Video is working out of the box, sound isn't.
    MOD_AUTOLOAD seems to have loaded the correct modules, as I get video in tvtime and in xawtv.
    lsmod says:
    Module Size Used by
    isofs 31268 1
    zlib_inflate 16768 1 isofs
    radeon 120736 2
    drm 70548 3 radeon
    saa7134_dvb 14860 0
    videobuf_dvb 4996 1 saa7134_dvb
    dvb_core 72060 1 videobuf_dvb
    tda1004x 15492 1 saa7134_dvb
    tuner 40352 0
    tea5767 5508 1 tuner
    tda8290 11140 1 tuner
    tuner_simple 8840 1 tuner
    mt20xx 11784 1 tuner
    tea5761 4740 1 tuner
    ppdev 7556 0
    firewire_ohci 16128 0
    firewire_core 36544 1 firewire_ohci
    crc_itu_t 2304 1 firewire_core
    saa7134 121040 1 saa7134_dvb
    lp 9220 0
    parport 31432 2 ppdev,lp
    compat_ioctl32 1536 1 saa7134
    videobuf_dma_sg 11268 3 saa7134_dvb,videobuf_dvb,saa7134
    videobuf_core 14980 3 videobuf_dvb,saa7134,videobuf_dma_sg
    ir_kbd_i2c 7952 1 saa7134
    ir_common 30724 2 saa7134,ir_kbd_i2c
    rtc_cmos 7584 0
    rtc_core 15496 1 rtc_cmos
    rtc_lib 2944 1 rtc_core
    videodev 26496 1 saa7134
    ppp_generic 23828 0
    ohci1394 28848 0
    v4l2_common 15744 3 tuner,saa7134,videodev
    v4l1_compat 14084 2 saa7134,videodev
    ieee1394 79800 1 ohci1394
    psmouse 36496 0
    pcspkr 2944 0
    serio_raw 5636 0
    usb_storage 80960 1
    i2c_i801 8848 0
    i2c_core 19328 11 saa7134_dvb,tda1004x,tuner,tea5767,tda8290,tuner_simple,mt20xx,tea5761,saa7134,ir_kbd_i2c,i2c_i801
    shpchp 29460 0
    pci_hotplug 26528 1 shpchp
    intel_agp 21780 1
    agpgart 27352 2 drm,intel_agp
    sg 26640 0
    thermal 13084 0
    processor 29400 1 thermal
    fan 3844 0
    button 6544 0
    battery 10756 0
    joydev 9664 0
    ac 4612 0
    evdev 9344 7
    ati_remote 10248 0
    usblp 12416 0
    usbhid 41024 0
    hid 34304 1 usbhid
    ff_memless 5128 1 usbhid
    snd_intel8x0 28572 5
    snd_ac97_codec 95268 1 snd_intel8x0
    snd_seq_oss 29440 0
    snd_seq_midi_event 6528 1 snd_seq_oss
    snd_seq 47056 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6924 2 snd_seq_oss,snd_seq
    snd_pcm_oss 37024 0
    snd_pcm 68996 4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
    snd_timer 19204 3 snd_seq,snd_pcm
    snd_page_alloc 8072 2 snd_intel8x0,snd_pcm
    snd_mixer_oss 14464 1 snd_pcm_oss
    snd 44772 17 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    soundcore 6368 1 snd
    ac97_bus 2176 1 snd_ac97_codec
    prism54 51976 0
    via_rhine 20360 0
    slhc 5632 1 ppp_generic
    mii 4864 1 via_rhine
    ext3 121992 3
    jbd 43412 1 ext3
    mbcache 6912 1 ext3
    sr_mod 15012 1
    cdrom 33824 1 sr_mod
    sd_mod 22784 6
    pata_acpi 5248 0
    ehci_hcd 32524 0
    uhci_hcd 22672 0
    usbcore 125420 7 usb_storage,ati_remote,usblp,usbhid,ehci_hcd,uhci_hcd
    ata_piix 14724 4
    ata_generic 5252 0
    libata 138352 3 pata_acpi,ata_piix,ata_generic
    Unfortunately I couldn't get the sound to work so far. It is not possible, to pass the sound via an external wire to the soundcard, as the tv-card has no external outputs.
    modprobe tvaudio
    didn't have any effect. When I change the volume in tvtime, in kmix and alsamixer the "line"-lever moves accordingly. And: Yes, it is unmuted. I had this problem before (on Debian) and depending on the version either
    sox -c 1 -w -r 32000 -t alsa hw:1 -t alsa hw:0
    or
    sox -c 2 -s -w -r 32000 -t ossdsp /dev/dsp1 -t ossdsp -w -r 32000 /dev/dsp
    did the trick. This is also what google, the forum search and several wikis proposed.
    But now, the first command gives back:
    sox soxio: Can't open input file `/dev/dsp1': No such file or directory
    and the second command gives back:
    sox soxio: Failed reading `hw:1': cannot open audio device
    I wanted to avoid fiddling with the
    tuner=n channel=m
    options, as it didn't have any effect earlier (on debian) and right now video is running smoothly. Never change a winning team.
    I hardly think this might matter, but the TV-encoding system is PAL (Germany) and it's cable-tv.
    Thanks in advance for any suggestions!
    cheers
    daniel
    Last edited by quarK (2008-03-28 11:05:47)

    Do you have the module saa7134-alsa? I have a hybrid card with that chipset, and don't use the analogue often but I think I had to explicitely load that module for sound to work.
    Last edited by ianegg (2008-03-28 07:59:00)

  • [SOLVED] No sound from sound card

    I'm going to be quite brief about this, because the details have been repeated so often in many other threads. Just recently (as in a few hours ago), my laptop (ThinkPad T31) is no longer producing any sounds, despite the card being recognized. Trying to troubleshoot this issue, I tried a variety of different solutions I had found during my research:
    Some info:
    lspci | grep Audio wrote:00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02)
    lsmod | grep snd wrote:snd_seq_dummy           1067  0
    snd_seq_oss            24688  0
    snd_seq_midi_event      4452  1 snd_seq_oss
    snd_seq                41353  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device          4317  3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_pcm_oss            32994  0
    snd_intel8x0m           9300  0
    snd_mixer_oss          13629  1 snd_pcm_oss
    snd_intel8x0           22249  3
    snd_ac97_codec         87863  2 snd_intel8x0m,snd_intel8x0
    ac97_bus                 750  1 snd_ac97_codec
    snd_pcm                57159  5 snd_pcm_oss,snd_intel8x0m,snd_intel8x0,snd_ac97_codec
    snd_timer              15317  3 snd_seq,snd_pcm
    snd                    41154  14 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_intel8x0m,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
    soundcore               4545  1 snd
    snd_page_alloc          5745  3 snd_intel8x0m,snd_intel8x0,snd_pcm
    amixer output: here
    I have tried blacklisting snd_intel8x0m in /etc/rc.conf, as well as try using OSS, both to no avail.
    I have also tried placing:
    options    snd-intel8x0 ac97_quirk=1
    in /etc/modprobe.d/modprobe.conf
    There were actually many more things that I have tried while sifting through all of the past forum posts relating to this issue, but I won't go into to much detail. Could anyone explain what I need to do, or at least point me in the right direction? I am absolutely baffled, especially considering I had not updated anything before the problem occurred.
    EDIT: I also tried a different kernel, in this case kernel26-lts, which, again, produced no results.
    Last edited by itsbrad212 (2011-04-20 23:55:20)

    lagagnon wrote:I can't be certain but your PCM channels are completely muted and AFAIK should not be. Try unmuting PCM ?
    Nice catch! Unfortunately, the PCM channels have never worked for me (I use 'Master'), so I always keep them muted. I tried unmuting them without any luck.

  • [SOLVED] No sound on right speaker with ALSA

    Hello,
    I've just installed Arch for my first time, and I'm having some problems with the sound.
    My left speaker and the subwoofer work fine, but there's no sound coming out of the right speaker.
    I've unmuted all channels in alsamixer.
    Info-
    from alsamixer-
    │ Card: HDA Intel                                                                                                                   F1:  Help               │
    │ Chip: Realtek ALC882   
    $ lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
    What can I do about this?
    Thanks,
    kradle
    Last edited by kradle (2010-07-21 16:42:47)

    karol: No, that's not the case. (song for one channel)
    amixer output:
    Simple mixer control 'Master',0
      Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
      Playback channels: Mono
      Limits: Playback 0 - 31
      Mono: Playback 26 [84%] [-7.50dB] [on]
    Simple mixer control 'Headphone',0
      Capabilities: pswitch penum
      Playback channels: Front Left - Front Right
      Mono:
      Front Left: Playback [on]
      Front Right: Playback [on]
    Simple mixer control 'PCM',0
      Capabilities: pvolume penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 255
      Mono:
      Front Left: Playback 247 [97%] [-1.60dB]
      Front Right: Playback 247 [97%] [-1.60dB]
    Simple mixer control 'Front',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono:
      Front Left: Playback 31 [100%] [0.00dB] [on]
      Front Right: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Front Mic',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono:
      Front Left: Playback 22 [71%] [-1.50dB] [off]
      Front Right: Playback 22 [71%] [-1.50dB] [off]
    Simple mixer control 'Front Mic Boost',0
      Capabilities: volume penum
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: 0 - 3
      Front Left: 3 [100%]
      Front Right: 3 [100%]
    Simple mixer control 'Surround',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono:
      Front Left: Playback 31 [100%] [0.00dB] [on]
      Front Right: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Center',0
      Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
      Playback channels: Mono
      Limits: Playback 0 - 31
      Mono: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'LFE',0
      Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
      Playback channels: Mono
      Limits: Playback 0 - 31
      Mono: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Side',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono:
      Front Left: Playback 31 [100%] [0.00dB] [on]
      Front Right: Playback 31 [100%] [0.00dB] [on]
    Simple mixer control 'Line',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono:
      Front Left: Playback 25 [81%] [3.00dB] [on]
      Front Right: Playback 25 [81%] [3.00dB] [on]
    Simple mixer control 'CD',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono:
      Front Left: Playback 24 [77%] [1.50dB] [on]
      Front Right: Playback 24 [77%] [1.50dB] [on]
    Simple mixer control 'Mic',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono:
      Front Left: Playback 0 [0%] [-34.50dB] [on]
      Front Right: Playback 0 [0%] [-34.50dB] [on]
    Simple mixer control 'Mic Boost',0
      Capabilities: volume penum
      Playback channels: Front Left - Front Right
      Capture channels: Front Left - Front Right
      Limits: 0 - 3
      Front Left: 1 [33%]
      Front Right: 1 [33%]
    Simple mixer control 'IEC958',0
      Capabilities: pswitch pswitch-joined cswitch cswitch-joined penum
      Playback channels: Mono
      Capture channels: Mono
      Mono: Playback [on] Capture [off]
    Simple mixer control 'IEC958 Default PCM',0
      Capabilities: pswitch pswitch-joined penum
      Playback channels: Mono
      Mono: Playback [on]
    Simple mixer control 'Beep',0
      Capabilities: pvolume pswitch penum
      Playback channels: Front Left - Front Right
      Limits: Playback 0 - 31
      Mono:
      Front Left: Playback 31 [100%] [12.00dB] [on]
      Front Right: Playback 31 [100%] [12.00dB] [on]
    Simple mixer control 'Capture',0
      Capabilities: cvolume cswitch penum
      Capture channels: Front Left - Front Right
      Limits: Capture 0 - 31
      Front Left: Capture 0 [0%] [-12.00dB] [off]
      Front Right: Capture 0 [0%] [-12.00dB] [off]
    Simple mixer control 'Capture',1
      Capabilities: cvolume cswitch penum
      Capture channels: Front Left - Front Right
      Limits: Capture 0 - 31
      Front Left: Capture 0 [0%] [-12.00dB] [on]
      Front Right: Capture 0 [0%] [-12.00dB] [on]
    Simple mixer control 'Capture',2
      Capabilities: cvolume cswitch penum
      Capture channels: Front Left - Front Right
      Limits: Capture 0 - 31
      Front Left: Capture 0 [0%] [-12.00dB] [on]
      Front Right: Capture 0 [0%] [-12.00dB] [on]
    Simple mixer control 'Input Source',0
      Capabilities: cenum
      Items: 'Mic' 'Front Mic' 'Line' 'CD'
      Item0: 'Mic'
    Simple mixer control 'Input Source',1
      Capabilities: cenum
      Items: 'Mic' 'Front Mic' 'Line' 'CD'
      Item0: 'Mic'
    Simple mixer control 'Input Source',2
      Capabilities: cenum
      Items: 'Mic' 'Front Mic' 'Line' 'CD'
      Item0: 'Mic'

  • No sound from tv card

    Hi!
    I can't seem to get sound from my tv card, but the video works fine. I have a Leadtek TV2000 XP Expert (like this one). The card uses the CX23880/1/2/3 decoder, and the kernel modul loads on boot (it has to be, because I get the video). The only problem is that i can't hear sound. I connected the audio output from the card to my on-board sound card over the cd input line. The card worked on opensuse, and pclinuxos, so I know it works. I just dont know how to set it up on arch.
    # lspci
    01:07.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
    Here are 2 screenshots of my kmix, just in case you need it.
    BTW, I use arch for 2 days, and I like it a lot!
    Last edited by KRTac (2008-07-05 13:33:45)

    I followed the directions here: http://inspirated.com/2007/04/05/alsa-l … th-mplayer and made the command:
    mplayer tv:// -tv driver=v4l2:norm=NTSC:input=0:device=/dev/video1:chanlist=us-cable:alsa:adevice=hw.1,0:amode=2:audiorate=32000:forceaudio:immediatemode=0
    and now it works.

  • Inspire T6060 - sound from all satellati with 1 jack

    i had an old cambridge 4. sitem ad it has 2 jack a green one and a black one, if you plug just jack it is possible to hear music from all the speackers
    now i upgrade at inspire T6060 but at the moment i dont have a 5.1 sound card, till i will get one i would like to hear music from all the speackers instead of the 2 front one
    i tryed to plug just the green jack but the sound come just from the front speackers, is it possible to make it come from all just with one jack, how?

    Headphone jacks are only good for so many in and out usages.  Usually its the headphone jack itsefl that goes bad first but sometimes it is the internal part.  If you are lucky you can clean out the inside and get it to work.
    These devices are not made to last for someone who actually has those headphones around there neck and acually uses there listening devices through out the day plugging it in and out.  This is not in any way an Apple thing, it is a problem with many devices.  The male ends tend to get dirty hanging around then scratch the female end when used.  In fact, using higher end headphones you can really notice even the smallest particles of dust on the male end of plug when used, that is the small popping you might notice when the cord moves.
    Hopefully its a problem on the male side of things. 
    I would recommend a person that wants to use headphones alot to keep a small 2 inch extension plugged into there device that can be replaced when it goes bad inplace of wearing out the original plug.
    Again, this is not an Apple problem alone.

  • No sound from Apogee Jam with iPad mini and Lightning-30 pin adapter

    Hello everybody.
    I'm trying to use my Apogee Jam with iPad mini but I am unable to hear any sound from it. Jam seems to work, since the led become green and react to the guitar signal. I tried two different guitars and different cables but nothing changes. Jam also works perfectly on MacBook Pro and garage Band, so I first assumed the issue was in the iPad or in the Lightning-30 pin adapter (genuine).
    Oddly on AmpliTube I can tune the guitar, so some signal arrives to the iPad, but I can't do the same on JamUp, where the tuner seems not to reiceve any signal. Are there some settings I should check on the apps?
    Thanks for any suggestions!

    Make sure you have the monitor input turned on in GarageBand. http://youtu.be/Eb8bN3tExio

  • No sound from external speakers with music and apps on 3gS

    I'm having sound problems with my 3gs.  I've read quite a few posts about this and have come to a dead end. 
    My problem is that there is no sound from apps of music etc from the external speaker but there is from phone calls.
    This is what I've tried:
    The silent button is off.
    I've put the headphone in and out many times to know avail.  (I don't consider this to be the problem as when the jack is taken out the volume bar dissapears)
    I've blown down the headphone jack.
    I've cleaned out the usb socket with a toothpick
    I've done a restart
    I've done a reset and a full reset with newly downloaded firmware.
    To me it's acting as if it is docked into an external speaker.
    Any other suggestions.
    Darren

    Is the iPhone able to still play ringtones and songs via headphones? If so, your iPhone probably thinks it is connected to a dock. I had this problem and while I don't suggest it, I messed rather vigorously with the dock/cable port at the bottom before the volume reappeared. I hope this helps.

  • [SOLVED] No sound from speaker with alsa on lenovo g585

    When playing any kind of sound, my headphones work, but the internal speakers are silent. In alsamixer both Headphone and Speaker are unmuted. So far I made a ~/.asoundrc file, so the HDMI device wont be the default.
    ~/.asoundrc
    pcm.!default {
    type hw
    card Generic_1
    ctl.!default {
    type hw
    card Generic_1
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Generic_1 [HD-Audio Generic], device 0: CX20590 Analog [CX20590 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    lspci -k
    00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio [Radeon HD 6250/6310]
    Subsystem: Lenovo Device 397f
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
    Subsystem: Lenovo Device 397f
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    alsa-info.sh output is here.
    After reading the wiki, and looking at tihs I tried setting the model in /etc/modprobe.d/modprobe.conf to laptop, and to ideapad, but none of them worked. Is it only the matter of getting the model right, or is something else wrong?
    Last edited by matyilona200 (2013-12-22 23:07:57)

    I found that Auto-Mute Mode was enabled and my headphones where plugged in all the time, disableing it solved the problem.
    Last edited by matyilona200 (2013-12-22 23:09:09)

  • Get Sound From Rear Speakers with X-Fi XtremeMusic card

    Have the SB X-Fi XtremeMusic soundcard combined with the Digital I/O Module so i can get digital sound through my 6. Sony Amp. I have the Digital I/O module connected to my amp via a Coaxial cable. I have set the speaker set up to 6., and have run the channel test in the Creative Console Launcher. Now heres the problem im having, i get the correct sounds coming from the front left, center, and right speakers, but when it tests the rear left speaker, the sound comes from the front left instead on the rear left, for the center rear the sound comes from the front center, and for the right rear the sound comes from the front right speaker. Can someone tell me how i get the correct sound come from the rear speakers please?

    The Xbox encodes the sound on the fly to form a DD stream. No PC game encodes DD by itself, even when the game is DD certified it needs a soundcard capable of encoding it, like the soundstorm on the nforce2. If your receiver supports analog inputs use them, the DD compression would probably degrade the sound at least to the same degree than an analog connection.

  • [SOLVED] No sound on music apps with pulseaudio

    Hi. I just installed pulseaudio on my arch in order to get a higher volume out of my laptop. My DE is gnome, and totem seems to work perfectly with pulse, but neither banshee nor rhythmbox seem too like it. Banshee gets very unresponsive when trying to play a song, and never even shows the slider moving forward, or make any sound at all. Rhythmbox has a similar issue, but without the unresponsiveness...
    I'm not very sure how to debug this issue, To install pulse I followed the instructions from the arch wiki, including the configuration for gstreamer: http://wiki.archlinux.org/index.php/Pul … #GStreamer
    Cheers!
    Last edited by orlox (2010-08-18 03:05:56)

    Debugging would normally start with opening pavucontrol. What probably happened is that pulseaudio did not get control of your sound card, maybe some app plays sound before pulse starts. Or maybe totem itself grabs your sound card.

  • [SOLVED] No sound from speakers, headphones work (laptop, ALSA)

    Sorry about another "No sound"-thread . So, the headphones work just fine, I can play music or Youtube-videos or whatever but the speakers on my laptop stay mute no matter what I do. I even tested the speakers with a Ubuntu CD to check if I've broken them somehow.
    I've been having this odd problem for a week or so, I don't know since I usually use the headphones on my laptop anyway.
    lspci|grep Audio shows:
    00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
    01:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx Series]
    With running 'amixer' I get sh*tload of stuff
    lsmod|grep snd
    snd_seq_oss 35584 0
    snd_seq_midi_event 9344 1 snd_seq_oss
    snd_seq 58336 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 9364 2 snd_seq_oss,snd_seq
    snd_hda_intel 529844 0
    snd_pcm_oss 45568 0
    snd_mixer_oss 18944 1 snd_pcm_oss
    snd_pcm 82952 2 snd_hda_intel,snd_pcm_oss
    snd_timer 24720 2 snd_seq,snd_pcm
    snd_page_alloc 11792 2 snd_hda_intel,snd_pcm
    snd_hwdep 10632 1 snd_hda_intel
    snd 65096 9 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
    soundcore 9632 1 snd
    Could it be a driver issue? I just need some cryptic parameter to some module, right?
    I've been playing around with alsamixer to fix this problem, maybe I've just messed things up a bit more? I really don't know much about ALSA, so the answer might just be obvious to some.
    Thanks!
    edit Screenshot of alsamixer
    Last edited by ap_ (2009-02-12 17:16:15)

    Solved by compiling & installing new alsa-driver. You can get it from here: http://ftp.kernel.org/pub/linux/kernel/ … 12.tar.bz2

  • [Solved] No sound from HDMI, Intel HDA, Pulse Audio

    It used to work (TM).
    I always use pavucontrol to change the output to hdmi, and the mixer shows sound playing, but nothing comes from the TV.
    I have no ~/.asoundrc and the /etc/asound.conf is the default that is written when pulse is installed.
    aplay -l gives this:
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Any ideas?
    Last edited by pogeymanz (2012-01-21 19:58:24)

    The nvidia section of the pulseaudio page on the wiki looks similar. I don't see anything in the instructions there that would make the solution nvidia-specific. I would consider giving it a shot to start here but replace "device=hw:1,7" with "device=hw:0,7".
    Maybe, the name of the section needs changing to something more generic than just nvidia. Eg, it may be more appropriate to call it just "HDMI Configuration" with a note about which cards it's known to apply to.

Maybe you are looking for

  • Hyperion Financial Reporting Studio Issue

    Hi, We have an issue with Hyperion FRS, where the users other than Admin are not able to see the reports. When they try to open the reports the following error is displayed: "1012: Report contains an invalid grid. The following dimension(s) could not

  • Automatic Clearing with remainder

    Hello all We have a requirement to use automatic clearing to clear down customer accounts that show a credit balance, and leave an AB document on the customers account for the remaining credit balance. Any thoughts Warwick

  • BPM Studio Task Send XML to Client Actions

    After I do the Send XML to Client from the exeucte tab of an action...instead of marking the task as done on the call back actions...i try to mark the same task as done in the next task after a decision box....it doesnt seem to work? any ideas? shoul

  • Probllem with applets connecting to servlets

    This piece of code has an applet making a connection to a server. This works using the older version of an appletviewer but not on the jdk1.2 appletviewer and also on netscape nor opera browsers. It gives me a security... error. import java.awt.*; im

  • Program to archive floppies, zips, CDs to harddrive (and pref. erase/eject)

    I have a bunch of CDs, floppies and Zip discs to insert into my various drives, copy to the harddrive, and erase the floppies and zips. Does there happen to be a program for OSX to automatically copy the contents of a removable disc on insert (and pr