Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"Module lp not found" & no printer after gen-kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1698

PostPosted: Sat Jan 14, 2006 10:39 pm    Post subject: "Module lp not found" & no printer after gen-k Reply with quote

EDIT:OK this is the printer problem megga post, scrol down to see what I have tried last.

HI I am using cups on a i686 running gentoo Linux 2.6.14r5 and KDE3.43. I used genkernel to make a new install after 3 atempts at manual config. I am unsure if it configured my parallel correctly.
My KDE controle center says:
URI: ipp://parsons:631/printers/deskjet932c
device: parallel:/dev/unknown-parallel0
my driver is : HP DeskJet 932C Foomatic/hpijs (recommended)
In cups I am unsure of what to leave in the "location" line?
The cups documnentation says
Quote:
Printer queues also have a device associated with them. The device can be a parallel port, a network interface, and so forth. Devices within CUPS use Uniform Resource Identifiers ("URIs") which are a more general form of Uniform Resource Locators ("URLs") that are used in your web browser. For example, the first parallel port in Linux usually uses a device URI of parallel:/dev/lp1.

the output of
Code:
 parsons turtle # lpinfo -v
network socket
network http
network ipp
network lpd
direct parallel:/dev/unknown-parallel0
direct scsi
serial serial:/dev/ttyS0?baud=115200
serial serial:/dev/ttyS1?baud=115200
serial serial:/dev/ttyS2?baud=115200
serial serial:/dev/ttyS3?baud=115200
direct usb:/dev/usb/lp0
direct usb:/dev/usb/lp1
direct usb:/dev/usb/lp2
direct usb:/dev/usb/lp3
direct usb:/dev/usb/lp4
direct usb:/dev/usb/lp5
direct usb:/dev/usb/lp6
direct usb:/dev/usb/lp7
direct usb:/dev/usb/lp8
direct usb:/dev/usb/lp9
direct usb:/dev/usb/lp10
direct usb:/dev/usb/lp11
direct usb:/dev/usb/lp12
direct usb:/dev/usb/lp13
direct usb:/dev/usb/lp14
direct usb:/dev/usb/lp15




Output of my log file is
Quote:
D [14/Jan/2006:23:09:41 -0800] StartJob: argv = "Deskjet932c","21","root","Test Page","1","","/var/spool/cups/d00021-001"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[0]="PATH=/usr/lib/cups/filter:/bin:/usr/bin"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[1]="SOFTWARE=CUPS/1.1"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[2]="USER=root"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[3]="CHARSET=utf-8"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[4]="LANG=en_US"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[5]="PPD=/etc/cups/ppd/Deskjet932c.ppd"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[6]="CUPS_SERVERROOT=/etc/cups"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[7]="RIP_MAX_CACHE=8m"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[8]="TMPDIR=/var/spool/cups/tmp"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[9]="CONTENT_TYPE=application/postscript"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[10]="DEVICE_URI=parallel:/dev/unknown-parallel0"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[11]="PRINTER=Deskjet932c"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[12]="CUPS_DATADIR=/usr/share/cups"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[13]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[14]="CUPS_SERVER=localhost"
D [14/Jan/2006:23:09:41 -0800] StartJob: envp[15]="IPP_PORT=631"
D [14/Jan/2006:23:09:41 -0800] StartJob: statusfds = [ 18 19 ]
D [14/Jan/2006:23:09:41 -0800] StartJob: filterfds[1] = [ 20 -1 ]
D [14/Jan/2006:23:09:41 -0800] StartJob: filter = "/usr/lib/cups/filter/pstops"
D [14/Jan/2006:23:09:41 -0800] StartJob: filterfds[0] = [ 21 22 ]
D [14/Jan/2006:23:09:41 -0800] start_process("/usr/lib/cups/filter/pstops", 0xbff31b30, 0xbff30ea0, 20, 22, 19)
I [14/Jan/2006:23:09:41 -0800] Started filter /usr/lib/cups/filter/pstops (PID 16205) for job 21.
D [14/Jan/2006:23:09:41 -0800] StartJob: filter = "/usr/lib/cups/filter/foomatic-rip"
D [14/Jan/2006:23:09:41 -0800] StartJob: filterfds[1] = [ 20 23 ]
D [14/Jan/2006:23:09:41 -0800] start_process("/usr/lib/cups/filter/foomatic-rip", 0xbff31b30, 0xbff30ea0, 21, 23, 19)
I [14/Jan/2006:23:09:41 -0800] Started filter /usr/lib/cups/filter/foomatic-rip (PID 16206) for job 21.
D [14/Jan/2006:23:09:41 -0800] StartJob: backend = "/usr/lib/cups/backend/parallel"
D [14/Jan/2006:23:09:41 -0800] StartJob: filterfds[0] = [ -1 21 ]

D [14/Jan/2006:23:09:41 -0800] start_process("/usr/lib/cups/backend/parallel", 0xbff31b30, 0xbff30ea0, 20, 21, 19)
I [14/Jan/2006:23:09:41 -0800] Started backend /usr/lib/cups/backend/parallel (PID 16207) for job 21.
D [14/Jan/2006:23:09:41 -0800] ProcessIPPRequest: 16 status_code=0
D [14/Jan/2006:23:09:41 -0800] [Job 21] Page = 612x792; 18,36 to 594,783
D [14/Jan/2006:23:09:41 -0800] [Job 21] slowcollate=0, slowduplex=0, sloworder=0
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%BoundingBox: 0 0 612 792
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%Pages: 1
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%LanguageLevel: 1
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%DocumentData: Clean7Bit
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%DocumentSuppliedResources: procset testprint/1.1
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%Creator: Michael Sweet, Easy Software Products
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%CreationDate: May 11, 1999
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%Title: Test Page
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%EndComments
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%BeginProlog
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%BeginResource procset testprint 1.1 0
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%EndResource
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%EndProlog
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%Page: 1 1
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%Page: 1 1
D [14/Jan/2006:23:09:41 -0800] [Job 21] pw = 576.0, pl = 747.0
D [14/Jan/2006:23:09:41 -0800] [Job 21] PageLeft = 18.0, PageRight = 594.0
D [14/Jan/2006:23:09:41 -0800] [Job 21] PageTop = 783.0, PageBottom = 36.0
D [14/Jan/2006:23:09:41 -0800] [Job 21] PageWidth = 612.0, PageLength = 792.0
D [14/Jan/2006:23:09:41 -0800] [Job 21] 0 %%EOF
D [14/Jan/2006:23:09:41 -0800] [Job 21] Saw EOF!
D [14/Jan/2006:23:09:41 -0800] CloseClient: 16
D [14/Jan/2006:23:09:41 -0800] [Job 21] foomatic-rip version $Revision: 3.43.2.11 $ running...
D [14/Jan/2006:23:09:41 -0800] [Job 21] Parsing PPD file ...
D [14/Jan/2006:23:09:41 -0800] [Job 21] *cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option ColorSpace
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option Resolution
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option PageSize
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option PageRegion
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option Model

