Hi all.
I also have a problem with printer HP LaserJet M1132, it's MFP.
It prints well locally (it's connected to the Ubuntu 11.04 machine).
We tried '... -r printer:<exact printer name as in Ubuntu> ...' and '... -r printer:<exact printer name as in Ubuntu>="<driver's name as it's named in Windows>" ...'
But all in vain. Yes, the driver of this printer is installed on the Win 2003 Server.
Then we tried another tool - Remmina. Since v. 0.8 it uses a new freerdp-protocol, it was written that it works better with printer redirection, etc. There are no any exact setting in Remmina, considered with printers. Just a drop-down menu or a radio button like "redirect local printers". Nothing changed.
Then we tried 'xfreerdp'. It's a command-line tool. It also doesn't wor with this printer. But the parametres were correct.
But! Depending on the order of parametres in the command, the 'mounted' directory and the printer do not appear simultaniously. That's what I mean:
printer. NO disk.
Quote:
|
xfreerdp -u lexus -a 8 -z -k 0x00000409 --plugin cliprdr --plugin rdpsnd --plugin rdpdr --data disk:lexus:/home/lexus -- --plugin rdpdr --data printer -- ts1
|
disk. NO printer:
Quote:
|
xfreerdp -u lexus -a 8 -z -k 0x00000409 --plugin cliprdr --plugin rdpsnd --plugin rdpdr --data printer -- --plugin rdpdr --data disk:lexus:/home/lexus -- ts1
|
So, printers/disk (folder) depend on the order in the command.
Does anybody know the way to fix this problem?