Поставил прошивку RT-N16-1.9.2.7-rtn-r1943.trx отсюда http://code.google.com/p/wl500g/
Принтер не работал.
Нашел что With the new kernel 2.6 the kernel doesn't create the device file /dev/usb/lp0 anymore. You have to do that manually once. Just issueCode:dmesg | grep usb \usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb usb usb1: configuration #1 chosen from 1 choice usb 1-1: new full speed USB device using ohci_hcd and address 2 usb usb2: configuration #1 chosen from 1 choice usb 2-1: new high speed USB device using ehci_hcd and address 2 usb 2-1: configuration #1 chosen from 1 choice usb 2-2: new high speed USB device using ehci_hcd and address 3 usb 2-2: configuration #1 chosen from 1 choice usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04E8 pid 0x3272 drivers/usb/class/usblp.c: usblp0 Device ID string [59]='MFG:Samsung;CMD:SPLC;MDL:CLP-300;CLS:PRINTER;STATUS:BUSY;' usbcore: registered new interface driver usblp usb 2-2.1: new high speed USB device using ehci_hcd and address 4 usb 2-2.1: configuration #1 chosen from 1 choice usbcore: registered new interface driver usb-storage usb 2-2.4: new full speed USB device using ehci_hcd and address 5 usb 2-2.4: configuration #1 chosen from 1 choice usb 2-2.4: USB disconnect, address 5
Добавил в /usr/local/sbin/post-boot две строки
http://www.dd-wrt.com/wiki/index.php...g#Print_serverCode:mkdir /dev/usb/ mknod -m 660 /dev/usb/lp0 c 180 0
Инсталяция принтера из Windows- http://oleg.wl500g.info/printing/
И принтер заработал!