D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option PrintoutMode
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option ImageableArea
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option PaperDimension
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option Duplex
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option Quality
D [14/Jan/2006:23:09:41 -0800] [Job 21] Added option Font
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] Parameter Summary
D [14/Jan/2006:23:09:41 -0800] [Job 21] -----------------
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] Spooler: cups
D [14/Jan/2006:23:09:41 -0800] [Job 21] Printer: Deskjet932c
D [14/Jan/2006:23:09:41 -0800] [Job 21] PPD file: /etc/cups/ppd/Deskjet932c.ppd
D [14/Jan/2006:23:09:41 -0800] [Job 21] Printer model: HP DeskJet 932C Foomatic/hpijs (recommended)
D [14/Jan/2006:23:09:41 -0800] [Job 21] Job title: Test Page
D [14/Jan/2006:23:09:41 -0800] [Job 21] File(s) to be printed:
D [14/Jan/2006:23:09:41 -0800] [Job 21] <STDIN>
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] ================================================
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] File: <STDIN>
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] ================================================
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] Reading PostScript input ...
D [14/Jan/2006:23:09:41 -0800] [Job 21] --> This document is DSC-conforming!
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] -----------
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %%BeginProlog
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %%EndProlog
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] -----------
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %%BeginSetup
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %%BeginFeature: *PrintoutMode Normal
D [14/Jan/2006:23:09:41 -0800] [Job 21] Option: PrintoutMode=Normal --> Setting option
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %% FoomaticRIPOptionSetting: PrintoutMode=Normal
D [14/Jan/2006:23:09:41 -0800] [Job 21] Option: PrintoutMode=Normal --> Setting option
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %%BeginFeature: *Quality FromPrintoutMode
D [14/Jan/2006:23:09:41 -0800] [Job 21] Option: Quality=FromPrintoutMode --> Setting option
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %% FoomaticRIPOptionSetting: Quality=@PrintoutMode
D [14/Jan/2006:23:09:41 -0800] [Job 21] Option: Quality=FromPrintoutMode --> Setting option
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %%BeginFeature: *PageSize Letter
D [14/Jan/2006:23:09:41 -0800] [Job 21] Option: PageSize=Letter --> Setting option
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %% FoomaticRIPOptionSetting: PageSize=Letter
D [14/Jan/2006:23:09:41 -0800] [Job 21] Option: PageSize=Letter --> Setting option
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %%BeginFeature: *Duplex None
D [14/Jan/2006:23:09:41 -0800] [Job 21] Option: Duplex=None --> Setting option
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %% FoomaticRIPOptionSetting: Duplex=None
D [14/Jan/2006:23:09:41 -0800] [Job 21] Option: Duplex=None --> Setting option
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found: %%EndSetup
D [14/Jan/2006:23:09:41 -0800] [Job 21] Inserting PostScript code for CUPS' page accounting
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] -----------
D [14/Jan/2006:23:09:41 -0800] [Job 21] New page: 1 1
D [14/Jan/2006:23:09:41 -0800] [Job 21] Inserting option code into "PageSetup" section.
D [14/Jan/2006:23:09:41 -0800] [Job 21] No page header or page header not DSC-conforming
D [14/Jan/2006:23:09:41 -0800] [Job 21] Stopping search for page header options
D [14/Jan/2006:23:09:41 -0800] [Job 21] Found:
D [14/Jan/2006:23:09:41 -0800] [Job 21] pageHeight sub % Move down...
D [14/Jan/2006:23:09:41 -0800] [Job 21] --> Output goes directly to the renderer now.
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] Starting renderer
D [14/Jan/2006:23:09:41 -0800] [Job 21] JCL: <job data>
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] renderer PID kid4=16209
D [14/Jan/2006:23:09:41 -0800] [Job 21] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="DESKJET 932" -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dDuplex=false -r300 -sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2 -dIjsUseOutputFD -sOutputFile=- -
D [14/Jan/2006:23:09:41 -0800] [Job 21]
D [14/Jan/2006:23:09:41 -0800] [Job 21] Closing renderer
D [14/Jan/2006:23:09:41 -0800] [Job 21] foomatic-gswrapper: gs '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' '-sDeviceManufacturer=HEWLETT-PACKARD' '-sDeviceModel=DESKJET 932' '-dDEVICEWIDTHPOINTS=612' '-dDEVICEHEIGHTPOINTS=792' '-dDuplex=false' '-r300' '-sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2' '-dIjsUseOutputFD' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
D [14/Jan/2006:23:09:42 -0800] AcceptClient: 16 from localhost:631.
D [14/Jan/2006:23:09:42 -0800] ReadClient: 16 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:42 -0800] ProcessIPPRequest: 16 status_code=1
D [14/Jan/2006:23:09:42 -0800] CloseClient: 16
D [14/Jan/2006:23:09:42 -0800] AcceptClient: 16 from localhost:631.
D [14/Jan/2006:23:09:42 -0800] ReadClient: 16 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:09:42 -0800] ProcessIPPRequest: 16 status_code=1
D [14/Jan/2006:23:09:42 -0800] CloseClient: 16
D [14/Jan/2006:23:09:42 -0800] AcceptClient: 16 from localhost:631.
D [14/Jan/2006:23:09:42 -0800] ReadClient: 16 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:42 -0800] ProcessIPPRequest: 16 status_code=1
D [14/Jan/2006:23:09:42 -0800] CloseClient: 16
D [14/Jan/2006:23:09:42 -0800] AcceptClient: 16 from localhost:631.
D [14/Jan/2006:23:09:42 -0800] ReadClient: 16 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:42 -0800] ProcessIPPRequest: 16 status_code=1
D [14/Jan/2006:23:09:42 -0800] CloseClient: 16
D [14/Jan/2006:23:09:42 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:09:42 -0800] ProcessIPPRequest: 5 status_code=0
D [14/Jan/2006:23:09:42 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:09:42 -0800] SendFile: 5 file=16
D [14/Jan/2006:23:09:42 -0800] AcceptClient: 16 from localhost:631.
D [14/Jan/2006:23:09:42 -0800] ReadClient: 16 POST / HTTP/1.1
D [14/Jan/2006:23:09:42 -0800] ProcessIPPRequest: 16 status_code=1
D [14/Jan/2006:23:09:42 -0800] CloseClient: 16
D [14/Jan/2006:23:09:43 -0800] AcceptClient: 16 from localhost:631.
D [14/Jan/2006:23:09:43 -0800] ReadClient: 16 GET /printers/Deskjet932c HTTP/1.1
D [14/Jan/2006:23:09:43 -0800] CGI /usr/lib/cups/cgi-bin/printers.cgi started - PID = 16213
I [14/Jan/2006:23:09:43 -0800] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=16213)
D [14/Jan/2006:23:09:43 -0800] SendCommand: 16 file=19
D [14/Jan/2006:23:09:43 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:43 -0800] ReadClient: 17 POST / HTTP/1.1
D [14/Jan/2006:23:09:43 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:43 -0800] ReadClient: 17 POST / HTTP/1.1
D [14/Jan/2006:23:09:43 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:43 -0800] ReadClient: 17 POST / HTTP/1.1
D [14/Jan/2006:23:09:43 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:43 -0800] CloseClient: 17
D [14/Jan/2006:23:09:47 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:47 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:47 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:47 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:09:47 -0800] CloseClient: 17
D [14/Jan/2006:23:09:47 -0800] ReadClient: 19 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:09:47 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:09:47 -0800] CloseClient: 19
D [14/Jan/2006:23:09:47 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:47 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:47 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:47 -0800] CloseClient: 17
D [14/Jan/2006:23:09:47 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:47 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:47 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:47 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:09:47 -0800] ProcessIPPRequest: 5 status_code=0
D [14/Jan/2006:23:09:47 -0800] CloseClient: 17
D [14/Jan/2006:23:09:47 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:09:47 -0800] SendFile: 5 file=17
D [14/Jan/2006:23:09:47 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:47 -0800] ReadClient: 17 POST / HTTP/1.1
D [14/Jan/2006:23:09:47 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:47 -0800] CloseClient: 17
D [14/Jan/2006:23:09:52 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:52 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:52 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:52 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:09:52 -0800] CloseClient: 17
D [14/Jan/2006:23:09:52 -0800] ReadClient: 19 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:09:52 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:09:52 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:52 -0800] CloseClient: 19
D [14/Jan/2006:23:09:52 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:52 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:52 -0800] CloseClient: 17
D [14/Jan/2006:23:09:52 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:52 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:52 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:52 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:09:52 -0800] ProcessIPPRequest: 5 status_code=0
D [14/Jan/2006:23:09:52 -0800] CloseClient: 17
D [14/Jan/2006:23:09:52 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:09:52 -0800] SendFile: 5 file=17
D [14/Jan/2006:23:09:52 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:52 -0800] ReadClient: 17 POST / HTTP/1.1
D [14/Jan/2006:23:09:52 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:52 -0800] CloseClient: 17
D [14/Jan/2006:23:09:57 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:57 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:57 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:57 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:09:57 -0800] CloseClient: 17
D [14/Jan/2006:23:09:57 -0800] ReadClient: 19 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:09:57 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:09:57 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:57 -0800] CloseClient: 19
D [14/Jan/2006:23:09:57 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:57 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:57 -0800] CloseClient: 17
D [14/Jan/2006:23:09:57 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:57 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:09:57 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:57 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:09:57 -0800] ProcessIPPRequest: 5 status_code=0
D [14/Jan/2006:23:09:57 -0800] CloseClient: 17
D [14/Jan/2006:23:09:57 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:09:57 -0800] SendFile: 5 file=17
D [14/Jan/2006:23:09:57 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:09:57 -0800] ReadClient: 17 POST / HTTP/1.1
D [14/Jan/2006:23:09:57 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:09:57 -0800] CloseClient: 17
D [14/Jan/2006:23:10:02 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:10:02 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:02 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:10:02 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:02 -0800] CloseClient: 17
D [14/Jan/2006:23:10:02 -0800] ReadClient: 19 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:10:02 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:02 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:10:02 -0800] CloseClient: 19
D [14/Jan/2006:23:10:02 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:02 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:10:02 -0800] CloseClient: 17
D [14/Jan/2006:23:10:02 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:10:02 -0800] ReadClient: 17 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:02 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:10:02 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:10:02 -0800] ProcessIPPRequest: 5 status_code=0
D [14/Jan/2006:23:10:02 -0800] CloseClient: 17
D [14/Jan/2006:23:10:02 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:10:02 -0800] SendFile: 5 file=17
D [14/Jan/2006:23:10:02 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:10:02 -0800] ReadClient: 17 POST / HTTP/1.1
D [14/Jan/2006:23:10:02 -0800] ProcessIPPRequest: 17 status_code=1
D [14/Jan/2006:23:10:02 -0800] CloseClient: 17
D [14/Jan/2006:23:10:05 -0800] AcceptClient: 17 from localhost:631.
D [14/Jan/2006:23:10:05 -0800] ReadClient: 17 GET /admin/?op=modify-printer&printer_name=Deskjet932c HTTP/1.1
D [14/Jan/2006:23:10:05 -0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16215
I [14/Jan/2006:23:10:05 -0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16215)
D [14/Jan/2006:23:10:05 -0800] SendCommand: 17 file=20
D [14/Jan/2006:23:10:05 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:05 -0800] ReadClient: 19 POST / HTTP/1.1
D [14/Jan/2006:23:10:05 -0800] ProcessIPPRequest: 19 status_code=0
D [14/Jan/2006:23:10:05 -0800] CloseClient: 19
D [14/Jan/2006:23:10:07 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:07 -0800] ReadClient: 19 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:07 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:07 -0800] AcceptClient: 20 from localhost:631.
D [14/Jan/2006:23:10:07 -0800] CloseClient: 19
D [14/Jan/2006:23:10:07 -0800] ReadClient: 20 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:10:07 -0800] ProcessIPPRequest: 20 status_code=1
D [14/Jan/2006:23:10:07 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:07 -0800] CloseClient: 20
D [14/Jan/2006:23:10:07 -0800] ReadClient: 19 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:07 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:07 -0800] CloseClient: 19
D [14/Jan/2006:23:10:07 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:07 -0800] ReadClient: 19 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:07 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:07 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:10:07 -0800] ProcessIPPRequest: 5 status_code=0

