Results 1 to 15 of 2989

Thread: Asus RT-N16

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11

    Установка принтера на ASUS RT-N16

    Поставил прошивку RT-N16-1.9.2.7-rtn-r1943.trx отсюда http://code.google.com/p/wl500g/

    Принтер не работал.

    Code:
    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
    Нашел что 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 issue
    Добавил в /usr/local/sbin/post-boot две строки
    Code:
    mkdir /dev/usb/
    mknod -m 660 /dev/usb/lp0 c 180 0
    http://www.dd-wrt.com/wiki/index.php...g#Print_server

    Инсталяция принтера из Windows- http://oleg.wl500g.info/printing/

    И принтер заработал!
    Last edited by sonice; 09-10-2010 at 20:18.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •