vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello everybody, I've compiled my kernel with usb support built in and usb printer support as a module. This is my lsmod: Module Size Used by Tainted: P printer 7872 0 (unused) parport 16352 0 (unused) i810_audio 27048 2 soundcore 4580 2 [i810_audio] rtl8180_24x 181068 1 nvidia 1542816 10 I'm trying to configure my printer, but the /dev/usb/ directory seems to be empty. The printer is connected and power is on. Can somebody help me out here?? Greetz, Souf. |
| |||
| >>>>> "souf" == souf <souf@pandora.be> writes: souf> Hello everybody, I've compiled my kernel with usb support built in and souf> usb printer support as a module. I had similar problems, but usb printer support was directly on the kernel. It solved when I downloaded plain 2.4.22 kernel and installed it. -- Arto V. Viitanen av@cs.uta.fi University of Tampere, Department of Computer and Information Sciences Tampere, Finland http://www.cs.uta.fi/~av/ |
| |||
| On Thu, 04 Sep 2003 10:31:29 +0000, Souf wrote: > Hello everybody, > > I've compiled my kernel with usb support built in and usb printer support > as a module. This is my lsmod: > > Module Size Used by Tainted: P > printer 7872 0 (unused) > parport 16352 0 (unused) > i810_audio 27048 2 > soundcore 4580 2 [i810_audio] > rtl8180_24x 181068 1 > nvidia 1542816 10 > > I'm trying to configure my printer, but the /dev/usb/ directory seems to > be empty. > The printer is connected and power is on. > > Can somebody help me out here?? > > Greetz, > > Souf. Run dmesg and see if the driver is detecting the printer...or if even the usb root drivers are detecting it. |
| ||||
| Am Thu, 04 Sep 2003 10:31:29 GMT schrieb $f : Hello, please check your Kernel Build Options, i had the same Problem and solved it by enabling usb file system support which is default disabled. > Hello everybody, > > I've compiled my kernel with usb support built in and usb printer > support as a module. This is my lsmod: > > Module Size Used by Tainted: P > printer 7872 0 (unused) > parport 16352 0 (unused) > i810_audio 27048 2 > soundcore 4580 2 [i810_audio] > rtl8180_24x 181068 1 > nvidia 1542816 10 > > I'm trying to configure my printer, but the /dev/usb/ directory seems > to be empty. > The printer is connected and power is on. > > Can somebody help me out here?? > > Greetz, > > Souf. |