D [14/Jan/2006:23:10:07 -0800] CloseClient: 19
D [14/Jan/2006:23:10:07 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:10:07 -0800] SendFile: 5 file=19
D [14/Jan/2006:23:10:07 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:07 -0800] ReadClient: 19 POST / HTTP/1.1
D [14/Jan/2006:23:10:07 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:07 -0800] CloseClient: 19
D [14/Jan/2006:23:10:12 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:12 -0800] ReadClient: 19 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:12 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:12 -0800] CloseClient: 19
D [14/Jan/2006:23:10:12 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:12 -0800] ReadClient: 19 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:10:12 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:12 -0800] CloseClient: 19
D [14/Jan/2006:23:10:12 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:12 -0800] ReadClient: 19 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:12 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:12 -0800] CloseClient: 19
D [14/Jan/2006:23:10:12 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:12 -0800] ReadClient: 19 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:12 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:12 -0800] CloseClient: 19
D [14/Jan/2006:23:10:12 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:10:12 -0800] ProcessIPPRequest: 5 status_code=0
D [14/Jan/2006:23:10:12 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:10:12 -0800] SendFile: 5 file=19
D [14/Jan/2006:23:10:12 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:12 -0800] ReadClient: 19 POST / HTTP/1.1
D [14/Jan/2006:23:10:12 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:12 -0800] CloseClient: 19
D [14/Jan/2006:23:10:17 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:17 -0800] ReadClient: 19 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:17 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:17 -0800] AcceptClient: 20 from localhost:631.
D [14/Jan/2006:23:10:17 -0800] CloseClient: 19
D [14/Jan/2006:23:10:17 -0800] ReadClient: 20 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:10:17 -0800] ProcessIPPRequest: 20 status_code=1
D [14/Jan/2006:23:10:17 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:17 -0800] CloseClient: 20
D [14/Jan/2006:23:10:17 -0800] ReadClient: 19 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:17 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:17 -0800] CloseClient: 19
D [14/Jan/2006:23:10:17 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:17 -0800] ReadClient: 19 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:17 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:17 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:10:17 -0800] ProcessIPPRequest: 5 status_code=0
D [14/Jan/2006:23:10:17 -0800] CloseClient: 19
D [14/Jan/2006:23:10:17 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:10:17 -0800] SendFile: 5 file=19
D [14/Jan/2006:23:10:17 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:17 -0800] ReadClient: 19 POST / HTTP/1.1
D [14/Jan/2006:23:10:17 -0800] ProcessIPPRequest: 19 status_code=1
D [14/Jan/2006:23:10:17 -0800] CloseClient: 19
D [14/Jan/2006:23:10:20 -0800] AcceptClient: 19 from localhost:631.
D [14/Jan/2006:23:10:20 -0800] ReadClient: 19 POST /admin HTTP/1.1
D [14/Jan/2006:23:10:20 -0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16216
I [14/Jan/2006:23:10:20 -0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16216)
D [14/Jan/2006:23:10:20 -0800] SendCommand: 19 file=21
D [14/Jan/2006:23:10:20 -0800] AcceptClient: 20 from localhost:631.
D [14/Jan/2006:23:10:20 -0800] ReadClient: 20 POST / HTTP/1.1
D [14/Jan/2006:23:10:20 -0800] ProcessIPPRequest: 20 status_code=0
D [14/Jan/2006:23:10:20 -0800] ReadClient: 20 POST / HTTP/1.1
D [14/Jan/2006:23:10:20 -0800] ProcessIPPRequest: 20 status_code=0
D [14/Jan/2006:23:10:21 -0800] CloseClient: 20
D [14/Jan/2006:23:10:22 -0800] AcceptClient: 20 from localhost:631.
D [14/Jan/2006:23:10:22 -0800] ReadClient: 20 POST /admin HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16217
I [14/Jan/2006:23:10:22 -0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16217)
D [14/Jan/2006:23:10:22 -0800] SendCommand: 20 file=22
D [14/Jan/2006:23:10:22 -0800] AcceptClient: 21 from localhost:631.
D [14/Jan/2006:23:10:22 -0800] ReadClient: 21 POST / HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] ProcessIPPRequest: 21 status_code=0
D [14/Jan/2006:23:10:22 -0800] ReadClient: 21 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] SendFile: 21 file=23
D [14/Jan/2006:23:10:22 -0800] ReadClient: 21 POST / HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] ProcessIPPRequest: 21 status_code=0
D [14/Jan/2006:23:10:22 -0800] AcceptClient: 23 from localhost:631.
D [14/Jan/2006:23:10:22 -0800] ReadClient: 23 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] ProcessIPPRequest: 23 status_code=1
D [14/Jan/2006:23:10:22 -0800] AcceptClient: 24 from localhost:631.
D [14/Jan/2006:23:10:22 -0800] CloseClient: 23
D [14/Jan/2006:23:10:22 -0800] ReadClient: 24 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] ProcessIPPRequest: 24 status_code=1
D [14/Jan/2006:23:10:22 -0800] AcceptClient: 23 from localhost:631.
D [14/Jan/2006:23:10:22 -0800] CloseClient: 24
D [14/Jan/2006:23:10:22 -0800] ReadClient: 23 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] ProcessIPPRequest: 23 status_code=1
D [14/Jan/2006:23:10:22 -0800] AcceptClient: 24 from localhost:631.
D [14/Jan/2006:23:10:22 -0800] CloseClient: 23
D [14/Jan/2006:23:10:22 -0800] ReadClient: 24 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] ProcessIPPRequest: 24 status_code=1
D [14/Jan/2006:23:10:22 -0800] CloseClient: 24
D [14/Jan/2006:23:10:22 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] ProcessIPPRequest: 5 status_code=0
D [14/Jan/2006:23:10:22 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] SendFile: 5 file=23
D [14/Jan/2006:23:10:22 -0800] AcceptClient: 23 from localhost:631.
D [14/Jan/2006:23:10:22 -0800] ReadClient: 23 POST / HTTP/1.1
D [14/Jan/2006:23:10:22 -0800] ProcessIPPRequest: 23 status_code=1
D [14/Jan/2006:23:10:22 -0800] CloseClient: 23
D [14/Jan/2006:23:10:23 -0800] CloseClient: 21
D [14/Jan/2006:23:10:24 -0800] AcceptClient: 21 from localhost:631.
D [14/Jan/2006:23:10:24 -0800] ReadClient: 21 POST /admin HTTP/1.1
D [14/Jan/2006:23:10:24 -0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16218
I [14/Jan/2006:23:10:24 -0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16218)
D [14/Jan/2006:23:10:24 -0800] SendCommand: 21 file=23
D [14/Jan/2006:23:10:24 -0800] AcceptClient: 22 from localhost:631.
D [14/Jan/2006:23:10:24 -0800] ReadClient: 22 POST / HTTP/1.1
D [14/Jan/2006:23:10:24 -0800] ProcessIPPRequest: 22 status_code=0
D [14/Jan/2006:23:10:25 -0800] ReadClient: 22 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:10:25 -0800] SendFile: 22 file=24
D [14/Jan/2006:23:10:25 -0800] ReadClient: 22 POST / HTTP/1.1
D [14/Jan/2006:23:10:25 -0800] ProcessIPPRequest: 22 status_code=0
D [14/Jan/2006:23:10:26 -0800] CloseClient: 22
D [14/Jan/2006:23:10:27 -0800] AcceptClient: 22 from localhost:631.
D [14/Jan/2006:23:10:27 -0800] AcceptClient: 23 from localhost:631.
D [14/Jan/2006:23:10:27 -0800] ReadClient: 22 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:27 -0800] ProcessIPPRequest: 22 status_code=1
D [14/Jan/2006:23:10:27 -0800] ReadClient: 23 POST /admin HTTP/1.1
D [14/Jan/2006:23:10:27 -0800] CGI /usr/lib/cups/cgi-bin/admin.cgi started - PID = 16219
I [14/Jan/2006:23:10:27 -0800] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=16219)
D [14/Jan/2006:23:10:27 -0800] SendCommand: 23 file=25
D [14/Jan/2006:23:10:27 -0800] AcceptClient: 24 from localhost:631.

