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.
- Open up your web browser
- In the address bar type in http://localhost:631
- Click ‘Add Printer’ and enter the name of the printer, and other bits that CUPS asks for. Click ‘Continue’
- In the ‘Device’ list, select ‘Internet printing protocol (ipp)’ and click ‘Continue’
- In the ‘Device URI’ textbox, enter http://printerip/ipp, replacing printerip with the name or IP address of your printer. Click ‘Continue’
- In the Make/Manufacturer, click ‘Browse’ and select the driver that you have downloaded. Click ‘Add Printer’
- 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.
Related posts:
- Move a print job from one queue to another in Linux Today, I was looking at my printer queue and realised...
- Adding Printers will Hang a Vista Logon to a Domain Vista's UAC prevents standard users from installing printer drivers by...
- Remove Network Printers from Users Before they Log On I had a little trouble with an HP Printer driver...
- Some Useful Ubuntu Commands Here’s a useful guide for some IT people that are...
Related posts brought to you by Yet Another Related Posts Plugin.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.