Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: lexmark x1180  (gelezen 4256 keer)

el_andalus

  • Gast
lexmark x1180
« Gepost op: 2008/03/07, 23:29:05 »
Eén van de laatste redenen waarom ik af en toe nog windows xp moet opstarten is mijn "kletsmark" X1180.

De driver heb ik al gevonden via linuxprinting: drv_x125

Ik heb de tarball binnen gehaald en uitgepakt op mijn bureaublad, maar ik weet niet goed hoe ik nu precies de driver kan installeren.

Een beetje hulp of een link naar een howto (liefst verstaanbaar voor een beginnende ubuntero) zou welkom zijn.

Ook een eventuele terminal installatie mag altijd, het hoeft (uiteraard) niet per se grafisch.

Eén ding staat vast: mijn volgende printer wordt een out of the box hp die wél ondersteund wordt door de fabrikant voor linux...

:)

lexmark x1180
« Reactie #1 Gepost op: 2008/03/08, 11:36:47 »
el_andalus, wat voor een extensie heeft het bestand drv_x125? tar ?
of iets anders? Kijk eens bij de link in mijn handtekening.
Op deze site wat info
http://www.openprinting.org/show_printer.cgi?recnum=Lexmark-X1180
http://www.openprinting.org/show_driver.cgi?driver=drv_x125&fromprinter=Lexmark-X1180

Met vriendelijke groet,

Gijs
In der Beschränkung zeigt sich der Meister.

el_andalus

  • Gast
lexmark x1180
« Reactie #2 Gepost op: 2008/03/08, 12:05:49 »
x125-drv-0.2.3.tar.gz

el_andalus

  • Gast
lexmark x1180
« Reactie #3 Gepost op: 2008/03/08, 12:35:56 »
Heb de link in je handtekening gecheckt.

Via de terminal kreeg ik dit:

andalus@andalus-desktop:~$ cd '/home/andalus/Bureaublad/drv_x125'
andalus@andalus-desktop:~/Bureaublad/drv_x125$ ./configure
bash: ./configure: Bestand of map bestaat niet
andalus@andalus-desktop:~/Bureaublad/drv_x125$ make
make: *** Geen doelen opgegeven en geen makefile gevonden.  Gestopt.
andalus@andalus-desktop:~/Bureaublad/drv_x125$
andalus@andalus-desktop:~/Bureaublad/drv_x125$

Ik kan dus niet naar de volgende stap gaan: sudo checkinstall

Wat nu?

Offline eendje

  • Lid
lexmark x1180
« Reactie #4 Gepost op: 2008/03/08, 16:48:44 »
Je moet eerst nog naar de src map gaan, dus

cd src
make
sudo checkinstall

Ik kreeg hier een hoop meldingen bij het uitvoeren van make, maar het waren blijkbaar geen kritieke fouten als ik eht zo zag.

Heb je het pakket checkinstall al wel geïnstalleerd? Checkinstall zorgt er voor dat er eerst een .deb file woordt gemaakt, zodat je later het programma weer kunt uninstallen via Synaptic.
Een dag niets geleerd is een dag niet geleefd!
Ik blog dus ik besta!
__________________________________________________________
Een vraag? Heb je al eens gekeken op: http://wiki.ubuntu-nl.org/FAQ?

el_andalus

  • Gast
lexmark x1180
« Reactie #5 Gepost op: 2008/03/09, 12:19:36 »
Nu krijg ik het volgende:

andalus@andalus-desktop:~$ cd '/home/andalus/Bureaublad/drv_x125'
andalus@andalus-desktop:~/Bureaublad/drv_x125$ cd src
andalus@andalus-desktop:~/Bureaublad/drv_x125/src$ make
gcc -o x125_cmyk x125_cmyk.c
x125_cmyk.c:40:19: fout: stdio.h: Bestand of map bestaat niet
x125_cmyk.c:41:20: fout: stdlib.h: Bestand of map bestaat niet
x125_cmyk.c:42:20: fout: string.h: Bestand of map bestaat niet
x125_cmyk.c:43:24: fout: sys/select.h: Bestand of map bestaat niet
x125_cmyk.c:44:19: fout: fcntl.h: Bestand of map bestaat niet
x125_cmyk.c:83: fout: ‘NULL’ undeclared here (not in a function)
x125_cmyk.c:220: fout: beginwaarde-element is niet constant
x125_cmyk.c:220: fout: (near initialization for ‘ghostscript[14].name’)
x125_cmyk.c:224: fout: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
x125_cmyk.c: In functie ‘put_block_verbatim’:
x125_cmyk.c:259: fout: ‘fd_set’ undeclared (first use in this function)
x125_cmyk.c:259: fout: (Each undeclared identifier is reported only once
x125_cmyk.c:259: fout: for each function it appears in.)
x125_cmyk.c:259: fout: expected ‘;’ before ‘rfd’
x125_cmyk.c:260: fout: storage size of ‘tv’ isn’t known
x125_cmyk.c:264: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘malloc’
x125_cmyk.c:267: fout: ‘rfd’ undeclared (first use in this function)
x125_cmyk.c:268: fout: ‘wfd’ undeclared (first use in this function)
x125_cmyk.c:273: fout: request for member ‘tv_sec’ in something not a structure or union
x125_cmyk.c:274: fout: request for member ‘tv_usec’ in something not a structure or union
x125_cmyk.c:278: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘exit’
x125_cmyk.c:289: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘exit’
x125_cmyk.c: In functie ‘grow_chunk_buffer’:
x125_cmyk.c:306: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘malloc’
x125_cmyk.c:312: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘malloc’
x125_cmyk.c:313: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘memcpy’
x125_cmyk.c: In functie ‘put_block’:
x125_cmyk.c:329: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘memcpy’
x125_cmyk.c: In functie ‘print’:
x125_cmyk.c:684: fout: ‘FILE’ undeclared (first use in this function)
x125_cmyk.c:684: fout: ‘ftmp’ undeclared (first use in this function)
x125_cmyk.c:684: fout: ongeldige operanden voor binaire *-operator
x125_cmyk.c:712: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘malloc’
x125_cmyk.c:713: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘memset’
x125_cmyk.c:753: fout: ‘in’ undeclared (first use in this function)
x125_cmyk.c:755: fout: ‘SEEK_CUR’ undeclared (first use in this function)
x125_cmyk.c:883: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘memcpy’
x125_cmyk.c:930: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fwrite’
x125_cmyk.c:976: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fwrite’
x125_cmyk.c: In functie ‘find_param’:
x125_cmyk.c:1022: let op: initialization from incompatible pointer type
x125_cmyk.c:1026: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘strlen’
x125_cmyk.c:1036: let op: return from incompatible pointer type
x125_cmyk.c: In functie ‘main’:
x125_cmyk.c:1055: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1055: fout: ‘stderr’ undeclared (first use in this function)
x125_cmyk.c:1067: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1076: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1085: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1097: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1098: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘exit’
x125_cmyk.c:1102: fout: ‘in’ undeclared (first use in this function)
x125_cmyk.c:1102: fout: ‘stdin’ undeclared (first use in this function)
x125_cmyk.c:1103: fout: ‘O_RDWR’ undeclared (first use in this function)
make: *** [x125_cmyk] Fout 1
andalus@andalus-desktop:~/Bureaublad/drv_x125/src$ sudo checkinstall

checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
           This software is released under the GNU GPL.


The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs?  [y]: y

Preparing package documentation...OK

*** No known documentation files were found. The new package
*** won't include a documentation directory.

*****************************************
**** Debian package creation selected ***
*****************************************
/usr/bin/checkinstall: line 1166: dpkg-architecture: opdracht niet gevonden

This package will be built according to these values:

0 -  Maintainer: [ root@andalus-desktop ]
1 -  Summary: [ drv_x125 ]
2 -  Name:    [ src ]
3 -  Version: [ 20080309 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ src ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]

Enter a number to change any of them or press ENTER to continue:

Installing with make install...

========================= Installation results ===========================
gcc -o x125_cmyk x125_cmyk.c
x125_cmyk.c:40:19: fout: stdio.h: Bestand of map bestaat niet
x125_cmyk.c:41:20: fout: stdlib.h: Bestand of map bestaat niet
x125_cmyk.c:42:20: fout: string.h: Bestand of map bestaat niet
x125_cmyk.c:43:24: fout: sys/select.h: Bestand of map bestaat niet
x125_cmyk.c:44:19: fout: fcntl.h: Bestand of map bestaat niet
x125_cmyk.c:83: fout: ‘NULL’ undeclared here (not in a function)
x125_cmyk.c:220: fout: beginwaarde-element is niet constant
x125_cmyk.c:220: fout: (near initialization for ‘ghostscript[14].name’)
x125_cmyk.c:224: fout: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
x125_cmyk.c: In functie ‘put_block_verbatim’:
x125_cmyk.c:259: fout: ‘fd_set’ undeclared (first use in this function)
x125_cmyk.c:259: fout: (Each undeclared identifier is reported only once
x125_cmyk.c:259: fout: for each function it appears in.)
x125_cmyk.c:259: fout: expected ‘;’ before ‘rfd’
x125_cmyk.c:260: fout: storage size of ‘tv’ isn’t known
x125_cmyk.c:264: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘malloc’
x125_cmyk.c:267: fout: ‘rfd’ undeclared (first use in this function)
x125_cmyk.c:268: fout: ‘wfd’ undeclared (first use in this function)
x125_cmyk.c:273: fout: request for member ‘tv_sec’ in something not a structure or union
x125_cmyk.c:274: fout: request for member ‘tv_usec’ in something not a structure or union
x125_cmyk.c:278: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘exit’
x125_cmyk.c:289: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘exit’
x125_cmyk.c: In functie ‘grow_chunk_buffer’:
x125_cmyk.c:306: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘malloc’
x125_cmyk.c:312: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘malloc’
x125_cmyk.c:313: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘memcpy’
x125_cmyk.c: In functie ‘put_block’:
x125_cmyk.c:329: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘memcpy’
x125_cmyk.c: In functie ‘print’:
x125_cmyk.c:684: fout: ‘FILE’ undeclared (first use in this function)
x125_cmyk.c:684: fout: ‘ftmp’ undeclared (first use in this function)
x125_cmyk.c:684: fout: ongeldige operanden voor binaire *-operator
x125_cmyk.c:712: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘malloc’
x125_cmyk.c:713: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘memset’
x125_cmyk.c:753: fout: ‘in’ undeclared (first use in this function)
x125_cmyk.c:755: fout: ‘SEEK_CUR’ undeclared (first use in this function)
x125_cmyk.c:883: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘memcpy’
x125_cmyk.c:930: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fwrite’
x125_cmyk.c:976: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fwrite’
x125_cmyk.c: In functie ‘find_param’:
x125_cmyk.c:1022: let op: initialization from incompatible pointer type
x125_cmyk.c:1026: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘strlen’
x125_cmyk.c:1036: let op: return from incompatible pointer type
x125_cmyk.c: In functie ‘main’:
x125_cmyk.c:1055: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1055: fout: ‘stderr’ undeclared (first use in this function)
x125_cmyk.c:1067: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1076: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1085: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1097: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘fprintf’
x125_cmyk.c:1098: let op: onverenigbare impliciete declaratie van ingebouwde functie ‘exit’
x125_cmyk.c:1102: fout: ‘in’ undeclared (first use in this function)
x125_cmyk.c:1102: fout: ‘stdin’ undeclared (first use in this function)
x125_cmyk.c:1103: fout: ‘O_RDWR’ undeclared (first use in this function)
make: *** [x125_cmyk] Fout 1

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

andalus@andalus-desktop:~/Bureaublad/drv_x125/src$ cd '/home/andalus/Bureaublad/drv_x125'
andalus@andalus-desktop:~/Bureaublad/drv_x125$ ./configure
bash: ./configure: Bestand of map bestaat niet
andalus@andalus-desktop:~/Bureaublad/drv_x125$ make
make: *** Geen doelen opgegeven en geen makefile gevonden.  Gestopt.
andalus@andalus-desktop:~/Bureaublad/drv_x125$ sudo checkinstall

checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
           This software is released under the GNU GPL.


The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs?  [y]: y

Preparing package documentation...OK

Please write a description for the package.
End your description with an empty line or EOF.
>>    


Aangezien ik niet meer wist wat te doen, ben ik maar gestopt en uit de terminal gegaan.

Offline eendje

  • Lid
lexmark x1180
« Reactie #6 Gepost op: 2008/03/09, 14:24:52 »
Heb je wel het pakket build-essentials geïnstalleerd? Er wordt gezegd dat er allemaal standaard header files missen zoals stdio.h, string.h e.d.
Een dag niets geleerd is een dag niet geleefd!
Ik blog dus ik besta!
__________________________________________________________
Een vraag? Heb je al eens gekeken op: http://wiki.ubuntu-nl.org/FAQ?

el_andalus

  • Gast
lexmark x1180
« Reactie #7 Gepost op: 2008/03/09, 15:35:55 »
Neen.

Ik heb inmiddels via Synaptic het pakket build essential geïnstalleerd.

Later deze avond of morgen ga ik het nog allemaal eens proberen en als er wat scheelt, dan zal ik plaatsen wat er in de terminal verschijnt.

Bedankt alvast voor de hulp, eendje.

Mvg!

el_andalus

  • Gast
lexmark x1180
« Reactie #8 Gepost op: 2008/03/09, 16:39:14 »
andalus@andalus-desktop:~$ cd '/home/andalus/Bureaublad/drv_x125'
andalus@andalus-desktop:~/Bureaublad/drv_x125$ ./configure
bash: ./configure: Bestand of map bestaat niet
andalus@andalus-desktop:~/Bureaublad/drv_x125$ make
make: *** Geen doelen opgegeven en geen makefile gevonden.  Gestopt.
andalus@andalus-desktop:~/Bureaublad/drv_x125$ sudo checkinstall

checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
           This software is released under the GNU GPL.



*****************************************
**** Debian package creation selected ***
*****************************************

*** Warning: The package name "drv_x125" contains illegal.
*** Warning: characters. dpkg might not like that so I changed
*** Warning: them to dashes.

This package will be built according to these values:

0 -  Maintainer: [ root@andalus-desktop ]
1 -  Summary: [ Package created with checkinstall 1.6.1 ]
2 -  Name:    [ drv-x125 ]
3 -  Version: [ 20080309 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ drv_x125 ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]

Enter a number to change any of them or press ENTER to continue:

Installing with make install...

========================= Installation results ===========================
make: *** Er is geen regel om doel 'install' te maken.  Gestopt.

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

andalus@andalus-desktop:~/Bureaublad/drv_x125$

EN

andalus@andalus-desktop:~$ cd '/home/andalus/Bureaublad/drv_x125'
andalus@andalus-desktop:~/Bureaublad/drv_x125$ cd src
andalus@andalus-desktop:~/Bureaublad/drv_x125/src$ make
make: 'x125_cmyk' is bijgewerkt.
andalus@andalus-desktop:~/Bureaublad/drv_x125/src$ sudo checkinstall

checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
           This software is released under the GNU GPL.


The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs?  [y]: y

Preparing package documentation...OK

*** No known documentation files were found. The new package
*** won't include a documentation directory.

*****************************************
**** Debian package creation selected ***
*****************************************

This package will be built according to these values:

0 -  Maintainer: [ root@andalus-desktop ]
1 -  Summary: [ drv_x125 ]
2 -  Name:    [ src ]
3 -  Version: [ 20080309 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ src ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]

Enter a number to change any of them or press ENTER to continue:

Installing with make install...

========================= Installation results ===========================
cp x125_cmyk /usr/local/bin
chmod a+x x125_cmyk_print.sh
cp x125_cmyk_print.sh /usr/local/bin
cp ../foomatic/db/source/driver/*.xml /usr/share/foomatic/db/source/driver
cp ../foomatic/db/source/printer/*.xml /usr/share/foomatic/db/source/printer
cp ../foomatic/db/source/opt/*.xml /usr/share/foomatic/db/source/opt

======================== Installation successful ==========================
grep: /var/tmp/LpScmeNenIdchRCNOGQmN/newfile: Bestand of map bestaat niet

Copying files to the temporary directory...OK

Striping ELF binaries and libraries...OK

Compressing man pages...OK

Building file list...OK

Building Debian package...OK

Installing Debian package... FAILED!

*** Failed to install the package

Do you want to see the log file?  [y]:


Als ik voor "yes" kies, krijg ik het volgende:

(Database inlezen ... 105318 bestanden en mappen geïnstalleerd.)
Uitpakken van src (uit .../src/src_20080309-1_i386.deb) ...
dpkg: fout bij afhandelen van /home/andalus/Bureaublad/drv_x125/src/src_20080309-1_i386.deb (--install):
 poging tot overschrijven van `/usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml', wat ook in pakket foomatic-db zit
Fouten gevonden tijdens behandelen van:
 /home/andalus/Bureaublad/drv_x125/src/src_20080309-1_i386.deb
/var/tmp/LpScmeNenIdchRCNOGQmN/dpkginstall.log (END)

Hopelijk hebben jullie hier wat aan.

Mvg.

Offline eendje

  • Lid
lexmark x1180
« Reactie #9 Gepost op: 2008/03/09, 20:48:25 »
Blijkbaar werkt de DEB-file die je aangemaakt niet, omdat de DEB-file niet een bestand bestand mag overschrijven. Beetje vaag maar goed. Type in het terminal venster het volgende commando eens  in (beter is kopiëren en plakken):

sudo mv /usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml /usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml.org

en daarna:

sudo dpkg --install src*.deb

Voor het laatste commandoe moet je wel in de map /home/andalus/Bureaublad/drv_x125/src/ staan.
Een dag niets geleerd is een dag niet geleefd!
Ik blog dus ik besta!
__________________________________________________________
Een vraag? Heb je al eens gekeken op: http://wiki.ubuntu-nl.org/FAQ?

lexmark x1180
« Reactie #10 Gepost op: 2008/03/09, 21:17:36 »
Bij mij gaat het zo in de terminal:
gijs@gijs-desktop:~$ cd Downloads
gijs@gijs-desktop:~/Downloads$ cd drv_x125
gijs@gijs-desktop:~/Downloads/drv_x125$ dir
ChangeLog  FAQ  foomatic  INSTALL  LICENSE  README  src
gijs@gijs-desktop:~/Downloads/drv_x125$ cd src
gijs@gijs-desktop:~/Downloads/drv_x125/src$ make
gcc -o x125_cmyk x125_cmyk.c
gijs@gijs-desktop:~/Downloads/drv_x125/src$ su
Wachtwoord:
root@gijs-desktop:/home/gijs/Downloads/drv_x125/src# make install
cp x125_cmyk /usr/local/bin
chmod a+x x125_cmyk_print.sh
cp x125_cmyk_print.sh /usr/local/bin
cp ../foomatic/db/source/driver/*.xml /usr/share/foomatic/db/source/driver
cp ../foomatic/db/source/printer/*.xml /usr/share/foomatic/db/source/printer
cp ../foomatic/db/source/opt/*.xml /usr/share/foomatic/db/source/opt
root@gijs-desktop:/home/gijs/Downloads/drv_x125/src#
Lijkt bij mij goed te gaan, ik heb deze via de tweede link gedownload, dan kom je bij deze uit http://sourceforge.net/projects/x125-linux/ misschien dat je deze kan downloaden. Of had je hem daar vandaan?
Verder kan ik niet gaan omdat ik geen Lexmark printer heb.
Misschien kan je dit nog proberen:
Met dit in je adresbalk van je browser kom je in Cups http://localhost:631/

Met vriendelijke groet,

Gijs
In der Beschränkung zeigt sich der Meister.

Offline eendje

  • Lid
lexmark x1180
« Reactie #11 Gepost op: 2008/03/09, 21:20:23 »
Ik had checkinstall aangeraden i.p.v. make install, omdat er dan een DEBje  gemaakt wordt die je later eenvoudig via Synaptic kunt verwijderen.
Een dag niets geleerd is een dag niet geleefd!
Ik blog dus ik besta!
__________________________________________________________
Een vraag? Heb je al eens gekeken op: http://wiki.ubuntu-nl.org/FAQ?

lexmark x1180
« Reactie #12 Gepost op: 2008/03/09, 21:48:45 »
Eendje, ik heb gewoon uitgevoerd wat in de INSTALL staat. Ik heb even niet goed opgelet wat jij hebt geschreven, een DEB ervan maken is inderdaad makkelijker, zal het onthouden voor een volgende keer. Bedankt nog voor de tip.

Met vriendelijke groet,

Gijs
In der Beschränkung zeigt sich der Meister.

el_andalus

  • Gast
lexmark x1180
« Reactie #13 Gepost op: 2008/03/10, 12:05:41 »
Okee eendje, en heel erg bedankt voor de hulp!

Vanavond probeer ik het uit en dan post ik het resultaat.

el_andalus

  • Gast
lexmark x1180
« Reactie #14 Gepost op: 2008/03/10, 18:15:38 »
Citaat van: eendje
Blijkbaar werkt de DEB-file die je aangemaakt niet, omdat de DEB-file niet een bestand bestand mag overschrijven. Beetje vaag maar goed. Type in het terminal venster het volgende commando eens  in (beter is kopiëren en plakken):

sudo mv /usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml /usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml.org

en daarna:

sudo dpkg --install src*.deb

Voor het laatste commandoe moet je wel in de map /home/andalus/Bureaublad/drv_x125/src/ staan.
Dit is wat ik krijg

andalus@andalus-desktop:~$ sudo mv /usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml /usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml.org
mv: kan stat niet toepassen op ‘/usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml’: Bestand of map bestaat niet
andalus@andalus-desktop:~$ cd '/home/andalus/Bureaublad/drv_x125'
andalus@andalus-desktop:~/Bureaublad/drv_x125$ cd src
andalus@andalus-desktop:~/Bureaublad/drv_x125/src$ sudo dpkg --install src*.deb
(Database inlezen ... 105318 bestanden en mappen geïnstalleerd.)
Uitpakken van src (uit src_20080309-1_i386.deb) ...
dpkg: fout bij afhandelen van src_20080309-1_i386.deb (--install):
 poging tot overschrijven van `/usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml', wat ook in pakket foomatic-db zit
Uitpakken van src (uit src_20080310-1_i386.deb) ...
dpkg: fout bij afhandelen van src_20080310-1_i386.deb (--install):
 poging tot overschrijven van `/usr/share/foomatic/db/source/opt/drv_x125-Resolution.xml', wat ook in pakket foomatic-db zit
Fouten gevonden tijdens behandelen van:
 src_20080309-1_i386.deb
 src_20080310-1_i386.deb
andalus@andalus-desktop:~/Bureaublad/drv_x125/src$

el_andalus

  • Gast
lexmark x1180
« Reactie #15 Gepost op: 2008/03/13, 10:49:07 »
Iemand enige suggesties eventueel?

Mvg.

el_andalus

  • Gast
lexmark x1180
« Reactie #16 Gepost op: 2008/03/18, 11:43:24 »
Nog steeds niemand..?

Mvg ;)

lexmark x1180
« Reactie #17 Gepost op: 2008/03/18, 16:37:57 »
Ik had in post 11 geschreven hoe ik het heb geïnstalleerd, dat ging verder zonder foutmelding. Ik denk dat het al, als je met de bestand bladeraar naar de map /usr/share/foomatic/db/source/opt/ gaat zal je zien dat de genoemde bestanden er al in staan.
Misschien kan je hiernog naar kijken, volgens openprinting http://www.linux-foundation.org/en/OpenPrinting/Database/CUPSDocumentation moet het goed werken met Cups:
Met dit in je adresbalk van je browser kom je in Cups: http://localhost:631/ Dan krijg je een scherm met tabjes kiezen voor add iets lager op het scherm gegevens invullen en bij het volgende scherm zou je moeten kunnen kiezen voor je lexmark printer.
Ik hoop dat je er iets aan hebt.

Met vriendelijke groet,

Gijs
In der Beschränkung zeigt sich der Meister.