D [14/Jan/2006:23:10:27 -0800] ReadClient: 24 POST / HTTP/1.1
D [14/Jan/2006:23:10:27 -0800] ProcessIPPRequest: 24 status_code=0
D [14/Jan/2006:23:10:27 -0800] AcceptClient: 26 from localhost:631.
D [14/Jan/2006:23:10:27 -0800] CloseClient: 22

D [14/Jan/2006:23:10:27 -0800] ReadClient: 24 POST /admin/ HTTP/1.1
D [14/Jan/2006:23:10:27 -0800] SendError: 24 code=401 (Unauthorized)
D [14/Jan/2006:23:10:27 -0800] CloseClient: 24
D [14/Jan/2006:23:10:27 -0800] AcceptClient: 22 from localhost:631.
D [14/Jan/2006:23:10:27 -0800] ReadClient: 26 POST /classes/ HTTP/1.1
D [14/Jan/2006:23:10:27 -0800] ProcessIPPRequest: 26 status_code=1

D [14/Jan/2006:23:10:27 -0800] ReadClient: 22 POST /admin/ HTTP/1.1

I [14/Jan/2006:23:10:27 -0800] Setting Deskjet932c device-uri to "parallel:/dev/unknown-parallel0" (was "parallel:/dev/unknown-parallel0".)
I [14/Jan/2006:23:10:27 -0800] Setting Deskjet932c printer-is-accepting-jobs to 1 (was 1.)
I [14/Jan/2006:23:10:27 -0800] Setting Deskjet932c printer-state to 3 (was 4.)
D [14/Jan/2006:23:10:27 -0800] add_printer: Copied PPD file successfully!
I [14/Jan/2006:23:10:27 -0800] Saving printers.conf...

