Router Belkin Play and printer Samsung

Hello,

I have router Belkin Play Max N600 and printer Samsung ML-2010PR. I don’t know how to set up the network printer. The printer connected by USB to PC work in Linux fine. In Windows the router and printer work fine too. I found something on Ubuntu forum [SOLVED] Belkin Play N600 HD USB drive - Ubuntu Forums](http://ubuntuforums.org/showthread.php?t=1774680). I have connect USB drive to my router and use samba smb://ip_adres/drive_name and it work. I try same way to set the printer smb://ip_adres/printer_name, but I don’t know how found correct printer name.

Thanks for help.

I use command

smbclient -L router -N

to found samba shared devices and it looks that printer is not shared by samba, only USB drive is shared.

socool@socool:~> smbclient -L router -N
Domain=[WORKGROUP] OS=[Unix] Server=[SMB@3]

        Sharename       Type      Comment
        ---------       ----      -------
        so-cool(A1)     Disk      Device(A) (Cypress Semiconductor,USB2.0 Storage Device)
        IPC$            IPC       IPC Service (Belkin Router)
Domain=[WORKGROUP] OS=[Unix] Server=[SMB@3]

        Server               Comment
        ---------            -------
        ROUTER               Belkin Router
        SOCOOL               Samba 3.6.3-34.12.1-2797-SUSE-SL12.1-x86_64

        Workgroup            Master
        ---------            -------
        WORKGROUP            SOCOOL

Is other way, how could be printer shared by router?