LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-02-2010, 03:06 PM   #1
dandielionous
LQ Newbie
 
Registered: Jan 2006
Posts: 10

Rep: Reputation: 0
Unhappy Installing Konica Minolta 2430 driver


Okay I really hate to do this but I need some help.

I am trying to install a Konica Minolta 2430 DL printer from a computer using the Mepis I believe I'm using 8.5. I would have to restart the computer to find my version and then I would loose this page.

I downloaded magicolor2430DL-1.6.0.tar.gz to /opt and have been trying to install it every since. CUPS will not install the minolta 2430. I am doing this across the internet because that is how my computer club has the printer set up. Through the ethernet. I have pinged and fingered. It can find the address for the printer. That is not my problem. My problem has been library files it couldn't find. Got those. Then jbig. Got that. Now I am getting this print out when I do a ./configure.

root@mepis1:/opt/magicolor2430DL-1.6.0# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
configure: libdir is /usr/lib
checking for ppdOpenFile in -lcups... yes
checking for cupsRasterReadHeader in -lcupsimage... yes
checking for jbg_enc_init in -ljbig... yes
checking for cmsCreateTransform in -llcms... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking lcms.h usability... yes
checking lcms.h presence... yes
checking for lcms.h... yes
checking icc34.h usability... yes
checking icc34.h presence... yes
checking for icc34.h... yes
checking jbig.h usability... no
checking jbig.h presence... no
checking for jbig.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking return type of signal handlers... void
checking for memset... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strlcpy... no
checking for snprintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating debian/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
root@mepis1:/opt/magicolor2430DL-1.6.0#

And if I try to continue with make.

root@mepis1:/opt/magicolor2430DL-1.6.0# make
make all-recursive
make[1]: Entering directory `/opt/magicolor2430DL-1.6.0'
Making all in src
make[2]: Entering directory `/opt/magicolor2430DL-1.6.0/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT rastertokmlf.o -MD -MP -MF ".deps/rastertokmlf.Tpo" -c -o rastertokmlf.o rastertokmlf.c; \
then mv -f ".deps/rastertokmlf.Tpo" ".deps/rastertokmlf.Po"; else rm -f ".deps/rastertokmlf.Tpo"; exit 1; fi
In file included from rastertokmlf.c:64:
jbig.h:13:21: error: jbig_ar.h: No such file or directory
make[2]: *** [rastertokmlf.o] Error 1
make[2]: Leaving directory `/opt/magicolor2430DL-1.6.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/magicolor2430DL-1.6.0'
make: *** [all] Error 2
root@mepis1:/opt/magicolor2430DL-1.6.0#

I have put these files in /usr/lib now. I have tried using Hannah to install a proprietary driver. It says it does it but you couldn't prove it by me. Foo2ZJS is supposed to be the right driver but a site on the net says "Here's the Foo2ZJS you really need!" http://foo2zjs.rkkda.com/ That doesn't work either.

I am the only one I know who uses Linux would appreciate some help. sigh

Oh and if you help me... Thank-you ahead of time.
 
Old 08-02-2010, 04:03 PM   #2
dandielionous
LQ Newbie
 
Registered: Jan 2006
Posts: 10

Original Poster
Rep: Reputation: 0
I moved magicolor2430DL-1.6.0 to /usr/bin. I got this.

checking jbig.h usability... no
checking jbig.h presence... no
checking for jbig.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking return type of signal handlers... void
checking for memset... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strlcpy... no
checking for snprintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating debian/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
root@mepis1:/usr/bin/magicolor2430DL-1.6.0# make
make all-recursive
make[1]: Entering directory `/usr/bin/magicolor2430DL-1.6.0'
Making all in src
make[2]: Entering directory `/usr/bin/magicolor2430DL-1.6.0/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT rastertokmlf.o -MD -MP -MF ".deps/rastertokmlf.Tpo" -c -o rastertokmlf.o rastertokmlf.c; \
then mv -f ".deps/rastertokmlf.Tpo" ".deps/rastertokmlf.Po"; else rm -f ".deps/rastertokmlf.Tpo"; exit 1; fi
rastertokmlf.c:64:18: error: jbig.h: No such file or directory
rastertokmlf.c: In function 'main':
rastertokmlf.c:1077: error: storage size of 'se' isn't known
rastertokmlf.c:1079: error: 'JBG_TPDON' undeclared (first use in this function)
rastertokmlf.c:1079: error: (Each undeclared identifier is reported only once
rastertokmlf.c:1079: error: for each function it appears in.)
rastertokmlf.c:1079: error: 'JBG_TPBON' undeclared (first use in this function)
rastertokmlf.c:1079: error: 'JBG_DPON' undeclared (first use in this function)
rastertokmlf.c:1079: error: 'JBG_LRLTWO' undeclared (first use in this function)
rastertokmlf.c:1079: error: 'JBG_DELAY_AT' undeclared (first use in this function)
rastertokmlf.c:1080: error: 'JBG_ILEAVE' undeclared (first use in this function)
rastertokmlf.c:1080: error: 'JBG_SMID' undeclared (first use in this function)
make[2]: *** [rastertokmlf.o] Error 1
make[2]: Leaving directory `/usr/bin/magicolor2430DL-1.6.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/bin/magicolor2430DL-1.6.0'
make: *** [all] Error 2
root@mepis1:/usr/bin/magicolor2430DL-1.6.0#