D [14/Jan/2006:23:10:27 -0800] StopJob: id = 21, force = 1
D [14/Jan/2006:23:10:27 -0800] StopJob: printer state is 3
D [14/Jan/2006:23:10:27 -0800] StartJob(21, 0x808af50)
D [14/Jan/2006:23:10:27 -0800] StartJob() id = 21, file = 0/1
D [14/Jan/2006:23:10:27 -0800] job-sheets=none,none
D [14/Jan/2006:23:10:27 -0800] banner_page = 0
D [14/Jan/2006:23:10:27 -0800] StartJob: argv = "Deskjet932c","21","root","Test Page","1","","/var/spool/cups/d00021-001"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[0]="PATH=/usr/lib/cups/filter:/bin:/usr/bin"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[1]="SOFTWARE=CUPS/1.1"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[2]="USER=root"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[3]="CHARSET=utf-8"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[4]="LANG=en_US"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[5]="PPD=/etc/cups/ppd/Deskjet932c.ppd"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[6]="CUPS_SERVERROOT=/etc/cups"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[7]="RIP_MAX_CACHE=8m"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[8]="TMPDIR=/var/spool/cups/tmp"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[9]="CONTENT_TYPE=application/postscript"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[10]="DEVICE_URI=parallel:/dev/unknown-parallel0"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[11]="PRINTER=Deskjet932c"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[12]="CUPS_DATADIR=/usr/share/cups"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[13]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[14]="CUPS_SERVER=localhost"
D [14/Jan/2006:23:10:27 -0800] StartJob: envp[15]="IPP_PORT=631"
D [14/Jan/2006:23:10:27 -0800] StartJob: statusfds = [ 18 24 ]
D [14/Jan/2006:23:10:27 -0800] StartJob: filterfds[1] = [ 27 -1 ]
D [14/Jan/2006:23:10:27 -0800] StartJob: filter = "/usr/lib/cups/filter/pstops"
D [14/Jan/2006:23:10:27 -0800] StartJob: filterfds[0] = [ 28 29 ]
D [14/Jan/2006:23:10:27 -0800] start_process("/usr/lib/cups/filter/pstops", 0xbff30efc, 0xbff3026c, 27, 29, 24)
I [14/Jan/2006:23:10:27 -0800] Started filter /usr/lib/cups/filter/pstops (PID 16220) for job 21.
D [14/Jan/2006:23:10:27 -0800] StartJob: filter = "/usr/lib/cups/filter/foomatic-rip"
D [14/Jan/2006:23:10:27 -0800] StartJob: filterfds[1] = [ 27 30 ]
D [14/Jan/2006:23:10:27 -0800] start_process("/usr/lib/cups/filter/foomatic-rip", 0xbff30efc, 0xbff3026c, 28, 30, 24)
I [14/Jan/2006:23:10:27 -0800] Started filter /usr/lib/cups/filter/foomatic-rip (PID 16221) for job 21.
D [14/Jan/2006:23:10:27 -0800] StartJob: backend = "/usr/lib/cups/backend/parallel"
D [14/Jan/2006:23:10:27 -0800] StartJob: filterfds[0] = [ -1 28 ]
D [14/Jan/2006:23:10:27 -0800] start_process("/usr/lib/cups/backend/parallel", 0xbff30efc, 0xbff3026c, 27, 28, 24)
I [14/Jan/2006:23:10:27 -0800] Started backend /usr/lib/cups/backend/parallel (PID 16222) for job 21.
I [14/Jan/2006:23:10:27 -0800] Printer 'Deskjet932c' modified by 'root'.
D [14/Jan/2006:23:10:27 -0800] ProcessIPPRequest: 22 status_code=0
D [14/Jan/2006:23:10:27 -0800] [Job 21] Page = 612x792; 18,36 to 594,783
D [14/Jan/2006:23:10:27 -0800] [Job 21] slowcollate=0, slowduplex=0, sloworder=0
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%BoundingBox: 0 0 612 792
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%Pages: 1
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%LanguageLevel: 1

