
Originally Posted by
tayroni
I'M BACK!!!
And today I'm installed intrepid ibex and I had problems (again) with the Samsung SCX-4200. On intrepid there is the same usb-related problem on hardy: The driver software by SAMSUNG looks for the usb device on /proc/bus/usb/00*/00*, but all software is ported to look only on /dev/bus/usb/00*/00*.
But, 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.
HAPPY INTREPID TO YOU!!!
Bookmarks