<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2847373945843830551</id><updated>2011-07-28T17:43:19.974-04:00</updated><category term='dslreports'/><category term='ripping'/><category term='proxy'/><category term='DNS'/><category term='Internet'/><category term='SSH'/><category term='modem'/><category term='DVDAuthorGUI'/><category term='Wine'/><category term='GNU'/><category term='dbus'/><category term='dvdauthor'/><category term='Tiger'/><category term='binary'/><category term='DVDFab'/><category term='FileZilla'/><category term='resume'/><category term='OpenSolaris'/><category term='make'/><category term='Comcast'/><category term='Burning'/><category term='qSimpleDvd'/><category term='frontend'/><category term='Linux'/><category term='tunnel'/><category term='swap'/><category term='DOCSIS'/><category term='Mac'/><category term='CD'/><category term='speedtest'/><category term='end of device'/><category term='SOCKS5'/><category term='msgmerge'/><category term='gettext'/><category term='DVD'/><category term='ld'/><category term='suspend'/><category term='dmesg'/><category term='lCstd'/><category term='reverse'/><category term='hibernation'/><category term='ImgBurn'/><category term='10.4'/><title type='text'>CODEpendent</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2847373945843830551.post-3235985108024739959</id><published>2010-10-17T04:32:00.001-04:00</published><updated>2011-01-23T14:31:53.932-05:00</updated><title type='text'>TiVo Serial Null-Modem Networking on Windows Vista and 7</title><content type='html'>The original series 1 TiVo used a built-in modem to connect to the internet to download program guide and channel listings. A few years ago, I wanted to use my cell exclusively and get rid of my home phone service. To do this, and keep my TiVo, I would have to find another way for it to connect to the internet.&lt;br /&gt;&lt;br /&gt;Fortunately, with version 3.0 of the TiVo software (the last update for the original series 1 TiVos), they added a feature that would allow you to use the serial port to connect either to an external modem, or use a null modem cable and bypass a modem entirely.&lt;br /&gt;&lt;br /&gt;Connecting the TiVo to your computer to use its internet isn't difficult, but the process depends upon which operating system you run. This post will focus on the setup for Windows Vista/7. For Ubuntu Linux directions, you can read &lt;a href="http://ubuntuforums.org/showthread.php?t=680754"&gt;this post &lt;/a&gt;I wrote on the ubuntu forums. If you are on Windows XP, follow the directions &lt;a href="http://www.b-lan.com/otto/tivo3xp/"&gt;listed here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Windows 7 is very similar to the Windows XP setup, but there are some important differences which I want to talk about here.&lt;br /&gt;&lt;br /&gt;So, before you begin, you will need four things.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The TiVo serial cable. It should have been included with your TiVo. One end will have a 9-pin serial connector and the other end will have a stereo jack connector. &lt;/li&gt;&lt;li&gt;A Null Modem cable. I think you need female-&amp;gt;female, but you should check the ends and make sure they fit. I bought mine at a local electronics supply shop.&lt;/li&gt;&lt;li&gt;A NAT router (any wireless router should work).&lt;/li&gt;&lt;li&gt;A computer with a serial port (a lot of newer computers don't have them anymore - mine did). A usb-&amp;gt;serial port should work, but I haven't tried this. &lt;/li&gt;&lt;/ol&gt;&amp;nbsp;Connect the TiVo serial cable to the Null modem cable. Plug the stereo jack into the TiVo in the serial port (NOT the I/R port) and plug the null modem cable into the serial port on your computer.&lt;br /&gt;&lt;br /&gt;Start a command prompt with Administrator privileges. Change to the C:\windows\system32\DriverStore\FileRepository directory. Inside there, there is a directory that starts with mdmhayes.inf, and the rest will depend on which version of Windows 7 you have, so just use tab completion to switch into that directory.&lt;br /&gt;&lt;br /&gt;We need to take ownership of this directory and the files inside it.&lt;br /&gt;&lt;br /&gt;takeown /F mdmhayes.inf /A&lt;br /&gt;takeown /F mdmhayes.PNF /A&lt;br /&gt;takeown /F . /A&lt;br /&gt;&lt;br /&gt;Note the dot (period) in the last one indicating the current directory.&lt;br /&gt;&lt;br /&gt;Next we need to open this directory in Windows Explorer. Select the mdmhayes.inf directory inside C:\Windows\System32\DriverStore\FileRepository and edit the properties. You need to add Full Control permissions, either to Everybody or to Administrator.&lt;br /&gt;&lt;br /&gt;Do the same thing for the two files mdmhayes.inf and mdmhayes.PNF inside this directory. Once you have done that, delete both files. I know that's a long process just to delete two files, so if you can figure out a better way, please let me know.&lt;br /&gt;&lt;br /&gt;Now open the C:\Windows\Inf directory in Windows explorer. Delete the files mdmhayes.inf and mdmhayes.PNF from there as well. These files aren't guarded by Windows SYSTEM, so they're easier to get rid of.&lt;br /&gt;&lt;br /&gt;Download the file &lt;a href="http://code.technoplaza.net/tivo/mdmhayes.zip"&gt;mdmhayes.zip &lt;/a&gt;and unzip it to find a new mdmhayes.inf file. Copy this file into both directories (C:\Windows\inf and C:\Windows\System32\DriverStore\FileRepository\mdmhayes.inf_something).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Edit: &lt;/b&gt;DO NOT USE THE MDMHAYES.ZIP FILE ON 32-BIT WINDOWS 7. IT IS NOT THE RIGHT DRIVER AND WILL MAKE IT VERY DIFFICULT TO GO BACK TO THE RIGHT ONE. I WILL PUBLISH BETTER DIRECTIONS FOR 32-BIT WINDOWS 7 LATER (soon I hope).&lt;br /&gt;&lt;br /&gt;Empty the recycle bin (we must purge the old copies or they will haunt us) and reboot Windows.&lt;br /&gt;&lt;br /&gt;Now we can add our incoming connection. Open Control Panel and search for modem. Click on the Phone and Modem panel. Enter an area code if it asks for one. On the control panel, click the modems tab and click add modem. Check "Don't detect my modem; I will select it from a list". When it brings up the list, choose the "Communications cable between two computers". Select the appropriate COM port if more than one is available (COM1 is likely).&lt;br /&gt;&lt;br /&gt;Click on Properties for the modem and set the max port speed to 115200. In the advanced tab, select Default Properties and set Flow Control to NONE.&lt;br /&gt;&lt;br /&gt;Now we are ready to setup the incoming connection. Go back to Control Panel and search for Network. Open the Network and Sharing Center and click on Change Adapter Settings. Press Alt-F to open the file menu and select "New Incoming Connection". Select the communications cable between two computers as the connection medium and when you get to IPv4 settings hit properties and setup your IP addresses. I have never had it work by it trying to use DHCP, so ymmv. Try it if you like. On the Users page, make sure the Guest account is selected.&lt;br /&gt;&lt;br /&gt;Now click on Properties for the Incoming Connection and click on the Users tab. Make sure Allows Allow Directly Connected Devices is checked. That's it on the computer side. Now let's go setup the TiVo to use the Null Modem connection.&lt;br /&gt;&lt;br /&gt;On TiVo, go to Phone Settings, and under Dial Prefix, select ,#211 (that's COMMA, POUND, TWO, ONE, ONE). The rest of the settings shouldn't matter, as this prefix is used to tell TiVo we're using a Null Modem and therefore phone settings are irrelevant. Test out the new settings and see what happens. If a test call works, then try a daily call. If you followed the directions, it should all be up and working now.&lt;br /&gt;&lt;br /&gt;One piece of troubleshooting advice: I've had some routers that wouldn't route addresses that are in the DHCP range if the DHCP server didn't give them out. You may need to use an IP range inside your subnet that's not part of the DHCP set. You'll have to look elsewhere for how to do this. &lt;br /&gt;&lt;br /&gt;Most of this information was culled from two sources&lt;br /&gt;http://www.b-lan.com/otto/tivo3xp/&lt;br /&gt;http://www.sems.org/entry.asp?ENTRY_ID=187&lt;br /&gt;&lt;br /&gt;The first are the directions for Windows XP. It also has screenshots and more information than I have listed here, so check if out if you need more information. The second page told me how to modify the process for Windows Vista/7. The idea about takeown to get access to the Windows DriverStore SYSTEM protected files came from google. Specifically, I forget. Sorry. Thanks whoever you were who suggested that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2847373945843830551-3235985108024739959?l=jdrrant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/3235985108024739959/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jdrrant.blogspot.com/2010/10/tivo-serial-null-modem-networking-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/3235985108024739959'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/3235985108024739959'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/2010/10/tivo-serial-null-modem-networking-on.html' title='TiVo Serial Null-Modem Networking on Windows Vista and 7'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2847373945843830551.post-2089234985908397033</id><published>2010-01-30T17:24:00.000-05:00</published><updated>2010-01-30T17:46:47.423-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='reverse'/><category scheme='http://www.blogger.com/atom/ns#' term='SOCKS5'/><category scheme='http://www.blogger.com/atom/ns#' term='DNS'/><category scheme='http://www.blogger.com/atom/ns#' term='SSH'/><category scheme='http://www.blogger.com/atom/ns#' term='tunnel'/><category scheme='http://www.blogger.com/atom/ns#' term='proxy'/><title type='text'>SSH is a versatile tool</title><content type='html'>I had no idea SSH was so versatile. I moved to a new apartment a few months back. It comes with shared internet service for the complex. The speed is decent; not what I was getting, but you get what you pay for, so I was more or less satisfied.&lt;br /&gt;&lt;br /&gt;My first big problem was that I no longer had access to the router. This meant I couldn't forward ports to give me remote access to my machine. I'd read about VoIP services that had a failsafe for machines that couldn't directly connect. They would connect them both to a central server, and connect them together from there.&lt;br /&gt;&lt;br /&gt;This is when I first learned about reverse SSH tunnels. I already knew about normal tunneling. I'd been using that for years to connect to VNC servers. Now I found out you could also use SSH to setup a reverse tunnel. You connect to a ssh server and create a tunnel back to your own machine. I tested it for awhile and it worked great. There's even a simple program to monitor the tunnel to ensure connectivity: autossh. Works great in tandem with gentoo keychain.&lt;br /&gt;&lt;br /&gt;More recently, I stopped being able to go to my website from my apartment. I thought at first it was the server, so I contacted my provider. They said it was running the daily backup and they were planning to move to a newer machine soon. Over the next couple weeks, I noticed the problem never went away. Moreover, this problem only manifested from inside my apartment. Not from my work, or my parents, or any wifi hotspot I tried. When I talked to my web host about this, he suggested the problem may be reverse DNS lookup trouble. I think he's right, and I've sent this information to my apartment's internet support people. I hope they can fix it.&lt;br /&gt;&lt;br /&gt;Coinciding with this problem, my laptop had an issue with the power supply and I had to deliver it to Best Buy for a replacement. During this time, I had to use a machine at work on a very restricted network. So I started looking into setting up a proxy server to get around the restrictions. I tried to install dante, but something in the configuration was never right, and I never got it to work. I was about to give up when I learned of another neat thing SSH can do. It can act as a SOCKS5 proxy. With the right configuration, all my web requests from firefox now went through my SSH proxy.&lt;br /&gt;&lt;br /&gt;I got my laptop back from Best Buy, but I thought about the proxy idea again when I got home. This could be (at least temporarily) a solution to my networking troubles at home. Again, it worked perfectly. Until they solve the reverse DNS issue, I can at least connect through the proxy and have full access to my web server.&lt;br /&gt;&lt;br /&gt;Hooray for SSH.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2847373945843830551-2089234985908397033?l=jdrrant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/2089234985908397033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jdrrant.blogspot.com/2010/01/ssh-is-versatile-tool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/2089234985908397033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/2089234985908397033'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/2010/01/ssh-is-versatile-tool.html' title='SSH is a versatile tool'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2847373945843830551.post-6173093439611999649</id><published>2009-03-12T10:00:00.000-04:00</published><updated>2009-04-27T00:24:23.190-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gettext'/><category scheme='http://www.blogger.com/atom/ns#' term='msgmerge'/><category scheme='http://www.blogger.com/atom/ns#' term='lCstd'/><category scheme='http://www.blogger.com/atom/ns#' term='GNU'/><category scheme='http://www.blogger.com/atom/ns#' term='ld'/><category scheme='http://www.blogger.com/atom/ns#' term='dbus'/><category scheme='http://www.blogger.com/atom/ns#' term='OpenSolaris'/><category scheme='http://www.blogger.com/atom/ns#' term='FileZilla'/><category scheme='http://www.blogger.com/atom/ns#' term='make'/><title type='text'>Why Does Anyone Use OpenSolaris?</title><content type='html'>I was trying to help someone on the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;filezilla&lt;/span&gt; forums who uses &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;OpenSolaris&lt;/span&gt;. They weren't too familiar with how to compile their own binary. Since &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;OpenSolaris&lt;/span&gt; is free, I decided I would just download a copy, stick it in &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;VirtualBox&lt;/span&gt; and try it out.&lt;br /&gt;&lt;br /&gt;First of all, it looks nice, and all the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;vmware&lt;/span&gt; hardware seemed to work (more or less). The graphics driver seemed to be &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;VESA&lt;/span&gt; based so my resolution was limited to 1024x768. Maybe the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;VirtualBox&lt;/span&gt; extensions would fix this.&lt;br /&gt;&lt;br /&gt;Okay, my first gripe: The default installation doesn't come with any development tools. Okay, the whole thing did come on a single CD and includes Gnome, so I guess some stuff needs to be sacrificed, but the development tools? So I started Package Manager and looked for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;gcc&lt;/span&gt;. In comes my second gripe. Even though &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;OpenSolaris&lt;/span&gt; is from Nov 2008, the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;gcc&lt;/span&gt; version they are hosting is 3.4.3. That's pretty old. Whatever, it should work for my needs.&lt;br /&gt;&lt;br /&gt;There are several minor packages on which &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;filezilla&lt;/span&gt; depends. It needs &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;wxWidgets&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;libidn&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;libgcrypt&lt;/span&gt;, and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;gnutls&lt;/span&gt;. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;FileZilla&lt;/span&gt; depends on version 2.8 of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;wxWidgets&lt;/span&gt;, and the installer checks for the latest minor revision 2.8.9, but the package manager only had 2.8.8 (not as ancient as the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;gcc&lt;/span&gt; they're hosting, but still old). I couldn't find any of the other libraries. It also needs GNU &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;gettext&lt;/span&gt;, but since I was able to run &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;gettext&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;xgettext&lt;/span&gt;, I thought &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;OpenSolaris&lt;/span&gt; came with that (more on that later).&lt;br /&gt;&lt;br /&gt;Since I wasn't sure how to get around the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;FileZilla&lt;/span&gt; check for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;wxWidgets&lt;/span&gt; 2.8.9, I decided to build &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;wxWidgets&lt;/span&gt;. Now we come to even more problems. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;wxWidgets&lt;/span&gt; seems to want to build the Motif version even though I got the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;wxGTK&lt;/span&gt; release. Oh, this must be because the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;gtk&lt;/span&gt; development headers aren't installed on &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;OpenSolaris&lt;/span&gt;. BTW: I still can't find these. I saw a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;GTK&lt;/span&gt; package, but it's version 1.2. Who would use that these days? It's unsuitable IMO. Okay, we'll use the 2.8.8 package and figure out how to trick &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;FileZilla&lt;/span&gt; later.&lt;br /&gt;&lt;br /&gt;I was able to build &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;libidn&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;libgcrypt&lt;/span&gt;, and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;gnutls&lt;/span&gt; without problem. That's about the only positive I ran into.&lt;br /&gt;&lt;br /&gt;Since I can't figure out how to build &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;wxWidgets&lt;/span&gt; since I can't find the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_35"&gt;gtk&lt;/span&gt; development package, I had to find a way to trick &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_36"&gt;FileZilla&lt;/span&gt; into using the 2.8.8 version. First I decided to modify the configure.in script to accept version 2.8.8. When I first tried it, it ignored my changes. It didn't rerun &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_37"&gt;autoconf&lt;/span&gt; for some reason. Oh yeah, it's not installed. Go back to Package Manager, and surprise, surprise, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_38"&gt;autoconf&lt;/span&gt; isn't one of the packages. Okay, well that solution won't work.&lt;br /&gt;&lt;br /&gt;Let's tell &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_39"&gt;wx&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_40"&gt;config&lt;/span&gt; to lie to &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_41"&gt;FileZilla&lt;/span&gt; instead. Oh wait, there's no usable editor on this system. No &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_42"&gt;nano&lt;/span&gt;, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_43"&gt;pico&lt;/span&gt;, or even &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_44"&gt;emacs&lt;/span&gt;. I'm stick with vi. Since I have no idea how to use vi, I look at the graphical editor options and I find &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_45"&gt;gedit&lt;/span&gt;. Okay, that will work, overkill that it is. BTW: &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_46"&gt;nano&lt;/span&gt; isn't in the Package Manager either.&lt;br /&gt;&lt;br /&gt;After telling &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_47"&gt;wx&lt;/span&gt;-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_48"&gt;config&lt;/span&gt; to lie for us, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_49"&gt;FileZilla&lt;/span&gt; gives me a new error. We don't have &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_50"&gt;dbus&lt;/span&gt; installed. Really I blame &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_51"&gt;FileZilla&lt;/span&gt; for this. If &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_52"&gt;dbus&lt;/span&gt; isn't available, it's configure script should disable support for it itself; we shouldn't have to pass --without-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_53"&gt;dbus&lt;/span&gt; on the configure line. Instead of trying to find &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_54"&gt;dbus&lt;/span&gt; (which I'm already sure won't be found in package manager), I rerun with --disable-&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_55"&gt;dbus&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;On to the next error. Oh, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_56"&gt;msgmerge&lt;/span&gt; isn't installed. Apparently, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_57"&gt;gettext&lt;/span&gt; and &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_58"&gt;xgettext&lt;/span&gt; are not from GNU &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_59"&gt;gettext&lt;/span&gt; after all. So we need to go get that. I tried to build the 0.17 version from source and ran into some weird compile error. So I ran back to package manager and it had the 0.16 version, so I installed that. Finally, the configure script completes.&lt;br /&gt;&lt;br /&gt;I have a quad core processor, so of course I use make -j5 to build. But no, we're not using GNU make. We're using Sun make, which doesn't support that option. So I'll just leave 75% of my CPU idling while it builds on a single core.&lt;br /&gt;&lt;br /&gt;It quits with another cryptic message. One thing I noticed was that it said ld: fatal: library -lCstd: not found. Does this mean it can't find the C standard library? Well, that would be par for the course I guess.&lt;br /&gt;&lt;br /&gt;If anyone has suggestions, I'm open to them. For now, I'm left with the question: Why does anyone use OpenSolaris?&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;edit&lt;/span&gt;: Someone mentioned that lCstd is the Sun CC C++ library, which is probably why it wouldn't work with gcc, but I'm not sure if that's right or not. It makes sense anyways.&lt;br /&gt;&lt;br /&gt;I was able to find what I needed to build FileZilla. SUNWgnome-common-devel contains the GTK+ libraries. SUNWxwinc and SUNWxorg-headers are the X libraries and includes. SUNWgnu-idn was there all the time. Not sure how I missed it. Building wxWidgets and GNU gettext from source solved the rest of my problems. I put up a guide to compiling FileZilla under Solaris on the &lt;a href="http://wiki.filezilla-project.org/Compiling_FileZilla_3_under_Open_Solaris"&gt;FileZilla wiki&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2847373945843830551-6173093439611999649?l=jdrrant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/6173093439611999649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jdrrant.blogspot.com/2009/03/why-does-anyone-use-opensolaris.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/6173093439611999649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/6173093439611999649'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/2009/03/why-does-anyone-use-opensolaris.html' title='Why Does Anyone Use OpenSolaris?'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2847373945843830551.post-6321702431876264862</id><published>2009-03-04T18:39:00.000-05:00</published><updated>2009-03-04T20:21:36.694-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='modem'/><category scheme='http://www.blogger.com/atom/ns#' term='Comcast'/><category scheme='http://www.blogger.com/atom/ns#' term='DOCSIS'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><category scheme='http://www.blogger.com/atom/ns#' term='speedtest'/><category scheme='http://www.blogger.com/atom/ns#' term='dslreports'/><title type='text'>Comcast, It's FRAUDtastic!</title><content type='html'>There are plenty of stories about Comcast and their terrible customer service. It doesn't seem to faze them, but you never know.&lt;br /&gt;&lt;br /&gt;A small bit of background. I hate tech support people. I invariably get the one who has no experience or understanding of his field and has been given a perfunctory amount of training. I invariably fall into a category I like to call the 5% problem. I never have problems that these people were trained to solve. I know what a power button is, know how to read a manual, use the internet to get help, and prefer to do my own research before wasting someone else's time. I usually find my own solution, but it can't always work out great. The 5% problem refers to something that most people will never experience, which means the solution is never part of the tech support person's training. Since I've never met one with capacity for rational thought or, God forbid, actual experience in his field, I often find my self exasperated when dealing with them. BTW: Sorry to all the tech support people who are competent. I hope to someday meet you.&lt;br /&gt;&lt;br /&gt;I have cable internet service. I have had it for several years and have always been pretty happy with the service. When it was first started in town under the old cable company, Insight, it was 3 Mbps down, 128 Kbps up. Insight kept increasing the speed until it was 10 Mbps down, 1 Mbps up. I just got happier and happier. When Comcast took over, they said we wouldn't notice any change in service. I moved to a new place, and had to pack up my desktop for awhile. That part of the story is important, because it makes it unclear when the service level dropped. More on that later.&lt;br /&gt;&lt;br /&gt;Now I have moved again. Because none of the cable bills were ever in my name, Comcast sent me a flier saying we could get cable and internet for $30/each. Since it was $45/each at the other place, this seemed like a good deal. I finally got my desktop out of storage and took at look at updating gentoo. The mirrors that I was using that previously produced download speeds in excess of 400 KB/s are now maxing out at 100, and the average is even less. Since my primary mirror is the local university, this doesn't make much sense, but I decide to try other mirrors. I tried 7 or 8 others, all to the same (or worse) affect.&lt;br /&gt;&lt;br /&gt;I then decided to try an internet speed test. I went to dslreports and ran a speed test from New Jersey. It said our speed was around 1 Mbps down, 1 Mbps up. Since I was under the impression we were on 10 Mbps down, this was not good. I tried another test from Illinois with similar results. I then tried tests from New York, Pennsylvania, California, Tennessee, and Georgia. I get similar results from all of them. I then remembered there was a local ISP that had a speed test, so I tried theirs. You guessed it, the same results. I found some more tests in Indiana (where I live) and they gave me the same results as well. Something was wrong.&lt;br /&gt;&lt;br /&gt;Even more upsetting was that the internet was constantly going down entirely. Some nights it was so slow as to be useless. You couldn't even browse the web or play poker. I called Comcast and they told me it was probably the router. I followed their instructions and unplugged it for a minute and then plugged it back up. Well, we got back to 1 Mbps down and it was usable, for around 10 minutes. So I tried a different router, to no effect. I then went straight from the computer to the modem, and we still get 1 Mbps down. A few nights later it went back to being unusable again and I called them back. It was after midnight, so I wasn't expecting a fix right then. The tech guy tried to reset the modem. It never came back up. So they decided to send someone out.&lt;br /&gt;&lt;br /&gt;This was a Friday morning (technically, after midnight). He said the earliest time was Monday afternoon, but I could call back in the morning and see if they had an earlier time. Turns out I didn't need to, as they called me around 9:30. I don't answer calls from 800-numbers I don't know; it's rarely someone I want to talk to. I got a call at 10 AM from someone I wanted to talk to, and afterwords I decided to check my messages. The 800 number was Comcast and they said they could fit me in today if I called back. Of course I immediately called them.&lt;br /&gt;&lt;br /&gt;The woman on the phone had all kinds of problems. She couldn't find my account by telephone number, name, address, or the reference number the guy last night had given me so they'd know about this problem. I finally had to get the bill with the account number. After 15 minutes, she was finally able to tell me they could schedule an all day appointment. That meant they could come anytime. That was fine, and I proceeded to wait, and wait, and wait... At a little after 5 pm, I started to wonder how late anytime was. I called the local office and asked at what time I should stop waiting. The automated system noticed I had a schedule appointment, which I thought was a good thing. The guy said it could be anytime up till 7 pm. That was fine, I already assumed the appointment was low priority. So I went back to waiting, until around 6:52-ish. I asked if they were coming at all. He said he would try to find the tech guy. After several minutes on hold, he said he couldn't get ahold of him, but had texted him, and would call back.&lt;br /&gt;&lt;br /&gt;I got a call back a little after 7 pm asking if they could do it tomorrow. I'm a pretty patient person, but I had waited all day already, and wasn't really interested in repeating it tomorrow. She informed me that cutoff was 7 pm, and if I had called before noon like they were expecting, it would've been better. That pissed me off because I called then at 10:02. I know this because my cell phone has a call record. I would know this anyway because of the 15 minutes I spent with the moron at that time who couldn't find my account information. She claimed she had no record of the appointment. I asked if they would really come tomorrow. She said yes, she was the dispatcher and she would schedule it right now. Since the other woman told me the same thing (about the scheduling, not the dispatcher thing), I wasn't really filled with confidence, but what can you do? She said he would call 30 minutes prior to his arrival so I didn't have to wait there.&lt;br /&gt;&lt;br /&gt;The next morning, he calls at 10:10 and says he'll be there in 10 minutes. I was already there, so it wasn't that big of a deal, but she explicitly said he'd call 30 minutes in advance so that I wouldn't have to worry about that. Whatever, I &lt;span style="font-weight: bold;"&gt;was&lt;/span&gt; already there. Moot point.&lt;br /&gt;&lt;br /&gt;He arrives soon thereafter. I had unplugged the modem and router after the midnight call, and left it that way most of the day expecting a tech call. I only plugged it up after 7 pm. I once more checked all the wires and cables. It of course was working as well as it ever did when he showed up.&lt;br /&gt;&lt;br /&gt;He checked some things on the computer. Web sites seem fine, and his device says we are getting a clear signal. I ask him why it's so slow. He says it might be the modem or the router, but since we're getting a clear signal, it's a problem on our end. I'm not sure why it never occurred to me to change modems. I had another one, but I never did. Since I got the same slow speeds with or without the router, I was pretty sure it wasn't the router. I told him about the speed tests. He informed me that these servers could be anywhere and you can't know how many places it's going through. He decided to try the comcast internal speed test. He couldn't remember the address. He thought it was .com. I suggested it might be .net like the rest of comcast, but he said no. He called the office and found out it was .net. This would be a bad omen.&lt;br /&gt;&lt;br /&gt;The internal test said we were getting 5 Mbps. He reran the test several times all with similar results. I asked what we should be getting. I thought it was 12 (Insight gave 10, but Comcast was running ads about PowerBoost and 12). He called the office and said we were on the economy plan, and should be getting 6. Since 5 is nearly 6, he says we are getting the right speed.&lt;br /&gt;&lt;br /&gt;I asked him why all the other servers say we're getting 1, not 5 or 6. He repeats that they could be going through many hops. He also mentions he doesn't know how the internet works. I ask him if it's reasonable that all these other places cause us to lose 80% of our speed. He says Comcast only guarantees what you're getting from us. I tell him it doesn't make sense that no other place in the United States can verify comcast's results. He repeats again that he doesn't know how the internet works, but that his test proves it's working. This is why Comcast developed its own test, because it's local. It stays right in the city you're in. He says we're paying for 6, and we're getting almost that. "When you're arguing with a fool, make sure he's not doing the same thing." I asked him to leave. Before he left, I asked him to hook up the other modem to see if it was the problem. He said our modem was working fine, and that if I wanted to hook the other one up, I could call them myself.&lt;br /&gt;&lt;br /&gt;After he leaves, I go on a quest to prove his test is a fraud. I wasn't really sure if it made any sense that the modem wasn't working. I found a website that discussed comcast and how they ramped up the speeds over time. One person said his old modem was slow as it didn't have support for DOCSIS 2.0, the newer cable internet standard. I had a very old modem, and decided to look into it. Sure enough, it only supported DOCSIS 1.1. The other modem we had however supports DOCSIS 2.0. I hooked up the other modem and called comcast back. It took more than 15 minutes to get the new modem setup, but it finally was.&lt;br /&gt;&lt;br /&gt;I returned to the internal comcast speed test site. I then learned that there was no local test, and that the closest one was from Illinois. In any event, despite the fact that we are only paying for 6, the new modem gets 27 Mbps down. I tried the other speed tests. The results were instantly fasters, 3, 4, 5 Mbps. In other words, it appears we are now really gettings those 6 Mbps speeds. I decided to check on my gentoo mirrors. 500 KB/s, 600, 800, 1.1 MB/s, 1.5 MB/s at times. From a maximum of 100 KB/s before, we now have at times a 15-fold increase.&lt;br /&gt;&lt;br /&gt;Let's sum up why I'm upset.&lt;br /&gt;&lt;br /&gt;1. He didn't know why it was slow.&lt;br /&gt;2. He lied to me about the locality of the test.&lt;br /&gt;3. I waited all day for someone to show up.&lt;br /&gt;4. He didn't call 30 minutes ahead like they said he would.&lt;br /&gt;5. Neither the flier nor the office told me about different internet speed tiers.&lt;br /&gt;6. Most importantly, the test &lt;span style="font-weight: bold;"&gt;is a fraud&lt;/span&gt;. I don't know what they're doing with that internal test, but the internet is science. Science depends on results that can be independently verified by outside researchers. If I can't get anywhere near Comcast's results from anywhere else in the country, then their results aren't likely to be correct. I'm sure the results are helped by never leaving comcast's network, but to the tune of 80%? That's ridiculous at best, and fraud imo. (5 - 1 / 5 = 80% loss DOCSIS 1.1, 27 - 5 / 27 = 81% DOCSIS 2.0)&lt;br /&gt;&lt;br /&gt;I write this not to deter anyone from buying Comcast. Now that my problem is resolved, I once again love their internet service. It's always been the best in town. I write this because I'm angry. I shouldn't need to know how cable internet works just to use it. That's their job. I don't know how old DOCSIS 2.0 is, so I have no clue how many people this might even affect, but I suspsect I'm once again facing a 5% problem. Hire people who know what they're talking about Comcast! A 3 minute conversation from any of the people I talked to about slow internet could've solved my problem if any of them had known this.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2847373945843830551-6321702431876264862?l=jdrrant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/6321702431876264862/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jdrrant.blogspot.com/2009/03/comcast-its-fraudtastic.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/6321702431876264862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/6321702431876264862'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/2009/03/comcast-its-fraudtastic.html' title='Comcast, It&apos;s FRAUDtastic!'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2847373945843830551.post-7887686045158747586</id><published>2009-01-19T14:17:00.001-05:00</published><updated>2009-01-19T14:29:26.722-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='dmesg'/><category scheme='http://www.blogger.com/atom/ns#' term='resume'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='end of device'/><category scheme='http://www.blogger.com/atom/ns#' term='hibernation'/><category scheme='http://www.blogger.com/atom/ns#' term='swap'/><category scheme='http://www.blogger.com/atom/ns#' term='suspend'/><title type='text'>attempt to access beyond end of device</title><content type='html'>I ran across this error the other day and couldn't figure out what it meant. For starters, it was talking about a partition that wasn't in use (/dev/hda3). Google has a lot of information, but none of it solved my problem. So I thought I'd share.&lt;br /&gt;&lt;br /&gt;First, the error message:&lt;br /&gt;&lt;br /&gt;attempt to access beyond end of device&lt;br /&gt;hda3: rw=16, want=8, limit=2&lt;br /&gt;Read-error on swap-device (3:3:0)&lt;br /&gt;&lt;br /&gt;Some background: I recently changed my partition table. My old swap partition was /dev/hda3. The new one is /dev/hda5. But /dev/hda3 is mentioned no where in /etc/fstab, so who is telling the kernel anything about the old swap partition?&lt;br /&gt;&lt;br /&gt;Oh, that's right, I was. It's in the kernel settings themselves. I don't usually enable the hibernation power controls on linux cause I haven't had good results, but I thought I might try it out someday, so I checked that box in the kernel setup (Power management options - Hibernation). Now we have a new question: what should be the default resume partition? And there was my problem; I hadn't changed /dev/hda3 to /dev/hda5.&lt;br /&gt;&lt;br /&gt;A quick recompile and reboot and no more error message.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2847373945843830551-7887686045158747586?l=jdrrant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/7887686045158747586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jdrrant.blogspot.com/2009/01/attempt-to-access-beyond-end-of-device.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/7887686045158747586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/7887686045158747586'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/2009/01/attempt-to-access-beyond-end-of-device.html' title='attempt to access beyond end of device'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2847373945843830551.post-1341935310106270747</id><published>2009-01-13T23:36:00.001-05:00</published><updated>2009-08-08T00:51:15.597-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='DVDFab'/><category scheme='http://www.blogger.com/atom/ns#' term='Wine'/><category scheme='http://www.blogger.com/atom/ns#' term='ripping'/><category scheme='http://www.blogger.com/atom/ns#' term='DVD'/><title type='text'>DVDFabHDDecrypter on Linux</title><content type='html'>It's not too difficult to setup DVDFab under Linux using Wine, but there are a couple caveats. It seems the settings cannot be modified from within Wine. Wine can't interact with the configuration menu. This is a problem because DVDFab automatically starts previewing any DVD it finds, which causes Wine to lockup.&lt;br /&gt;&lt;br /&gt;So, we need to disable this automatic preview. First, run the DVDFab setup program with wine (wine DVDFab5230.exe). I disabled the VSO burning engine and the desktop/quick link shortcuts. You will need to start the program once to make sure the registry keys are created. You can do that by typing wine "C:\Program Files\DVDFab 5\DVDFab.exe" into a terminal.&lt;br /&gt;&lt;br /&gt;Now you need to edit the registry. Start wine's regedit program via wine regedit.exe. In the HKEY_LOCAL_USER key, open Software, then DVDFab, then V5, and finally Generic. There you will find two options, PreviewAutoPlay and PreviewAutoShow. They are set to 00000001 by default. Change them to 00000000.&lt;br /&gt;&lt;br /&gt;Now, before you start DVDFab, you will need to mount the DVD you want to rip. Also, if you haven't configured wine for your drives, you will need to do this. Run winecfg and select Autodetect from the drives tab.&lt;br /&gt;&lt;br /&gt;Finally you can run DVDFab (wine "C:\Program Files\DVDFab 5\DVDFab.exe").&lt;br /&gt;&lt;br /&gt;P.S. I don't know if Blu-Ray or HD DVD ripping work since I don't have either of those.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;edit:&lt;/span&gt; DVDFab 6 doesn't seem to work very well for me at all. I suggest keeping version 5. &lt;a href="http://www.dvdfab.com/download/DVDFab5232.exe"&gt;Here is a link to version 5.2.3.2.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2847373945843830551-1341935310106270747?l=jdrrant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/1341935310106270747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jdrrant.blogspot.com/2009/01/dvdfabhddecrypter-on-linux.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/1341935310106270747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/1341935310106270747'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/2009/01/dvdfabhddecrypter-on-linux.html' title='DVDFabHDDecrypter on Linux'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2847373945843830551.post-3285681028238641626</id><published>2009-01-12T22:15:00.001-05:00</published><updated>2009-01-12T22:34:59.298-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wine'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='CD'/><category scheme='http://www.blogger.com/atom/ns#' term='ImgBurn'/><category scheme='http://www.blogger.com/atom/ns#' term='Burning'/><category scheme='http://www.blogger.com/atom/ns#' term='DVD'/><title type='text'>ImgBurn on Linux</title><content type='html'>I've seen this covered in other places, but it never worked for me until today, so I thought I'd share my solution.&lt;br /&gt;&lt;br /&gt;First off, why would anyone want to use ImgBurn on Linux? Well, I'm not very fond of the linux disc burning programs (k3b and Brasero for example). Brasero refuses to ackowledge the existence of my dvd burner. k3b will burn, but verification is hit or miss. The discs it says failed to verify have all been verified on windows machines using ImgBurn, and they work when I put them to use. Brasero can verify images using md5 sums, but it gives me the same result as k3b; failure. So I can't trust things I burn with k3b, but when I use ImgBurn on Windows, it always works. If ImgBurn says the disc is bad, the disc is bad; otherwise, it's good.&lt;br /&gt;&lt;br /&gt;Everyone says ImgBurn works fine in Wine (I'm using version 1.1.10 btw), but it always failed to find my dvd burner. For some reason, Wine doesn't seem to recognize that I have an optical drive unless there is a disc already mounted in it. If I mount a disc first, then start ImgBurn, we find the dvd burner.&lt;br /&gt;&lt;br /&gt;So, in summation, to use ImgBurn on linux, you need Wine and the &lt;a href="http://www.imgburn.com/index.php?act=download"&gt;ImgBurn installer&lt;/a&gt;. Install wine and run winecfg. On the drives tab, click Autodetect. I left the OS as Windows XP. I am using alsa for the sound driver. Now you can run wine SetupImgBurn_2.4.2.0.exe (or whatever the current version is when you try this).&lt;br /&gt;&lt;br /&gt;Now, to run ImgBurn, just make sure a disc is mounted in your drive and start ImgBurn (wine "C:\Program Files\ImgBurn\ImgBurn.exe"). Eject the disc after ImgBurn starts and you can replace it with a blank one.&lt;br /&gt;&lt;br /&gt;A simple fix to get a great program working under Linux. I hope someday k3b and brasero are as nice as ImgBurn.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2847373945843830551-3285681028238641626?l=jdrrant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/3285681028238641626/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jdrrant.blogspot.com/2009/01/imgburn-on-linux.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/3285681028238641626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/3285681028238641626'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/2009/01/imgburn-on-linux.html' title='ImgBurn on Linux'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2847373945843830551.post-8200420965004903721</id><published>2009-01-02T18:35:00.000-05:00</published><updated>2009-04-24T04:01:46.918-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mac'/><category scheme='http://www.blogger.com/atom/ns#' term='binary'/><category scheme='http://www.blogger.com/atom/ns#' term='Tiger'/><category scheme='http://www.blogger.com/atom/ns#' term='FileZilla'/><category scheme='http://www.blogger.com/atom/ns#' term='10.4'/><title type='text'>FileZilla Binary for Mac OS X Tiger</title><content type='html'>I'm sure many people are aware of FileZilla, the open source (S)FTP client. I switched over to using FileZilla a few years ago and it's been great.&lt;br /&gt;&lt;br /&gt;A few days ago however, I decided to install it on a Mac. To my surprise, the official builds claim you need OS X 10.5 (Leopard), the most recent OS X release. I was using a Tiger (10.4) machine. I couldn't believe they didn't have a binary for Tiger.&lt;br /&gt;&lt;br /&gt;For those of you not familiar with macs, let me break it down a little. Every couple years, Apple releases a new version of OS X. The difference between Leopard (10.5) and Panther (10.3) is comparable to the difference between Windows Vista and Windows 2000. Most but not all modern programs will still run on Panther. For the purposes of this analogy, we'll equate Tiger (10.4) with Windows XP. In other words, needing Leopard (and not being able to use Tiger) is roughly the same as needing Windows Vista (and not being able to use Windows XP). In other words, this is terrible.&lt;br /&gt;&lt;br /&gt;The change was not intentional. The author simply doesn't have access to a build environment that he can use to create binaries for Mac Tiger. Since it's open source, you can always build it yourself. Being somewhat versed in software development, I decided to do just that.&lt;br /&gt;&lt;br /&gt;There are several dependencies that FileZilla needs, and even when you have them, it's a bit confusing as to how to build them. Even on the forums, it was clear that several people had trouble building FileZilla on mac. &lt;a href="http://wiki.filezilla-project.org/Compiling_FileZilla_3_under_Mac_OS_X"&gt;So I decided to share my knowledge on the FileZilla wiki.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;However, Mac people, by and large, are more like Windows people than like Unix people. In other words, software shouldn't need to be compiled. It should have a binary that just works. So I have decided to provide unofficial Mac Tiger FileZilla binaries.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.technoplaza.net/filezilla/history/FileZilla-3.2.0-univ-osx.dmg"&gt;&lt;/a&gt;&lt;a href="http://wiki.filezilla-project.org/Unofficial_Binaries"&gt;http://wiki.filezilla-project.org/Unofficial_Binaries&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I don't have access to a PowerPC Mac, so I hope the binary works there. I know the Intel part works cause I've been using it for a couple days. Drop me a line if you have questions.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;edit:&lt;/span&gt; updated FileZilla Binary to 3.2.0 (2009-Jan-12)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;edit&lt;/span&gt;: Removed binary and put link to the FileZilla Unofficial Binaries page&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2847373945843830551-8200420965004903721?l=jdrrant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/8200420965004903721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jdrrant.blogspot.com/2009/01/filezilla-binary-for-mac-os-x-tiger.html#comment-form' title='12 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/8200420965004903721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/8200420965004903721'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/2009/01/filezilla-binary-for-mac-os-x-tiger.html' title='FileZilla Binary for Mac OS X Tiger'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>12</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2847373945843830551.post-473377046462003815</id><published>2009-01-02T04:36:00.000-05:00</published><updated>2009-01-02T18:59:47.157-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='frontend'/><category scheme='http://www.blogger.com/atom/ns#' term='DVDAuthorGUI'/><category scheme='http://www.blogger.com/atom/ns#' term='qSimpleDvd'/><category scheme='http://www.blogger.com/atom/ns#' term='dvdauthor'/><title type='text'>dvdauthor frontends</title><content type='html'>For the past few days I have been wondering what the proper forum was for things I want to publish that don't really fit in with the theme of my other websites. This blog is my answer.&lt;br /&gt;&lt;br /&gt;I have three websites, one for teaching people how to program Texas Instruments graphing calculators, one for my emulation related work, and one for programming tutorials. Basically, the theme is, I like to know things, and I like to share my knowledge. I like to be helpful.&lt;br /&gt;&lt;br /&gt;So, how am I going to be helpful today? I'm probably not, but the reason for starting this is simple: my growing distaste for &lt;a href="http://dvdauthor.sourceforge.net/"&gt;dvdauthor&lt;/a&gt; frontends.&lt;br /&gt;&lt;br /&gt;All I want is a simple frontend to dvdauthor that would do four things. 1) let me add multiple DVD-compliant mpeg files at once, 2) automatically place them into separate titles with default jump points to the next title (i.e. after title 1 goto title 2, then 3, repeat as needed), 3) generate the dvdauthor xml file and run dvdauthor, and 4) build an ISO file with the proper volume label.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://download.videohelp.com/liquid217/dvdauthorgui.pl"&gt;DVDAuthorGUI&lt;/a&gt; is nearly perfect. It does 2, 3, and 4. It only runs on windows, but for reasons I won't go into, that's not a problem for my needs. But step 1 was really bugging me. I am trying to shove 18 episodes of the simpsons on a single DVD, so adding 18 tracks one-at-a-time gets old after awhile. I contacted the author and he said he didn't feel like adding that feature right now. The source is available, but since I don't know Visual Basic and don't want to learn, it doesn't do me much good.&lt;br /&gt;&lt;br /&gt;Since I only needed something really simple, I decided to build my own program. It took about 5 hours to finish the bare minimum of what I needed. It doesn't even do all the things I thought would be necessary (I found a shortcut midway through), and it certainly is not finished, but it works.&lt;br /&gt;&lt;br /&gt;What &lt;span style="font-weight: bold;"&gt;does&lt;/span&gt; it do you ask? It lets you add multiple mpeg tracks at once via drag n drop. It has an add button and add menu option, but they aren't implemented. It organizes the tracks alphabetically (though it's case-sensitive which I'm not happy with), which saved me having to implement the rearrange track controls, so those buttons and menu options are also unimplemented. It generates the dvdauthor xml file and runs dvdauthor. Finally, it runs mkisofs to build the ISO file with the proper volume label (specified in the same manner as DVDAuthorGUI, but taking the folder's name you build in). It also makes 7 chapters on each track 3-minutes apart, because my programs are geared towards my simpson dvds.&lt;br /&gt;&lt;br /&gt;Obviously, there are many deficiencies. It is not a complete dvdauthor frontend, but all open source projects start out by first solving the authors needs. Other people's needs come later, sometimes even added by other people. I decided to publish it just in case someone else had similar dvdauthor frontend frustration.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.technoplaza.net/qsimpledvd/history/qsimpledvd-0.80.tar.bz2"&gt;Source Code Here 24 KB (.tar.bz2 archive)&lt;/a&gt;&lt;br /&gt;&lt;a href="http://code.technoplaza.net/qsimpledvd/history/qsimpledvd-0.80-x86-win32.zip"&gt;Windows 32-bit Binary4.2 MB (.zip archive)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;That's all for now. I wonder if anyone will ever read this...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2847373945843830551-473377046462003815?l=jdrrant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jdrrant.blogspot.com/feeds/473377046462003815/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://jdrrant.blogspot.com/2009/01/dvdauthor-frontends.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/473377046462003815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2847373945843830551/posts/default/473377046462003815'/><link rel='alternate' type='text/html' href='http://jdrrant.blogspot.com/2009/01/dvdauthor-frontends.html' title='dvdauthor frontends'/><author><name>John Ratliff</name><uri>http://www.blogger.com/profile/17534465693288067445</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
