WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Samsung ML-2010 in micro core  (Read 2120 times)

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Samsung ML-2010 in micro core
« on: June 26, 2013, 11:45:22 PM »
Hi all,

I'm trying to setup a linux print server.

Samsung ML-2010 connected to microcore 3.8.4 via usb.
Using microcore 3.8.4
Software installed so far.
openssh.tcz
nano.tcz
cups.tcz
ghostscript.tcz
ghostscript_common.tcz
gutenprint.tcz

I've got the cups gui running on a windows computer on my network, and I was hoping to just install the printer from there.

Using the cups gui, I click add printer > select samsung ml2010 > But the list show printer make does not include samsung, is there a extension for samsung printer drivers ?
Live long and prosper.

aus9

  • Guest
Re: Samsung ML-2010 in micro core
« Reply #1 on: June 27, 2013, 12:41:35 AM »
Hi

EDIT

looks like
http://splix.sourceforge.net/ claims it works!

give me a few days and I will see if I can bodgee up a tcz for you

can you tell if this applies ?
Quote
This driver is usable by all printer devices which understand the QPDL
(Quick Page Description Language) language

eek.....it uses a makefile....not so good with them, I would have preferred a configure file

looks like I will use a private extension as splix apparently is hard coded to opt?
I may be wrong.....I am cheating off the debian file at openprinting.
« Last Edit: June 27, 2013, 03:20:08 AM by aus9 »

aus9

  • Guest
Re: Samsung ML-2010 in micro core
« Reply #2 on: June 27, 2013, 06:21:23 AM »
ok private extension and tested up to the point where I have selected the PPD and can see its options.

try at own risk. As its private, because I we are not allowed to submit stuff not built purely from source,
I need your permission to send you a link by pm or by email.

my profile has an email link or pm me. Nothing more to say other than the correct order is for onboot is
cups.tcz
samsung.tcz

I have never used lpadmin and don't have time to read its man page. you may need to google or read the man page from cups-doc to see how to add a printer and change options etc.
Its easier with a web browser.

good luck whatever your decision.

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: Samsung ML-2010 in micro core
« Reply #3 on: June 27, 2013, 08:59:01 PM »
Hi aus9,

Having a crack at compiling it myself, hit a few errors.

I've installed
- cups
- cups-dev

Heres my make config and output
Code: [Select]
$ sudo make DISABLE_JBIG=1 previx=/usr/local/
 +---------------------------------------------+
 |      COMPILATION PARAMETERS SUMMARY         |
 +---------------------------------------------+
 |      THREADS     =  enabled                 |
 |      THREADS Nr  =        2                 |
 |      CACHESIZE   =       30                 |
 |      JBIG        = disabled                 |
 |      BLACK OPTIM =  enabled                 |
 +---------------------------------------------+
 (Do a "make clean" before updating these values)

     LINK              optimized/rastertoqpdl
/usr/local/bin/ld: warning: libpng12.so.0, needed by /usr/local/lib/libcupsimage.so, not found (try using -rpath or -rpath-link)
/usr/local/bin/ld: warning: libjpeg.so.62, needed by /usr/local/lib/libcupsimage.so, not found (try using -rpath or -rpath-link)
/usr/local/lib/libcupsimage.so: undefined reference to `png_destroy_read_struct@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_stdio_src'
/usr/local/lib/libcupsimage.so: undefined reference to `png_set_tRNS_to_alpha@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_calc_output_dimensions'
/usr/local/lib/libcupsimage.so: undefined reference to `png_create_info_struct@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `png_get_valid@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_CreateDecompress'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_destroy_decompress'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_finish_decompress'
/usr/local/lib/libcupsimage.so: undefined reference to `png_get_y_pixels_per_meter@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `png_get_x_pixels_per_meter@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `png_set_packing@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_read_header'
/usr/local/lib/libcupsimage.so: undefined reference to `png_set_strip_16@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `png_read_info@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_start_decompress'
/usr/local/lib/libcupsimage.so: undefined reference to `png_init_io@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `png_set_interlace_handling@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_save_markers'
/usr/local/lib/libcupsimage.so: undefined reference to `png_read_row@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `png_get_IHDR@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `png_read_end@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_std_error'
/usr/local/lib/libcupsimage.so: undefined reference to `png_set_expand@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `png_set_background@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `png_create_read_struct@PNG12_0'
/usr/local/lib/libcupsimage.so: undefined reference to `jpeg_read_scanlines'
collect2: ld returned 1 exit status
make: *** [optimized/rastertoqpdl] Error 1

Looks like I'm missing some extensions...
libpng12  libjpeg seem to be missing.

I'll see if they already exist.
Live long and prosper.

aus9

  • Guest
Re: Samsung ML-2010 in micro core
« Reply #4 on: June 27, 2013, 09:05:57 PM »
I am moving on so good luck