Comment 4 for bug 220755

Revision history for this message
Duck (duckjcv) wrote :

SCX4200 en ubuntu 8.10 OK OK OK

Después de instalar la impresora con el driver oficial de Samsung, y comprobar que la impresora funciona bien, falta detectar el scaner. Para eso:

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!!

(en http://ge.ubuntuforums.com/showthread.php?s=6db0e4ad1558703bc1665ff4059c1d50&t=762159&page=2)