D-Link DIR-655 1.32 Build 04 Beta 01 SharePort fix

Update 16th January 2010: 1.33b01NA has been released.

D-link have released a new beta firmware for the DIR-655 in the hopes that it will fix an undisclosed SharePort issue.

Changelog:

  • This code can be used with all hardware revisions of the DIR-655
  • This code only addresses the shareport issue
  • The attached Shareport utility will only work with this version firmware

I don’t know what SharePort issue they are referring to and I have not tested this myself.

Once again this firmware WILL NOT DOWNGRADE to pre 1.3x firmwares so if you are on a pre 1.3x firmware then it is suggested that you stay put because chances are you will only have more issues and you can’t go back.

This firmware is beta, it is a test release, it may break/brick your router for no reason.

As the changelog suggests there is a new SharePort utility included that will supposedly only work with this version, I don’t know if SX Virtual Link works with this firmware, but for the record it has a version number of 5.6.2 making it newer than SX Virtual Link.

Download Link:

D-Link DIR-655 Firmware 1.32 Build 04 Beta 1 with new SharePort

Update 27th of October 2009: I have decided to test this firmware out as some users have reported that there are some small wireless improvements, I will leave any findings in the comments below. I will also try a SharePort stability test as the longest I have been able to keep a single SharePort connection alive has been about half an hour.

D-Link SharePort Update

Update: D-Link has released a new firmware for the DIR-655 here, it contains a version of SharePort that is newer than SX Virtual Link.

I haven’t been following D-Link’s SharePort fiasco since the first few months of my previous blog posting about it here. This is due to the fact that as many users have experienced since the original release it appears to have gained more and more bugs in each new version and we only occasionally see them being fixed.

A forum post in the official D-Link forums about the Apple OSX users of the software pointed me to the fact that the drivers and software used to connect to the router appears to have been made by a company called Silex Technology.

I searched around and found SX-Virtual Link, the original name of the D-Link SharePort Utility, upon downloading and installing the latest version 3.2.3 I found that the application was the same as the SharePort Utility except for the branding and the version. D-Link’s latest SharePort Utility has the date 2009/01/06 and theirs is 2009/02/02, there is also a major version difference, the specific version number for the utility/drivers with SharePort is version 4.9.5 and SX-Virtual Link is up to version 5.3.0.

Upon using the utility I had no problems at all connecting to my D-Link DIR-655’s device, I used a wireless mouse to test the functionality and it worked flawlessly for some time, so I am encouraging users who currently have issues with SharePort to uninstall it and install SX-Virtual Link and see if it fixes any of the issues you are currently having with your devices.

For OSX users I have not been able to test out the OSX version and I am unaware of any changes you might need to make to get it working but I will provide a link below for those users to test if they so wish.

You can get the latest version of SX-Virtual Link just below:

These are updated versions (3.4.0) 31/12/2009

SX Virtual Link 3.4.0 Windows
SX Virtual Link 3.3.0 Mac OSX

Please comment below with your experiences.

Caring for your Notebook/Laptop – Hardware Maintenance

There aren’t that many people who feel comfortable replacing a part, or giving basic maintenance to a desktop PC, over the years PC parts have been made easier to be replaced, with only a few disassemble steps necessary to replace even the hardest component. Laptop computers have however been a no-go zone for many people who commonly replace PC parts, due to the complex disassemble instructions, higher risk of damage and general fiddliness due to the small parts. This guide is mainly for people who are familiar with PC part replacement/maintenance but haven’t had experience with a laptop.

Continue reading Caring for your Notebook/Laptop – Hardware Maintenance

Os Collection – Part 3 – MS-DOS 6

I figured I’d make less of a review and more of a guide this time around, MS-DOS is really only necessary to use when you are installing Windows on top, or if you need to use a boot disk.

This guide is very image heavy, so click below to open it, it may not be dialup friendly.

Continue reading Os Collection – Part 3 – MS-DOS 6

Changing Domains

Tuesday night I set about purchasing a new domain name for the blog, firstly it was tough simply finding one that could serve the purpose. .com domains that actually mean anything are starting to be in very short supply and even though many interesting companies have come up with words that at the time didn’t mean anything, a blog is suited to words that make sense from day 1.

After choosing my domain and delegating the name servers (surprisingly fast nowadays) I was able to start the difficult task of moving an establishing blog to a new domain while the previous one was still running.

To move a WordPress blog, you must have the contents of the site’s folder (ie public_html) and saved sql file, once you’ve done that, upload the wordpress files to the new site, upload the sql files to the new database and change the details in wp-config.php file, once you’ve done that you must change the domain listed in the sql table wp_options from your old one to your new one. Then run this sql command:

UPDATE wp_posts SET guid = REPLACE (guid, 'http://exampleoldsiteurl.com', 'http://examplenewsiteurl.com');

This is assuming you have the default names for wp_posts and guid, change the first url to your old domain, change the second url to your new domain.

This was fairly straight forward, however it seems that every link in every post and page’s links are hard coded with the url of the old domain, so I went through using a similar command to the previous one to change every instance in every post to the new address

There were also some references to the absolute address for the site, which changed completely, they didn’t seem to be causing problems, but I changed them just to be sure.

Once I had done that the site was active, I just needed to change a few minor things and it was almost ready.

Firstly I redirected beejay.perthmatrix.com/* to www.techgremlin.com/*, this is to ensure that anywhere that I haven’t updated my address and anywhere that has a link to beejay.perthmatrix.com is still able to access the area requested as the server automatically redirects, for example if you go to http://beejay.perthmatrix.com/2008/09/17/the-digital-downloads-delusion/ you’ll find that you have just arrived at https://www.techgremlin.com/2008/09/17/the-digital-downloads-delusion/ without having to update the link, it also works for image links.

If you are running cpanel this is quite easy, on the redirection page add your old address to the first field and add your new domain to the field underneath titled ‘redirect to’ and check the box labelled wild card redirect, then click add.

This also helps me as my site works well for it’s SEO abilities and considering I don’t know what I’m doing in that area half the time. Allowing the old domain to stay open, while redirecting people who have found the old site through a search engine allows the new domain time to be indexed by the same search engines.

WordPress.com accounts are tricky, it seems that if you create a username for use with the WordPress Stats Plugin for a site, it is linked to it forever, further more you can’t add any more, so I instead created a new account for this domain.