After switching from 7.1 to 7.2 I was unable to print to my usb printer.  
Running printconf didn't see the printer at all (only my other parallel 
port printer).  I tried using the custom install option and added the 
/dev/usb/lp0 device but it still didn't work.

If I rebooted the system or I manually restarted lpd (service lpd restart) 
I got a warning message about an unknown device...guess which one?

To make a long story short I finally tracked the problem back to the
kernel as packaged by Redhat.  When I played with recompiling the kernel I
found that there are two usb controllers that are loaded as modules in the
usb section.  You have to pick one or the other.  Loading them as modules
on my system ended up with no usb controller operational.

The fix was to recompile the kernel selecting the first controller as 
inline (ie not a module).  The configs are in /usr/src/linux-2.4/configs.  
I had to turn off binary emulation of other file system to get a 
successful compile.  That didn't matter to me as I don't use that stuff.

Gerry


On Fri, 16 Nov 2001, Mark Seven Smith wrote:

> On Thursday 15 November 2001 10:36 am, Gerry wrote:
> 
> > If it's a usb printer it should probably be device
> > /dev/usb/lp0.  /dev/lp0 is the first parallel printer.
> 
> That's what I have it set to (although some automatic 
> printer configuration tool set the printer to /dev/lp0, 
> perhaps because I have a parallel port ZIP drive hooked up 
> to the parallel port).
> 
> I cannot even get the printer to work if I do this:
> 
> cat testfile.txt > /dev/usb/lp0
> 
> Nothing happens at all.
> 
> The printer worked fine as USB from Windows2000.  I've 
> changed nothing since I switched over to Linux.
> 
> Perhaps I could use something other than printconf-gui?  
> What could make the USB port unuseable?
> 
> --mVIIs
> 
> 
> 
> _______________________________________________
> Seawolf-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/seawolf-list
> 

-- 
"The lyfe so short, the craft so long to learne" Chaucer



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to