Created
May 9, 2011 04:23
-
-
Save jcartledge/962048 to your computer and use it in GitHub Desktop.
What I did to get our new office MFD installed in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# n.b. I haven't tested this version - see comments at https://gist.github.com/gists/962048 | |
# download the driver rpm | |
wget http://download.fujixerox.co.jp/pub/exe/apeosport/c4300series/fxlinuxprint-1.0.3-2.i386.rpm | |
# alien will convert the rpm to a deb we can install | |
sudo aptitude install alien | |
sudo alien --scripts -k fxlinuxprint-1.0.3-2.i386.rpm | |
# install the deb | |
sudo dpkg -i fxlinuxprint_1.0.3-2_i386.deb | |
# now, open up the printer control panel and choose the driver for the printer (Manufacturer is listed as FX) |
Glad you got it sorted out.
hi there again. i had installed ubuntu 64 bit in my laptop and i wonder if this driver can still be usable to install the printer on my device or is there available driver for 64bit?thanks
No idea sorry.
Thanks anyway,:)
…On Tue, Nov 29, 2011 at 6:03 AM, jcartledge < ***@***.*** > wrote:
No idea sorry.
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/962048
here's the 64bit driver http://download.fujixerox.co.jp/pub/exe/docuprint/p450d/fxlinuxprint-1.1.0-1.x86_64.rpm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
its finally working,:)