Samsung ML-1710 Printer Problems

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Samsung ML-1710 Printer Problems

    Just got a a new laser printer to install on my server and I'm having
    some problems getting it set up on the network. The software that came
    with the printer worked perfectly, and it prints fine from the server,
    but that's not the point, I want the other computers on the network to
    use it. At first I kept getting the access denied message when mounting
    it on an XP system, but adding "client driver = yes". fixed that. Then
    it would access the printer, dump the job into the spool on the server,
    but not print the test page. After printing a test page once on the
    server, it started lpd and then the print job from XP would start.
    Unfortunately, it just starts to print pages and pages of garbage. If
    it's one thing I hate about Linux, is this lingering, endless problems
    with printers. I went through with this 3+ years ago until I got a
    Lexmark Optra40 PS printer, but I'm tired of being ripped off buying ink
    cartridges for it and that's why I'm replacing it with a laser printer.
    I just haven't been paying attention to the printer wars since PS
    printers always work all the time. But the cost of a PS laser printer...

    Anyway, here is my stuff:

    RH 8.0 professional up to date (I know this is going to other groups
    than the redhat one, but I think this is a generic problem).

    printcap file:

    lp:\
    :sh:\
    :ml#0:\
    :mx#0:\
    :sd=/var/spool/lpd/lp:\
    :if=/usr/local/linuxprinter/filters/spl2print:\
    :lp=/dev/usb/lp0:

    smb.conf file:

    [global]
    log file = /var/log/samba/%m.log
    smb passwd file = /etc/samba/smbpasswd
    load printers = yes
    passwd chat = *New*password* %n\n *Retype*new*password* %n\n
    *passwd:*all*authentication*tokens*updated*success fully*
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    obey pam restrictions = yes
    encrypt passwords = yes
    passwd program = /usr/bin/passwd %u
    dns proxy = no
    netbios name = honcho
    browseable = yes
    server string = Samba Server
    printing = lprng
    unix password sync = Yes
    workgroup = home
    printcap name = /etc/printcap
    security = share
    preferred master = no
    max log size = 0
    pam password change = yes

    [laser]
    printable = yes
    writeable = yes
    public = yes
    path = /var/spool/samba
    use client driver = yes

    My guess is I need to either add a printer just for sharing in printcap
    or give an explicit command for lpr in smb.conf.

    Argh!

    --
    | Jay Schamus
    |
    | "Don't rejoice in his defeat, you men.
    | For though the world stood up and stopped the bastard,
    | The bitch that bore him is in heat again."
    | Bertolt Brecht


    Jay Schamus Guest

  2. Similar Questions and Discussions

    1. printer problems
      Have a very small workgroup of 3 machines and one server. Have aded the 2 printers to the server and shared them. When I try to add the printers to...
    2. Printer Problems in AIX 4.3.3
      I'm having printer problems after attempting to copy a large amount of queue configurations from one system to another. This is what I've done to...
    3. CUPS, Samsung ML-1440, and ghostscript
      Hi! I am wondering if there anybody can get Samsung ML-1440 work with CUPS. I tried the Samsung ML-1200 driver from Foomatic, the result is...
    4. Samsung 1430 on a print server
      Hi, I have a Samsung 1430 attached via USB to a FreeBSD 5 router. I'm a CUPS and LPD newbie, but I seem to have managed to get the 1430 to print...
    5. Samsung Digimax V4 or Nikon Coolpix 4300
      Hello, just after some advice. Im after getting a new digital camera and am thinking of either the Digimax V4 or Coolpix 4300. Anyone any thought...
  3. #2

    Default Re: Samsung ML-1710 Printer Problems

    Sorry about the triple post. Mozilla is wigging out tonite.

    Jay Schamus wrote:
    > Just got a a new laser printer to install on my server and I'm having
    > some problems getting it set up on the network. The software that came
    > with the printer worked perfectly, and it prints fine from the server,
    > but that's not the point, I want the other computers on the network to
    > use it. At first I kept getting the access denied message when mounting
    > it on an XP system, but adding "client driver = yes". fixed that. Then
    > it would access the printer, dump the job into the spool on the server,
    > but not print the test page. After printing a test page once on the
    > server, it started lpd and then the print job from XP would start.
    > Unfortunately, it just starts to print pages and pages of garbage. If
    > it's one thing I hate about Linux, is this lingering, endless problems
    > with printers. I went through with this 3+ years ago until I got a
    > Lexmark Optra40 PS printer, but I'm tired of being ripped off buying ink
    > cartridges for it and that's why I'm replacing it with a laser printer.
    > I just haven't been paying attention to the printer wars since PS
    > printers always work all the time. But the cost of a PS laser printer...
    >
    > Anyway, here is my stuff:
    >
    > RH 8.0 professional up to date (I know this is going to other groups
    > than the redhat one, but I think this is a generic problem).
    >
    > printcap file:
    >
    > lp:\
    > :sh:\
    > :ml#0:\
    > :mx#0:\
    > :sd=/var/spool/lpd/lp:\
    > :if=/usr/local/linuxprinter/filters/spl2print:\
    > :lp=/dev/usb/lp0:
    >
    > smb.conf file:
    >
    > [global]
    > log file = /var/log/samba/%m.log
    > smb passwd file = /etc/samba/smbpasswd
    > load printers = yes
    > passwd chat = *New*password* %n\n *Retype*new*password* %n\n
    > *passwd:*all*authentication*tokens*updated*success fully*
    > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    > obey pam restrictions = yes
    > encrypt passwords = yes
    > passwd program = /usr/bin/passwd %u
    > dns proxy = no
    > netbios name = honcho
    > browseable = yes
    > server string = Samba Server
    > printing = lprng
    > unix password sync = Yes
    > workgroup = home
    > printcap name = /etc/printcap
    > security = share
    > preferred master = no
    > max log size = 0
    > pam password change = yes
    >
    > [laser]
    > printable = yes
    > writeable = yes
    > public = yes
    > path = /var/spool/samba
    > use client driver = yes
    >
    > My guess is I need to either add a printer just for sharing in printcap
    > or give an explicit command for lpr in smb.conf.
    >
    > Argh!
    >

    --
    | Jay Schamus
    |
    | "Don't rejoice in his defeat, you men.
    | For though the world stood up and stopped the bastard,
    | The bitch that bore him is in heat again."
    | Bertolt Brecht


    Jay Schamus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139