D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%DocumentData: Clean7Bit
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%DocumentSuppliedResources: procset testprint/1.1
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%DocumentNeededResources: font Helvetica Helvetica-Bold Times-Roman
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%Creator: Michael Sweet, Easy Software Products
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%CreationDate: May 11, 1999
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%Title: Test Page
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%EndComments
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%BeginProlog
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%BeginResource procset testprint 1.1 0
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%EndResource
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%EndProlog
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%Page: 1 1
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%Page: 1 1
D [14/Jan/2006:23:10:27 -0800] [Job 21] pw = 576.0, pl = 747.0
D [14/Jan/2006:23:10:27 -0800] [Job 21] PageLeft = 18.0, PageRight = 594.0
D [14/Jan/2006:23:10:27 -0800] [Job 21] PageTop = 783.0, PageBottom = 36.0
D [14/Jan/2006:23:10:27 -0800] [Job 21] PageWidth = 612.0, PageLength = 792.0
D [14/Jan/2006:23:10:27 -0800] [Job 21] 0 %%EOF
D [14/Jan/2006:23:10:27 -0800] [Job 21] Saw EOF!
D [14/Jan/2006:23:10:27 -0800] CloseClient: 22
D [14/Jan/2006:23:10:28 -0800] AcceptClient: 22 from localhost:631.
D [14/Jan/2006:23:10:28 -0800] CloseClient: 26
E [14/Jan/2006:23:10:28 -0800] PID 16207 stopped with status 0!
D [14/Jan/2006:23:10:28 -0800] ReadClient: 22 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:28 -0800] ProcessIPPRequest: 22 status_code=1
D [14/Jan/2006:23:10:28 -0800] AcceptClient: 24 from localhost:631.
D [14/Jan/2006:23:10:28 -0800] CloseClient: 22
D [14/Jan/2006:23:10:28 -0800] ReadClient: 24 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:28 -0800] ProcessIPPRequest: 24 status_code=1
D [14/Jan/2006:23:10:28 -0800] ReadClient: 5 POST / HTTP/1.1
D [14/Jan/2006:23:10:28 -0800] ProcessIPPRequest: 5 status_code=0
D [14/Jan/2006:23:10:28 -0800] CloseClient: 24
E [14/Jan/2006:23:10:28 -0800] PID 16206 stopped with status 0!
D [14/Jan/2006:23:10:28 -0800] ReadClient: 5 GET /printers/Deskjet932c.ppd HTTP/1.1
D [14/Jan/2006:23:10:28 -0800] SendFile: 5 file=22
D [14/Jan/2006:23:10:28 -0800] AcceptClient: 22 from localhost:631.
D [14/Jan/2006:23:10:28 -0800] ReadClient: 22 POST / HTTP/1.1
D [14/Jan/2006:23:10:28 -0800] ProcessIPPRequest: 22 status_code=1
D [14/Jan/2006:23:10:28 -0800] CloseClient: 22
D [14/Jan/2006:23:10:28 -0800] [Job 21] foomatic-rip version $Revision: 3.43.2.11 $ running...
D [14/Jan/2006:23:10:28 -0800] [Job 21] Parsing PPD file ...
D [14/Jan/2006:23:10:28 -0800] [Job 21] *cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option ColorSpace
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option Resolution
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option PageSize
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option PageRegion
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option Model
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option PrintoutMode
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option ImageableArea
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option PaperDimension
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option Duplex
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option Quality
D [14/Jan/2006:23:10:28 -0800] [Job 21] Added option Font
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] Parameter Summary
D [14/Jan/2006:23:10:28 -0800] [Job 21] -----------------
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] Spooler: cups
D [14/Jan/2006:23:10:28 -0800] [Job 21] Printer: Deskjet932c
D [14/Jan/2006:23:10:28 -0800] [Job 21] PPD file: /etc/cups/ppd/Deskjet932c.ppd
D [14/Jan/2006:23:10:28 -0800] [Job 21] Printer model: HP DeskJet 932C Foomatic/hpijs (recommended)
D [14/Jan/2006:23:10:28 -0800] [Job 21] Job title: Test Page
D [14/Jan/2006:23:10:28 -0800] [Job 21] File(s) to be printed:
D [14/Jan/2006:23:10:28 -0800] [Job 21] <STDIN>
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] ================================================
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] File: <STDIN>
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] ================================================
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] Reading PostScript input ...
D [14/Jan/2006:23:10:28 -0800] [Job 21] --> This document is DSC-conforming!
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] -----------
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %%BeginProlog
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %%EndProlog
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] -----------

