About: Under The Sun
Any posts that don’t fit the main interest categories ends up here. Hence “Under the sun", as it implies everything else.
Any posts that don’t fit the main interest categories ends up here. Hence “Under the sun", as it implies everything else.
I have a Denon DVD-2930. Used it primary for CD/SACD playback in my HT setup. And it works fine. The only drawback is that it couldn’t play DVD-Rs. After a few minutes the player will just freeze. The player is also very noisy in general. Updating the firmware improves stability but I’ve never got DVD-Rs to play. It’s not an issue for me because I don’t use it to play movies. But since I have too many DVD/SACD players. Why not chance it and try replacing the laser?
So in the end I’ve ordered two lasers from e-bay. Purchased a soldering station and a earth wrist strap from Jaycar. And went on replacing the laser.
With a new laser. I’m surprised that everything still works. Not only that, DVD-R discs seem to work now. And the unit is a lot quieter. So the minor hassle I had with DVD-R turns out to be an aging laser, a laser that’s in use for only 183hrs..
Follow the steps below to replace the laser.
Unscrewing the player and removing the optical unit is easy. Here are the steps I did (from memory) *:
I’ve no idea if it’s correct to go into Test Mode and reset the laser numbers. But I did that anyway and everything seemed to work. You must reinitialise the player after resetting the values. Else it will not play anything at all. Refer to the service manual on how to get into test mode, how to read the laser values and how to save them.
The new laser’s value is 3025 for me, but I assume every laser unit is different. Time will tell how long this second. For a $10 AUD part, not that bad..
* Disclaimer: Of course you are doing this totally at your own risk! I am not responsible for any damage to yourself or your property.
[This article is lifted from my old blog]
This is too funny to not blog here. No real idea what this picture is, but looks like a hifi computer of some sort. This looks like a after-market modification, the original transformer has been removed. While I don’t like the choice of a SMPS, do like the quick hack to get this machine up and running again (probably with a lower consumption to boot!)
Merry Christmas everybody. For folks who have a horrible 2016, may 2017 be better. I leave you all with the following meme. This is the first Christmas season I am made aware of this Meme, and now I hear his voice everywhere I go.
I hope you do too!
Merry Christmas!!!
Here’s an interesting problem, wondering how many of you out there use PCD and got stuck trying to add an ESXi host?
If you use CLI and look at the tomcat logs you will see this error:
2016-09-30 10:27:49,747 INFO [pool-3-thread-16] vmware.ESXiHostInfo.<init> - Creating object
2016-09-30 10:27:49,748 ERROR [pool-3-thread-16] db.DBEntity.hexStringToByteArray - Exception parsing int
java.lang.NumberFormatException: For input string: "k4"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:492)
at com.cisco.ucmap.db.DBEntity.hexStringToByteArray(DBEntity.java:228)
at com.cisco.ucmap.db.DBEntity.decrypt(DBEntity.java:157)
at com.cisco.ucmap.validation.ESXiValidation.isDSinESXiHost(ESXiValidation.java:223)
at com.cisco.ucmap.resources.custom.PreESXiHostCreate.findNFSMount(PreESXiHostCreate.java:398)
at com.cisco.ucmap.resources.custom.PreESXiHostCreate.call(PreESXiHostCreate.java:176)
at com.cisco.ucmap.resources.custom.PreESXiHostCreate.call(PreESXiHostCreate.java:42)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
2016-09-30 10:27:49,748 ERROR [pool-3-thread-16] validation.ESXiValidation.isDSinESXiHost - javax.crypto.IllegalBlockSizeException: Invalid input.
2016-09-30 10:27:49,748 ERROR [pool-3-thread-16] custom.PreESXiHostCreate.findNFSMount - javax.crypto.IllegalBlockSizeException: Invalid input.
2016-09-30 10:27:49,748 INFO [pool-3-thread-16] resources.RestMessage.<init> - creating object
2016-09-30 10:27:49,748 INFO [pool-3-thread-16] resources.RestMessage.setKey - key = [esxihost.fail.to.mount.ucmapnfs]
If you see this error, it’s because your root password of your ESXi machine is more than 15 characters long. Shortern the root password to 15 and under and Bob’s your uncle! I’ve googled this for days and didn’t find the solution.
Hoping this will quickly help somebody who faced the same problem.