 |
 |
 |
 |
| Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc. |

4th August 2011, 01:23 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 65

|
|
Downloading driver for Lexmark
Hello,
I'm trying to set up my Lexmark s605 printer to enable me to use it for sending e-mails. This can only be achieved by enabling Wireless. I've got the download info for the driver from Lexmark into the terminal and thought all was fine, but then at the end it says "Error nothing to do". This is the file info.
file:///home/john/Desktop/lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
Can anyone please help ?.
|

4th August 2011, 01:47 PM
|
|
Registered User
|
|
Join Date: Jun 2011
Location: Italy
Posts: 283

|
|
|
Re: Downloading driver for Lexmark
I suppose you have to extract the file and then running it (by double - clicking on it and, then, choose run in a terminal) to install the driver ...
|

4th August 2011, 03:03 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 65

|
|
|
Re: Downloading driver for Lexmark
Have just found Bug report, which could be the reason for the problem.Package: gvfs-archive-1.6.6-1.fc14
Latest Crash: Thu 04 Aug 2011 14:16:07
Command: /usr/libexec/gvfsd-archive file=/home/john/Downloads/lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
Reason: Process /usr/libexec/gvfsd-archive was killed by signal 6 (SIGABRT)
Comment: None
Bug Reports:
file:///home/john/Desktop/Bug%20report.png
|

5th August 2011, 03:23 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 65

|
|
|
Re: Downloading driver for Lexmark
Can anyone tell me what this means, is it terminal and if so, how I can download and install the driver?. [U]" Process /usr/libexec/gvfsd-archive was killed by signal 6 (SIGABRT)[" /U]
I'm still hoping to sort this problem
Thank you all for your cooperation.
|

10th August 2011, 01:36 AM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,707

|
|
|
Re: Downloading driver for Lexmark
Quote:
Originally Posted by FONTAINBLEAU
file:///home/john/Desktop/lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
|
That's a very weird file name. ".rpm" is an installable package file, ".sh" denotes an executable shell script, and ".tar.gz" denotes a compressed archive.
Open a terminal and run:
Code:
cd ~/Desktop
file lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
If it is indeed a gzipped tar archive, run:
Code:
tar xf lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
This will extract the file(s) from the archive – presumably "lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh" but that's not guaranteed. Report back what you see and we'll take it from there.
Gareth
|

10th August 2011, 05:31 AM
|
 |
Registered User
|
|
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907

|
|
|
Re: Downloading driver for Lexmark
no kidding
Quote:
|
.... 1.x86_64.rpm.sh.tar.gz
|
that is VERY ODD
are you 100% sure of the file name ,for this 64 bit file?
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
x86_64 is for a 64 bit OS
googled it
found a very UNTRUSTWORTHY torrent
then
http://support.lexmark.com/index?pmv...&userlocale=EN
fedora 12 ?
are you 100% that that is the one of the 9 on the page ?
---------------
well it is an odd "rpm.sh.tar.gz"
fileroller says it is a bad archive
some playing
fileroller thinks this 39.5Meg file is 2.5 GIG
still bad but it is a tar g-zip ?? something
ask there support
http://support.lexmark.com
|

10th August 2011, 04:23 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 65

|
|
|
Re: Downloading driver for Lexmark
Reply to Gareth Jones
The reply I received was: No such file or directory
|

10th August 2011, 06:20 PM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,707

|
|
|
Re: Downloading driver for Lexmark
Quote:
Originally Posted by JohnVV
|
I assume you're using the file from this site? There are instructions on that page but they look like they were written by someone who didn't have a clue what they were writing about...
As for the file itself – it's completely broken or truncated at Lexmark's end.
Code:
[gareth@gareth-desktop lexmark]$ file lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz: gzip compressed data, from Unix, last modified: Wed Sep 22 06:42:30 2010
[gareth@gareth-desktop lexmark]$ gunzip lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
gzip: lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz: unexpected end of file
[gareth@gareth-desktop lexmark]$ ls
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
[gareth@gareth-desktop lexmark]$ zcat lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz > lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar
gzip: lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz: unexpected end of file
[gareth@gareth-desktop lexmark]$ ls
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
[gareth@gareth-desktop lexmark]$ file lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar: POSIX tar archive (GNU)
[gareth@gareth-desktop lexmark]$ tar xf lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar
tar: Unexpected EOF in archive
tar: rmtlseek not stopped at a record boundary
tar: Error is not recoverable: exiting now
[gareth@gareth-desktop lexmark]$ ls
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh.tar.gz
[gareth@gareth-desktop lexmark]$ file lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh
lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh: data
[gareth@gareth-desktop lexmark]$ head lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh
#!/bin/sh
# This script was generated using Makeself 2.1.4
CRCsum="1334901952"
MD5="cca22c1d013ea2388fd3e97b91f444f3"
TMPROOT=${TMPDIR:=/tmp}
label="nixstaller"
script="sh"
scriptargs="./startupinstaller.sh"
[gareth@gareth-desktop lexmark]$ ./lexmark-inkjet-legacy-wJRE-1.0-1.x86_64.rpm.sh
Verifying archive integrity...Error in MD5 checksums: 4a5427f1092e8745e48b2a8bd220db1e is different from cca22c1d013ea2388fd3e97b91f444f3
My advice is also to seek support directly from Lexmark, but I wouldn't bet on them having a clue I'm afraid.
Gareth
|

11th August 2011, 11:31 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 65

|
|
|
Re: Downloading driver for Lexmark
Thanks Gareth, I am in touch with Lexmark, but, as you say, they're up a gum tree at the moment, they are still trying though, so you never know.
|

12th August 2011, 10:36 AM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 65

|
|
|
Re: Downloading driver for Lexmark
Gareth
Spent a few hours yesterday with Lexmark. When setting up the e-mail option on the printer there is a "AUTHENTICATION" section. The problem is that my isp (Sky) use SSL (Secure socket layer) and Lexmark do not offer this choice among their options in that section, so the setup fails. That's it, They suggested that I find a isp who uses their options but I'll just carry on as before and use the pc.
Thank you for support
Kind regards
John
|

12th August 2011, 08:41 PM
|
 |
Registered User
|
|
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907

|
|
|
Re: Downloading driver for Lexmark
Quote:
Spent a few hours yesterday with Lexmark. When setting up the e-mail option on the printer there is a "AUTHENTICATION" section. The problem is that my isp (Sky) use SSL (Secure socket layer) and Lexmark do not offer this choice among their options in that section, so the setup fails. That's it, They suggested that I find a isp who uses their options but I'll just carry on as before and use the pc.
|
that sounds like complete bull ****
i and others have NEVER seen something called a "rpm.sh.tar.gz"
that right there is F'ed up
an rpm IS a compressed file
there ARE NO spaces in it for tar
and seeing as a rpm is a compressed file there is NO need ip gz it
now the sh ??
odd but one could use a shell script to install a rpm ?? but WHY rpm's already HAVE a script and a tool to install them
|

13th August 2011, 12:39 PM
|
|
Registered User
|
|
Join Date: Aug 2006
Posts: 65

|
|
|
Re: Downloading driver for Lexmark
Yes, they did change to another file ending in RPM.SH. This file has now been installed in my pc. The remaining problem is not being able to use the "e-mail" option on the printer because of the reason I explained yesterday, the "AUTHENTICATION" problem. That problem they cannot solve and they suggested I find another ISP who would use one of their options which are :- NONE, PLAIN, PLAIN TLS, or NTLM. I know Yahoo and Hotmail do not and I don't know which others to try, I could be trying for ever and a day so I have decided to accept things as they are and carry on using the PC to send documents.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 06:53 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|