View Single Post
  #1   (View Single Post)  
Old 24th April 2009
Calderon's Avatar
Calderon Calderon is offline
Real Name: Patrick Lindholm
Fdisk Soldier
 
Join Date: May 2008
Location: Finland
Posts: 60
Thumbs down FBSD 7.1 and Canon LBP-660 Printer (Linux Drivers?)

Hi! im trying to setup an old Canon to work with Bsd. However this is a "Windows" printer or so i have read now.

I tried GDI driver (with apsfilter but nogo) Then i found a Linux driver but i cannot compile it.

http://www.openprinting.org/show_pri...=Canon-LBP-660

http://www.boichat.ch/nicolas/lbp660/

Code:
bsdkone# make
gcc  -O2 -s lbp660.c -o lbp660
lbp660.c:25:47: error: sys/io.h: No such file or directory
lbp660.c: In function 'get_bitmap':
lbp660.c:162: warning: incompatible implicit declaration of built-in function 'memset'
lbp660.c: In function 'errorexit':
lbp660.c:410: warning: incompatible implicit declaration of built-in function 'exit'
lbp660.c: In function 'main':
lbp660.c:949: warning: incompatible implicit declaration of built-in function 'strcpy'
*** Error code 1

Stop in /kakkonen/leffat/canoni660/lbp660-0.3.1.
bsdkone#
Can i somehow make that linux driver work or what should i do.

Code:
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppbus0: <Parallel port bus> on ppc0
ppbus0: [ITHREAD]
ppbus0: IEEE1284 device found /NIBBLE/ECP/ECP_RLE
Probing for PnP devices on ppbus0:
ppbus0: <Canon LBP-660  /1010.11> PRINTER RASTER
I also get that in boot.

Last edited by Calderon; 30th April 2009 at 08:07 AM. Reason: Topic
Reply With Quote