On Mon, 20 Aug 2001, Jeff Hergan wrote:
> On Monday 20 August 2001 09:13, Brice D Ruth wrote:
> > The problem doesn't seem to be the driver, in this case - it appears to
> > be the format that the data is sent to the printer. From what Vincent
> > wrote, the USB system picks up the wrong format to send the data - hence
> > the problem.
> >
> That's right.
> And the solution is to rebuild the kernel with
> a minor hack on printer.c.
> But if the make modules part of the kernel build fails...
> well, you're just outta luck. And that's what's happening to me.
>
Seems the kver stuff from the original kernel build is the issue. I was
getting the same error here on a clean kernel install:
rm -f /usr/src/linux/include/linux/modules/*
make dep
make vmlinux
make modules
seems to do the trick
rpm -e kernel-source and rpm -i:
or more traditionally:
make mrproper
make menuconfig
make dep
make vmlinux
make modules
also seems to work
BTW - I switch back and forth from the VT to X fine using XFree - I think
when running runlevel 5 though, it kills your X session.
Stew Benedict