Guys, I've recompiled printer.o module which is used in the firmware in order to fix the kernel oopses. But I need a feedback from the users who is experiencing problems with printing with 1.7.5.6-2 firmware and a facing to kernel oops in the logs. Also I need a feedback from other users to whom current firmware works ok.
So, please download the new driver module usingthis link.
Once you've downloaded it please disconnect your usb printer from the router, power it off then on and copy printer.o to /tmp directory on the router (scp printer.o admin@my.router:/tmp)
Once you've copied the file please establish the ssh/telnet session to the router and do the following
After that execute
Code:
insmod /tmp/printer.o
Now you can connect your printer back to the router.
After that please execute
Code:
cat /proc/usblp/usblpid
and post the results here. Also try printing anything to see if that works for you.
P.S. You could also copy printer.o to the usb flash driver and execute
Code:
insmod /mnt/usbfs/printer.o
instead to load new driver.