In the printing manual doing modprobe printer on 2.6.0 does not exist you must replace printer with usblp. Reproducible: Always Steps to Reproduce: 1. Install the 2.6.0 kernel 2. Go through the gentoo printing how-to and install a USB printer 3. the 2.6.0 kernel does not have the modules printer Actual Results: After you do modprobe printer you get module not found. Expected Results: modprobe should of loaded the printer modules All you have to do is add to it a little comment saying that 2.6.0 kernel users need to change modprobe printer to modprobe usblp and its fixed.
Thanks, committed.