Announcement

Collapse
No announcement yet.

Can Not Print Over Network After Upgrade To 8.04

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can Not Print Over Network After Upgrade To 8.04

    I just recently upgraded from 7.10 to 8.04. Since then I can not print from my Windows XP machine over the network to the printer connected to my Linux machine. Previously, with 7.10, this setup worked perfectly and I elected to keep my original /etc/samba/smb.conf file so nothing has changed. I can print from the Linux machine to which the printer is connected but I can not print over the network.

    Here is my smb.conf file.
    [global]
    ; General server settings
    netbios name = Linuxshares
    server string =
    workgroup = MSHOME

    announce version = 5.0
    socket options = SO_KEEPALIVE TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192

    passdb backend = tdbsam
    null passwords = yes
    username map = /etc/samba/smbusers
    name resolve order = hosts wins bcast

    wins support = yes
    ;was no.

    printing = CUPS
    printcap name = CUPS

    ; syslog = 1
    syslog only = yes
    security = user
    restrict anonymous = no
    domain master = no
    preferred master = no

    max protocol = NT
    acl compatibility = winnt
    ldap ssl = No
    server signing = Auto
    ; encrypt passwords = yes
    ; guest ok = no
    ; guest account = nobody

    ; NOTE: If you need access to the user home directories uncomment the
    ; lines below and adjust the settings to your hearts content.
    [home]
    valid users = %S
    create mode = 0600
    directory mode = 0777
    ; browseable = yes
    read only = no
    veto files = /*.{*}/.*/mail/bin/

    [printers]
    path = /tmp
    printable = yes
    guest ok = yes
    browseable = no
    printer name = HPDeskjetF4180
    comment = Kubuntu Printer


    [mrmsu]
    path = /home/samba
    case sensitive = no
    strict locking = no
    guest ok = yes
    msdfs proxy = no
    comment = Kubuntu Home Direcotry

    directory mode = 0777
    writeable = yes
    ; browseable = yes


    [Desktop]
    comment = Linux Desktop
    path = /home/mrmsu/Desktop
    writeable = yes
    ; browseable = yes
    valid users = mike
    All help is greatly appreciated...

    Mike
    sudo make me rich<br /><br />Kubuntu Gutsy 7.10<br />KDE 3.5<br />Compaq Presario 5000<br />Intel Celeron 1.2 Ghz<br />512 Ram, Riva TNT2 Video Card<br />All the above hardware is 7 year old junk but<br />Linux runs great on it.&nbsp; :&gt<br />Ham Radio Rules

    #2
    Re: Can Not Print Over Network After Upgrade To 8.04

    Ok...now I've got it down to not having permission to use the printer over the network. Previously, I could not even connect to it. Now, I can connect to it but I do not have permission to print to it. How do I set permissions on this printer?

    Thanks,

    Mike
    sudo make me rich<br /><br />Kubuntu Gutsy 7.10<br />KDE 3.5<br />Compaq Presario 5000<br />Intel Celeron 1.2 Ghz<br />512 Ram, Riva TNT2 Video Card<br />All the above hardware is 7 year old junk but<br />Linux runs great on it.&nbsp; :&gt<br />Ham Radio Rules

    Comment

    Working...
    X