우분투 리눅스에 DocuPrint C525A 드라이버 설치하는 방법
Computer Science/리눅스반응형
예전에는 리눅스의 드라이버 부족과 설치의 어려움때문에 시도조차 하지 않았던 부분인데 이제는 많이 편해지고 자료도 많아진것에 감사할 따름이다.
참조 사이트 URL : http://ubuntuforums.org/showthread.php?t=483415
귀찮은 분들을 위해서 핵심 내용만 발취
Apologies to the above 2 gentleman, but completeness is godliness.
I'm running on a P3 Dell, 312 MB Ram, Ubuntu 7.04 Feisty. I'm setting up Fuji Xerox C525A on a network, not USB, not parallel.
Download Fuji Xerox C525A driver from www.fxprinters.com, choose Singapore -> select Fuji Xerox C525A -> Linux.
Most likely its downloaded to your Desktop and its called dpc525a_linux_.0.0.tar.zip, and double click to unzip and untar.
In the terminal,
and then
, which will covert into fuji-xerox-docuprint-c525-a-ap_1.0-2_i386.deb .
If you do not have alien,
This is followed by
Do a
*thanks to grantbuntu (msg below mine), be careful when you copy and paste, there's a space formed that cause "_C5 25_", it should be "_C525_", I'm clueless on how to rectify this. Can someone show me?
Add Printer using the System -> Administration -> Printing - > Add Printer ->
Use a detected printer: FUJI XEROX DocuPrint C525 A-AP (FUJI XEROX DocuPrint C525 A-AP XXX.XXX.XXX.XXX) !If you can't see this, most likely you have not set your IP for your printer, please refer to printer instruction manual for this.
-> Forward -> Manufacturer: FX Model: DocuPrint C525 A-AP v1.0.
This is wrong, might work, but it took me 15 minutes to print a 1 page document. Thanks to C525A_Linux_manE.pdf in the dpc525a_linux_.0.0.tar.zip , this is how its suppose to be done. If a dialog window asks you for your user name and password, give them the login username and password.
I'm running on a P3 Dell, 312 MB Ram, Ubuntu 7.04 Feisty. I'm setting up Fuji Xerox C525A on a network, not USB, not parallel.
Download Fuji Xerox C525A driver from www.fxprinters.com, choose Singapore -> select Fuji Xerox C525A -> Linux.
Most likely its downloaded to your Desktop and its called dpc525a_linux_.0.0.tar.zip, and double click to unzip and untar.
In the terminal,
Quote:
cd ~/Desktop/C525A_LinuxE/ |
Quote:
sudo alien Fuji_Xerox-DocuPrint_C525_A_AP-1.0-1.i386.rpm |
If you do not have alien,
Quote:
sudo apt-get install alien |
Quote:
sudo dpkg -i fuji-xerox-docuprint-c525-a-ap_1.0-2_i386.deb |
Quote:
sudo mkdir /usr/share/ppd/cups-included/FX/ |
Quote:
sudo cp -p /usr/share/cups/model/FujiXerox/en/FX_DocuPrint_C525_A_AP.ppd /usr/share/ppd/cups-included/FX/. |
Add Printer using the System -> Administration -> Printing - > Add Printer ->
Use a detected printer: FUJI XEROX DocuPrint C525 A-AP (FUJI XEROX DocuPrint C525 A-AP XXX.XXX.XXX.XXX) !If you can't see this, most likely you have not set your IP for your printer, please refer to printer instruction manual for this.
-> Forward -> Manufacturer: FX Model: DocuPrint C525 A-AP v1.0.
This is wrong, might work, but it took me 15 minutes to print a 1 page document. Thanks to C525A_Linux_manE.pdf in the dpc525a_linux_.0.0.tar.zip , this is how its suppose to be done. If a dialog window asks you for your user name and password, give them the login username and password.
반응형
'Computer Science > 리눅스' 카테고리의 다른 글
ubuntu에 DocuPrint c1110 드라이버 설치방법 (0) | 2017.01.11 |
---|---|
chrome의 탭, 북마크의 폰트가 커서 변경하고싶을때 (1) | 2017.01.08 |
쓰기 편해진 리눅스.. 에볼루션 메일 및 달력에 메일을 등록하다. (0) | 2010.09.19 |
우분투에서 ATI Driver 설정은 포기 (2) | 2010.09.18 |
Android "emulator: ERROR:unknown virtual device.." 에러메시지 원인 및 방법 (0) | 2010.09.17 |