QuânSysAd's Blog: printer
Hiển thị các bài đăng có nhãn printer. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn printer. Hiển thị tất cả bài đăng

12 tháng 2 2020

Windows 10 : Không kết nối được máy in.

Khi kết nối máy in báo lỗi: “You can’t access this shared folder because your organization’s security policies block unauthenticated guest access”
Cách xử lý vào run gõ gpedit.msc và chỉnh như sau:
Computer Configuration>Administrative Templates>Network>Lanman Workstation

Open "Enable insecure guest logons" and choose Enabled. 
`
Chúc các bạn thành công.

31 tháng 5 2018

Printer HP LaserJet 2015P 5100 Windows 10 error fix.

Một phương pháp đặc hiệu cho driver đời cũ trên windows 10 là: Chạy drive và import driver dùng USB Mode : Plug and Play. Sau đó là dùng

Khi add và test máy in có thể dùng giao diện: printmanagement.msc

Ở máy server:
Kiểm tra Security và quyền share của C:\Windows\System32\spool
Kiểm tra quyền Share và Security của server máy in
Kiểm tra tên máy server nhỏ hơn 10 ký tự.

Ở máy client
Bước 1: Sử dụng bộ cài driver download về. Chạy, dùng phương pháp Add local port sau đó trỏ về đường dẫn share.

Thử chọn trong list driver có sẵn của window xem.
Nếu không thì chọn tên driver của file download.

Nếu không được do đời máy in quá cũ.
Thực hiện download driver máy in của các bản window cũ hơn (Window XP). Và kết nối bằng Run \\IP_ADDRESS

Các tên thông dụng :
Đối với windows 10:
HP Universal Print Driver for Windows PCL6 (64-bit)

Còn nếu kết nối bằng \\ thì nên dùng các bản driver của Windows cũ.

Các đường dẫn registry thông dụng:

HKEY_LOCAL_MACHINE\SYSTEM\Currentcontrolset\Control\Print\Monitors\Standard TCP/IP Ports

Các lệnh Run để mở trình quản lý driver máy in.
printmanagement.msc
Hoặc dùng
printui /s

Máy 5100 dùng driver sau: 0_1527761349549_lj5100pcl6Winxp2003vista2008-64.exe
Dùng kết nối \\ như bình thường

Máy in 2015: Dùng local port và chọn Driver của windows 10

26 tháng 1 2018

Sửa lỗi share máy in 0x00000709

Một ngày đẹp trời kết nối từ client vào máy in hiển thị lỗi:
Operation could not be completed (error 0x00000709) Double check the printer name and make sure that the printer is connected to the network
Thật ức chế.
Đơn giản bạn chỉ cần đổi tên của server share máy in ngắn lại (nhỏ hơn 15 ký tự là OK)

12 tháng 5 2017

Operation Failed with Error 0x00000002

right click computer, select manage
click 'services and applications', then click 'services'
scroll down to 'print spooler', right click and select 'properties'
click 'STOP' the service, then click 'START' service.


Let's re-adding printer and it's work

Cài đặt máy in HP trên CentOS 7

Các bước tiến hành
Bước 1: Cài đặt các gói cần thiết.
# yum install -y hplip hplip-gui hpijs
Cài plugin:
# hp-plugin
Bước 2: Chạy chương trình cấu hình để tạo và add printer.
# hp-setup
Bước 3: Vào system-config-printer Bấm thử Test page nếu in được testpage là OK.
# system-config-printer
Bước 4: Cài đặt SAMBA
  • Cấu hình add user root cho samba:
# smbpasswd -a root
Bước 5: Copy driver Windows cho CUPS copy các file vào thư mục sau:
/usr/share/cups/drivers/pscript5.dll
/usr/share/cups/drivers/pscript.ntf
/usr/share/cups/drivers/pscript.hlp
/usr/share/cups/drivers/ps5ui.dll
Bước 6: Copy driver cho SAMBA sử dụng lệnh
# smbclient //localhost/print\$ -N -U'root%password' -c 'mkdir W32X86;put /usr/share/cups/drivers/ps5ui.dll W32X86/ps5ui.dll;put /usr/share/cups/drivers/pscript.hlp W32X86/pscript.hlp;put /usr/share/cups/drivers/pscript.ntf W32X86/pscript.ntf;put /usr/share/cups/drivers/pscript5.dll W32X86/pscript5.dll'
Bước 7: Load driver cho SAMBA sử dụng lệnh:
# cupsaddsmb -H localhost -U root -a -v
Bước 8: Thực hiện restart lại service
# systemctl enable cups.service
# systemctl enable smb
# systemctl restart cups.service
# systemctl restart smb
Lưu ý:
smb.conf cấu hình như sau:
========================================================================
[global]
 workgroup = SAMBA
 security = user
 map to guest = Bad User
 hosts allow = all
 usershare allow guests = yes
 pam password change = yes
 printing = cups
 printcap name = cups
 load printers = yes
 public = yes
 dns proxy = no
 os level = 20
 log file = /var/log/samba/log.%m
 server string = lan file and printer server
 rpc_server:spoolss = external
 rpc_daemon:spoolssd = fork
 unix charset = UTF-8
 dos charset = CP932

[homes]
 comment = Home Directories
 valid users = %S, %D%w%S
 browseable = No
 read only = No
 inherit acls = Yes

[printers]
 comment = All Printers
 path=/var/spool/samba
 browseable = Yes
 printable = Yes
 public = yes
 guest ok=Yes
 create mode=0777
 writable=no
 write list= root gpm

[print$]
 comment = Printer Drivers
 path = /var/lib/samba/drivers
 browseable = yes
 read only = no
 write list = root
 create mask = 0664
 directory mask = 0777
========================================================================
Chú ý tắt bỏ firewall và selinux cho đơn giản.

SOLVED: cupsenable client-error-forbidden

To solve this problem you just need to delete content in /etc/cups/client.conf file.

Eg. Delete all text something like ServerName ...etc...