D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %%BeginSetup
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %%BeginFeature: *PrintoutMode Normal
D [14/Jan/2006:23:10:28 -0800] [Job 21] Option: PrintoutMode=Normal --> Setting option
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %% FoomaticRIPOptionSetting: PrintoutMode=Normal
D [14/Jan/2006:23:10:28 -0800] [Job 21] Option: PrintoutMode=Normal --> Setting option
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %%BeginFeature: *Quality FromPrintoutMode
D [14/Jan/2006:23:10:28 -0800] [Job 21] Option: Quality=FromPrintoutMode --> Setting option
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %% FoomaticRIPOptionSetting: Quality=@PrintoutMode
D [14/Jan/2006:23:10:28 -0800] [Job 21] Option: Quality=FromPrintoutMode --> Setting option
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %%BeginFeature: *PageSize Letter
D [14/Jan/2006:23:10:28 -0800] [Job 21] Option: PageSize=Letter --> Setting option
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %% FoomaticRIPOptionSetting: PageSize=Letter
D [14/Jan/2006:23:10:28 -0800] [Job 21] Option: PageSize=Letter --> Setting option
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %%BeginFeature: *Duplex None
D [14/Jan/2006:23:10:28 -0800] [Job 21] Option: Duplex=None --> Setting option
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %% FoomaticRIPOptionSetting: Duplex=None
D [14/Jan/2006:23:10:28 -0800] [Job 21] Option: Duplex=None --> Setting option
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found: %%EndSetup
D [14/Jan/2006:23:10:28 -0800] [Job 21] Inserting PostScript code for CUPS' page accounting
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] -----------
D [14/Jan/2006:23:10:28 -0800] [Job 21] New page: 1 1
D [14/Jan/2006:23:10:28 -0800] [Job 21] Inserting option code into "PageSetup" section.
D [14/Jan/2006:23:10:28 -0800] [Job 21] No page header or page header not DSC-conforming
D [14/Jan/2006:23:10:28 -0800] [Job 21] Stopping search for page header options
D [14/Jan/2006:23:10:28 -0800] [Job 21] Found:
D [14/Jan/2006:23:10:28 -0800] [Job 21] pageHeight sub % Move down...
D [14/Jan/2006:23:10:28 -0800] [Job 21] --> Output goes directly to the renderer now.
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] Starting renderer
D [14/Jan/2006:23:10:28 -0800] [Job 21] JCL: <job data>
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] renderer PID kid4=16224
D [14/Jan/2006:23:10:28 -0800] [Job 21] renderer command: gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -sDeviceManufacturer="HEWLETT-PACKARD" -sDeviceModel="DESKJET 932" -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -dDuplex=false -r300 -sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2 -dIjsUseOutputFD -sOutputFile=- -
D [14/Jan/2006:23:10:28 -0800] [Job 21]
D [14/Jan/2006:23:10:28 -0800] [Job 21] Closing renderer
D [14/Jan/2006:23:10:28 -0800] [Job 21] foomatic-gswrapper: gs '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sDEVICE=ijs' '-sIjsServer=hpijs' '-sDeviceManufacturer=HEWLETT-PACKARD' '-sDeviceModel=DESKJET 932' '-dDEVICEWIDTHPOINTS=612' '-dDEVICEHEIGHTPOINTS=792' '-dDuplex=false' '-r300' '-sIjsParams=Quality:Quality=0,Quality:ColorMode=2,Quality:MediaType=0,Quality:PenSet=2' '-dIjsUseOutputFD' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
D [14/Jan/2006:23:10:30 -0800] CloseClient: 9
D [14/Jan/2006:23:10:30 -0800] CloseClient: 10
D [14/Jan/2006:23:10:30 -0800] CloseClient: 11
D [14/Jan/2006:23:10:30 -0800] CloseClient: 12
D [14/Jan/2006:23:10:32 -0800] AcceptClient: 9 from localhost:631.
D [14/Jan/2006:23:10:32 -0800] ReadClient: 9 POST /printers/ HTTP/1.1
D [14/Jan/2006:23:10:32 -0800] ProcessIPPRequest: 9 status_code=1
D [14/Jan/2006:23:10:32 -0800] AcceptClient: 10 from localhost:631.


/etc/cupsd/cupsd.conf says
Quote:

# FileDevice: determines whether the scheduler will allow new printers
# to be added using device URIs of the form "file:/foo/bar". The default
# is not to allow file devices due to the potential security vulnerability
# and due to the fact that file devices do not support raw printing.

I manualy changed /etc/cupsd/cupsd.conf to
FileDevice Yes
[/code]
I manualy changed /etc/cupsd/printers.conf from parallel:/dev/unknown-parallel0 to
Code:
DeviceURI parallel:/dev/lp0

and get this error log
Quote:

/images/delete-printer.gif HTTP/1.1
D [19/Jan/2006:20:23:15 -0800] SendError: 20 code=304 (Not Modified)
D [19/Jan/2006:20:23:15 -0800] AcceptClient: 22 from localhost:631.
D [19/Jan/2006:20:23:15 -0800] ReadClient: 21 GET /images/set-as-default.gif HTTP/1.1
D [19/Jan/2006:20:23:15 -0800] SendError: 21 code=304 (Not Modified)
D [19/Jan/2006:20:23:15 -0800] ReadClient: 22 GET /images/add-printer.gif HTTP/1.1
D [19/Jan/2006:20:23:15 -0800] SendError: 22 code=304 (Not Modified)
D [19/Jan/2006:20:23:15 -0800] CloseClient: 8
D [19/Jan/2006:20:23:15 -0800] AcceptClient: 8 from localhost:631.
D [19/Jan/2006:20:23:15 -0800] AcceptClient: 9 from localhost:631.
D [19/Jan/2006:20:23:15 -0800] ReadClient: 8 GET /images/hold-job.gif HTTP/1.1


D [19/Jan/2006:20:23:15 -0800] SendError: 8 code=304 (Not Modified)
D [19/Jan/2006:20:23:15 -0800] AcceptClient: 23 from localhost:631.
D [19/Jan/2006:20:23:15 -0800] ReadClient: 9 GET /images/cancel-job.gif HTTP/1.1
D [19/Jan/2006:20:23:15 -0800] SendError: 9 code=304 (Not Modified)
D [19/Jan/2006:20:23:15 -0800] ReadClient: 23 GET /images/show-completed.gif HTTP/1.1
D [19/Jan/2006:20:23:15 -0800] SendError: 23 code=304 (Not Modified)
D [19/Jan/2006:20:23:39 -0800] CloseClient: 5
D [19/Jan/2006:20:24:24 -0800] CloseClient: 7
D [19/Jan/2006:20:24:24 -0800] CloseClient: 10
D [19/Jan/2006:20:24:24 -0800] CloseClient: 11
D [19/Jan/2006:20:24:24 -0800] CloseClient: 12
D [19/Jan/2006:20:24:24 -0800] CloseClient: 13
D [19/Jan/2006:20:24:24 -0800] CloseClient: 14
D [19/Jan/2006:20:24:24 -0800] CloseClient: 15
D [19/Jan/2006:20:24:24 -0800] CloseClient: 16
D [19/Jan/2006:20:24:24 -0800] CloseClient: 17
D [19/Jan/2006:20:24:24 -0800] CloseClient: 18
D [19/Jan/2006:20:24:24 -0800] CloseClient: 19
D [19/Jan/2006:20:24:24 -0800] CloseClient: 20
D [19/Jan/2006:20:24:24 -0800] CloseClient: 21
D [19/Jan/2006:20:24:24 -0800] CloseClient: 22
D [19/Jan/2006:20:24:24 -0800] CloseClient: 8
D [19/Jan/2006:20:24:24 -0800] CloseClient: 9
D [19/Jan/2006:20:24:24 -0800] CloseClient: 23


