[Bug 314541] Re: Problems with scanning - Samsung SCX-4200

2009-01-08 Thread Libor Šedivý
Are there any patches for it? Can I repair it by hand (reprogramming)?
Scanning is for my friend very important, otherwise we must to use
another Canon-compatible distro. But IMHO it is not right way, I like
Ubuntu ;).

-- 
Problems with scanning - Samsung SCX-4200
https://bugs.launchpad.net/bugs/314541
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 314541] Re: Problems with scanning - Samsung SCX-4200

2009-01-07 Thread Luis F. Lopez
This issue is caused by the fact that the Samsung utility is looking for
/proc/bus/usb

** Changed in: ubuntu
   Status: New = Invalid

** bug changed to question:
   https://answers.edge.launchpad.net/ubuntu/+question/56707

-- 
Problems with scanning - Samsung SCX-4200
https://bugs.launchpad.net/bugs/314541
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 314541] Re: Problems with scanning - Samsung SCX-4200

2009-01-06 Thread Libor Šedivý
And I tried this too:

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

-- 
Problems with scanning - Samsung SCX-4200
https://bugs.launchpad.net/bugs/314541
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs