Tuning an ext3 filesystem for storing large media files

I added a new hard disk to my MythTV box, specifically for storing movies copied from my DVD collection. Because this disk will be used for storing mostly files that will be in the 1-4GB size range, and because it is NOT going to be used as the root (/) drive of this computer, I set the sparse_super and largefile4 settings, plus reserved zero space for the superuser (-m 0) with the following command:

 
mkfs -t ext3 -m 0 -O sparse_super -T largefile4 /dev/sdb1

MythTV to phone (.3gp) transcoder script and Bluetooth transfer

I built a perl script that can be used as a "User Job" from within mythtv to convert a recorded TV program into a cell phone (.3gp) movie. It makes uses of mythname.pl to get the show and title (for the filename) and mplayer/mencoder and ffmpeg to do the actual transcoding.

Unless you want to drop your files off in the /var/lib/mythtv/for_phone directory, you will need to edit the output directory.  I've found that 35 minutes of TV gets shrunken down to 24-30megs when in .3gp format when transcoded at a generous 80/16 (video/audio bitrate).

Script to transcode from mythtv files to .3gp files

I wrote a second script to transfer any files in this directory to my phone via bluetooth OBEX push every night. I use cron to start the phoneTransfer.pl script up each night, and it looks for any .3gp files in the directory and tries to copy them to my phone. If successful, it removes them from the directory.  Note that my Motorola V3xx has an annoying feature where it will receive OBEX bluetooth files into phone memory, and NOT to the default download location (which can be set to the memory card). If your phone is similar, you will have to copy files from the phone's memory to the memory card so that your phone's memory doesn't get full. If your phone's memory gets full, it will refuse further bluetooth transfers until you move the files over to a memory card. 

Script that does a bluetooth transfer to phone

Note that to use this script you will have to find your phone's bluetooth mac address (using "hcitool scan") and put it in the script. Also, you should pair your phone with your computer, and set your phone up to automatically accept OBEX push/FTP transfers unless you want to manually approve each video transfer.

Cingular/ATT is locking down newer V3XX phones

AT&T Death StarI have one of the first Cingular branded v3xx phones that was released when they first hit the market. Although it came pre-stocked with shortcuts to Cingular stores, Cingular Music downloads, and had things like the IMAP email client disabled by default, it was still relatively easy to hack. I was able to use P2kCommander over a USB cable to enable cool features like allowing unsigned java applications to access the internet , and the IMAP email client.  

To use P2kCommander, you had to go into your Settings->Connection->USB Settings and make sure that the default connection type was set to Data Connection (as opposed to Memory Card or USB Printing). If you couldn't set it to Data Connection, you can't use P2kCommander. (Or use the phone as a modem via a USB cable.)

A reader recently wrote in that Continue reading

MIME Types for hosting J2ME .jar and .jad files

If you want a mobile phone to be able to download and install a java application (.jad/.jar file) from your website, you need to set up the correct MIME types for .jar and .jad files if they have not been set up by your webhost.

With apache, you can usually do this on a per-directory basis by adding the following lines to your .htaccess file:

addtype text/vnd.sun.j2me.app-descriptor jad
addtype application/java-archive jar

How to import all windows fonts to Ubuntu (Gutsy)

I do NOT recommend importing all of your windows fonts to Linux. Sure, you paid for windows, and should be able to use all the windows fonts on any OS you want, but Microsoft (and their lawyers) may not feel the same way. Read your license agreement carefully. Instead, you should install the freely released and  licensed to all for any use Microsoft "core" fonts. (Also, Arial-9 killed my firefox install)

But, if after that warning you still want to import all of your Microsoft Windows truetype fonts from your windows partition to your linux partition and install them system wide, here is what to do:

Gain root privileges: sudo bash

Make a directory to store the fonts: mkdir  /usr/share/fonts/truetype/msfonts

Find the fonts on your windows partition, for me this was /media/sda1/Windows/Fonts

copy the fonts over: cp /media/sda1/Windows/Fonts/*.ttf  /usr/share/fonts/truetype/msfonts 

Re-create the font cache:   fc-cache -f -v

Turning off Video Overlay on Linux (Ubuntu 7.10)

The old version of the X.org ati x-server would do a true "clone" of my Thinkpad X31's LCD display out the VGA port on the back of the laptop. The new version shipped with Ubuntu 7.10 (gutsy) however doesn't do a true clone, so video overlays (called Xv in linux) will display movies on the LCD but not on the external VGA monitor.

So when you give a presentation with a movie, you can see the movie, but your audience can not! My X31 is able to play most movies without Xv so I decided not to use it. In windows, you can fix this problem by turning off Video Overlay in the display driver control panel. However, under Linux, you have to tell each of your movie players to use something besides Xv.  Standard X11 works, but won't allow you to scale videos. I prefer to use OpenGL, which works very nicely with the open source ati driver.

To make mplayer use OpenGL, edit the ~/.mplayer/config file and add the line "vo=gl2".

To make totem use OpenGL, edit the ~/.gnome2/Totem/xine_config file to include a line  as follows: "video.driver:OpenGL"

BTW- If you are unable to get video showing on your external VGA output, you can run the following command to set up a "clone" or "mirror" display:

 xrandr –output LVDS –mode 1024×768 –output VGA-0 –mode 1024×768 –same-as LVDS

Fixing IPW2200 system hang with WEP 802.11

After installing an IPW2200 mini-pci 802.11g wireless card, my wife complained that her system would freeze for a minute while attempting to connect to an 802.11 (WEP) network for the first time. After the initial time-out and failure, wireless network connections would work fine until the computer was rebooted. 

As it turns out, I was experiencing the same problems with my laptop, but I hadn't noticed it because I use suspend/resume a lot more than my wife, and I would go a week or so before doing a full reboot. (One failure to connect to a wireless network per week is a lot less noticeable than one every morning.)

After doing a lot of rebooting and troubleshooting, I isolated a few lines in my /var/log/syslog that appeared to be associated with the freezeup:

eth2: could not initialize WEP: load module ieee80211_crypt_wep
ieee80211_crypt_wep: could not allocate crypto API arc4

Even though my system (Ubuntu 7.04) had the arc4 crypto module, it didn't appear to be loading correctly. I added "arc4" to my /etc/modules file to force it to be loaded, and that appears to have fixed the problem.

3Com Bluetooth PCMCIA card (3CRWB6096) with Ubuntu

3Com Bluetooth PCMCIA cardTo get a Motorola Bluetooth wireless PC card (PCMCIA)  (version 2) working with Ubuntu linux, all I had to do was download the windows driver from Motorola and extract (using unzip) the Drivers.W2k/BT3CPCC.bin file to /lib/firmware/BT3CPCC.bin.

This card works correctly, but I am able to get faster transfer times using a USB bluetooth adapter (from ellink). For example, transfering a 1.1MB file from my phone via the USB Ellink adaptor takes 27 seconds, while the same transfer takes 47 seconds using the 3com PCMCIA adapter. It is possible that this adapter is a Bluetooth 1.0 or 1.1 device as opposed to a 2.0 device.