Houston, we have no audio.

A few days ago my laptop has become totally silent. It was a while since I did not use arch, so i did the update to the entire system. Now the audio is gone and i don't know why
I post some outputs to give you clues.
$ sudo lspci -nn | grep -i audio
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03)
01:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI Audio [Radeon HD 4000 series] [1002:aa38]
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
$ lsmod | grep '^snd' | column -t
snd_hda_codec_hdmi 23672 1
snd_hda_intel 24053 0
snd_hda_codec 94273 2 snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 6300 1 snd_hda_codec
snd_pcm 74958 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
snd_timer 18966 1 snd_pcm
snd 58997 6 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
$ ls -l /dev/snd/
totale 0
drwxr-xr-x 2 root root 80 2 lug 12.50 by-path
crw-rw----+ 1 root audio 116, 5 2 lug 12.50 controlC0
crw-rw----+ 1 root audio 116, 8 2 lug 12.50 controlC1
crw-rw----+ 1 root audio 116, 4 2 lug 12.50 hwC0D0
crw-rw----+ 1 root audio 116, 7 2 lug 12.50 hwC1D0
crw-rw----+ 1 root audio 116, 3 2 lug 12.50 pcmC0D0c
crw-rw----+ 1 root audio 116, 2 2 lug 14.03 pcmC0D0p
crw-rw----+ 1 root audio 116, 6 2 lug 12.50 pcmC1D3p
crw-rw---- 1 root audio 116, 1 2 lug 12.50 seq
crw-rw----+ 1 root audio 116, 33 2 lug 12.50 timer
$ speaker-test -c 2
speaker-test 1.0.25
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Home directory /home/johnny not ours.
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 2048 to 16384
Period size range from 1024 to 1024
Using max buffer size 16384
Periods = 4
was set period_size = 1024
was set buffer_size = 16384
0 - Front Left
1 - Front Right
Time per period = 5,651784
0 - Front Left
1 - Front Right
Time per period = 5,973293
0 - Front Left
^C
$
The alsa installed packages are:
alsa-utils
alsa-lib
alsa-firmware
alsa-plugins
lspci -nn
$ uname -a
Linux frankenstein 3.4.4-2-ARCH #1 SMP PREEMPT Sun Jun 24 18:59:47 CEST 2012 x86_64 GNU/Linux
Last edited by reddhawk (2012-07-02 14:58:15)

I'm having similar issues. Except I know my hardware is working because I can unmute my front mic and I hear stuff. I think my issue may be configuration.
EDIT: I have no clue how it happened, but rebooting seemed to have fixed the issue, despite rebooting a few times during the process of looking for answers. We'll see how it acts tomorrow.
Here's my info and configs:
/etc/asound.conf
defaults.pcm.card 0
defaults.pcm.device 0
defaults.ctl.card 0
pcm.!default {
type plug
slave.pcm "dmixer"
pcm.default {
type plug
slave.pcm "dmixer"
pcm.dsp0 {
type plug
slave.pcm "dmixer"
pcm.dmixer {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0666
slave {
pcm "hw:0,0"
rate 48000
period_time 0
period_size 1024
buffer_size 8192
bindings {
0 0
1 1
pcm.medna {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0666
slave {
pcm "hw:0,0"
rate 48000
period_time 256
period_size 4096
buffer_size 8192
bindings {
0 0
1 1
ctl.dmixer {
type hw
card 0
ctl.medna {
type hw
card 0
~/asoundrc
pcm.skype {
type asym
playback.pcm "skypeout"
capture.pcm "skypein"
pcm.skypein {
# Convert from 8-bit unsigned mono (default format set by aoss when
# /dev/dsp is opened) to 16-bit signed stereo (expected by dsnoop)
# We cannot just use a "plug" plugin because although the open will
# succeed, the buffer sizes will be wrong and we will hear no sound at
# all.
type route
slave {
pcm "skypedsnoop"
format S16_LE
ttable {
0 {0 0.5}
1 {0 0.5}
pcm.skypeout {
# Just pass this on to the system dmix
type plug
slave {
pcm "dmix"
pcm.skypedsnoop {
type dsnoop
ipc_key 1133
slave {
# "Magic" buffer values to get skype audio to work
# If these are not set, opening /dev/dsp succeeds but no sound
# will be heard. According to the ALSA developers this is due
# to skype abusing the OSS API.
pcm "hw:0,0"
period_size 256
periods 16
buffer_size 16384
bindings {
0 0
lspci | grep -i audio
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
01:00.1 Audio device: NVIDIA Corporation GF116 High Definition Audio Controller (rev a1)
lsmod | grep "^snd"
snd_hda_codec_hdmi 23672 4
snd_hda_codec_realtek 60377 1
snd_hda_intel 24053 0
snd_hda_codec 94273 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_usb_audio 93519 0
snd_usbmidi_lib 18744 1 snd_usb_audio
snd_rawmidi 18479 1 snd_usbmidi_lib
snd_hwdep 6300 2 snd_usb_audio,snd_hda_codec
snd_seq_device 5300 1 snd_rawmidi
snd_pcm 74958 4 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
snd_timer 18966 1 snd_pcm
snd 58997 11 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
sysdefault:CARD=SB
HDA ATI SB, ALC892 Analog
Default Audio Device
front:CARD=SB,DEV=0
HDA ATI SB, ALC892 Analog
Front speakers
surround40:CARD=SB,DEV=0
HDA ATI SB, ALC892 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=SB,DEV=0
HDA ATI SB, ALC892 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SB,DEV=0
HDA ATI SB, ALC892 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SB,DEV=0
HDA ATI SB, ALC892 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SB,DEV=0
HDA ATI SB, ALC892 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SB,DEV=0
HDA ATI SB, ALC892 Digital
IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=NVidia,DEV=0
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=2
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=3
HDA NVidia, HDMI 0
HDMI Audio Output
Since this issue didn't occur until I booted this morning, I figured I'd also provide pacman activity since yesterday. The only audio-related stuff before I booted up this morning (around 11AM) was an MPD upgrade. I hadn't touched my audio config before this except when I setup the skype things a few weeks ago:
cat /var/log/pacman.log | grep "^\[2012-07-0[23]"
[2012-07-02 01:07] Running 'pacman -S cgit'
[2012-07-02 01:07] Setting ownership of /var/cache/cgit to http:http ... changed ownership of ‘var/cache/cgit’ from root:root to http:http
[2012-07-02 01:07] done.
[2012-07-02 01:07] cgit looks at /etc/cgitrc for configuration. there is an example configuration file in its manpage.
[2012-07-02 01:07] installed cgit (0.9.0.3-1)
[2012-07-02 02:50] Running 'pacman -S nginx'
[2012-07-02 02:50] installed nginx (1.2.1-1)
[2012-07-02 03:01] Running 'pacman -Rns nginx'
[2012-07-02 03:01] removed nginx (1.2.1-1)
[2012-07-02 03:01] Running 'pacman -S httpd'
[2012-07-02 03:01] Running 'pacman -S apache'
[2012-07-02 03:01] installed apr (1.4.6-1)
[2012-07-02 03:01] installed unixodbc (2.3.1-1)
[2012-07-02 03:01] installed apr-util (1.4.1-1)
[2012-07-02 03:01] installed apache (2.2.22-4)
[2012-07-02 11:32] Running 'pacman -Syu'
[2012-07-02 11:32] synchronizing package lists
[2012-07-02 11:32] starting full system upgrade
[2012-07-02 11:33] removed python-beautifulsoup (3.2.0-2)
[2012-07-02 11:33] upgraded ca-certificates (20120212-1 -> 20120623-1)
[2012-07-02 11:33] installed python2-beautifulsoup3 (3.2.1-1)
[2012-07-02 11:33] upgraded python2-lxml (2.3.4-1 -> 2.3.4-2)
[2012-07-02 11:33] upgraded calibre (0.8.58-1 -> 0.8.58-3)
[2012-07-02 11:33] warning: /etc/mpd.conf installed as /etc/mpd.conf.pacnew
[2012-07-02 11:33] upgraded mpd (0.16.8-3 -> 0.17-1)
[2012-07-03 10:51] Running 'pacman -Syu'
[2012-07-03 10:51] synchronizing package lists
[2012-07-03 10:51] starting full system upgrade
[2012-07-03 10:51] upgraded calibre (0.8.58-3 -> 0.8.58-4)
[2012-07-03 10:51] upgraded initscripts (2012.06.2-1 -> 2012.06.3-1)
[2012-07-03 10:51] upgraded libldap (2.4.31-3 -> 2.4.31-4)
[2012-07-03 11:29] Running 'pacman -S alsa-lib'
[2012-07-03 11:29] Running 'pacman -S smplayer'
[2012-07-03 11:29] Running 'pacman -S mplayer'
[2012-07-03 11:29] upgraded mplayer (34799-1 -> 34799-1)
[2012-07-03 11:55] Running 'pacman -S alsa-plugins'
[2012-07-03 11:55] installed alsa-plugins (1.0.25-1)
[2012-07-03 11:55] Running 'pacman -R alsa-plugins'
[2012-07-03 11:55] removed alsa-plugins (1.0.25-1)
[2012-07-03 12:03] Running 'pacman -S amd-ucode'
[2012-07-03 12:03]
[2012-07-03 12:03] ==> To apply the microcode update on boot, load the 'microcode' module
[2012-07-03 12:03] ==> by adding it to the MODULES array in rc.conf:
[2012-07-03 12:03] ==> MODULES=(... microcode)
[2012-07-03 12:03]
[2012-07-03 12:03] installed amd-ucode (2012.01.17-3)
[2012-07-03 13:17] Running 'pacman -S gstreamer0.10-plugins'
[2012-07-03 14:44] Running 'pacman -S gstreamer0.10-plugins'
[2012-07-03 14:45] upgraded gstreamer0.10-bad-plugins (0.10.23-2 -> 0.10.23-2)
[2012-07-03 14:45] installed libvisual (0.4.0-4)
[2012-07-03 14:45] installed gstreamer0.10-base-plugins (0.10.36-1)
[2012-07-03 14:45] upgraded gstreamer0.10-ffmpeg (0.10.13-1 -> 0.10.13-1)
[2012-07-03 14:45] installed libavc1394 (0.5.4-1)
[2012-07-03 14:45] installed libiec61883 (1.2.0-3)
[2012-07-03 14:45] installed gconf (3.2.5-2)
[2012-07-03 14:45] installed libproxy (0.4.7-2)
[2012-07-03 14:45] installed gsettings-desktop-schemas (3.4.2-1)
[2012-07-03 14:45] installed glib-networking (2.32.3-1)
[2012-07-03 14:45] installed libsoup (2.38.1-1)
[2012-07-03 14:45] installed libgnome-keyring (3.4.1-1)
[2012-07-03 14:45] installed libsoup-gnome (2.38.1-1)
[2012-07-03 14:45] installed gstreamer0.10-good-plugins (0.10.31-1)
[2012-07-03 14:45] installed gstreamer0.10-ugly (0.10.19-1)
[2012-07-03 14:45] installed libmpeg2 (0.5.1-3)
[2012-07-03 14:45] installed libsidplay (1.36.59-5)
[2012-07-03 14:45] installed gstreamer0.10-ugly-plugins (0.10.19-1)
Last edited by xelados (2012-07-03 19:27:09)

Similar Messages

  • How do I have two audio clips overlapping each other?

    I have a project where we have to make a music video, and I wanted to start working on the audio. I have an audio clip of the instrumental without me singing the song. I made a separate audio clip of me just singing the song because I wanted to be able to use autotune without changing how the music sounded. Now I want to play both clips at the same time but every time I try to do it the clips just change positions. Also I have another audio clip in the beginning of the video that I don't want changed or moved. I've tried googling and searching on youtube but nothing seems to help.

    Don't think it's on the Exchange yet (why would I ask for something I have configured already?). Maybe I'll add it later on, but don't understand me wrong, I fully respect the preference is different depending on the user.
    Just my common sense as analyst-programmer that tells me not to close something automatically by default (so only on first install). Your product, your call ;)
    Regards,
    K.

  • On my MacBook Pro, while using the windows side, I have no audio. Any suggestions

    On my MacBook Pro while using the Windows hard drive, I have no audio. The icon shows that I should (no mute insignia).  Any thoughts what I might do to correct?
    Thnaks.
    Tom

    Whoa, I found the answer by clicking on one of the questions in the "More Like This" box to the right.  I do  wonder how to find that box before posting my dumb question.  The answer turned out to be checking the youtube volume control.  I turned that up and it solved the problem for Comast as well.

  • I am trying to export a video from Premiere Pro.  I have both audio and video checked and the sequence is active but only the audio exports.  There is no video at all.  Can anyone tell me how to get the video to export.  It was working fine until today.

    Premiere Pro CC has been working fine until today.  I have completed my sequence and it is active.  I have both audio and video checked when I am exporting using H.264 with Match Source Hi bitrate.  I am choosing entire sequence.  The audio exports but the video and title does not.  Can anyone tell me how to troubleshoot this so I can complete this project?  Please!

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • I have some audio files on my previous phone which I would like to export to my new iPhone 5. I am told that you can only import files from iTunes. Is that true? If not, how do I import files from my phone - or my Macbook pro laptop-to my phone?  Thanks!

    I have some audio files on my previous phone which I would like to export to my new iPhone 5. I am told that you can only import files from iTunes. Is that true? If not, how do I import files from my phone - or my Macbook pro laptop-to my phone?  Thanks!

    iTunes will only import music from your phone that was purchased from the iTunes store.  To transfer music from other sources you have to use 3rd party software, such as PhoneView.

  • 8.1 Pro install now have no audio and video play

    I have an older G60-443cl and changed out the HDD for a SDD.  Installed a new version of Windows 8.1 Pro.  Everything works but my audio and video.  The audio drivers are installed and working properly (according to my system) but even on the speaker icon where you adjust the volume there is no sound not even the little beep when you change the volume.  I went to my adminastrative tools and checked and the following is what i guess i should have:
    Open windows Control Panel, open Administrative Tools and open Services.  Check that the following services are all showing as Status= Started and Startup Type= Automatic
    Audio Service
    Multimedia Class Scheduler
    Windows Audio
    Windows Audio Endpoint Builder
    I have all of the item but the top one Audio Service????     Help!!!!! Please!

    Hi @L1215 ,
    Welcome to the HP Forums!
    It is a grand place to find answers and information!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp that after changing the drive to a SSD and installing Windows 8.1 Pro you lost your audio.  Drivers are showing as installed and working properly but you have not audio.
    When I checked the driver page for your notebook I noticed that Windows 8.1 is not a supported Operating System.  With this being said HP does not provide the drivers as it is an untested OS on your system.  OEM's may and sometimes do alter drivers to perform correctly with your system.
    Downloading or Updating Software and Drivers for HP Computers
    Here is a link to No Sound from Speakers (Windows 8) to aid in overcoming this difficulty.
    The best of luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Help!! working on a movie on Imovie. I had to delete a music file from a clip section and now there are some clips that have no audio!!! don't know how to get the audio back to my clips!!!! Help!!!

    Help!! working on a movie on Imovie. I had to delete a music file from a clip section and now there are some clips that have no audio!!! don't know how to get the audio back to my clips!!!! Help!!!

    You can use some third party software to copy the music from your old iPod back to computer first, and then import the music into iTunes and re-sync them to yournew iPod. Here is a guide about how to transfer iPod music to computer. Hope it helps. Feel free to email me if you need further help.

  • Is there a way to play video through HDMI and have the audio via the headphone socket?

    I would like to be able to play movies through the HDMI adapter to a projector, but to have the audio via the headphone socket to a separate audio system.  What I find is that as soon as I connect the projector via HDMI, the audio via the headphone sockeet is cut off.  Any ideas?

    Yes, there is a very simple way to get audio out through the iPad headphone jack even while connected to HDMI to play movies on a projector or TV.  In fact, I just did it last night for a presentation.
    With the HDMI adapter connected to the projector and your audio jack plugged into your iPad headphone jack, go ahead and start the movie. Then simply unplug the headphone jack and plug it back in.  The audio is now routed through the headphone jack again.
    I found I only had to do this once per session.  That is, Iwas able to stop the movie, go to the beginning of my presentation, wait the 20 minutes for the meeting to begin, and when I got to the video clip the audio still played out through the headphone jack to the PA system.
    I had built a presentation in a Web oriented training tool and it was running on Safari iOS7 with the latest update.  I have not tried it with Keynote yet.
    iPad mini (original version)

  • CUPC - "Phone Error. Could not place call because you have no audio device or sound card."

    Periodically throughout the day, CUPC will not make or receive calls, but instead presents a dialog box with the message "Phone Error. Could not place call because you have no audio device or sound card."  See attachment.
    Signing out of and back into CUPC resolves the issue temporarily.
    I have version 8.6.2 installed and I'm using a USB headset.
    Does anyone know what might be causing this?

    Hi Steve,
    I have users reporting this as well with Jabra GN 2000 headsets. They claim using a different headset resolves it which I'm waiting to confirm but I was wondering if you were able to figure this out.
    Thanks
    Erik

  • TS5180 I have no audio from my iPhone 5 except for the ringtone.  Wondering why.  Hellllllllllp!

    I have no audio from my iPhone 5 except for the ringtone.  Wondering why.  Hellllllllllp!

    AIrplay is not supported on 1st gen, I assume you have a 2nd gen (black box). Not all apps are enabled for AirPlay, this would be up to the developers to do

  • I have no audio v. 4.0.1

    For the Nth time... I HAVE NO AUDIO ON v 4.0.1 RUNNING ON WINDOWS 7 ULTIMATE.
    If I don't get any help, I am going back to IE

    Create a new profile as a test to check if your current profile is causing the problems.
    See:
    * [https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile Basic Troubleshooting: Make a new profile]
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See:
    * http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily.

  • Does the iMac have an AUDIO IN besides from the built-in mic?

    Does the iMac have an AUDIO IN aside from the built-in mic? 
    Also, are any special cables needed?
    Thanks,
    John

    Hi
    You should be able to check by going to about this mac from the Apple menu. Then click the more info button and then the system report button. Next, click on audio tab to the left. If you don't have an entry for built in input then you probably don't have line-in in your mac. As already mentioned though you should be able to defiantly find out with the model and year.
    Hope this helps

  • HT204291 I do not have video, audio only with air play on my apple tv using my instant video form my iPad

    I do not have video, audio only with air play on my apple tv using my ipadusing instant video

    It needs to be in iTunes, with home sharing enabled on computer and Apple TV. When computer is on and running iTunes you will be able to access via the Computers icon on Apple TV
    File also needs to be in the correct format
    H.264 video up to 1080p, 30 frames per second, High or Main Profile level 4.0 or lower, Baseline profile level 3.0 or lower with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4 and .mov file formats
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4 and .mov file formats
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format

  • I have no audio when using chrome

    I have no audio when using chrome. I have audio when using Internet explorer and when playing from my pc. I have tried uninstalling chrome and flash player then reinstalling them. have tried FAQ on chromes site and Adobe's site. did not work.

    Hi Funkd, 
    The video / audio team is still hard at work trying to fix the audio problems introduced in 11.3.  Would you be willing to test a build of Flash Player that contains a few changes and additional debug logging functionality?  If so, please contact me directly at [email protected]
    Thanks,
    Chris

  • Does it have an audio out?

    Does it have an audio out?

    If you are asking about an AirPort Express, AirPort Extreme, or Time Capsule.....the AirPort Express is the only Apple router that has an audio output jack. It provides both an analog and optical digitial output.

Maybe you are looking for