From: Ken T. <ke...@we...> - 2000-09-23 23:21:42
|
On Sat, 23 Sep 2000, Marek Szyprowski wrote: > After looking in source I noticed, that kernel uses "parport", Hello, I have a epson stylus on the Amiga port that works, prints anything I send it. Does your.config have lines # CONFIG_PARPORT is not set CONFIG_M68K_PRINTER=m which produces lp_m68k.o and lp_intern.o in drivers/char. > scsi0 : datain+dataout for command 0x42 02 40 01 00 00 00 00 10 00 > scsi0 : datain+dataout for command 0x42 02 40 01 00 00 00 00 10 00 > scsi0 : datain+dataout for command 0x47 00 00 00 02 00 49 00 4a 00 > 53c7xx: Non-aligned buffer with datain && dataout Have a look at drivers/scsi/53c7xx.c, it would be easy to comment both printks out. Possibly the driver does not cope well with commands that are used for 'playing'. Ken. |