Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Samsung SCX-4200 scanner does not work on Ubuntu 8.04 Hardy Heron

  1. #11
    Join Date
    Nov 2008
    Location
    Goiânia, Brazil
    Beans
    1
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Samsung SCX-4200 scanner does not work on Ubuntu 8.04 Hardy Heron

    Hi,

    I had the same problem, but resolved it in 8.10 x64

    Solution :
    Code:
    sudo gedit /etc/fstab
    and add after the last line
    Code:
    none /proc/bus/usb usbfs devgid=1000,devmode=664 0 0
    Hope it helps someone

    Regards,

    EckyBrazzz

  2. #12
    Join Date
    Sep 2007
    Beans
    29

    Re: Samsung SCX-4200 scanner does not work on Ubuntu 8.04 Hardy Heron

    I solved doing this:

    The same manual for hardy cannot be followed by intrepid because
    /etc/init.d/mountdevsubfs.sh was updated.

    To reenable support on /proc/bus/usb/00*/00*, add yourself to the groups lp, lpadmin and scanner:

    sudo adduser your_login_here lp
    sudo adduser your_login_here lpadmin
    sudo adduser your_login_here scanner

    and edit the file /etc/init.d/mountdevsubfs.sh. ADD THE LINES:

    #
    # Magic to KEEP /proc/bus/usb working
    #
    mkdir -p /dev/bus/usb/.usbfs
    domount usbfs "" /dev/bus/usb/.usbfs usbfs -obusmode=0700,devmode=0600,listmode=0644
    ln -s .usbfs/devices /dev/bus/usb/devices
    mount --rbind /dev/bus/usb /proc/bus/usb

    right below the line

    domount devpts "" /dev/pts devpts -onoexec,nosuid,gid=$TTYGRP,mode=$TTYMODE

    Finally, reboot.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

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