There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen blue screen boot computer connection crash css dell drive driver drivers email error ethernet excel explorer firefox firefox 3 hard drive internet internet explorer itunes laptop lcd linux malware network networking outlook outlook 2003 outlook express password printer problem problems ram router security slow software sound trojan usb virus vista windows windows vista windows xp wireless
UNIX/Linux
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Operating Systems > UNIX/Linux >
Mandrake 9.1 and Lexmark Printers


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
Mickey200123456's Avatar
Member with 41 posts.
 
Join Date: Feb 2002
Location: USA
04-May-2003, 06:43 PM #1
Mandrake 9.1 and Lexmark Printers
I found the driver close enough for this Lexmark Printer and have no idea how to install it. Its a tar.gz file , I think I understand the concept of unzipping it , but what how do u install the files after that. Below is a link to the page and file name I'm referring to.
//www.xs4all.nl/~pastolk/drv_z42-0.3.4b.tar.gz

Thanks for the help !!!
snowdog's Avatar
Member with 72 posts.
 
Join Date: Apr 2003
Location: Edmonton, AB, Canada
04-May-2003, 07:55 PM #2
tar -zxvf drv_z42-0.3.4b.tar.gz, then read the README and the INSTALL files (if they are there). These are the commands for installing from tarballs... ./configure
make
make install

Cheers
Mickey200123456's Avatar
Member with 41 posts.
 
Join Date: Feb 2002
Location: USA
04-May-2003, 10:07 PM #3
Im a little confused about the part where it says about /.configure, make, make install ? Is this right or is where the file name goes or some other name ???
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
05-May-2003, 03:06 AM #4
OK, here's a quick summary. You need to understand that what you are doing is building an executable program from the original source code (hey, that's why they call it open source!). So here's what's going on (roughly speaking):

./configure -> scopes out your system, customizes the build process for your system.
make -> builds the executable programs or modules
make install -> installs the executable programs or modules

You do not have to enter any filenames, as all commands either do not need one or use the default. You should probably be root before you start the process.

Hope this helps.
__________________
The slowest component still sits at the keyboard.
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
05-May-2003, 05:44 AM #5
Look for a new sub-directory after you unpack the tar.gz file.Probably called Lexmark or somthing.That's where the README and install instructions will be.You should change (cd)to that directory before you run the ./configure,make and make install commands.
What model Lexmark printer?If,as I see from the file name,that its a Z42 then it should have been configured during install.At least,mine was.Have you tried the MCC app to configure it?It set mine up using the foomatic drivers and it works pretty well for me.
I didnt see the link you referred to,BTW.
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
Mickey200123456's Avatar
Member with 41 posts.
 
Join Date: Feb 2002
Location: USA
06-May-2003, 06:53 PM #6
After reading your info I might have figured it out. Will post when I know for sure.

Thanks !
Mickey200123456's Avatar
Member with 41 posts.
 
Join Date: Feb 2002
Location: USA
16-May-2003, 12:20 AM #7
Tried installing the file again and couldnt figure it out. Sorry about the previous post of not having the right website address in there. I think I pretty much understand the commands now, I've installed software on my machine which is running rh9. Somewhere I've read about using foomatic to install somedrivers for the printer but not to sure how to get updates(thats how to get the foomatic to install them I think) for mandrake 9.1. Do u have to pay to join that service ?

Thanks !!!
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
16-May-2003, 10:14 AM #8
Check out www.linuxprinting.org for the latest and greatest info and drivers for printing under Linux. Foomatic (and friends) and lots of tutorials also live there. Hope this helps.
Mickey200123456's Avatar
Member with 41 posts.
 
Join Date: Feb 2002
Location: USA
20-May-2003, 09:39 PM #9
After much delay I have came back to the mandrake box with the Lexmark printer. The website I got the driver is . This is the page /www.xs4all.nl/~pastolk/ During the configure part I got the following message, I have no idea what it means, maybe one of u can figure it out for me.

[dad@localhost z42tool]$ su
Password:
[root@localhost z42tool]# ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for strerror in -lcposix... no
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@localhost z42tool]#
Thanks !!!1
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
20-May-2003, 11:22 PM #10
The configure script is looking for a compiler to build the executable(s) from the source files, and can't find one in the directories listed in your PATH environment variable. You may have chosen not to install development tools during installation, which would explain why a compiler can't be found. On my (slackware) system, cc is /usr/bin/cc. Also, you may have your PATH variable set incorrectly; try the command: echo $PATH from the command line to see the contents of your PATH variable. Finally, I notice that you became root using the "su" command. Try using su - root instead (you will be prompted for the root password), as this will change your ID to root and perform all login processing as if you had logged in originally as root. It's possible that your normal-user PATH does not include the directory where cc lives, but root's PATH might.

Hope this helps.
__________________
The slowest component still sits at the keyboard.
Mickey200123456's Avatar
Member with 41 posts.
 
Join Date: Feb 2002
Location: USA
22-May-2003, 12:32 AM #11
Codejockey, thanks for the help, you are probably right as to the point of not having installed the compiler. Thanks for the tip concerning su - root, I will let u know how it all works out.

Thanks again !
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 05:30 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.