Ok trying changing /dev/lp1 to /dev/lp0 in /etc/cupsd/printers.conf
Code:
# Printer configuration file for CUPS v1.1.23
# Written by cupsd on Thu Jan 19 20:21:16 2006
<DefaultPrinter Deskjet932c>
Info deskjet932c
Location parallel:/dev/lp0
DeviceURI parallel:/dev/lp0
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0

</Printer>

now i get
Quote:
"Printer not connected; will retry in 30 seconds..."
form local host 631 admin page

Ok now trying switching them to /dev/lp1
same message

atempted switching both to dev/lpr

restarting cups every time

switching them back to /dev/lp0

output of
Code:
parsons ~ # lsmod
Module                  Size  Used by
ipv6                  190944  6
parport_pc             28132  0
parport                22760  1 parport_pc
floppy                 47908  0
pcspkr                  2792  0
rtc                     9176  0
via_rhine              17380  0
(.............)
It continues on
Is paraport all that it needs?
now trying
Code:
parsons ~ # cat test.txt >>/dev/lp0
-bash: /dev/lp0: No such device or address

Edit Is paraport the only module I need? Any advice would be great!

OK does any one know how I can log a module like paraport?


Last edited by turtles on Tue Feb 07, 2006 4:10 pm; edited 2 times in total
Back to top
View user's profile Send private message
radagast
Apprentice
Apprentice


Joined: 20 Mar 2004
Posts: 217
Location: sydney, .au

PostPosted: Thu Jan 26, 2006 1:24 pm    Post subject: Reply with quote

hey did you get this fixed?
i've got similar sorts of troubles.
mostly, i can't get the parallel port visible.

Code:
root /linux:modprobe lp
FATAL: Module lp not found.


lpinfo -v looks exactly like yours above, except it is missing
direct parallel:/dev/unknown-parallel0

although i do have dev/lp[012]

i think the answer to your last question (at the moment) is that you do need one more thing: everything i read says lsmod should show a "parport", a "parport_pc", and an "lp". i've enabled "parallel port support" and "pc style hardware" in the kernel, built in and as modules, but i can't get that damn lp to appear.

maybe that was your problem too.
did you fix it?
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1698

PostPosted: Fri Jan 27, 2006 4:11 am    Post subject: parsons / # modprobe lp FATAL: Module lp not found. Reply with quote

Yeh still not working.
I get that same error too.
I will cange the subject to that.
Back to top
View user's profile Send private message
radagast
Apprentice
Apprentice


Joined: 20 Mar 2004
Posts: 217
Location: sydney, .au

PostPosted: Fri Jan 27, 2006 4:31 am    Post subject: Reply with quote

i found my answer...
i had configured the kernel with the lp module, but i forgot which partition was /boot... so i kept booting a very similar kernel which didn't have that module compiled. DUMB.

now i can see the printer and install a test page, but i can't get a pdf to look reasonable...
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1698

PostPosted: Fri Jan 27, 2006 4:52 am    Post subject: Reply with quote

I think my issue has to do with genkernel and is the same as this one here
https://forums.gentoo.org/viewtopic-t-328689-start-0-postdays-0-postorder-asc-highlight-.html
Back to top
View user's profile Send private message
radagast
Apprentice
Apprentice


Joined: 20 Mar 2004
Posts: 217
Location: sydney, .au

PostPosted: Wed Feb 01, 2006 9:30 am    Post subject: Reply with quote

have you got the lp module to load? it's not there in the listing at the end of your megapost...
Back to top
View user's profile Send private message
turtles
Veteran
Veteran


Joined: 31 Dec 2004
Posts: 1698

PostPosted: Tue Feb 07, 2006 4:06 pm    Post subject: Reply with quote

Nope can you add a module for lp without recompiling?
I am under the impression one cant, I guess that is the draw back of a monilithic kernel?
I realy depend on this desktop so I cant be risky with it.
I think I can config & compile a new kernel and save it in my /boot and then config grub to give me the choice at boot, all without breaking my existing desktop.
I think I will try to find a how to on that since I also do not have sound, usb cellphone link, or usb camera working.

What I did do to solve it:
Configure cups to prtint to my Netgear FM114P firewall/printserver.
The guide here works for that:
http://www.cups.org/articles.php?L317+I0+THow-To+P1+Qprinter+over+www
I have had this firewall/printserver for years and had all kinds of folks try to help me set it up and gave up many times.
It is an easy way to share a printer with a windooz box too and not have to have my computer on all the time.
Thanks for all your input.
_________________
Donate to Gentoo
Back to top
View user's profile Send private message
radagast
Apprentice
Apprentice


Joined: 20 Mar 2004
Posts: 217
Location: sydney, .au

PostPosted: Tue Feb 07, 2006 10:59 pm    Post subject: Reply with quote

Quote:
Nope can you add a module for lp without recompiling?

you have to recompile. it's not that hard, but you never know what pitfalls may await you.

Quote:
I think I can config & compile a new kernel and save it in my /boot and then config grub to give me the choice at boot, all without breaking my existing desktop.

you can, it's easy, and it works. it's a beautiful thing, in fact, when you restart with your new kernel, discover you did something wrong and the computer won't start up at all, restart with the old kernel, everything is fine.
Back to top
View user's profile Send private message
howsdat
n00b
n00b


Joined: 08 Feb 2006
Posts: 1

PostPosted: Wed Feb 08, 2006 10:07 pm    Post subject: Reply with quote

Might try this - (simple-ish kernel compile for adding support to a genkernel)

Code:
# cd /usr/src/linux
# genkernel --menuconfig all


When the Linux Kernel Configuration menu pops up scroll down to the - Parrallel printer support - and hit the space bar to mark it with an M (module).

Device Drivers -->
Character Devices -->
<M> Parallel printer support

Escape out until it asks if you want to save it ... say Yes!

Go get a snack.

When you reboot you should good.

I just did this recently and it fixed my problems with the "device: parallel:/dev/unknown-parallel0" error a Samsung ML-4500.

note: I'm using the x86-2.6.15 kernel - but if the genkernel make didn't add support by default in my case then it could be the same for you.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum