Network Interface Controllers – A Supplement for BYOB Podcast #16

This post is a supplement to my sermon for the weekly BYOB podcast. Read on to find out about Network Interface Controllers and what you can do to speed up your PCs and network!

.

NIC

NIC is an acronym for Network Interface Controller is part of your motherboard or a Network Interface Card if attaches to the slot on your board. Most newer PCs have the NIC built into the motherboard and some of the higher end PCs and motherboards even have dual network interfaces. For example, my P55 SLI EVGA board has dual NICs. Newegg as of today has 58 Intel boards with dual LAN support.

NIC Card by Intel

Each NIC has a MAC address that is unique. A MAC address is a 48-bit identifier that the NIC uses for communications on the network segment. Think of it as a social security number for your NIC. Many of you have seen the MAC written as 12:34:56:78:90:AB. Manufacturers such as Intel, Realtek and Marvell buy blocks of MACs so no two in theory should ever be the same.

Each NIC is connected to your Local Area Network, or LAN, by an Ethernet cable. This cable typically has a RJ45 connector that looks like a jumbo phone connector. We also sometimes refer to these Ethernet cables by their signal integrity such as Cat-5e or 100 Mbit/s, Cat-6 Gigabit and now even Cat-7 which allows for 10 Gigabit Ethernet. Sweet. Now as a disclaimer to those advanced listeners out there, I know you can run Gigabit over Cat5e but in my opinion, from what I can only attribute to the twists per meter and the lower grade insulation, I have seen reduced performance on high-data rate transfers.

Ok, Tim, why do I need to listen to a sermon about a cable and NIC I already have? Well NICs are usually available in 10/100 or 10/100/1000 speeds. This means the hypothetical speeds are 10, 100 or 1000 Megabits per second. Now, unless you bought a higher-end PC, or built your own, you might only have a 10/100 controller in your PC. For example, budget PCs and most laptops only have a 100 Mbps controller. In addition, you might have a Gigabit controller but only be connected through a Megabit router or switch. You can easily check your current speed by going to your Local Area Connection Status in Windows and verifying the number. Remember that the speed you see is the speed you are connected to the network and not necessarily the speed of the controller.

LAN Status

LAN Status

So once you know your NIC speed what does this mean to you? Your communication speed to the world, through your internet service provider, gives you access to the internet at usually between 5 Mbps and 30 Mbps depending on your location and ISP data package you purchase. Well, the NIC speed, which at these slow speeds is not the bottleneck to the outside world, is more important on your LAN. Inside your network is where the speed makes a true difference.

On my system, for example, I have an EX485 HP MediaSmart Server on which I store my data.

LAN Status

LAN Status

The server has a Gigabit NIC so I can move data between my PC at Gigabit speeds. Now, we are going to cover networking on another show, but realize that to have Gigabit speed, not only do both PCs have to have NICs that are Gigabit, but you also have to have the right cable and a switch or router that supports Gigabit.

Again, we will cover this on a future podcast, but Gigabit networks should have the right sized equipment. In today’s dollars, the cost is not that much more. You can get the N-Wireless D-Link Router with Gigabit ports for $75 at Newegg. Throw in some Cat6 cables and a Gigabit NIC and you are out the door for about $100.

As a closing to the hardware portion of this sermon, high-end servers already have 10 Gbps. These are beyond the scope of this podcast but check out some of Intel’s Dual Port Server Adapters for more information.

Install the NIC in a slot that matches the card type and matches the bus width of the NIC. For example, put the card in the proper PCI or PCIe slot that is the fastest available and that has the speed that matches the card. Some lanes may have lower functionality. In addition, try and a put the NIC on a bus by itself if possible. You might have to check your lanes before buying the card so see if using a PCI or PCIe card is the right choice for you.

http://www.intel.com/support/network/sb/CS-025829.htm

.

Software and Drivers

You NIC card should be recognized once you start up your PC, however depending on the manufacturer there may be additional software or even proprietary software for your specific NIC. Always follow the instructions that come with the NIC!

.

Advanced Settings

 NOTE: Most of the following changes will reset your NIC and drop your connection temporarily. DO NOT USE THIS OVER A REMOTE CONNECTION! In addition, if your NIC is already performing to spec then leave it alone!

 

http://www.intel.com/support/network/adapter/pro100/sb/CS-029402.htm

LAN Status

I will now talk about some of the NIC settings that apply to my Intel PRO1000GT NIC. It is important to know before you start changing settings that you can EASILY Bork your NIC and lose your connection if you mess up a setting. The settings I am about to tell you about are just guides, and you should use this as inspiration to learn about your specific NIC hardware before making any changes!

.

Possible Driver Configuration Suggestions:

 

Interrupt Moderation Rate sets the rate at which the controller moderates or delays the generation of interrupts making it possible to optimize network throughput and CPU utilization. The default setting (Adaptive) adjusts the interrupt rates dynamically depending on traffic type and network usage.

Reduce Interrupt Moderation Rate to Low, Minimal, or Off. The default is “Adaptive”.

Note: Decreasing Interrupt Moderation Rate will increase CPU utilization. Low yield difference.

 

Jumbo Packets/Frames: The standard Ethernet frame size is 1514 bytes, while Jumbo frames can contain 4088 or 9014 bytes. Available settings varies depending on the specific adapter.

Enable Jumbo Packets to the largest size supported across the network (4KB, 9KB, or 16KB). The default is “Disabled”.

Note: Enable Jumbo Packets only if devices across the network support them and are configured to use the same frame size. You would not want to use this on a network with mixed PC frame rates. Large yield difference on smaller Gigabit networks.

Receive Buffers sets the number of Receive Buffers used by the adapter when copying data to memory. Increasing this value can enhance receive performance, but consumes system memory.

Increase the Transmit Descriptors buffer size.

The default is “256”. Maximum value is 2048 but can be as low as 512 on other NICs.

Note: Increasing Transmit Descriptors will increase system memory usage. High yield difference.

Copy SpeedCopy Speed

Increase the Receive Descriptors buffer size.

The default is “256”. Maximum value is 2048.

Note: Increasing Receive Descriptors will increase system memory usage.

http://www.intel.com/support/network/sb/CS-025829.htm

Windows Task Manager

Wake On LAN

Wake On LAN is networking standard that allows a PC to be woken up by another PC that sends a “message” across the network. Typically, a PC would send a magic packet that consists of the MAC address of the NIC over the network and the PC that has the corresponding MAC address will wake up.

WOL

There are many adjustments that are needed both in the BIOS and the Connection Properties. It is also advisable to have the listening PC on a UPS since some systems do not support WOL after a power outage.

Andrew Edney and I use WOL almost daily for a HTPC on my network through Vail. It works great.

.

Intel Boot Agent

Finally, for those of you with Intel cards that support Intel Boot Agent, turn it off. Control-S during the initialization screen will get you to the settings. Even if you have lowered the Intel Boot Agent below your regular boot devices, the Agent still runs during startup of your PC. Unless you plan to use it, turn it off!

http://www.intel.com/support/network/sb/cs-008018.htm

.

Appendix

My Card – Intel PWLA8391GT

Intel NIC

http://www.newegg.com/Product/Product.aspx?Item=N82E16833106121

In addition, a white paper on multiple NICs from Intel:

http://www.intel.com/Products/Desktop/Adapters/PRO1000GT/PRO1000GT-technicaldocuments.htm

Intel Network Connectivity Reference

http://www.intel.com/support/network/sb/CS-008441.htm

Wiki Reference

http://en.wikipedia.org/wiki/Network_interface_controller

Timothy Daleo

BYOB Episode 16 Out Now

1

The guys over at BYOB, including our very own Tim Daleo, have just released the BYOB podcast,

episode number 16.

BYOB300

Here is what they say about this weeks show:

This week on BYOB we discuss news from Intel regarding their 3rd Gen SSDs and finally a USB 3.0 Motherboard connector spec!  Tim gives us a lesson on network interface cards and WOL.  Mike goes over his new build Project: Back in Black.   Mike, Michael & Tim discuss some SSD system optimization techniques.  Hope you enjoy the show and don’t forget to post your comments on the forums.

News

Intel’s 3rd generation SSD revealed

http://www.anandtech.com/show/3965/intels-3rd-generation-x25m-ssd-specs-revealed

Intel releases an internal connector spec for USB 3.0

http://www.maximumpc.com/article/news/usb_30_internal_connector_cable_spec_released

Tim breaks down the NIC

http://homeservershow.com/network-interface-controller-outline.html

Project: Back in Black

Mike’s new Lian-Li build

http://homeservershow.com/back-in-black-3.html

SSD Optomized
  • Check to see if TRIM is enabled
  • Check the board is in AHCI mode, if no option is available there is nothing you can do.
  • Check if S1 and S3 sleep are supported in bios, I usually set S1 but S3 should be ok also….if they are not in bios there is nothing you can do
  • Let W7 installer create and format the partition, all you need to do is hit NEXT even though the installer sees the drive and reports the drive space is RAW. W7 will create a primary partition and quick format all on its own.
  • Use the W7 native AHCI driver for both AMD and INTEL systems.
  • Verify Superfetch is disabled
  • Verify Defrag scheduler is disabled
  • Disable drive Indexing
  • Set the power state to high performance and set the machine to never sleep, HDD power down to OFF but I do set the screen to go off after 30 minutes
  • Alter the page file on the SSD to either a fixed size or disable if you have 6-12 Gigs of system memory. Also leave Hibernate alone.
  • System restore can be left alone. But if you do regular backups via WHS its ok to disable it if you prefer.
  • Change(move) the Temp Variables and Internet Cache files

image

Here are some great links

http://blogs.msdn.com/b/e7/archive/2009/05/05/support-and-q-a-for-solid-state-drives-and.aspx

http://www.tweaktown.com/articles/3116/tweaktown_s_solid_state_drive_optimization_guide/index4.html

And as usual you can listen to the show from here.

HTPC Noise Reduction on a Friday night

My two month old HTPC build has recorded over 150 hours of television so far and performed flawlessly. Looking back, it was a solid build but it is slightly louder than I would like. This Friday night I decided it was time to make this HTPC the first member of my Decibel Reduction Program (DRP). Read on to find out more about the DRP and how this HTPC went on a sound diet!

HTPC Noise Reduction

.

Background

 Back in August I built a small HTPC to record all of my television. That article is at:

https://moviesgamesandtech.com/2010/08/16/building-an-under-cabinet-htpc-on-a-friday-night/

It was a easy build since I was using a recycled 3.5” drive, OEM cooling solution and the included power supply. It pulled 50-60 watts under load and the dual core CPU was more than enough to record multiple shows at once. The build was small and cheap. So what was the issue? It was loud for a HTPC.

Ok, it probably was not that loud but it was still loud enough to hear the fan and drive when you walked by the room. I decided to start my new Decibel Reduction Program (DRP) and see how low I could get the sound. I also plan to go over my other PCs and see what cooling solutions I can find to lower the sound impact in my home.

I found a cheap decibel meter online at Amazon and decided to check how loud the HTPC actually was.

.

The Decibel and You

 A decibel (dB) is a way to measure the power of sound. Each decibel integer increase is one times as loud, so a sound that is at 60 decibels is 10 times more powerful than a 50 decibel sound. Without having a frame of reference and a calculator it is hard to explain so I will leave the whole decibel definition and measuring for one of my BYOB sermons.

Let us look at a few common sound levels as a reference. You would think that the scale would start near zero but realistic sound in our daily life starts above 20 dB.

HTPC Noise Reduction 

.

Common Decibel Levels (non-scientific)

28 dB – Inside a closet in center of house (at night) with a beer and a flashlight

30 dB – Sleeping wife

36 dB – Bamboo growing in a quiet room on a Friday night with AC on and vent open

43 dB – Netbook running Windows Updates

44 dB – EX485 with four WD Caviar Black drives (in Ikea cabinet)

53 dB – EX485 with four WD Caviar Black drives (cabinet open)

56 dB – HTPC recording television

58 dB – Dave McCabe talking

60 dB – Dishwasher

65 dB – Diehard talking

68 dB – Dishwasher after a couple of glasses of wine

70 dB – Engine noise inside your truck while getting on the freeway

80dB – Inside an airplane just behind the exit rows in flight

85 dB – Moderate Surround Sound during intro to Saving Private Ryan

90 dB – Standing on the side of the freeway listening to the truck get on the freeway

110 dB – Jet engine from that parking spot at the end of the runway

120 dB – Vuvuzela

130 dB – Glock 17 fired at arms length

.

Some Quick dB Readings

 

HTPC Noise Reduction

HTPC Noise Reduction

HTPC Noise Reduction

HTPC Noise Reduction

SageTV V7.0.19/20 Release Candidate 3/4 Out Now

Release Candidate 3/4 for SageTV V7.0.19/20 is out now – are you going to test it? If the numbering looks a little confusing, read on.

It seems like only yesterday that V7.0.17 was out!

So what is SageTV (in case you haven’t heard of it)?

SageTV lets you enjoy your favourite TV shows and online video when you want, wherever you want on any TV, PC or Mac!

Browse, search and watch all the latest online video from Google Video from the comfort of your couch with SageTV Media Center V6.

Enjoy the most popular online videos, news, movie trailers, TV shows, comedy, music videos and more at the push of a button on your remote control.

SAge TV

Here is what Sage says:

NOTE: There were a few issues found in 7.0.19 that we wanted to address right away. Against our standard policy of posting new builds on Friday, we are posting these new builds on Friday, but only because the changes are quite minor and resolve some issues people are having with what we posted yesterday. There are no known problems in the Placeshifter Client or in the Linux versions, so the new builds are only for SageTV/SageTVClient on Windows.
The issues addressed with the 7.0.20 update over 7.0.19 are:
1) Fix issue on Windows where the first recording with QAM tuning didn’t work properly
2) Fix issue with HDHomeRun where it was using excessive bandwidth
3) Fix issue where certain MPEG files consumed all the CPU during file format detection and never completed file format detection
Oh yeah…it’s (still) the Release Candidate stage. Getting close to being done with V7.0 now…estimating about 2 more weeks and then we’ll be final (yeah, I said 2 weeks last time…but more issues came up than I expected so I increased it another week). No more features will be added now, it’s purely bug fixing going on. So if you have any bugs, please report them!
All of the high-level information on V7 can be found here:
http://forums.sage.tv/forums/showthread.php?t=48421
Be sure to read the above post as it contains important information regarding upgrade pricing and new features
As always, report bugs you find here:
http://sagetv.com/bugs.html
Here’s the download links for V7.0.19/20:
SageTV for Windows
http://download.sage.tv/SageTV_V7_0_20Setup.exe
SageTVClient for Windows
http://download.sage.tv/SageTVClient_V7_0_20Setup.exe
SageTVPlaceshifter for Windows
http://download.sage.tv/SageTVPlaces…_0_19Setup.exe
SageTV for Windows Home Server
http://download.sage.tv/SageTV_V7_0_20Setup-WHS.msi
SageTV Media Center for Linux
http://download.sage.tv/linuxbeta/server_7.0.19.tar.gz
SageTV Placeshifter for Linux
http://download.sage.tv/linuxbeta/mi…_7.0.19.tar.gz
SageTV Media Center for Linux – Debian Package Installer
http://download.sage.tv/linuxbeta/sa….0.19_i386.deb
SageTV Placeshifter for Linux – Debian Package Installer
http://download.sage.tv/linuxbeta/sa….0.19_i386.deb
The release notes from version .17-.20 are below.
SageTV V7.0.20 RC4 10/8/2010
Windows Updates
1. Fix issue on Windows where the first recording with QAM tuning didn’t work properly
2. Fix issue with HDHomeRun where it was using excessive bandwidth
3. Fix issue where certain MPEG files consumed all the CPU during file format detection and never completed file format detection
SageTV V7.0.19 RC3 10/7/2010
Core Updates
1. Updated MAC address detection code to include the top 8 bits of the MAC address rather than always assuming they are zero (because they are not always zero)
2. Updated bug fix for transcoding a file and replacing the original file was not preserving auxilliary metadata that was added
3. Fixed bug related to online video playback where we wouldn’t always wait until the format was properly detected before starting playback.
4. Fixed bug in how the core determines which recordings are ‘safe’ from deletion because they were recently watched, it previously would consider any type of watched information, now it only looks at watched TV recordings.
5. Optimization SageTV does not search for external subtitle files when playing back online videos.
6. When selecting the audio/subpicture track to match the default language, don’t change the selected track if the currently selected one already matches the language.
7. Fixed bug in format detection code where it didn’t treat files that are currently downloading as being still open like it already did for files being actively recorded.
8. Fixed issue with progressive download/playback of Quicktime files that have data tracks that occur after the main movie data
9. Upddate Melboourne/Australia DVB-T frequencies
10. Fix the problem, if Mpeg2 seq extension header is after display extension header, sagetv fails mpeg2 format parsing, so that video stream is dropped, and only audio is recorded.
11. Fix: HDHomeRun signal strength bug.
Windows Updates
1. Fixed bug where we didn’t always set the QAM broadcast standard properly if the native code detected the broadcast standard as “ATSC NET”.
2. Added workaround for bug where FLV files with H264 video did not playback properly on Windows w/ our internal demux.
3. Fixed bug where the available languages would show up as nothing sometimes when switching between audio tracks with playback on Windows
4. Fixed bug where switching between windows and full-screen mode on Windows 7 with Aero active and video playing would cause the SageTV UI to go black.
5. Fixed issue with playback of some MP3 files on Windows clients where the MPEG audio data did not start right after the end of the ID3 header.
6. Fixed bug where not all BluRay PCM audio played properly
7. Fix: DTS bug that causes m2ts file with DTS sound track not playing.
8. Fix:tvType set wrong (Cable).
Extender Updates
1. Fixed bug where sometimes a media extender would randomly crash due to the asynchronous loading of background images interleaved with batched texture rendering
2. Fixed bug where resolution switching frame rate matching didn’t always work properly.
Placeshifter Updates
1. Fixed issue with placeshifter where using the “-mac” command line parameter also required specifying the target server on the command line as well.
STV Updates
1. Updated recommended extender firmware versions – HD200: 20100909 0′; HD300: ‘20101007 0’.
2. Fixed duration comparison code when getting podcast duration.
3. Skip the ‘Tuning Configuration’ step during source setup for DVB tuners and display “NA” as the ‘Cable/Antenna’ setting on Source Details.
4. Fixed issue where disabling access to online videos did not remove access to them from the Main Menu.
5. Fixed Instant Search so that it works on the Online Services navigation menus.
6. Hidden: Malore menu’s Search option jumps to last-used TV search.
7. Only call the API function to activate the Windows Always on Top setting at startup if on Windows & not using a remote client.

Are you testing the new version? Let us know what you think….

AVA Media NVT for Windows Media Center

Tranquil have just released a free add-in for Windows Media Center called AVA Media NVT – which stands for Network Video Transcoder. And all they ask in return is a optional donation to Cancer Research UK.

AVAMediaNVT3

What is AVA Media NVT ?

It’s a FREE, new, simple to use Add In for Windows 7 Media Centre, that makes use of the open source handbrake video transcoder.

It watches folders, ie on a Home Server, and transcodes any new DVD files (VIDEO_TS) it sees to popular formats ie iPhone, whilst retaining the original DVD folders for later playback.

Why would I want it ?

AVA Media NVT is a user friendly Add In that simplifies the transcoding function used to change DVD / Video files from original format to secondary formats for playback on different devices – ie iPhone.  It does not require a desktop application, complex button presses – just set it up, and let it do it’s task in the background.

How do you install it ?

Simply download the Add In and once it’s installed on your Media Centre you can step through the initial screens a) select target format, b) select ‘folder’ to monitor, c) select target folder to store compressed files in.  Any NEW DVD files that are added to the monitored folder are then transcoded.

Why use it on a Media Centre, if I have a Home Server – why not use a Home Server Transcoder ?

Transcoding video is CPU intensive – really intensive.  A Home Server, by design, does not have a powerful CPU and is therefore not optimised for video transcoding.

Here are some facts that may explain:  When transcoding a DVD folder to Apple iPhone format a dual core Atom, as perhaps used in the Tranquil SQA Home Server will process video at approximately 5FPS – real video is 25FPS – which means a 2 hr DVD would  take approximately (25/5) x 2 x 60 x 60 seconds to process ie 10 hours.

If this process was to be carried out on a reasonable media centre – ie a Tranquil ixL (i3) Media centre the processing is much faster @ nearer to 90FPS transcoding or (90/5) x2 x 60 x60 seconds to process or 35 minutes to process.  Please note that after the transcoding has completed, there is a small delay whilst the ‘multiplex’ process completes.

Typical file sizes vary, but a 6GB DVD would transcode to below 800MB in iPod setting

What is the ultimate ‘ease of use’ process for ripping / transcoding DVDs ?

Ideally the Home Server, where you would store, stream and protect your media collection should be running a CD/DVD ripping service, ie AVA Media CD/DVD Add In.  This coupled with a Media Centre running the AVA Media NVT service and the AVA Media RipNet service is an ideal package.

You simply turn on the Ripnet service from the Media Centre screen, and insert a disc, ie a DVD.  The DVD is then ripped by the Home Server (AnyDVD is needed too).  When the ripping is completed the disc is ejected.  Shortly after, if set, the AVA Media NVT service on the Media Centre will see the new DVD files on the Home Server and quickly transcode and save them to the selected format for playback on your iPhone / iPad / AppleTV / PS3 etc

You just pop in the disc – nothing else.

What does AVA Media NVT cost ?

The Media Centre application is free of charge.

Folder management

We recommend that a new folder on the Home Server console is created for your target (compressed) videos.

This will make streaming / transfer of videos to your new devices, ie iPhone easier.

The application will check for new DVD folders in the source.  If you want to transcode all of your current DVD folders just point to that folder and NVT will do the rest.

Target formats

There are a number of devices (formats) you can choose from :

  • Apple – Universal – Universal / full resolution
  • Apple – iPod – Optimised for the smaller screen / smaller file size than Universal
  • Apple – iPhone and iPod Touch – Optimised for the smaller screen / smaller file size than Universal
  • Apple – Apple TV – Optimised for Apple TV
  • Regular – Normal – ie PS3 / Xbox 360 – Most popular, supporting many devices
  • Regular – High Profile – similar to ‘Normal’ but creates smaller target files – check with your player first
  • Disabled – Transcoder disabled

All files are saved in the popular .mp4 (MPEG-4) format

Folder Scanner

The source folder is scanned every 15 minutes for new DVD folders.  New folders are not
immediately transcoded as the DVD may still be being ripped.

There is a ‘manual’ start scan button on the Media Centre task bar – should you want to
immediately start a scan / transcode process.

You can Download V1.0 now free of charge, but if you find this add-in useful, please consider making a donation, no matter how small, to Cancer Research UK.

Let us know what you think.

You can learn more, and make a donation to Cancer Research UK here.

Asus Launch Eee PC 1215N Netbook

Asus have just launched a brand new netbook called the Eee PC 1215N that includes a hardware decoder so that you can play back full1080p HD quality video on large screen displays, amongst other new features.

Eee_PC_1215N_Front_OpenEee_PC_1215N_Left_Open

Part of the new 4th generation Eee PC range from ASUS, the 1215N defies preconceptions that netbooks can only deliver basic performance to users. This multimedia powerhouse-on-the-go combines the latest processor and graphics technology to deliver a visual experience never seen before on a netbook.

NVIDIA® Optimus™ technology intelligently switches between integrated and discrete graphics to provide the optimum graphics solution to help extend battery life, providing a high-performance yet energy efficient balance in performance. Hardware decoders embedded within the 1215N perfectly decode H.264, VC1 and MPEG2 file formats while the HDMI-output port enables Full HD 1080p playback on large screen displays. Combined with a range of storage, connectivity and cloud-computing features it makes the perfect all-rounder for the media-hungry consumer on the move.

Priced at £429 inc VAT, the Eee PC 1215N will be available from Amazon.co.uk and Ebuyer.com.

Key Features:

  • Intel® Atom™ D525 CPU
  • Next Generation NVIDIA® ION™ Discrete Graphics with NVIDIA® Optimus™ technology
  • Up to 7 hours battery life with Super Hybrid Engine technology
  • 12.1” WXGA (1366 x 768) HD widescreen display with 16:9 display ratio.
  • Multi-touch gesture support – pinch, scroll to navigate with ease
  • USB 3.0 for faster transfers (4.8GB per second) and device charging – almost 10x faster than USB 2.0
  • Bluetooth 3.0 – almost 8x faster than 2.1
  • 802.11n Wi-Fi –  faster surfing speeds and higher throughput compared to 802.11b/g standards.
  • Web-cam with cover for added security and privacy when not in use
  • 250GB hard drive – supplemented by 500GB of ASUS WebStorage
  • ASUS @Vibe software trial – giving users one-stop access to music, videos, radio stations, and more.
  • LocaleMe software – leverages on Microsoft’s Bing map helping users to pinpoint their exact location, as well as provide information about the surrounding areas
  • Access to Boingo global Wi-Fi services at a special price. A single account gives users access to over 100,000 hotspots at airports, hotels, cafes and restaurants around the world.
  • Microsoft Windows 7 Home Premium OS

Check out the Asus website for more information and watch out for our hands on review soon.

Western Digital Photos Photo Viewer for iDevices Released

Back in April we reported about the release of a photo viewer for the iPhone from WD called WD Photos. Now they have updated it to include support for the iPhone 4 and also the iPad – and its still free.

Get quick access to all the photos stored on your My Book Live, My Book World Edition, or
WD ShareSpace network drive using your iPad, iPhone, iPhone 4, or iPod touch.

You need a Western Digital My Book Live home network drive, My Book World Edition home network drive, My Book World Edition II dual-drive network storage, or WD ShareSpace network storage system.

For the iPhone:

WD-Date-Search-MenuWD-Folder-ViewWD-Keyword-Search

WD-Options-MenuWD-Thumnail-View

And for the iPad:

WDPhotos_iPadWDPhotos_iPad_verticalWDPhotos_iPad_view1WDPhotos_iPad_view2

This app is really cool as it basically turns your iPad into an interactive photo frame. You can download it from the Apple App Store now.

Here is the full press release:

WD PHOTOS FREE PHOTO VIEWER APP FOR iPAD, iPHONE® ACCESSES IMAGES ON WD® NETWORK DRIVES

Update to Photo Viewing Software Turns iPad into the Ultimate Photo Album

WD® (NYSE: WDC), the world’s leader in external storage solutions, today announced WD Photos(photo), the newest release of its photo viewer app (photo), which is now optimised for iPad and iPhone®4. Available as a free download from iTunes®, the WD Photos app provides remote access to photos stored on a WD network hard drive including My Book® World Edition, and WD ShareSpace. The images are displayed in native iPad and iPhone resolution, and users can access up to 285,000 of their favourite photos anywhere they can access the Internet by simply copying their pictures into the “Shared Pictures” folder on their WD network hard drive. The WD Photos photo viewer app offers a variety of new features that allow users to stay connected to more of their digital photos, including:

– Pinch and zoom functionality so consumers can digitally zoom on the displayed photo;

– Horizontal split view for iPad;

– Option to instantly post photos from the WD Photos app to users’ Facebook® wall;

– New slideshow transitions including pan and zoom, page curl, and cube;

– Increased 5 GB capacity to support iPad’s larger memory and higher resolution;

– iPad full screen support at 1024×768; and,

– iPhone HD/OS 3 & 4 support.

WD Photos photo viewer app, optimised for iPad and other leading Apple mobile devices, fulfils the growing demand to view, store, and consolidate photos on the go. With over 2 million iPads sold as of May 31, 2010 (Apple®), the iPad has been embraced enthusiastically by consumers to access and share their digital content.
Although digital photo viewing is not new, research firm Parks Associates says the practice is still on the rise. According to a recent Parks survey, 68 percent of broadband households viewed digital photos at least monthly in 2009, compared to 59 percent in 2006 (Parks Associates: Consumer Storage Opportunities 2010). Combining the centralised storage and remote access benefits of WD’s network drives with the iPad is a natural fit with this rapidly growing consumer behaviour.

“Viewing pictures on an iPad is a great experience. WD Photos leverages the iPad’s beautiful multi-touch screen to enable truly intuitive navigation of thousands of photos. With our application, consumers can share a lifetime of photos right from their sofa without worrying about which photos to sync or how they’re organised. With access to up to 285,000 photos stored on a WD network drive, users can have instant access to all their photos wherever they are,” said Dale Pistilli, vice president of marketing for WD’s branded products group.

WD Photos Photo Compatibility

Available for download now at the Apple® iTunes Store®, WD Photos photo viewer app is compatible with iPad, iPhone, iPhone 4, and iPod touch® and works with My Book World Edition, My Book World Edition II, WD ShareSpace, and My Book Live. Users must register with WD’s free, secure MioNet® remote access service to use the WD Photos photo viewer app.

About WD

WD, one of the storage industry’s pioneers and long-time leaders, provides products and services for people and organisations that collect, manage and use digital information. The company designs and produces reliable, high-performance hard drives and solid state drives that keep users’ data accessible and secure from loss. Its advanced technologies are configured into applications for client and enterprise computing, embedded systems and consumer electronics, as well as its own consumer storage and media products.

WD was founded in 1970. The company’s storage products are marketed to leading OEMs, systems manufacturers, selected resellers and retailers under the Western Digital® and WD brand names. Visit the Investor section of the company’s website (www.westerndigital.com) to access a variety of financial and investor information.

This press release contains forward-looking statements, including statements relating to expected growth in consumer demands for electronics devices. These forward-looking statements are based on current management expectations, and actual results may differ materially as a result of several factors, including business conditions generally and other risks and uncertainties listed in WD’s recent SEC filings. WD undertakes no obligation to update these forward-looking statements to reflect new information or events or for any other reason.

You can learn more about WD Photos from the WD Website.

bigtrak – Retro Gadget Unboxing

3

When I was a little boy one Christmas I got bigtrak – and it was cool! Now bigtrak is back and here we have an unboxing.

Now we don’t just look at expensive servers and other high end kit here at UWHS, we also look at cool and fun things as well. Anyone who is around my age, and I’m not saying, but if you remember bigtrak then you know what age I am talking about, will probably have fond memories of bigtrak.

For those of you who have no idea what I am talking about, bigtrak was a tank / truck from MB that you could program to drive around your house, fire a laser (obviously not a real one) and pull a separate transport.

You would program bigtrak to go forward, turn, etc, etc, and sit back and watch it do it.

Retro toys and gadgets are back in fashion and when I saw that bigtrak was back I just had to have one again.

So here is the great unboxing:

IMG_3001IMG_3002

IMG_3003IMG_3004

IMG_3005IMG_3006

Below is the original TV advert for bigtrak:

bigtrak–the original advert

I can’t wait to relive some of my childhood memories.

You can also check out the bigtrak website for more fun things.

Look out for more on bigtrak soon on UWHS.

Do you have memories of bigtrak? Why not share them with us?

Logitech TV Cam for Logitech Revue

Rounding off the releases for the Logitech Revue is an HD video camera called the Logitech TV Cam which can be used for various things, including video conferencing.

TV Cam_BTY1b_300_dpiTV Cam_BTY3b_300_dpi

TV Cam_CTG1a_300_dpiTV Cam_PROFILE1a_300_dpi

TV Cam_PROFILE2_300_dpivideo calling_300_dpi

Here is the full press release:

Logitech® TV Cam

Saying “hello” will never be the same

Announcement Date: October 6, 2010 Shipping: October 2010

Price: $149.99 Available at: http://www.logitech.com

Product Overview

The Logitech® TV Cam lets you visit long distance with friends and family from the comfort of your couch. It connects to Logitech Revue™ with Google TV™ and enables you to make and receive high-definition video calls[1] on your HDTV without a computer, using the pre-installed Logitech Vid HD app – the free and easy video calling service. You get crisp, clear images formatted for your HDTV, so you can see and hear others as if they were in the room with you. The Logitech TV Cam seamlessly integrates with Logitech Revue to create an always-on connection with on-screen notification and caller ID. It also takes advantage of the Google TV dual-view mode so you can watch TV together with friends or family while on a video call. And it lets you communicate with Logitech Vid™ HD users on a PC, Mac® or another Logitech Revue.

Key Features

· Logitech Revue™ with Google TV™ integration means you can make high-definition video calls from the comfort of your couch.

· HD 720p video calls with an image that is sharper and smoother than standard definition calls.

· On-screen notification and caller ID so you can know who’s calling and you have the option to answer or ignore the call.

o See what calls you missed­ via a call notification icon on Vid HD and an LED light on the TV Cam that lights up when you’ve missed a call – even when your TV is off.

· 5x digital zoom gives you the option to zoom in on your room for a more personal experience.

· Wide-angle lens ensures the people you video call can see more of you and your surroundings, and lets the entire family sit comfortably on the living-room couch.

· Carl Zeiss® optics ensure each video call offers crystal-clear images.

· Two digital, directional microphones help reduce noise and echoes in a living room environment.

System Requirements

Basic requirements:

  • Logitech Revue™ with Google TV™
  • Compatible HD video calling application (Logitech Vid HD included with Logitech Revue systems)
  • High-speed Internet connection

To transmit high-definition video:

  • You must have a minimum upload speed of 1 Mbps

To receive high-definition video:

  • You must have a minimum download speed of 1 Mbps
  • The other person must have an HD-capable webcam and a minimum upload speed of 1 Mbps
Product Specifications

· Dimensions: 160 mm x 40 mm x 25 mm (WxHxD)

· Weight: 250 g

· Widescreen, HD (720p) resolution video

· 11-foot USB cable (5-foot connected cable plus 6-foot extension cable)

Warrantyclip_image006clip_image006[1]

2-year limited hardware warranty


[1] Video resolution depends on both parties’ Internet connection speed as well as the other caller using HD webcam or comparable hardware.

You can pre order the Logitech TV Cam from Amazon for $149.99.

You can pre-order the Logitech Revue right now from Amazon for $299.99.

You can also pre-order the Logitech Mini Controller from Amazon for $129.99.

You can see more about the Revue on the Logitech website including a number of videos that are worth taking the time to watch.

So there is a lot of interesting and cool looking kit from Logitech as part of the Revue product range, although if you add up the cost of all the items you are not looking at a cheap package.

Watch this space for the UWHS hands on review.

Logitech Mini Controller for the Revue

Yesterday Logitech announced a new device called the Revue. It comes with a keyboard but you can buy a Mini Controller instead, and the controller looks very cool!

Mini_Ctrl_BTY1_Mode1_300_dpiMini_Ctrl_BTY2_Mode1_300_dpiMini_Ctrl_PALM_CLOSED_300_dpiMini_Ctrl_PALM_OPEN_300_dpiMini_Ctrl_THUMBS_TOP_Mode1_300_dpiMini_Ctrl_TOP_OPEN_Mode2_300_dpi

Here is the press release from Logitech:

Coffee-table-friendly controller with palm-sized keyboard for your Google TV™ system

Announcement Date: October 6, 2010 Shipping: October 2010

Price: $129.99 Available at: www.logitech.com

Product Overview

The Logitech® Mini Controller puts the power of Google TV in the palm of your hand. It combines a palm-sized keyboard, dual-mode touch pad and entertainment-system remote in one thoughtfully designed package. You can enter text easily, navigate Web sites without a mouse and control video playback simply.

Key Features

· Palm-size keyboard gives you a convenient way to enter text so it’s fast and easy to search for and find the content you want.

· Entertainment-system controls put basic commands – including Play, Pause, Rewind, and Fast Forward – in easy reach, so you never need to pick up another remote to switch channels, adjust the volume or play videos.

· Dual-mode touch pad works as both a touch pad and a directional pad, and makes it easy to navigate Web sites and other online content without a mouse.

· Illuminated keys light the way so you can find the right key, even in the dark. And the backlighting color changes depending on the mode you’re in: green for navigation, orange for typing and pointing.

· Rechargeable Li-ion battery can go up to two weeks between charges, so you won’t be caught without power.

System Requirements

· Logitech Revue™

Product Specifications

· Dimensions: 23.7 mm x 89.77 mm x 151.77 mm (WxHxD)

· Weight: 166 g

· Logitech Unifying receiver included

· USB extender cable

· Li-ion battery

Warrantyclip_image004clip_image004[1]

1-year limited hardware warranty

Interestingly enough, it looks identical to the Logitech diNovo Mini which has been around since January 2007! Although I guess this will have some sort of special features that only work with the Revue.

You can pre-order the Logitech Revue right now from Amazon for $299.99.

You can also pre-order the Logitech Mini Controller from Amazon for $129.99.

You can see more about the Revue on the Logitech website including a number of videos that are worth taking the time to watch.

Watch this space for the UWHS hands on review.

Logitech Announce the Logitech Revue with Google TV

Yesterday Logitech announced a new addition to the ever increasing selection of devices that can be connected to your TV in order to bring new and exciting features. This one is called the Logitech Revue with Google TV.

Revue_BOX_BTY1_300_dpiRevue_BOX_BTY2_300_dpi

Revue_BOX_BTY4_300_dpiRevue_BOX_Input_300_dpiRevue_InUseRevue_KB_BTY2_300_dpi

Here is what Logitech say about the Revue in their press release:

Product Overview

Logitech Revue™ with Google TV™ is a two-piece system — a companion box and keyboard controller with integrated remote — that brings together TV, the full Web, apps, movies and more. Using a familiar layout, the keyboard controller lets anyone start searching without a learning curve. And because the Logitech Revue leverages Harmony® Link technology, it works with your existing HDTV, cable or satellite set-top box, AV receiver – even compatible DVRs. And getting set up couldn’t be simpler. Two HDMI cables and a broadband Internet connection is all it takes to turn your TV into a smart TV.

Key Features

· Endless entertainment choices mean you can enjoy the full Web — including YouTube, Facebook® and Twitter™, apps such as Netflix and Logitech Vid™ HD, plus music, photos and games — right alongside your favorite TV programming.

· Intuitive control with the keyboard controller makes finding what you want to watch on your HDTV as easy as searching online. The controller includes:

o Touchpad that offers mousing controls

o Access to your cable guide, DVR content or live TV, volume controls

o Access to dual view mode

o DVR controls such as record, forward, back and pause

o Home button to get back to the Google TV main menu at one touch

· Embedded Logitech Harmony® Link technology lets you control your IR entertainment devices in your entertainment system from your keyboard controller.[1]

· Simple HDMI setup turns your TV into a smart TV in just minutes. Just connect Logitech Revue to your TV and get ready to enjoy TV, the full Web, apps, movies and more all from the comfort of your couch.

· Wi-Fi and Ethernet connectivity gives you the flexibility to connect to your high-speed Internet wirelessly or with a cable.

· Logitech® Unifying wireless technology lets you connect other compatible wireless devices without filling up the USB ports on the Logitech Revue companion box.

· Works with other Logitech accessories, such as a Logitech TV Cam for HD video calling.

System Requirements

· HDTV with HDMI port

· Cable, satellite or telco box with HDMI out

· High-speed Internet access (Wi-Fi or Ethernet)

· HDMI cable[2]

Product Specifications

· Keyboard controller(WxHxD)

o Dimensions: 122 mm x 24 mm x 334.6 mm

o Weight: 289 g

· Logitech Revue companion box (WxHxD)

o Dimensions: 247 mm x 171 mm x 36.1 mm

o Weight: 600 g

· HDMI input: 1080p/60fps, 1.3a w/ CEC

· Networking:

o Wireless: 802.11a/b/g/n

o Wired: Ethernet 10/100 Base-T

· Audio optical output (S/PDIF)[3]

· Two USB 2.0 ports

· Integrated Logitech Harmony® Link IR blaster[4]

· Logitech Unifying wireless technology

Warrantyclip_image008clip_image008[1]
1-year limited hardware warranty

[1] Logitech Revue with Google TV can control up to three IR devices from the keyboard controller – a TV, AVR and set-top box.

[2] Logitech Revue with Google TV comes with one HDMI cable in the package.

[3] Optical cable not included

[4] for A/V device control

You can pre-order the Logitech Revue right now from Amazon for $299.99.

It certainly looks like a very interesting little device – and there are quite a few similar devices, such as the Apple TV appearing, so it will be interesting to see just how good they really are.

This comes with a keyboard controller, but you can buy a more interesting one – more on that shortly, along with some other extra components to enhance your experience.

You can see more about the Revue on the Logitech website including a number of videos that are worth taking the time to watch.

Watch this space for the UWHS hands on review.

The Digital Lifestyle Show 275 2 MVPs

Ian over at the Digital Lifestyle.com has just released the Digital Lifestyle Show number 275 – can yes, I am on it again, in fact, I am co-hosting with Garry.

DLS Show

Here is what Ian has to say about this weeks show:

Unfortunately I was unable to record this week but Garry and Andrew did a great job filling in for me. They have a great chat about the Meteor Windows Phone app, Kylo TV and Google TV and plenty of other topics

The reason the show title is “2 MVPs” is because as well as Andrew Edney being an MVP for Windows Home Server Garry has been awarded an MVP for Windows Media Center (now called a Windows Entertainment and Connected Home MVP). I am really please that Garry has been awarded the MVP he has been a great part of the Media Center community and certainly helped me out for a number of years.

Links from this weeks show:

So go have a listen, as usual from here.

Unboxing the New Apple TV

Last week the Apple TV device started shipping and here we have our unboxing of it to keep you going until our hands on review.

AppleTV

The box itself is tiny!

IMG_2991IMG_2992

IMG_2993IMG_2994

It contains the Apple TV (obviously) and a really cool looking remote, plus power cable, manual and the usual Apple stickers!

IMG_2995IMG_2996

The Apple TV is sooooo tiny and looks very cool!

IMG_2997IMG_2998

IMG_2999

And as I know that Diehard will ask about size comparisons, here it is against my iPhone 4.

IMG_3000

Watch UWHS for a full hands on review shortly and in the mean time you can learn more about the Apple TV from the Apple website.

My Movies for Windows Home Server 1.61 Pre Release 1

My Movies, that great add-in for Windows Media Center was recently updated to version 3.17 and now there is a 1.61 Pre Release 1 build for Windows Home Server.

MyMovies WHS

My Movies for Windows Home Server operates as database back-end for My Movies clients in multi-zone environments. My Movies for Windows Home Server 1.60 operates as back-end server for My Movies 3.17.

The My Movies for Windows Media Center or My Movies Collection Management products can be downloaded and installed on client PC’s to maintain movies in the database on My Movies for Windows Home Server.

Only this week Garry and I mention My Movies on the Digital Lifestyle show (which should be out later today).

The changelog for 1.61 Pre Release 1 only shows one change:

My Movies for Windows Home Server 1.61 Pre Release 1

Change: Update to Dune index to become auto-updating

You can download it from here.