Get Those Passwords

Today, I had to setup an Oki C5650 on a network, and find out how many pages had passed through it due to an surprisingly quick turnaround in toner. I was struggling to find the default admin password for the web interface as it wasn’t in the online manual.

Knowling that searching the internet is much better than my library abilities, I managed to find the password at Art of Hacking. In true form, there’s a very useful page that has user collected default passwords for thousands of devices. And in true hacking form, it’s called etc/passwd.

Returning Printer Rubbish

I’ve been sitting on some toner cartridges for some time wondering how I could return them. They have travelled many miles in my car, acted as a prop for bags and generally been in the way at any other time.

By some luck (and a bit of clever Google searching), I managed to find a page with instructions for returning used toner cartridges in the UK for my Oki printer.

It would have been nice if the instructions were included in the toner box. Still, you can’t have everything I suppose.

Setting up an Oki C5450 in linux with CUPS

I finally completed getting all of my printers working together nicely today.

It’s been a while, but I must admit that while I’m using the Windows XP virtual machine for my office work, the need to print in Linux is not that great.

Oddly, the HP psc 2510 was the first to behave itself. Using the HPLIP toolbox that comes with Ubuntu, I found myself scanning like a demon in no time. The toolbox also seems to scan much faster than the proprietary HP Windows-based driver (and as a bonus doesn’t insist on installing over 100MB of software on your computer).

Anyway, after sorting out some DNS issues I happened to be having, I found it was nice and easy to set up the printer. You’ll need to download the Oki driver from Oki.

  1. Open up your web browser
  2. In the address bar type in http://localhost:631
  3. Click ‘Add Printer’ and enter the name of the printer, and other bits that CUPS asks for. Click ‘Continue’
  4. In the ‘Device’ list, select ‘Internet printing protocol (ipp)’ and click ‘Continue’
  5. In the ‘Device URI’ textbox, enter http://printerip/ipp, replacing printerip with the name or IP address of your printer. Click ‘Continue’
  6. In the Make/Manufacturer, click ‘Browse’ and select the driver that you have downloaded. Click ‘Add Printer’
  7. Click on the printer name, and send a test print to the printer.

As long as all of the settings are correct, the Oki should spring into life.

The web configuration page outlines the valid ipp addresses, but here they are for completeness.

http://hostname/ipp
http://hostname:631/ipp
http://hostname/ipp/lp
http://hostname:631/ipp/lp

Remember to replace hostname with your printer’s network address.