It isn’t usual to read a B-107 to its subject, but I’m going to set you straight. “Insubordinate. Insolent. A trickster. Perhaps with criminal tendencies”.

Harry Palmer

January 30, 2007

Looking for a Paddy Smith on eBay

Filed under: Lambretta — Ben @ 7:33 pm

* * *

January 28, 2007

Coolest de-cal ever

Filed under: Lambretta — Ben @ 10:17 pm

* * *

Lambretta Inspiration

Filed under: Lambretta — Ben @ 10:17 pm

I’ve looking around the net for some inspiration for a “look” for the Lambretta. Obviously the mod look is out because of it’s cut down frame. Hmmm how about scooter racing? Looks like Vega leg-shields are pretty popular in the scooter sprinting world.

* * *

January 26, 2007

Brooks restoration and modding

Filed under: Bicycles — ben @ 3:24 pm

A couple of pics of a Brooks saddle I found in a flea market last year. It was in a sorry state but has come up pretty well. I chopped the sides for the “Brooks Swallow” look.

* * *

January 21, 2007

Gus Gorman

Filed under: Uncategorized — ben @ 7:25 pm

Found some new trainers in Cora last night. One of the dangers of going shopping without adult supervision.

“Did you get toilet paper?”
“Errr no but I bought some new trainers, a crate of Grimbergen and this Lego set”

I think these are the same ones Richard Pryor wears in Superman III.

I modelled myself on this look the whole time I worked at Compuware and nobody ever noticed.

* * *

1st Robot!

Filed under: Lego — ben @ 2:48 pm

Here’s my first robot built with the new Lego Mindstorms NXT set. It’s the “HelloWorld” tutorial robot from the instructions but I’ve modded it with tracks from this lego set.

It sets off across the table until it bumps into the red ball standing on a tire, picks up the ball when you clap, then spins 180 degrees, heads back down the table and finally drops the ball in the yellow box when the IR sensor sees the black line on the table top.

* * *

Apple Airport Printing from UNIX

Filed under: Computers — ben @ 8:45 am

I managed to get a HP LaserJet 5MP on loan from work for use when telecommuting. We have recently been upgraded from Dell Latitudes to IBM/Lenovo laptops but as these have no parallel port we were given Belkin USB to Centronics adapters.

Rather that just connecting it directly to the work laptop I thought I would try and get it working with the USB port of my Airport Extreme wireless router so I can print from all the machines at home.

This actually works fine when printing from a Mac as the printer is discovered immeadatly via Apples Bonjour protocol. I then wanted to be able to print from my Ultra 5 and SGI Indy. After searching around it seems the Airport Extreme is able to receive raw print commands via a socket a la HP JetDirect.

I found the following procedure which works great, but be aware that for some reason the latest firmware update for the Airport Extreme changes the raw port from 9100 to 9101 (this was very frustrating!) :-

http://weblogs.java.net/blog/mhadley/archive/2006/01/printing_to_an.html

Printing to an Apple Airport Connected USB Printer from Solaris
Posted by mhadley on January 30, 2006 at 09:39 AM | Comments (0)

The first thing to do is work out the IP address of the Airport base station to which you’ve hooked up the printer. The Airport Admin utility on a Mac can help out here if you have multiple base stations but if you have only one then its likely to the same IP address that is your default gateway. To find the default gateway type (the # represents the shell prompt, don’t type it):

# netstat -rn
and look for the ‘default’ entry.

To make sure you’ve got the right IP address try:

# telnet ipaddr 9100
where ipaddr is the IP address of the base station. If telnet connects then you’re probably on the right track.

Next you need to configure a Solaris printer queue that points to the networked printer. It turns out that the Airport base station works pretty much the same as a HP JetDirect print server and the following commands get the job done:

# lpadmin -p hp -v /dev/null -m netstandard -o dest=airport:9100 -o protocol=tcp -o banner=never -T PS -I postscript
# enable hp
printer “hp” now enabled
# accept hp
destination “hp” now accepting requests
# lpadmin -d hp

where hp is the name of the printer queue and airport is the IP address or DNS name of the base station. The first line creates the queue, the second and third enable the queue and set it to accept requests and the final line sets this new queue to be the default printer queue. The first line will need adjusting if you are using anything other than a PostScript printer, the key parts of the command are use of tcp for protocol rather than bsd and using TCP port 9100 on the base station.

I’ve secretly always wanted to have console output being printed to a tractor feed printer using that cool fan fold paper with green stripes. Oh well this will have to do I guess. I think I was born twenty years too late to be a real system operator.

UPDATE 04/07 : I’ve been experimenting with UNIX printing to an Airport Express. It looks like the port should be 9600 for the Apple Airport Express

ben@ultra5 /export/home/ben $ telnet 10.0.1.232 9100
Trying 10.0.1.232…
Connected to 10.0.1.232.
Escape character is ‘^]’.
@PJL USTATUS TIMED
CODE=10001
DISPLAY=”00 READY”
ONLINE=TRUE

@PJL USTATUS TIMED
CODE=10001
DISPLAY=”00 READY”
ONLINE=TRUE

@PJL USTATUS TIMED
CODE=10001
DISPLAY=”00 READY”
ONLINE=TRUE

@PJL USTATUS TIMED
CODE=10001
DISPLAY=”00 READY”
ONLINE=TRUE

@PJL USTATUS TIMED
CODE=10001
DISPLAY=”00 READY”
ONLINE=TRUE

@PJL USTATUS TIMED
CODE=10001
DISPLAY=”00 READY”
ONLINE=TRUE

Connection to 10.0.1.232 closed by foreign host.

* * *

January 19, 2007

Lego Robotics

Filed under: Lego — Ben @ 10:51 am

Received a late Christmas present in the post this morning from amazon. The new Lego Mindstorms NXT kit!
http://mindstorms.lego.com/

Now if I can only find a spare two minutes to start building.

* * *

January 16, 2007

Lambretta disc brake – first go at welding

Filed under: Lambretta — ben @ 5:20 pm

I put a new disc brake on the Lambretta last month, also some front dampers from a later model which was my first go at welding. There are a couple of really good online parts dealers which makes it much too easy to surf at lunchtime and buy bits on the credit card. These parts came from ScootRS in Saigon.

* * *

Sun case modding

Filed under: Computers — ben @ 11:17 am

It seems my efforts to install neon^H^H^H^H upgrade the PSU in my ultra 5 aroused some interest in the Linux on SPARC comunity

http://wiki.auroralinux.net/wiki/PimpYourSPARC

* * *
Older Articles »