Media code speed edit ?

has anyone used this program to update their dvd drive firmware?
it is used under the windows platform, but wanted to ask becuase i wanted to see if anyone was able to adjust their read speed or ripping speed of their drives?
and exactly how to perform the operations? Where do i get the updates for the firmware, and how do i install them correctly?
thanks

For those who encountered a similiar problem. Refere here:
http://forums.afterdawn.com/thread_view.cfm/260038
Fixed the problem.

Similar Messages

  • Error while trying to open edge-code-quick-edit.png

    Hi,
    I just installed Edge Code, looks great! A couple of issues I noticed when I started using it:
    1. When tried opening one of the files (edge-code-quick-edit.png) displayed in the file explorer on the left side. I get an error while trying to do so.
    2. The error dialog's text doesn't seem to be selectable, will be great if error messages can be selected and copied.
    thnx
    -mayank

    I think Peter's reply above might have been to a different thread.
    Brackets doesn't support opening binary files yet. This includes images. See https://github.com/adobe/brackets/issues/148
    Good point. I've filed a bug. Due to some issues with our architecture and focus management, this doesn't work currently. https://github.com/adobe/brackets/issues/1708

  • How do I configure AirportExtreme or TimeCapsule to use UPnP or connect an iOmega Media Drive, Could Edition?

    I recently purchased an iOmega Home Media Drvie, Cloud Edition, which claims functionality with the MacOS--and shared foldersdo appear on desktops connected the home network (wirelessly or otherwise)—however this puprose of this "Cloud Edition" is to be able to share files/the drive over the internet and I cannot seem to configure the Apple AirPort TimeCapsule to allow this (other routhers are configured automatically by the drive).
    The documentation says "you’ll need to turn on Remote Access and enable UPnP on your router" and
    The Home Media Drive tests for an active internet connection. If this test fails, check your network configuration.
    The Home Media Drive will identify your WAN IP address. The WAN IP address is the extrnal address of your router or internet gateway and is the address your Home Media Drive will be identified by on the internet. If this test fails you will need to double check the network configuration of your Home Media Drive and your Router.
    The Home Media Drive will test to make sure UPnP port forwarding is operating correctly. If this test fails, you will need to manually port forward your router.
    Once the testing is complete, The device will be available on the internet via its WAN IP address, i.e. https://168.254.13.68. See the WAN IP Field for the exact address.
    I can't figure out out how to do this, and I am not a networking dummy.  Any help would be appreciated!
    Thank you!

    If you have the Airport Extreme or TimeCapsule connected to another router from your ISP it can cause a double NAT situation.  You'd have to first port forward the primary router (from your ISP) to the secondary router using the same 50500 port that you are using to port forward the AirPort Extreme to the Iomega drive.  You want to be sure that you only have one router with DHCP and NAT enabled.  So the simplest solution is to turn the AirPort Extreme or TimeCapsule to a bridge.  Then restart all devices.  I reset the iOmega media drive after switching to bridge mode on the AirPort Extreme and the cloud was enabled and finally configured properly.  You can reset without loosing your data... but you will have to reconfigure all users including administrators.  Same with remote access.  Hope this helps.

  • T-code to edit the name of company

    T-code to edit the name of company-
    I have a smartform  which picks the name of a company. But it is too long.
    I want to edit the company name so that is is shown in the form.

    Hi Malvika,
    if company name is too big than you can use split  command in your code to split company name and display in smartform.
    Examples
    DATA: NAMES(30) TYPE C VALUE 'Charly, John , Peter',
    NAMES2 TYPE STRING,
    ONE(10) TYPE C,
    TWO(10) TYPE C,
    THREE TYPE STRING,
    FOUR(4) TYPE C VALUE 'FOUR',
    DELIMITER(2) VALUE ','.
    SPLIT NAMES AT DELIMITER INTO ONE TWO.
    ONE contains 'Charly' and TWO contains 'John , Pet'.
    SY-SUBRC is 4, because TWO was not large enough to
    accommodate the whole of the remaining string
    SPLIT NAMES AT ',' INTO ONE TWO THREE.
    ONE contains 'Charly', TWO contains ' John',
    THREE contains ' Peter'.
    SPLIT NAMES AT ', ' INTO ONE THREE TWO.
    ONE contains 'Charly', THREE contains 'John',
    TWO contains 'Peter'.
    CONCATENATE NAMES '' INTO NAMES2 SEPARATED BY SPACE.
    SPLIT NAMES2 AT DELIMITER INTO ONE TWO THREE FOUR.
    ONE contains 'Charly', TWO contains 'John',
    THREE contains 'Peter ', FOUR is empty.
    SPLIT NAMES2 AT DELIMITER INTO ONE FOUR THREE.
    ONE contains 'Charly', FOUR contains 'John',
    THREE contains 'Peter', SY-SUBRC is 4, since
    FOUR was not large enough (spaces are significant
    characters!)
    Thanks
    Ankur Sharma

  • Sample code to edit master detail records

    Hi,
    Could anybody please sned me the sample code to edit master and detail records.
    Thanks,
    Kavitha

    Arjuna,
    Thanks for your reply. Unfortunately the 'switcher' code which makes an attribute editable, works on a 'Read-Only table' page but not on 'Master-Detail table' page. The switcher code is:
    <switcher childName="${uix.current.RowID.inputValue == bindings.RowID.inputValue ? 'selected' : 'notselected'}">
    <case name="selected">
    <textInput model="${bindings.RequestedBudget}" columns="14" readOnly="false"/>
    </case>
    <case name="notselected">
    <textInput model="${uix.current.RequestedBudget}" columns="10" readOnly="true"/>
    </case>
    </switcher>
    We do have individual bindings for all table attributes. Any suggestions will be much appreciated.
    Thanks, Ali.

  • MR8M creation of new reason code and editable description

    HI,
    We want to create new Reason code in MR8M transaction. After creation of reason we want to editable reason description when we select this.
    Please suggest me.
    Thanks
    Shital

    Hi Shital,
    You can insert the reason code in table T041C, from SPRO -> Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Adjustment Posting/Reversal -> Define Reasons for Reversal...
    but you cannot change everytime the description in MR8M
    Thanx & Regards
    Mauro

  • Template: Adding Site Wide Code To Editable Region

    I have a template
    I have an editable region called content
    I would now like to add a navigation bar within the editable region, so that it can be managed from the Template and thereon aplies to the child pages
    Q:
    How do I insert a site wide section within an editable region, which is only edited via the template, so that I can set up my navigation bar?
    woolf

    So, here's a sample page: http://www.gravenimagedesign.net/levnav/
    Here's the template code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    #header {
         background-color: #333;
         height: 200px;
         width: 800px;
         position: relative;
         margin: 0 auto;
    #header h1 {
         color: white;
    #content {
         background-color: #FFC;
         height: 500px;
         width: 800px;
         margin: 0 auto;
         border: 1px solid red;
         position: relative;
    #content h1 {
         color: red;
         text-align: center;
    #apDiv1 {
         position:absolute;
         width:663px;
         height:115px;
         z-index:1;
         left: 63px;
         top: 438px;
         background-color: #FCF;
    -->
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
         <div id="header"><!--begin header-->
           <h1>This header div is position: relative;</h1>
           <div id="apDiv1">
             <ul id="MenuBar1" class="MenuBarHorizontal">
               <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
                 <ul>
                   <li><a href="#">Item 1.1</a></li>
                   <li><a href="#">Item 1.2</a></li>
                   <li><a href="#">Item 1.3</a></li>
                </ul>
              </li>
               <li><a href="#">Item 2</a></li>
               <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
                 <ul>
                   <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
                     <ul>
                       <li><a href="#">Item 3.1.1</a></li>
                       <li><a href="#">Item 3.1.2</a></li>
                    </ul>
                  </li>
                   <li><a href="#">Item 3.2</a></li>
                   <li><a href="#">Item 3.3</a></li>
                </ul>
              </li>
               <li><a href="#">Item 4</a></li>
            </ul>
             <p><br />
            This menu bar is <strong>position: absolute;</strong></p>
             <p>It is  nested in the code inside the &quot;header&quot; div (the dark grey one), which is positioned &quot;relative.&quot;</p>
          </div>
         </div><!--end header-->
         <div id="content">
           <!--begin content-->
           <!-- TemplateBeginEditable name="EditRegion3" -->
           <h1>This text (really an h1) is appearing within the div with id of "content"</h1>
           <!-- TemplateEndEditable --></div>
         <!--end content-->
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
        </script>
    </body>
    </html>
    And here's a child page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/maintemplate.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    #header {
         background-color: #333;
         height: 200px;
         width: 800px;
         position: relative;
         margin: 0 auto;
    #header h1 {
         color: white;
    #content {
         background-color: #FFC;
         height: 500px;
         width: 800px;
         margin: 0 auto;
         border: 1px solid red;
         position: relative;
    #content h1 {
         color: red;
         text-align: center;
    #apDiv1 {
         position:absolute;
         width:663px;
         height:115px;
         z-index:1;
         left: 63px;
         top: 438px;
         background-color: #FCF;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
         <div id="header"><!--begin header-->
           <h1>This header div is position: relative;</h1>
           <div id="apDiv1">
             <ul id="MenuBar1" class="MenuBarHorizontal">
               <li><a class="MenuBarItemSubmenu" href="#">Item 1</a>
                 <ul>
                   <li><a href="#">Item 1.1</a></li>
                   <li><a href="#">Item 1.2</a></li>
                   <li><a href="#">Item 1.3</a></li>
                </ul>
              </li>
               <li><a href="#">Item 2</a></li>
               <li><a class="MenuBarItemSubmenu" href="#">Item 3</a>
                 <ul>
                   <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a>
                     <ul>
                       <li><a href="#">Item 3.1.1</a></li>
                       <li><a href="#">Item 3.1.2</a></li>
                    </ul>
                  </li>
                   <li><a href="#">Item 3.2</a></li>
                   <li><a href="#">Item 3.3</a></li>
                </ul>
              </li>
               <li><a href="#">Item 4</a></li>
            </ul>
             <p><br />
            This menu bar is <strong>position: absolute;</strong></p>
             <p>It is  nested in the code inside the &quot;header&quot; div (the dark grey one), which is positioned &quot;relative.&quot;</p>
          </div>
         </div><!--end header-->
         <div id="content">
           <!--begin content-->
           <!-- InstanceBeginEditable name="EditRegion3" -->
           <h1>This text (really an h1) is appearing within the div with id of &quot;content&quot;</h1>
           <!-- InstanceEndEditable --></div>
         <!--end content-->
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
        </script>
    </body>
    <!-- InstanceEnd --></html>
    I arbitrarily positioned the nav in the middle of the action. You can play with its positioning, but remember that it is positioned "absolutely" from the left and top of the "header" div. (in this case)
    If this is unclear, let me know! By the way, the CSS is in the head of the Template, and the child page, but I didn't print out the other auxiliary files, which you will get automatically if you insert a SpryMenuBar. But the sample on my site will work...
    Beth

  • FCP6 BIG PROBLEM - Media Manager Speed change from FCP5.1.4

    Hi!
    We have problem using a media manager project from FCP5.1.4 in FCP6. Almost ALL clips with speed change are messed up (all new speed around 1% to 7%). This is really a problem for us, since we always do media manager of everything we do to be able to go back and make changes.
    We have 2 MacPro 2 x 2.66Ghz, 8GB RAM, 10.4.9, Quicktime 7.1.6, FCP6, Decklink HD extreme or AJA Kona LH (with the latest driver).
    We tryed with different format: HDTV 1080i50, DVCProHD 720p59.94, SD Uncompressed 10bit, .... always the same problem.
    Is there a new way to use the MM in FCP6?
    Thank you!

    Hi! And thanx for the tip.
    But we use Media Manager everyday with speed change WITHOUT any problem (with FCP 5.1.4).
    We already try something similar, we copied the good clips (with speed change) from the ORIGINAL timeline to the media manager one, deleted the bad clip (with the wrong speed change) and pasted the good one in there place. Then we reconnected those clips with the MEDIA MANAGED one. We get a warning that the IN and OUT of the media are not the same, CLICKED continue and everything is always (well 95% of the time) OK.
    SO yes, we have the solution, but it's really really long and painful, especially with multilayered sequences.
    Right now, when I open any Media Manager in FCP 5.1.4 (created with FCP 5.1.4) everything works fine. Doing the same thing with FCP6 = speed change problem.
    Thanks again,still looking for another solution.

  • Hpenvy4500e the claim code is [edited] cannot get it to work wireless

    having problem printing wireless we went on the web page and got the following code [edited by Moderator]

    Hi normnan,
    Welcome to the HP Support Forums. I understand that you are trying to setup the ePrint feature of your Envy 4500 printer. I asked the Moderator to remove your printer’s claim code for privacy protection.
    Since you have been able to get the printer’s web services information sheet, that tells me the printer already has a wireless connection and is able to communicate with the HP servers.
    If you meant that you are unable to print from your computer to the printer wirelessly, have you already installed the full feature software and drivers? If not please follow the steps for your operating system in the Installing the Printer Software for a Wireless Network Connection document. If you have already installed the full feature driver with a USB cable, there are steps in the same document on how to switch from the USB cable connection to a wireless connection.
    If you have already done the installation and are still unable to print wirelessly please follow the steps for your operating system in the Print Jobs are Stuck in the Print Queue document. If have are using a Windows based operating system please Try the HP Print and Scan Doctor for Windows. You can always download the HP PSDr from hp.com/go/tools.
    If you were trying to use the claim code on HP ePrintCenter or HP Connected and it isn’t working please use the Getting the Printer Claim Code document. It has a section titled “What if my printer claim code doesn’t work?”.
    If I haven’t understood please post back and let me know. In that post can you please provide the following information:
    Please confirm whether the printer is connected by a USB cable or connected wirelessly?
    Are you able to make a copy?
    If you used the Print and Scan Doctor mentioned above, at what step did it give you an error message? What did the error message say?
    Is the printer plugged directly into a wall outlet?
    What operating system are you using on your computer?
    If you are trying to print from a mobile device, is it an Android or an Apple device?
    Is it only one program that you are unable to print from?
    Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Template error when pasting code between editable region tags

    Hi everyone,
    The following code snippet is part of the code in my template file:
      <div id="content">
      <div id="content_main">
        <div id="content_inner"><!-- InstanceBeginEditable name="inner" --><!-- InstanceEndEditable --></div>
        <div id="sidebar">
        <h3 class="round2">Categories</h3>
    Note that the above code contains an editable region as follows:
    <!-- InstanceBeginEditable name="inner" --><!-- InstanceEndEditable -->
    Back in my file that's attached to this template, I tried to paste code between these two tags:
    <!-- InstanceBeginEditable name="inner" --> A whole heap of code was pasted here <!-- InstanceEndEditable -->
    But I'm getting the following error:
    "You have made changes to code that is not marked as editable. If you retain those changes, they will be lost the next time you apply a template update to this file. Do you want to retain the changes until then?"
    I don't know why it's saying this since I'm adding code in between the two instance editable tags.
    Does anyone know what's going on here?
    Appreciate any help.

    Hello hth
    Just so you'll know, although 'hth' looks like a signature, it's really an abbreviation for "hope this helps"!
    I have put the code in that you suggested, (via new style sheet I named paradent) enclosed the text within the <p>...</p> but still not working:
    P
    .twoColLiqLtHdr #container #mainContent .paradent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    text-indent: 35px;
    word-spacing: normal;
    <span class="paradent">No color flagged the coming of spring to the Lowveld. The rains were late again, and from the Limpopo to the Sabi River and beyond into Mozambique, the mopani trees were leafless and grey; the wide rivers dry and white under the relentless sun.<br />
    This is not valid code - it's not how you use CSS.
    All CSS needs to either be placed in an external stylesheet which is linked in the head of the document, embedded between <style> tags in the head of the document, or placed inline in the target tag.  Examples of each would be -
    LINKED -
    <link rel="stylesheet" href="path_to_CSS_file.css" type="text/css">
    </head>
    EMBEDDED -
    <style type="text/css">
    body { margin:0; }
    </style>
    INLINE -
    <body style="margin:0;">
    Yours is not only in the wrong place (within the body content), but it's also between <p> tags rather than <style> tags.  That's not going to work at all.  Can you handle getting that rule into the right place in your code?

  • Paypal code and editing in Contribute

    I have a site which is being edited with Contribute. One page
    http://www.centerfornaturalism.org/support.htm
    ) of the site uses paypal to take donations. When you try to edit
    that page using Contribute all of the editable content on that page
    disappears and you only see dotted lines across the page. When I
    tried saving a version of the page and eliminating the paypal code
    it worked fine in Contribute .
    Does anyone have any idea why it is doing this?

    Do you have this file checked out with DW?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Arson Arson" <[email protected]> wrote in
    message
    news:frp2d4$5q8$[email protected]..
    >I cannot edit my page in contribute because it says that
    I am already
    >editing it in dreamweaver. I seem to be locked in and I
    don"t know how to
    >get out...........

  • Can I download recover disc 2 for HP Pavilion Media center 2005 edition

    I had to recovery it and I could not find disc 2 and disc 1 has loaded

    It is not possible. Recovery disks are created to match the system's installed applications and OS.
    You can purchase a new set from:http://www.computersurgeons.com/SearchProducts.aspx?sbt=dv6125se&bkm=Results#Results
    435337-001
    Operating System:
    Windows XP Media Center Edition
    Number of CDs:
    $27.00
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • Executable Code Speed Vs. Developmen​t Environmen​t Code Speed under windows 7

    Hi,
    I implemented a "closed loop" type controller in Labview 2012 running on windows 7 to control a motor speed. In my code, I have a main loop that first measures data using a PCI daq card, and then processes the data, and then output data to another PCI daq card. The main loop is set to run at 100Hz. So, 100 times a second I read data, then process the data, then output new data. I am using the Input daq card timing to sync the main loop to 100Hz. When I run this code in the Labview development environment, it seems to run just fine and is able to keep up with the 100hz loop time with no apparent lag. but when I create an executable and run it (on the same machine), it initially appears to run at 100Hz but soon after that it starts to slow down to about 10hz or less. This is causing issues with my motor control. I set the priority of the application under windows task manager to real time (which is the highest option available) to force Windows to let it run as fast as possible but it didn't seem to help much. I compared using a while loop and a timed while loop and found that the while loop ran faster when creating the executable. Any thoughts on what to do to make the executable run faster and why does this happen?
    Thanks

    Can you post the code?
    A wild guess is that there's some array growing wildly causing memory issues, and if you let the program run for a while longer it'll crash with out of memory error.
    Is the program only supposed to feed data from one card to the other?
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Contribute attempting to run SQL code in edit mode

    On some PHP sites that using PHP includes and make MySQL
    calls, we have seen the following:
    When a user edits a page, they see a PHP error saying that
    the connection to the MySQL database couldn't be made.
    Why in the world is Contribute executing PHP code in an
    include? To get around this, we've had to add code around the SQL
    connection which simply echoes (with PHP) "unable to connect" if a
    connection can not be made.
    But, on other sites, we've used echo to see if PHP is indeed
    executing in edit mode of Contribute, but it doesn't echo.

    On some PHP sites that using PHP includes and make MySQL
    calls, we have seen the following:
    When a user edits a page, they see a PHP error saying that
    the connection to the MySQL database couldn't be made.
    Why in the world is Contribute executing PHP code in an
    include? To get around this, we've had to add code around the SQL
    connection which simply echoes (with PHP) "unable to connect" if a
    connection can not be made.
    But, on other sites, we've used echo to see if PHP is indeed
    executing in edit mode of Contribute, but it doesn't echo.

  • Slow Wifi Speeds Vs Virgin Media Wifi Speeds

    Hi,
    I have recently have my BT Infinity installed with a HomeHub 4 and although the service seems OK - it does not appear to be broadcasting as far as Virgin Media.  I am lucky enough to have both services in the house due to the cross over period between Virgin disconnecting my broadband and BT activing their service.  
    Now, I fully appreciate that you will never get the advertised speeds when using Wifi etc due to signal degradation etc however my existing VM service is their 120MB package, the laptop which is running Windows 8 shows the speed as being approx 40MB when using speedtest.net and thinkbroadband etc.  The BT HH4 is broadcasting at approx 20MB using the same laptop and speed test sites even though I am supposed to be on their 76MB service as the local DSLAM is 20 yards away from my front door.
    what gives  ?
    clearly I am missing something however its very strange that the HH4 is not broadcast at the same wireless speed when my service is more than capable.
    Is there an optimum way of configuring it?
    Cheers

    The HomeHub routers are generally not all that good for wireless cover.
    While the Virgin router is transmitting, that reduces the choice of channels for the HomeHub.  So if the Virgin (or you manually) has chosen the best channel, the HomeHub is forced onto a second-best channel.  You may find the HomeHub improves when the Virgin is off.
    Install inSSIDer http://www.metageek.net/products/inssider/ on a laptop to choose best channel for the HomeHub, and also best positioning.  Sometimes small changes to position make a big change to signal strength.  HomeHub often seems to work better on a manually chosen good channel than with auto-channel.
    If possible run the speedtest at http://speedtest.btwholesale.com/ on a wired connection and after the test choose ‘Further Diagnostics’ and post the speeds and the profiles that this gives.  That will give you a measure of how the boradband itself is running.

Maybe you are looking for