I tried moving jbigkit to usr/bin/magicolor2430DL-1.6.0 and usr/bin/magicolor2430DL-1.6.0/src. It made no difference.
 
Old 08-02-2010, 06:18 PM   #3
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi dandielionous, Welcome to LQ. You shouldn't have to move the source into a specific directory. Do you have jbigkit installed?

Good luck. ;-)
 
Old 08-03-2010, 11:43 AM   #4
dandielionous
LQ Newbie
 
Registered: Jan 2006
Posts: 10

Original Poster
Rep: Reputation: 0
Hello Peacedog,

Yes I do have jbigkit installed. My concern at this time is maybe I have it installed in too many places. I also have the same concern with the magicolor2430DL file. I have it installed in /opt /usr/bin and / now. I tried to install using kcontrol (I'm using KDE desktop). Now in kcontrol it isn't showing konica minolta magicolor2430dl or in minolta. I think I have installed it in too many places.

Now I am at the point of reinstalling the operating system or purging the magicolor2430dl files or installing in /dev. As you can tell I'm a little confused.

Oh well my computer if worse comes to worse I'll reinstall the operating system and start from scratch.

Thank-you for replying.
dandielionous
 
Old 08-03-2010, 11:45 AM   #5
dandielionous
LQ Newbie
 
Registered: Jan 2006
Posts: 10

Original Poster
Rep: Reputation: 0
Oh jbigkit is copied over to /usr/lib and every place else I can think of putting it.

dandielionous
 
Old 08-03-2010, 01:23 PM   #6
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Rather than copying files "every where you can think of", try these next time.

http://www.mepis.org/docs/en/index.p...oving_Software

http://www.mepis.org/docs/en/index.p...lling_Software

Good luck. ;-)
 
Old 08-03-2010, 01:44 PM   #7
dandielionous
LQ Newbie
 
Registered: Jan 2006
Posts: 10

Original Poster
Rep: Reputation: 0
Thank-you Peacedog,

I'm all over it like spaghetti on top of Old Smokey. (hehehehe)

Will report back later with results.

dandielionous
 
Old 08-03-2010, 05:07 PM   #8
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
I haven't looked around, but you might be better off if you can find a prebuilt package in the apt repositories.

Good luck. ;-)
 
Old 08-04-2010, 02:26 PM   #9
dandielionous
LQ Newbie
 
Registered: Jan 2006
Posts: 10

Original Poster
Rep: Reputation: 0
Okay, okay, okay good news first. I GOT IT WORKING!!! YOOOHOOOO!!! Only took about a month.

Here is what I did.

I deleted all magicolor directories, files, tars etc. That left me with 2430dllin.tar obtained from http://driver.wareseeker.com/Printer...zip/1eac06ad64

When I untarred it according to instructions obtained from http://www.mepis.org/docs/en/index.php/Untar I was left with an rpm file. Nervously chewing my fingernails I followed these instructions http://www.mepis.org/docs/en/index.php/Alien

After finally getting the driver to install it still did not work. So I went to this link http://www.mepis.org/docs/en/index.php/Network_printer

Still did not work. So I went to number 5 on installing a printer here http://www.mepis.org/docs/en/index.p...search=printer

To make a long story short I finally had to uninstall Guarddog. Had CUPS search for printers, found my printer, found my driver, and lo and behold finally printed a test page.

Then I reinstalled a firewall Guwf. Had to reinstall python-support debian file from site. Then could install uwf also.

I hope this helps someone else.

My printer is finally working and I'm afraid to touch kcontrol which does not show it as my default printer but I made it default in CUPS.

Thank-you for all your help Peacedog.

dandielionous
 
Old 08-04-2010, 02:52 PM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
You're welcome Mate, but you sorted this one.

Good luck. ;-)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Minolta Magicolor 2430 DL justin.tyler Linux - Hardware 1 08-02-2010 03:30 PM
how to upgrade the os and hardware of konica minolta thrisha123 Linux - Software 3 02-21-2010 03:28 AM
Knoppix konica minolta dimage camera davholla Linux - Hardware 1 07-24-2005 02:04 PM
Konica Minolta PagePro 1300W davnetuk Linux - Hardware 9 04-03-2005 01:25 AM
konica minolta magicolor 2300w coal-fire-ice Linux - Hardware 0 12-09-2004 03:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration