| Author |
Message |
mpierrat25

Joined: 23 Aug 2007 Posts: 105 Location: France (25)
|
Posted: Wed 30 Jul 2008, 12:14 Post subject:
Not able to install lpr & cups brother driver [RESOLVED] Subject description: How to make DCP120C working under Puppy |
|
Hello,
I am desperately trying to print from Puppy to a Brother DPC120C printer/scanner both directly by USB and via network by smb.
Context:
Works in Windows env.
works from Mandriva cups using MFC210C driver from brother solution
Based on brother recommendation
http://solutions.brother.com/linux/sol/printer/linux/cups_wrapper_install.html
I download lpr and cups packages
for MFC210C :
Using rpm packages, nedeed to get unrpm and csh but, I not sure that is correctly install.
Finally nothing out of the printer, for example trying on URI : usb://Brother/DCP-120C
job seems to be send nothing happens I got a "Pause" message
So I need help!
mpierrat25
Last edited by mpierrat25 on Sat 09 Aug 2008, 16:15; edited 2 times in total
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Wed 30 Jul 2008, 20:41 Post subject:
|
|
mpierrat25,
one thing you could investigate is whether creating symlinks, for the extracted /usr/lib/libbrcompij2.so.1.0.2 has any effect:
| Code: |
ln -s /usr/lib/libbrcompij2.so.1.0.2 /usr/lib/libbrcompij2.so.1
ln -s /usr/lib/libbrcompij2.so.1.0.2 /usr/lib/libbrcompij2.so |
Also, if you run the command brprintconfij2, does it run without any errors?
|
|
Back to top
|
|
 |
mpierrat25

Joined: 23 Aug 2007 Posts: 105 Location: France (25)
|
Posted: Thu 31 Jul 2008, 03:19 Post subject:
|
|
@muggins,
You are right :
no link no brprintconfig2 file
so I try to re-install lpr
| Code: | | unrpm MCF210Clpr.... |
but, since I put (as recommended by brother) the rpm files in a temp directory , it create a usr tree at this place.
What is the right way to unrpm ?
By the way, how to cute and paste in rxvt ?
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Thu 31 Jul 2008, 06:02 Post subject:
|
|
mpierrat25,
try extracting mfc210.tar.bz2 to /.
I've no idea why cut'n'paste is different with p4. With previous pups, dragging cursor over rxvt text copies, then either control+v, shift+insert, or middle mouse button click, pastes. But with p4, only middle mouse button seems to work.
|
|
Back to top
|
|
 |
mpierrat25

Joined: 23 Aug 2007 Posts: 105 Location: France (25)
|
Posted: Thu 31 Jul 2008, 07:09 Post subject:
CA MARCHE Subject description: it's woking |
|
at least it's OK via USB
I'll fix smb to night and issue a summary if OK
|
|
Back to top
|
|
 |
mpierrat25

Joined: 23 Aug 2007 Posts: 105 Location: France (25)
|
Posted: Wed 27 Aug 2008, 15:28 Post subject:
tutorial to install MFC210C printer |
|
install unrpm ( unrpm.pet )
install /bin/csh
extract bsd-csh.tgz to /bin
# ln -s /bin/bsd-csh /bin/csh
Install MCF210Clpr-1.0.2-1
copy rpm to /
# unrpm MCF210Clpr-1.0.2-1.i386.rpm
2715 blocks
delete package of /
Install cupswrapperMFC210C
copy rpm to /
# cd /
# unrpm cupswrapperMCF210C-1.0.0-1.i386.rpm
200 blocks
# cd /usr/local/Brother/cupswrapper
# ./cupswrapperMFC210C-1.0.0
Thast all folks..
Connect USB printer
run CUPS WIZARD add printer if necessary.... good printing
|
|
Back to top
|
|
 |
|