EMBEDDING STREAMING MEDIA IN APPLETS

I am desperately trying to embed some streaming audio into an applet. I have already managed to embed normal (wav/mp3) audio, and have managed to embed RM streamed audio into a HTML document.
What code do I use to embed either RM or shockwave streaming media, its nigh on impossible to find this info on the net anywhere.
thanks for any help you can give

by the way, I am talking about stored streaming media files, encoded beforehand, not live feeds.
thanks

Similar Messages

  • Embedding Real Media off a DVD-ROM -- problems in Safari

    Safari won't play embedded Real Media files off of a DVD-ROM. Description:
    I'm trying to embed Real Media files in web pages distributed on a DVD-ROM. It works fine in Firefox (and in Windows), but in Safari, it doesn't work. It takes a long time for the embedded video to even start playing in Safari (about 2 minutes), and then it consistently crashes Safari less than a minute after that. Sometimes it doesn't play at all, but after a few minutes shows a "resource unavailable" error in the Activity window instead. It works perfectly if the files are on the hard drive, or if I'm streaming them over the Internet through Helix Server, but they just won't work when they're embedded off of the DVD-ROM through Safari.
    I've tried several Intel and PowerPC machines, all running the latest OS and RealPlayer versions, but I can't get it to work anywhere. I thought it could be disc or drive speed issues, but like I said, even Firefox on these same Macs plays the embedded video with no problems, and of course RealPlayer can open them directly off the disc just fine too. Safari seems to be standing in the way of my universal browser compatibility!
    I've contacted Real about this too, but I haven't received a response. Any ideas? Thanks -- Jim

    Also, for the embedded Real Media code, I'm essentially just using the code generated here:
    http://cit.ucsf.edu/embedmedia/step1.php
    (I can't imagine this matters much, since it works in all other browsers and all other instances other than Safari accessing the DVD-ROM)

  • Spry menu bar hidden behind embedded windows media player in IE but Not Firefox

    Hi ppl.. My spry menu bar submenus are hidden below my embedded windows media player when I go over the menu. Is there anything I can do to solve this. This doesn't happen in Firefox.(The submenu appear on top of the embedded player) Pls help.. Thank you!
    Here's my spry menu bar css code:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 9em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 9em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 9em;
        border-bottom-width: thin;
        border-bottom-style: solid;
        border-bottom-color: #CCC;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        background-color: #333;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        color: #FFF;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding-top: 1.1em;
        padding-right: 0.75em;
        padding-bottom: 1.1em;
        padding-left: 0.75em;
        text-align: center;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        color: #000;
        background-image: url(../images/navimg2.gif);
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        color: #000;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(../images/navimg2.gif);
        background-repeat: repeat-x;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
        display: inline;
        f\loat: left;
    Here's my embedded windows media player code.
    <OBJECT ID="MediaPlayer" WIDTH="425" HEIGHT="344" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
              <PARAM NAME="FileName" VALUE="aqeedah1v7.wmv">
              <PARAM name="autostart" VALUE="true">
              <PARAM name="ShowControls" VALUE="true">
              <param name="ShowStatusBar" value="true">
              <PARAM name="ShowDisplay" VALUE="false">
              <EMBED TYPE="application/x-mplayer2" SRC="aqeedah1v7.wmv" NAME="MediaPlayer"
    WIDTH="425" HEIGHT="344" ShowControls="1" ShowStatusBar="1" ShowDisplay="0" autostart="1"> </EMBED>
    </OBJECT>

    Add
    <param name="WindowlessVideo" value="-1">

  • "Error loading media. File Could not be played"  when trying to view streaming media on only some sites.  How to fix?

    Hi!
    I've been having a problem trying to view streaming media, but it only happens on some sites.  It's similar to a problem I have on my Windows PC, that's related to Adobe Flash, but since I'm very new to using my iPad Mini, I don't even know if Apple devices have Flash...do they?
    Anyway, when I go to a site that's plagued by this issue, I tap the 'Play' arrow on my screen & the circle spins like it's gonna play, but then the screen turns black & this error message appears:
                                                  "Error loading media. File Could not be played"  followed by a triangle with an exclamation point !
    I read several articles online & the solutions ran from updating firmware in their router, (mine is brand new...installed last Thursday), to disabling ad-block programs in their browsers...(I don't have any enabled), and the last one was making changes to the DNS...(I know it means 'domain name server', but I don't have the foggiest idea how to make changes to it!
    Anyway, that's my problem.  I hope that someone out there knows what I can do to fix it!
    Thanks in advance for your help.
    K-9Pal

    I would assume an issue with the HTML5 media player.
    If those aren't working on Windows then it is possible that the proper codecs aren't installed.
    You can try to disable the HTML5 media player and make Firefox use the Flash plugin.
    You can do this by setting these two prefs to false on the <b>about:config</b> page:
    *media.windows-media-foundation.enabled
    *media.directshow.enabled
    See also:
    Windows Media Feature Pack for Windows 7 N and for Windows 7 KN:
    *http://support.microsoft.com/kb/968211 - www.microsoft.com/en-us/download/details.aspx?id=16546

  • New wiki page on 'streaming media'

    Hi there,
    I have created a new page on how to stream media over the network. It seemed like a good idea to centralize knowledge on this topic on 1 page, even if all it held were references to more concise wikipages.
    The page is located at: http://wiki.archlinux.org/index.php/Streaming_media
    1. This is my first wiki-page, so I'm sure I've done some things wrong;
    2. I will be adding more information on some of the programs I've used, but of course, you are all invited to add content or discuss the page...
    HTH!

    Hi,
    It is a really nice idea. Maybe the page ought to serve as a hub for other articles.
    A couple of comments on sharing medias:
    * I have not been very happy with upnp. I used it for a while when I had a Synology NAS, but the fact that it seemed to rely on some kind of index made it less attractive. Samba has treated me nice; it always works (as oppose to "real" Windows shares which is a drag to setup).  I use samba for sharing videos and pictures to XMBC4Xbox.
    * For streaming live audio output, i.e. what is playing *right now* on my laptop to my stero, I have found a combo of icecast, pulseaudio and gstream to work nice. For serving static audio files I use squeezeboxserver. Had I used a Sonos sound system I would have used Samba again.
    * For PS3, which is a somewhat limited device, there is a nice java application that takes care of everything.
    * What I really miss is some way to preserve metatags when downloading video podcasts. To me it does not matter much at the moment as xbmc does not support local rss feeds. . . 
    I could add some comments on some of the above if you think it fits into your article.
    --Rasmus

  • Linux 3.12 and streaming media on a Dell XPS 13: kernel panic

    Hi all,
    Shortly after upgrading from Linux 3.11.6 to 3.12, I started getting kernel panics while playing streaming media (in particular from Youtube and The Daily Show). Here is a camera shot. The crash would not take place immediatly, but perhaps after 15 minutes of streaming. After downgrading to Linux 3.11.6 everything works fine. Therefore, it is clear to me that the issue is related to the Linux 3.12 kernel, but this is all I know.
    The fifth-to-last line from the camera shot reads:
    [11438.332699] RIP [<ffffffff8129e160>] __sg_page_iter_start+0x20/0x20
    A quick Google search reveals that __sg_page_iter_start is a function inside the scatterlist.h library in the Linux kernel, which apparently deals with memory paging, but my knowledge about this stuff is so poor that the message is almost meaningless. I would greatly appreciate if someone could give me a hint about this.
    I did not find anything useful in the journal, but here are the last few journal lines for 2 different crash instances:
    Crash #1
    Nov 15 00:22:45 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:24:15 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:24:22 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:24:24 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:24:26 xps gnome-session[385]: Starting FCEUX 2.2.2...
    Nov 15 00:24:26 xps gnome-session[385]: Loading /home/vrg/MyFiles/roms/nes/CASTLEVA.NES...
    Nov 15 00:24:26 xps gnome-session[385]: PRG ROM: 8 x 16KiB
    Nov 15 00:24:26 xps gnome-session[385]: CHR ROM: 0 x 8KiB
    Nov 15 00:24:26 xps gnome-session[385]: ROM CRC32: 0xb668c7fc
    Nov 15 00:24:26 xps gnome-session[385]: ROM MD5: 0x728e05f245ab8b7fe61083f6919dc485
    Nov 15 00:24:26 xps gnome-session[385]: Mapper #: 2
    Nov 15 00:24:26 xps gnome-session[385]: Mapper name: UNROM
    Nov 15 00:24:26 xps gnome-session[385]: Mirroring: Vertical
    Nov 15 00:24:26 xps gnome-session[385]: Battery-backed: No
    Nov 15 00:24:26 xps gnome-session[385]: Trained: No
    Nov 15 00:24:26 xps gnome-session[385]: Power on
    Nov 15 00:24:26 xps gnome-session[385]: Initializing video... Video Mode: 256 x 224 x 32 bpp
    Nov 15 00:24:26 xps gnome-session[385]: Initializing video... Video Mode: 1920 x 1080 x 32 bpp full screen
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 126.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 158.7%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 200.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 252.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 200.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 158.7%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 126.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 100.0%
    Nov 15 00:24:26 xps gnome-session[385]: Initializing video... Video Mode: 256 x 224 x 32 bpp
    Nov 15 00:24:27 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:26:02 xps kernel: perf samples too long (2530 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    Nov 15 00:27:43 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:28:44 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:30:55 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:30:55 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:30:55 xps gnome-session[385]: !!! [YouTubeInfoService: setting loadContext]: TypeError: channel is undefined
    Nov 15 00:31:25 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:31:31 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:31:32 xps gnome-session[385]: !!! [YouTubeInfoService: setting loadContext]: TypeError: channel is undefined
    Crash #2
    Nov 17 14:35:41 xps dbus-daemon[279]: dbus[279]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 17 14:35:41 xps dbus[279]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 17 14:35:41 xps dbus[279]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Nov 17 14:35:41 xps dbus-daemon[279]: dbus[279]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Nov 17 16:15:31 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:15:39 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:15:50 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:15:50 xps gnome-session[351]: !!! [YouTubeInfoService: setting loadContext]: TypeError: channel is undefined
    Nov 17 16:16:03 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:24:09 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:29:40 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:37:00 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:41:42 xps gnome-session[351]: NOTE: child process received `Goodbye', closing down
    In the first journal log, the following line calls my attention:
    Nov 15 00:26:02 xps kernel: perf samples too long (2530 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    However, this seems to be a normal occurrence after playing games (https://bbs.archlinux.org/viewtopic.php?id=170471), so I would guess this is not related to the kernel panic.
    For reference, here are some hardware specifications of my Dell XPS 13:
    # lsmod
    Module Size Used by
    usb_storage 47847 1
    fuse 74829 3
    uvcvideo 72804 0
    videobuf2_vmalloc 3272 1 uvcvideo
    videobuf2_memops 2335 1 videobuf2_vmalloc
    videobuf2_core 27797 1 uvcvideo
    videodev 110188 2 uvcvideo,videobuf2_core
    media 11591 2 uvcvideo,videodev
    hid_generic 1153 0
    usbhid 41434 0
    hid 89751 2 hid_generic,usbhid
    joydev 9663 0
    dell_wmi 1485 0
    sparse_keymap 3114 1 dell_wmi
    ax88179_178a 12500 0
    usbnet 26083 1 ax88179_178a
    mii 4027 2 usbnet,ax88179_178a
    x86_pkg_temp_thermal 6959 0
    intel_powerclamp 8642 0
    coretemp 6326 0
    kvm_intel 129457 0
    kvm 379351 1 kvm_intel
    crc32_pclmul 2987 0
    crc32c_intel 14249 0
    ghash_clmulni_intel 4469 0
    cryptd 8473 1 ghash_clmulni_intel
    nls_cp437 5953 2
    iTCO_wdt 5407 0
    vfat 10055 2
    fat 51827 1 vfat
    iTCO_vendor_support 1929 1 iTCO_wdt
    dell_laptop 8851 0
    dcdbas 6455 1 dell_laptop
    arc4 2000 2
    iwldvm 172354 0
    mac80211 454008 1 iwldvm
    microcode 15024 0
    psmouse 85356 0
    snd_hda_codec_hdmi 30233 1
    evdev 10693 15
    serio_raw 5041 0
    pcspkr 2027 0
    i2c_i801 11269 0
    iwlwifi 137049 1 iwldvm
    snd_hda_codec_realtek 37276 1
    cfg80211 403337 3 iwlwifi,mac80211,iwldvm
    i915 611138 3
    wmi 8347 1 dell_wmi
    rfkill 15698 3 cfg80211
    thermal 8620 0
    snd_hda_intel 36520 3
    intel_agp 10872 1 i915
    snd_hda_codec 148129 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    intel_gtt 12664 2 i915,intel_agp
    drm_kms_helper 35854 1 i915
    snd_hwdep 6332 1 snd_hda_codec
    tpm_tis 10921 0
    tpm 15091 1 tpm_tis
    snd_pcm 77765 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    tpm_bios 9745 1 tpm
    drm 236060 4 i915,drm_kms_helper
    snd_page_alloc 7202 2 snd_pcm,snd_hda_intel
    shpchp 25457 0
    snd_timer 18718 1 snd_pcm
    i2c_algo_bit 5391 1 i915
    snd 59141 13 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    i2c_core 23720 6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev
    soundcore 5450 1 snd
    mei_me 9296 0
    battery 6925 0
    mei 62003 1 mei_me
    video 11380 1 i915
    mperf 1235 0
    lpc_ich 13112 0
    ac 3324 0
    processor 25077 0
    button 4669 1 i915
    vboxdrv 263994 0
    ext4 470284 3
    crc16 1359 1 ext4
    mbcache 5866 1 ext4
    jbd2 83376 1 ext4
    sd_mod 30739 8
    ahci 22888 5
    libahci 21393 1 ahci
    ehci_pci 4120 0
    libata 171318 2 ahci,libahci
    ehci_hcd 48052 1 ehci_pci
    xhci_hcd 91357 0
    scsi_mod 128695 3 usb_storage,libata,sd_mod
    usbcore 178087 8 uvcvideo,usb_storage,ehci_hcd,ehci_pci,usbhid,usbnet,ax88179_178a,xhci_hcd
    usb_common 1648 1 usbcore
    # lshw
    xps
    description: Portable Computer
    product: Dell System XPS L322X (System SKUNumber)
    vendor: Dell Inc.
    version: 0.1
    serial: 2H0CVW1
    width: 64 bits
    capabilities: smbios-2.7 dmi-2.7 vsyscall32
    configuration: administrator_password=unknown boot=normal chassis=portable family=ChiefRiver System frontpanel_password=unknown keyboard_password=unknown power-on_password=unknown sku=System SKUNumber uuid=44454C4C-4800-1030-8043-B2C04F565731
    *-core
    description: Motherboard
    product: 0PJHXN
    vendor: Dell Inc.
    physical id: 0
    version: A00
    serial: .2H0CVW1.CN4864332G0061.
    slot: Part Component
    *-cpu
    description: CPU
    product: Core i7 (To Be Filled By O.E.M.)
    vendor: Intel Corp.
    physical id: 4
    bus info: cpu@0
    version: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
    serial: To Be Filled By O.E.M.
    slot: CPU Socket - U3E1
    size: 2500MHz
    capacity: 3100MHz
    width: 64 bits
    clock: 100MHz
    capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms cpufreq
    configuration: cores=2 enabledcores=2 threads=4
    *-cache:0
    description: L1 cache
    physical id: 6
    slot: L1-Cache
    size: 32KiB
    capacity: 32KiB
    capabilities: internal write-through instruction
    *-cache:1
    description: L2 cache
    physical id: 7
    slot: L2-Cache
    size: 256KiB
    capacity: 256KiB
    capabilities: internal write-through unified
    *-cache:2
    description: L3 cache
    physical id: 8
    slot: L3-Cache
    size: 4MiB
    capacity: 4MiB
    capabilities: internal write-back unified
    *-cache
    description: L1 cache
    physical id: 5
    slot: L1-Cache
    size: 32KiB
    capacity: 32KiB
    capabilities: internal write-through data
    *-firmware
    description: BIOS
    vendor: Dell Inc.
    physical id: 0
    version: A06
    date: 12/03/2012
    size: 128KiB
    capacity: 6592KiB
    capabilities: pci pnp upgrade shadowing escd cdboot bootselect edd int13floppy360 int13floppy1200 int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot smartbattery biosbootspecification netboot
    *-memory
    description: System Memory
    physical id: 35
    slot: System board or motherboard
    size: 8GiB
    *-bank:0
    description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
    product: HT5SMRAP
    vendor: Hynix/Hyundai
    physical id: 0
    serial: 00000000
    slot: ChannelA-DIMM0
    size: 4GiB
    width: 64 bits
    clock: 1600MHz (0.6ns)
    *-bank:1
    description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
    product: HT5SMRAP
    vendor: Hynix/Hyundai
    physical id: 1
    serial: 00000000
    slot: ChannelB-DIMM0
    size: 4GiB
    width: 64 bits
    clock: 1600MHz (0.6ns)
    *-pci
    description: Host bridge
    product: 3rd Gen Core processor DRAM Controller
    vendor: Intel Corporation
    physical id: 100
    bus info: pci@0000:00:00.0
    version: 09
    width: 32 bits
    clock: 33MHz
    *-display
    description: VGA compatible controller
    product: 3rd Gen Core processor Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 09
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:45 memory:d0000000-d03fffff memory:c0000000-cfffffff ioport:2000(size=64)
    *-usb:0
    description: USB controller
    product: 7 Series/C210 Series Chipset Family USB xHCI Host Controller
    vendor: Intel Corporation
    physical id: 14
    bus info: pci@0000:00:14.0
    version: 04
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi xhci bus_master cap_list
    configuration: driver=xhci_hcd latency=0
    resources: irq:40 memory:d0500000-d050ffff
    *-usbhost:0
    product: xHCI Host Controller
    vendor: Linux 3.11.6-1-ARCH xhci_hcd
    physical id: 0
    bus info: usb@2
    logical name: usb2
    version: 3.11
    capabilities: usb-3.00
    configuration: driver=hub slots=4 speed=5000Mbit/s
    *-usb
    description: Ethernet interface
    product: AX88179
    vendor: ASIX Elec. Corp.
    physical id: 2
    bus info: usb@2:2
    logical name: enp0s20u2
    version: 1.00
    serial: 0000249B0982FA
    size: 100Mbit/s
    capacity: 1Gbit/s
    capabilities: usb-3.00 ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=ax88179_178a duplex=full ip=128.103.14.222 link=yes maxpower=496mA multicast=yes port=MII speed=100Mbit/s
    *-usbhost:1
    product: xHCI Host Controller
    vendor: Linux 3.11.6-1-ARCH xhci_hcd
    physical id: 1
    bus info: usb@1
    logical name: usb1
    version: 3.11
    capabilities: usb-2.00
    configuration: driver=hub slots=4 speed=480Mbit/s
    *-usb
    description: USB hub
    product: USB2.0 Hub
    vendor: Genesys Logic, Inc.
    physical id: 1
    bus info: usb@1:1
    version: 32.98
    capabilities: usb-2.00
    configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
    *-usb:0
    description: Mouse
    product: USB OPTICAL MOUSE
    vendor: PIXART
    physical id: 1
    bus info: usb@1:1.1
    version: 1.00
    capabilities: usb-1.10
    configuration: driver=usbhid maxpower=100mA speed=2Mbit/s
    *-usb:1
    description: Mass storage device
    product: Android Phone
    vendor: HTC
    physical id: 2
    bus info: usb@1:1.2
    version: 2.26
    serial: HT08DHL10581
    capabilities: usb-2.00 scsi
    configuration: driver=usb-storage maxpower=500mA speed=480Mbit/s
    *-communication
    description: Communication controller
    product: 7 Series/C210 Series Chipset Family MEI Controller #1
    vendor: Intel Corporation
    physical id: 16
    bus info: pci@0000:00:16.0
    version: 04
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi bus_master cap_list
    configuration: driver=mei_me latency=0
    resources: irq:42 memory:d0515000-d051500f
    *-usb:1
    description: USB controller
    product: 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2
    vendor: Intel Corporation
    physical id: 1a
    bus info: pci@0000:00:1a.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci bus_master cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:16 memory:d051a000-d051a3ff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.11.6-1-ARCH ehci_hcd
    physical id: 1
    bus info: usb@3
    logical name: usb3
    version: 3.11
    capabilities: usb-2.00
    configuration: driver=hub slots=2 speed=480Mbit/s
    *-usb
    description: USB hub
    product: Integrated Rate Matching Hub
    vendor: Intel Corp.
    physical id: 1
    bus info: usb@3:1
    version: 0.00
    capabilities: usb-2.00
    configuration: driver=hub slots=6 speed=480Mbit/s
    *-usb
    description: Video
    product: Laptop_Integrated_Webcam_1.3M
    vendor: 00248CE62D1E-CC18-000603
    physical id: 5
    bus info: usb@3:1.5
    version: 27.09
    capabilities: usb-2.00
    configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
    *-multimedia
    description: Audio device
    product: 7 Series/C210 Series Chipset Family High Definition Audio Controller
    vendor: Intel Corporation
    physical id: 1b
    bus info: pci@0000:00:1b.0
    version: 04
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list
    configuration: driver=snd_hda_intel latency=0
    resources: irq:43 memory:d0510000-d0513fff
    *-pci
    description: PCI bridge
    product: 7 Series/C210 Series Chipset Family PCI Express Root Port 1
    vendor: Intel Corporation
    physical id: 1c
    bus info: pci@0000:00:1c.0
    version: c4
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:16 memory:d0400000-d04fffff
    *-network DISABLED
    description: Wireless interface
    product: Centrino Advanced-N 6235
    vendor: Intel Corporation
    physical id: 0
    bus info: pci@0000:01:00.0
    logical name: wlp1s0
    version: 24
    serial: c8:f7:33:83:71:1f
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=iwlwifi driverversion=3.11.6-1-ARCH firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
    resources: irq:44 memory:d0400000-d0401fff
    *-usb:2
    description: USB controller
    product: 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1
    vendor: Intel Corporation
    physical id: 1d
    bus info: pci@0000:00:1d.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci bus_master cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:23 memory:d0519000-d05193ff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.11.6-1-ARCH ehci_hcd
    physical id: 1
    bus info: usb@4
    logical name: usb4
    version: 3.11
    capabilities: usb-2.00
    configuration: driver=hub slots=2 speed=480Mbit/s
    *-usb
    description: USB hub
    product: Integrated Rate Matching Hub
    vendor: Intel Corp.
    physical id: 1
    bus info: usb@4:1
    version: 0.00
    capabilities: usb-2.00
    configuration: driver=hub slots=8 speed=480Mbit/s
    *-isa
    description: ISA bridge
    product: QS77 Express Chipset LPC Controller
    vendor: Intel Corporation
    physical id: 1f
    bus info: pci@0000:00:1f.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: isa bus_master cap_list
    configuration: driver=lpc_ich latency=0
    resources: irq:0
    *-storage
    description: SATA controller
    product: 7 Series Chipset Family 6-port SATA Controller [AHCI mode]
    vendor: Intel Corporation
    physical id: 1f.2
    bus info: pci@0000:00:1f.2
    version: 04
    width: 32 bits
    clock: 66MHz
    capabilities: storage msi pm ahci_1.0 bus_master cap_list
    configuration: driver=ahci latency=0
    resources: irq:41 ioport:2098(size=8) ioport:20bc(size=4) ioport:2090(size=8) ioport:20b8(size=4) ioport:2060(size=32) memory:d0518000-d05187ff
    *-serial UNCLAIMED
    description: SMBus
    product: 7 Series/C210 Series Chipset Family SMBus Controller
    vendor: Intel Corporation
    physical id: 1f.3
    bus info: pci@0000:00:1f.3
    version: 04
    width: 64 bits
    clock: 33MHz
    configuration: latency=0
    resources: memory:d0514000-d05140ff ioport:efa0(size=32)
    *-battery
    product: DELL
    vendor: Dynapack
    physical id: 1
    version: 2008
    serial: 1.0
    slot: Rear
    capacity: 46620mWh
    configuration: voltage=7.4V
    *-scsi
    physical id: 2
    bus info: scsi@6
    logical name: scsi6
    capabilities: scsi-host
    configuration: driver=usb-storage

    Posted to [email protected], I hope I just haven't dawdled for too long and this can make it to 3.13 final.
    Hopefully this should be sufficient information, I've linked to this thread too.  I've also mentioned I'm willing to beam one at someone from Amazon, with 2-day shipping to the USA the Pluggable branded adapter is just under NZD$40, which I can easily live with.
    ===========================================================================================================
    USB3 gigabit ethernet adapters with the ASIX AX88179 chipset (LevelOne USB0401-V3, Plugable USB3-E1000, SIIG JU-NE0211-S1 and others) are experiencing kernel panics in usb_hcd_map_urb_for_dma since 3.12.  The issue does not seem to directly correlate with low or high network activity, occurring seemingly at random.  Some panics occurred less than 5 minutes from boot and tens of megabytes of network transfer, while on other occasions it would be stable for multiple days with tens to hundreds of gigabytes of line-rate throughput and several sleep/resume cycles.
    Both my Sony Vaio Pro 13 and another user reporting this issue on the Arch forums [1] are Intel-based, my USB controller is an 8086:9c31 (Lynx Point LP), the other is reported as a C210/7 series (unknown PID).  A third with a Haswell Dell XPS has attempted my workaround and reports similar success.
    I have a mediocre quality photo of my laptop's screen from one of these panics [2], the call trace - which is similar but not identical between my machine and that of the other user reporting the issue - is as follows:
    usb_hcd_map_urb_for_dma
    usb_hcd_submit_urb
    local_bh_enable_ip
    selinux_parse_skb
    usb_alloc_urb
    __kmalloc
    usbnet_start_xmit
    usbnet_start_xmit
    dev_hard_start_xmit
    sch_direct_xmit
    dev_queue_xmit
    ip_finish_output2
    ip_finish_output
    ip_output
    dst_output
    ip_local_out
    ip_queue_xmit
    tcp_transmit_skb
    tcp_write_xmit
    __tcp_push_pending_frames
    tcp_push
    tcp_sendmsg
    inet_sendmsg
    __sock_sendmsg_nosec
    sock_sendmsg
    set_restore_sigmask
    set_restore_sigmask
    fget_light
    SYSC_sendto
    set_restore_sigmask
    SyS_sendto
    system_call_fastpath
    So far as I can tell, the driver is unaffected as late as 3.11.6, but problematic as of 3.12 (and still affected in 3.13-rc5).  The history of drivers/net/usb/ax88179_178a.c for this time period yields this patch, which at least in my somewhat limited understanding appeared a likely candidate.  I've reverted this on my system - against several linux-next builds from the last 3-4 weeks - and have had no issues with this network controller since.
    commit 3804fad45411b48233b48003e33a78f290d227c8
    Author: Ming Lei <[email protected]>
    Date:   Thu Aug 8 21:48:25 2013 +0800
        USBNET: ax88179_178a: enable tso if usb host supports sg dma
        This patch enables 'can_dma_sg' flag for ax88179_178a device
        if the attached host controller supports building packet from
        discontinuous buffers(DMA SG is possible), so TSO can be enabled
        and skb fragment buffers can be passed to usb stack via urb->sg
        directly.
        With the patch, system CPU utilization decreased ~50% and throughput
        increased by ~10% when doing iperf client test on one ARM A15 dual
        core board.
        Cc: Ben Hutchings <[email protected]>
        Cc: Grant Grundler <[email protected]>
        Cc: Oliver Neukum <[email protected]>
        Cc: Alan Stern <[email protected]>
        Cc: Freddy Xin <[email protected]>
        Signed-off-by: Ming Lei <[email protected]>
        Acked-by: Eric Dumazet <[email protected]>
        Acked-by: David S. Miller <[email protected]>
        Signed-off-by: Greg Kroah-Hartman <[email protected]>
    Unfortunately I have not retained the built kernel from a broken 3.12 build, so the system information below reflects the patched linux-next kernel I am running currently.
    I understand this may be a somewhat obscure piece of hardware, I am willing to assist by drop-shipping one to someone from Amazon (or local country equivalent if the price is not extortionate) should it be required.
    System information:
    ver_linux:
    Linux neko 3.13.0-rc5-next-20131224+ #1 SMP Sat Dec 28 19:09:27 NZDT 2013 x86_64 Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz GenuineIntel GNU/Linux
    Gnu C                  4.7.3
    Gnu make               4.0
    binutils               2.24
    util-linux             scripts/ver_linux: line 23: fdformat: command not found
    mount                  assert
    module-init-tools      16
    e2fsprogs              1.42.9
    jfsutils               1.1.15
    reiserfsprogs          3.6.24
    reiser4progs           1.0.7
    xfsprogs               3.1.11
    quota-tools            4.01.
    PPP                    2.4.5
    Linux C Library        2.17
    Dynamic linker (ldd)   2.17
    Procps                 3.3.9
    Net-tools              1.60_p20130513023548
    Kbd                    2.0.1
    Sh-utils               8.22
    Modules Loaded         bonding rndis_host cdc_ether tun snd_usb_audio snd_usbmidi_lib snd_rawmidi cdc_acm ctr ccm hidp nfsd rfcomm bnep iptable_nat nf_nat_ipv4 nf_nat uvcvideo btusb bluetooth hid_multitouch videobuf2_vmalloc videobuf2_memops videobuf2_core uinput ax88179_178a usbnet mii rtsx_pci_sdmmc rtsx_pci mmc_core fuse snd_hda_codec_realtek iwlmvm kvm_intel snd_hda_codec_generic mac80211 kvm pn544_mei mei_phy iwlwifi pn544 snd_hda_intel hci nfc snd_hda_codec snd_hwdep cfg80211 xhci_hcd
    /proc/cpuinfo:
    processor       : 3
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 69
    model name      : Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz
    stepping        : 1
    microcode       : 0x10
    cpu MHz         : 2968.125
    cache size      : 4096 KB
    physical id     : 0
    siblings        : 4
    core id         : 1
    cpu cores       : 2
    apicid          : 3
    initial apicid  : 3
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
    bogomips        : 4788.92
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    PCI:
    -[0000:00]-+-00.0  Intel Corporation Haswell-ULT DRAM Controller [8086:0a04]
               +-02.0  Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16]
               +-03.0  Intel Corporation Device [8086:0a0c]
               +-14.0  Intel Corporation Lynx Point-LP USB xHCI HC [8086:9c31]
               +-16.0  Intel Corporation Lynx Point-LP HECI #0 [8086:9c3a]
               +-1b.0  Intel Corporation Lynx Point-LP HD Audio Controller [8086:9c20]
               +-1c.0-[01]----00.0  Intel Corporation Wireless 7260 [8086:08b1]
               +-1c.3-[02]--
               +-1c.4-[03]----00.0  Samsung Electronics Co Ltd Device [144d:a800]
               +-1d.0  Intel Corporation Lynx Point-LP USB EHCI #1 [8086:9c26]
               +-1f.0  Intel Corporation Lynx Point-LP LPC Controller [8086:9c43]
               \-1f.3  Intel Corporation Lynx Point-LP SMBus Controller [8086:9c22]
    USB:
    Bus 001 Device 002: ID 8087:8000 Intel Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 025: ID 0b95:1790 ASIX Electronics Corp.
    Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 002 Device 027: ID 8087:07dc Intel Corp.
    Bus 002 Device 003: ID 04f2:b3be Chicony Electronics Co., Ltd
    Bus 002 Device 002: ID 0eef:a108 D-WAV Scientific Co., Ltd
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    /proc/modules:
    bonding 84837 0 - Live 0xffffffffc00d5000
    rndis_host 5162 0 - Live 0xffffffffc0096000
    cdc_ether 4324 1 rndis_host, Live 0xffffffffc006e000
    tun 16811 0 - Live 0xffffffffc009e000
    snd_usb_audio 102474 0 - Live 0xffffffffc007b000
    snd_usbmidi_lib 16542 1 snd_usb_audio, Live 0xffffffffc0072000
    snd_rawmidi 15891 1 snd_usbmidi_lib, Live 0xffffffffc0017000
    cdc_acm 16166 0 - Live 0xffffffffc05ec000
    ctr 3471 2 - Live 0xffffffffc05e8000
    ccm 6977 2 - Live 0xffffffffc05e3000
    hidp 12989 0 - Live 0xffffffffc05db000
    nfsd 192979 13 - Live 0xffffffffc059b000
    rfcomm 27704 12 - Live 0xffffffffc058e000
    bnep 9055 2 - Live 0xffffffffc0587000
    iptable_nat 2550 0 - Live 0xffffffffc0583000
    nf_nat_ipv4 3118 1 iptable_nat, Live 0xffffffffc057f000
    nf_nat 9984 2 iptable_nat,nf_nat_ipv4, Live 0xffffffffc0577000
    uvcvideo 60542 0 - Live 0xffffffffc0562000
    btusb 14182 0 - Live 0xffffffffc0519000
    bluetooth 200149 23 hidp,rfcomm,bnep,btusb, Live 0xffffffffc04d8000
    hid_multitouch 8791 0 - Live 0xffffffffc04d1000
    videobuf2_vmalloc 2528 1 uvcvideo, Live 0xffffffffc04cd000
    videobuf2_memops 1559 1 videobuf2_vmalloc, Live 0xffffffffc04c9000
    videobuf2_core 22473 1 uvcvideo, Live 0xffffffffc04be000
    uinput 6657 0 - Live 0xffffffffc04b9000
    ax88179_178a 11352 0 - Live 0xffffffffc04b2000
    usbnet 17066 3 rndis_host,cdc_ether,ax88179_178a, Live 0xffffffffc04a7000
    mii 3427 2 ax88179_178a,usbnet, Live 0xffffffffc04a3000
    rtsx_pci_sdmmc 8434 0 - Live 0xffffffffc049d000
    rtsx_pci 24242 1 rtsx_pci_sdmmc, Live 0xffffffffc0490000
    mmc_core 73734 1 rtsx_pci_sdmmc, Live 0xffffffffc0471000
    fuse 65180 0 - Live 0xffffffffc0458000
    snd_hda_codec_realtek 37786 1 - Live 0xffffffffc0448000
    iwlmvm 99382 0 - Live 0xffffffffc03d9000
    kvm_intel 119916 0 - Live 0xffffffffc033e000
    snd_hda_codec_generic 39626 1 snd_hda_codec_realtek, Live 0xffffffffc032d000
    mac80211 352537 1 iwlmvm, Live 0xffffffffc0239000
    kvm 332678 1 kvm_intel, Live 0xffffffffc014f000
    pn544_mei 1507 0 - Live 0xffffffffc014b000
    mei_phy 1942 1 pn544_mei, Live 0xffffffffc0147000                                                                                                                                         
    iwlwifi 70257 1 iwlmvm, Live 0xffffffffc0129000                                                                                                                                           
    pn544 6215 1 pn544_mei, Live 0xffffffffc0124000                                                                                                                                           
    snd_hda_intel 29721 2 - Live 0xffffffffc0106000                                                                                                                                           
    hci 13343 2 mei_phy,pn544, Live 0xffffffffc00fd000                                                                                                                                         
    nfc 46459 2 pn544,hci, Live 0xffffffffc00c8000                                                                                                                                             
    snd_hda_codec 72588 3 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel, Live 0xffffffffc00a7000                                                                                   
    snd_hwdep 5373 2 snd_usb_audio,snd_hda_codec, Live 0xffffffffc009b000                                                                                                                     
    cfg80211 320801 3 iwlmvm,mac80211,iwlwifi, Live 0xffffffffc001e000                                                                                                                         
    xhci_hcd 88348 0 - Live 0xffffffffc0000000
    /proc/iomem:
    00000000-00000fff : reserved
    00001000-00057fff : System RAM
    00058000-00058fff : reserved
    00059000-0009dfff : System RAM
    0009e000-0009ffff : reserved
    000a0000-000bffff : PCI Bus 0000:00
    000c0000-000c3fff : PCI Bus 0000:00
    000c4000-000c7fff : PCI Bus 0000:00
    000c8000-000cbfff : PCI Bus 0000:00
    000cc000-000cffff : PCI Bus 0000:00
    000d0000-000d3fff : PCI Bus 0000:00
    000d4000-000d7fff : PCI Bus 0000:00
    000d8000-000dbfff : PCI Bus 0000:00
    000dc000-000dffff : PCI Bus 0000:00
    000f0000-000fffff : System ROM
    00100000-ca4b7fff : System RAM
      06000000-066753ba : Kernel code
      066753bb-06cc83ff : Kernel data
      06dc9000-06ecffff : Kernel bss
    ca4b8000-ca4befff : ACPI Non-volatile Storage
    ca4bf000-ca8e7fff : System RAM
    ca8e8000-cac39fff : reserved
    cac3a000-da89bfff : System RAM
    da89c000-dab3ffff : reserved
    dab40000-dab55fff : ACPI Tables
    dab56000-dbaaafff : ACPI Non-volatile Storage
    dbaab000-dbffefff : reserved
    dbfff000-dbffffff : System RAM
    dd000000-df1fffff : reserved
      dd200000-df1fffff : Graphics Stolen Memory
    df200000-feafffff : PCI Bus 0000:00
      df200000-df3fffff : PCI Bus 0000:01
      e0000000-efffffff : 0000:00:02.0
        e0000000-e07e8fff : BOOTFB
      f0000000-f09fffff : PCI Bus 0000:03
      f0a00000-f13fffff : PCI Bus 0000:02
      f6400000-f67fffff : 0000:00:02.0
      f6800000-f71fffff : PCI Bus 0000:03
        f6800000-f680ffff : 0000:03:00.0
        f6810000-f6811fff : 0000:03:00.0
          f6810000-f6811fff : ahci
      f7200000-f7bfffff : PCI Bus 0000:02
      f7c00000-f7cfffff : PCI Bus 0000:01
        f7c00000-f7c01fff : 0000:01:00.0
          f7c00000-f7c01fff : iwlwifi
      f7d00000-f7d0ffff : 0000:00:14.0
        f7d00000-f7d0ffff : xhci_hcd
      f7d10000-f7d13fff : 0000:00:1b.0
        f7d10000-f7d13fff : ICH HD audio
      f7d14000-f7d17fff : 0000:00:03.0
      f7d19000-f7d190ff : 0000:00:1f.3
      f7d1a000-f7d1a3ff : 0000:00:1d.0
        f7d1a000-f7d1a3ff : ehci_hcd
      f7d1c000-f7d1c01f : 0000:00:16.0
        f7d1c000-f7d1c01f : mei_me
      f7fef000-f7feffff : pnp 00:0a
      f7ff0000-f7ffffff : pnp 00:0a
      f8000000-fbffffff : PCI MMCONFIG 0000 [bus 00-3f]
        f8000000-fbffffff : reserved
          f8000000-fbffffff : pnp 00:0a
    fec00000-fec00fff : reserved
      fec00000-fec003ff : IOAPIC 0
    fed00000-fed03fff : reserved
      fed00000-fed003ff : HPET 0
    fed10000-fed17fff : pnp 00:0a
    fed18000-fed18fff : pnp 00:0a
    fed19000-fed19fff : pnp 00:0a
    fed1c000-fed1ffff : reserved
      fed1c000-fed1ffff : pnp 00:0a
        fed1f410-fed1f414 : iTCO_wdt
          fed1f410-fed1f414 : iTCO_wdt
    fed20000-fed3ffff : pnp 00:0a
    fed45000-fed8ffff : pnp 00:0a
    fed90000-fed93fff : pnp 00:0a
    fee00000-fee00fff : Local APIC
      fee00000-fee00fff : reserved
    ff000000-ffffffff : reserved
      ff000000-ffffffff : pnp 00:0a
    100000000-21fdfffff : System RAM
    21fe00000-21fffffff : RAM buffer
    /proc/ioports:
    0000-0cf7 : PCI Bus 0000:00
      0000-001f : dma1
      0020-0021 : pic1
      0040-0043 : timer0
      0050-0053 : timer1
      0060-0060 : keyboard
      0062-0062 : EC data
      0064-0064 : keyboard
      0066-0066 : EC cmd
      0070-0077 : rtc0
      0080-008f : dma page reg
      00a0-00a1 : pic2
      00c0-00df : dma2
      00f0-00ff : fpu
      04d0-04d1 : pnp 00:07
      0680-069f : pnp 00:04
    0cf8-0cff : PCI conf1
    0d00-ffff : PCI Bus 0000:00
      164e-164f : pnp 00:04
      1800-1803 : ACPI PM1a_EVT_BLK
      1804-1805 : ACPI PM1a_CNT_BLK
      1808-180b : ACPI PM_TMR
      1810-1815 : ACPI CPU throttle
      1830-1833 : iTCO_wdt
        1830-1833 : iTCO_wdt
      1850-1850 : ACPI PM2_CNT_BLK
      1854-1857 : pnp 00:06
      1860-187f : iTCO_wdt
        1860-187f : iTCO_wdt
      1880-189f : ACPI GPE0_BLK
      1c00-1cfe : pnp 00:04
      1d00-1dfe : pnp 00:04
      1e00-1efe : pnp 00:04
      1f00-1ffe : pnp 00:04
      2008-200b : pnp 00:04
      3000-3fff : PCI Bus 0000:01
      d000-dfff : PCI Bus 0000:03
      e000-efff : PCI Bus 0000:02
      f000-f03f : 0000:00:02.0
      f040-f05f : 0000:00:1f.3
      ffff-ffff : pnp 00:04
        ffff-ffff : pnp 00:04
    Regards,
    Thomas

  • Streaming media from wireless external hard drive and MBP to TV?

    Hi everyone. I have a retina MBP and have recently bought a Sony Bravia smart tv with wireless. I have a time machine (the new one) with an external hard drive connected to it with all my media, photo, movies etc. My tv is connected to my wireless from the time machine and I'm wondering how do I stream media from my external hard drive to my tv? And how do I stream media from my MBP to my tv wirelessly? I can't seem to figure it out. Also mirroring my MBP desktop to my tv wirelessly, can it be done without an apple tv? Thanks in advance.

    I had the same issue. It was due to the appalling performance of the USB connection to the disk, not any issue with the wireless connection itself. My iMac was within 7m of the router, on the same floor, with a clear line of sight and good reported connection speed. I have the latest late-2009 version of the AEBS running the 7.5 firmware. This has loads of performance problems (read these forums). I'm hoping that Apple will release the new firmware (7.51) for download soon and then the issue may be resolved.

  • How can I make Quicktime stop opening when I click a streaming media link?

    I was very happily using Windows Media Player 9 for streaming video in Firefox, and it was working fabulously, until I installed Flip4Mac, and now when I click on a link within a web page to open a standalone player for steaming video (please see "Click here to open standalone player" link below web cam window on www.tappedintoelephants.com) it opens Quicktime instead of Windows Media Player. I would like it to go back to using WMP for the standalone player when I click that link. I tried unchecking the "steaming media" box in Quicktime MIME settings, I've uninstalled Flip4Mac, and reinstalled WMP, but still, when I click that link, it opens Quicktime and crashes the browser. Could anyone please tell me how I can tell Firefox to once again use WMP instead of Quicktime for the standalone player? As I said, unchecking the streaming media checkbox in QT MIME settings had no effect. Thank you very much. I appreciate your help!

    I think what you should try is Settings>General>Accessibility>Vision>Speak Auto-text>Off.

  • Can I connect 2 sony bravia's, a sony home theatre, 2 macbooks, 2 ipads, 3 iphones and a dell laptop and stream media from my apple devices to my tv?

    Can I connect 2 sony bravia's, a sony home theatre, 2 macbooks, 2 ipads, 3 iphones and a dell laptop and stream media from my apple devices to my tv? I have a sony bravia 600 series and 700 series and a home theatre( sony 7100 series)

    The only way to stream directly to your TV would be if it is an AirPlay-enabled device.
    There are many AirPlay-enabled devices but I am not familiar with Sony's products. If yours do not specifically indicate AirPlay capability, then you need an AirPlay-enabled device such as an AppleTV connected to your Sony TV or Sony AVR.

  • System locks up when trying to play streaming media after installing i-tune

    Hi Folks,
    Ive just bought the greatest piece of kit ever, a 2Gb Nano.
    Great kit but since installing i-tunes my system locks up whenever I try to play any streaming media (wmv etc) via windows media player. Cntrl-Alt-Del even locked out. Total lock up.
    Ive tried re-establishing file types in quick time and windowd media player and even installed lasted windows media player but all without success.
    I'm using WinXP pro SP2.
    Any ideas?
    Cheers,
    Gene Stevo.

    Hi Folks,
    Ive just bought the greatest piece of kit ever, a 2Gb Nano.
    Great kit but since installing i-tunes my system locks up whenever I try to play any streaming media (wmv etc) via windows media player. Cntrl-Alt-Del even locked out. Total lock up.
    Ive tried re-establishing file types in quick time and windowd media player and even installed lasted windows media player but all without success.
    I'm using WinXP pro SP2.
    Any ideas?
    Cheers,
    Gene Stevo.

  • Embedded Windows Media PLayer With Non-Standard File Extension

    I have embedded a windows media player in a asp.net web page, using the usual
    <object> and <embed> tags. The video is served by an ashx (http handler). When I try to play the video, I usually (but not always) get an error message telling me that the file extension (ashx) does not match the file format.
    This happens in IE (8, 9, 10, 11) and also in Firefox (latest) with the WMP plugin.
    I know that the tags (with classid, etc) are correct because the media player displays and allows me to click the 'play' button.
    The ashx returns the correct mime type (video/x-ms-wmv) and a valid file name (somevideo.wmv) in the response headers. I have tried content-disposition attachment and inline.
    I have tried urls using 'http://', 'https://', and '//' (which I prefer)
    If I put the url (including the .ashx) of the video file in the browser address bar directly, the video downloads and plays in the standalone media player.
    If I modify the object tag to use a direct path to the video file (/somewhere/somevideo.wmv), it works - but I can't use this as a solution.
    The same ashx serves up video and audio in various other formats with out any fuss - it just seems that the embedded windows media player doesn't like it.
    This has been working for several years - I think this is some new behavior, though I can't identify what has changed, other than browser updates.
    Any ideas on what could be causing this? Am I missing something simple?

    Hi,
    Tools>Internet Options>Security tab, click "Reset all zones to default"
    Advanced tab of Internet Options>uncheck "Do not save encrypted files to disk"
    f12>Networking tab, click the Start button, navigate to your page and observer the response header and content.
    To determine if you page is being rendered in a x64 host (all IE versions and WaterFox, type
    navigator.platform in the IE Developer tools Console tab,
    Post questions about html, css and scripting for website development using MSIE browsers to the IE Web Development forum... WITH a link to your website.
    Rob^_^

  • Comcast cable and streaming media

    I just got Comcast cable access. Web browsing is super fast and email seems pretty smooth. BUT, I no longer can access internet radio thru iTunes, nor can I view or listen to any streaming media. BIG disappointment right off the bat. I've spoken to one Comcast support person who concluded it must be an Apple problem and told me to call them after checking out my connection and modem. I had Verizon DSL just 3 days before and everything worked beautifully.Network Utility returns a 100% failure when i ping a site most of the time, but then it works fine with 0% loss at other times. I'm going to contact Comcast again and talk to a different person.
    Any thoughts??

    "BUT, I no longer can access internet radio thru iTunes, nor can I view or listen to any streaming media."
    "I had Verizon DSL just 3 days before and everything worked beautifully."
    Judging by the above, apparently some settings must have changed when you switched over to Comcast. Check your iTunes preference settings & the preference settings of whatever apps you use to view streaming media.
    Another thing you can try is this;
    Repair permissions.
    Shut off your computer.
    Disconnect the cable modem from the power outlet for approximately 3 minutes.
    Reconnect the cable modem & turn on the computer.
    If none of the above works then recontact Comcast. However, this time ask/demand/be firm to speak w/a tier level 2 or 3 mac tech support. Make sure you get a case#.
    Explain the problem to the tech in detail.
    The Techs may have you unplug your modem like I explained previously. If they ask you if you already did this always tell them NO.
    Sometimes, they may ping your modem. Depends on the situation.
    Let them know how long you have been "having problems". Give them a date & remind them again about giving you a case # if they did not give you one in the beginning of the troubleshooting efforts.
    This is where your case # comes in. You do not pay for internet cable service that you never receive. Your case # is your only proof. The Tier Level Techs will provide further instructions. They are the only ones who provide case #s. (Very Important if dealing with Comcast - for your personal records, make a note of the date & time of the call, techs name & location. They will only give out their 1st names. This will come in handy if there is a discrepancy in your bill/you did not get your credit.)
    Good Luck

  • Windows hangs unexpectedly sometimes when I play streaming media

    Sometimes I'll be playing some streaming media - it can be on youtube or on some other streaming media source and the file will "stick" -- that is, I find that I usually can't turn it off or shut down the page. Shortly afterward, the whole thing hangs. The image freezes and the audio turns into a loud wailing sound. Sometimes, if I wait, it may clear, or the system crashes to the blue screen of death. More often, I simply have to do a forced shut down and restart.
    HP tech support and Verizon tech support can't figure out what the problem is. I've up-dated drivers, Ditto Firefox, I.E., emptied caches, etc.

    Hello vpv. I understand you're having some issues with Windows Media Player.
    You'll need to begin by reinstalling your sound drives. I'll need your product number to locate the appropriate software. This document can show you how to locate that.
    Also are you using Windows 7 or Windows 8?
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • T400 Streaming Media Issue

    Hey. I recently got a Lenovo T400 (type 2764, sn xxxxx) and after a few months of everything working fine the streaming media stopped working. The problem started soon after I got the machine back from Lenovo after sending it in to repair the integrated camera. My T400 can pick up other system's media servers but other systems can not pick up my computer. Re-imaging my hard drive seems to fix the problem, but only temporarily. A day or two after re-imaging, the problem pops back up. Anyone else had this problem or have an idea how to fix it?  Is there some kind of updating issue?  Identical machines from my office that we ordered at the same time don't seem to have this problem.
    moderator note: serial number deleted

    Also before anyone asks we are using RTMP and the file type is F4V not FLV.

  • Unable to get streaming media on FIOS

    I have recently switched to FIOS and I am having trouble accessing streaming media from this site:
    http://player.omroep.nl/?aflID=10779627&wmv=true
    It just says "Connecting to Media" for about one minute and then goes to "Ready" without ever playing any media.
    There is also a Silverlight version at http://player.omroep.nl/?aflID=10779627&silverlight=true which does show but stops every 5-10 seconds.
    I have tried this on both our PC's, both wired and wireless. We run IE8 and IE9 on Win7 32-bit and Win7 64-bit respectively.
    I have added the site to Trusted Sites, no help.
    I have disabled Windows Firewall, no help.
    I have disabled realtime scanning from MS Security Essentials, no help.
    Both sites work find on the Internet connection in our office and using Internet hotspots using our default Windows/IE/Media Player settings.
    We have 15/5 FIOS Internet, with the following router details:
    Firmware Version: 20.10.7.5 Model Name: MI424WR-GEN2 Hardware Version: F Serial Number: {edited for privacy}Physical Connection Type: Coax Broadband Connection Type: DHCP Broadband Connection Status: Connected Broadband IP Address: {edited for privacy}
    I have seen quite a few posts about similar issues but have not found the resolustion for us yet.
    Can anyone offer assistance for this issue?

    Silverlight appears to be seriously messed up with this site!!
    I changed the default player on the site to be Windows Media player and then it works OK with the old site.  The New site still attempts to use Silverlight, even though you've specified windows media, and locks the application forcing you to end it with task manager.
    You might want to report the attempted use of Sliverlight on the new site as a bug.  I'm afraid that after 40+ years of not using Dutch that I probably wouldn't have the words to do that,

Maybe you are looking for

  • User profile service office 365 and infopath

    I'm having a very strange issue with the user profile service and InfoPath 2013 web form.  I am using Office 365.  I created a data connection to pre-populate user information using the _vti_bin/UserProfileService.asmx url. I can get everything to wo

  • System Refresh of GRC 5.3 system

    Hi Gurus, Our client has putforth a requirement of refreshing the GRC 5.3 development system in our landscape with the data of GRC 5.3 production system. I could find document for Homogeneous System Copy for standalone Java engines in Service Marketp

  • ACR missing from Bridge CS3 on Mac

    I am working on a MacBook Pro with Adobe CS3. When I originially installed CS3 running OSX 10.4 the "Camera Raw Preferences" under the file menu was missing. I also could not "Develop Settings" or any other ACR functions from Bridge. I was able to op

  • How do I restore the user to the home folder permissions?

    I just got an iMac from a friend and had changed the username and password for the administrator user.  Then I was going to change the home folder name.  I was looking at the info on the home folder (which at this point is still tied to the old user)

  • Sparse or whole root - what is really default

    There is a note in zones documentation that sparse-root model is the default one. But after creating zone (using 'create', not 'create -b' ! ): zonecfg -z z1 zonecfg:z1> create zonecfg:z1> set zonepath=/zones/z1 zonecfg:z1> set autoboot=true zonecfg: