Archive for June, 2011
Linksys E4200 and IPv6
Posted by ekrunch in Personal, Rants, Technology, Useful Information on June 27, 2011
On June 14th, 2011, Linksys released firmware update 1.0.02 (Build 13) for hardware version 1.0 of the Linksys E4200. This firmware contains the long awaited implementation of IPv6 for the E4200!
The good news is, it works! The bad news is, not with Comcast apparently. More on that later. First things first, here’s a screenshot of my current setup.
The first thing you’ll notice is that I had to disable the Automatic mode. That’s the “doesn’t work with Comcast” part. I put it in place, rebooted it a few times, released and renewed my IP, nothing. It could be my modem, but I doubt it. I’m using a DOCSIS 3.0 compliant surfboard which should be IPv6 compliant. Maybe it’s Comcast, but who knows?
In order to get this working, flip the “IPv6 – Automatic” toggle to Disabled, then put the “6rd Tunnel” to Manual Configuration. (The “Automatic Configuration” of the 6rd Tunnel didn’t work either.) Once you’re in Manual mode, you can head on over to tunnelbroker.net and create yourself a login and a new tunnel. (Note : You’ll have to enable ping in order for Tunnel Broker to work. Go to Security -> Firewall and clear the check box next to “Filter Anonymous Internet Requests“. This will allow ICMP requests to come through and Tunnel Broker will allow you to create a tunnel.) Once you have the tunnel created, enter the “Server IPv4 Address” from tunnel broker into the “Border Relay” field on the E4200. Now enter the “Routed /64” from tunnel broker into the “Prefix” on the E4200. (Note : You need to get rid of the “::/64″ off of the end of the field that tunnel broker gives you.) Put “64” into the Prefix Length and “32” into the IPv4 Address Mask and Save Settings.
Head over to Status -> Router and at the very bottom, you should see “Tunnel Status: Connected“. If you don’t, hit the Connect button. One thing, I did have to release and renew my IPv4 address for some reason. Probably because I was fiddling with all of the tunnel configurations, trying to get this thing to work.
Good luck and if anyone has any luck connecting to Comcast in Automatic mode, let me know. I’d love to go native instead of tunneling!
Shameless Firefox Plug!
Posted by ekrunch in Technology on June 23, 2011
I’d like to give a shout out to the Mozilla team and show my support for Firefox 4. It’s fast and packed with features. Yet another generation of a great browser. If you don’t like the browser out of the box, grab some extensions. I recommend AdBlock Plus and if you’re really into security, go for NoScript. Stay thirsty my friends.
Exact Audio Copy and Nero’s AAC Encoder Part 2 : Update for EAC 1.0b2
Posted by ekrunch in Technology, Useful Information on June 11, 2011
The boys at Exact Audio Copy have been putting in some OT and there’s now a new version that does cover art available! Actually, it’s been available for quite a while but I haven’t updated because I was being lazy.
In my last article, I spent a lot of time talking about what options I had changed and all of that. In this case, most of my setup options upgraded correctly from my old options so I’m not exactly sure what I’ve changed from the defaults anymore. I’ve taken a screenshot of the relevant dialogs for comparison though. Keep in mind that I run a “Insert, Rip, and Eject” setup so I’ve got everything wired to be pretty much automatic.
Here are the dialogs for the general options. The external compression options that I use have changed quite a bit since the 1.0b2 release, so I’ll go into those more shortly.
And now on to the good stuff… the encoder options. EAC 1.0b2 changed all of the tag formats, fortunately it converted all of mine when I upgraded so I didn’t have to go figure them all out again. (Thanks to the EAC developers on that, it would have SUCKED) Here’s a screenshot of the configuration dialog.
Here are my settings for this dialog so you can copy/paste.
Use external program for compression : Checked
Parameter passing scheme : User Defined Encoder
Use file extension : .m4a
Program, including path, used for compression : C:\Windows\System32\cmd.exe
Additional command-line options : /E:ON /C C:\Tools\aacencode.cmd %source% %dest% “%artist%” “%albumtitle%” “%title%” “%year%” “%tracknr%” “%numtracks%” “%genre%” “%comment%” “%cddbid%” “%coverfile%”
Delete WAV after compression : Checked
Use CRC check : Checked
Add ID3 tag : Unchecked
Check for external programs return code : Unchecked
And now for the script that you need to make it work. I keep mine in “C:\Tools\”. If you put yours somewhere else, adjust the paths above accordingly.
@echo off REM Use with cmd.exe and the command line of REM /E:ON /C C:\Tools\aacencode.cmd %source% %dest% "%artist%" "%albumtitle%" "%title%" "%year%" "%tracknr%" "%numtracks%" "%genre%" "%comment%" "%cddbid%" "%coverfile%" SET SOURCEFILE=%1 SET DESTFILE=%2 SET ARTIST=%3 SET ALBUMTITLE=%4 SET TRACKTITLE=%5 SET YEAR=%6 SET TRACKNUMBER=%7 SET TOTALTRACKS=%8 SET GENRE=%9 SHIFT SHIFT SHIFT SET COMMENT=%7 SET ISRC=%8 SET COVER=%9 C:\Tools\min.exe C:\Tools\NeroAAC\Win32\neroaacenc.exe -q 1.0 -if %SOURCEFILE% -of %DESTFILE% C:\Tools\NeroAAC\Win32\Neroaactag.exe %DESTFILE% -meta:artist=%ARTIST% -meta:album=%ALBUMTITLE% -meta:track=%TRACKNUMBER% -meta:title=%TRACKTITLE% -meta:genre=%GENRE% -meta:year=%YEAR% -meta:isrc=%ISRC% -meta:totaltracks=%TOTALTRACKS% -meta:comment=%COMMENT% C:\Tools\NeroAAC\Win32\Neroaactag.exe %DESTFILE% -add-cover:front:%COVER%
Here’s the zip archive of my scripts and tools to make all of this work. You’ll still need to download the Nero AAC Encoder yourself. Check the script to see where I put mine and adjust paths accordingly. I have also included a utility called “min.exe” that goes in C:\Tools. This utility minimizes the window so you don’t have to start at the Nero encoder window. Remove it if you don’t like that and you’re rather see the Nero AAC encoder do it’s thing.
Once you’ve got all of this in place, pop in a CD and EAC should automatically go out and get the track information from FreeDB or GD3. If you’re using GD3, it’ll get the cover art too. If you’re using FreeDB, you’ll have an option to search for cover art and you’ll have to go select your own. (I also find cover art on Amazon’s CD store if the EAC search doesn’t get it) Now that your album information is loaded and ready, press F4 to do a gap scan, then press SHIFT-F5 to fire off the rip and compress process.









Recent Comments