A-dogg
January 1st, 2008, 03:53 PM
Like the title says, I've added usbusers group, added the line
none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
to fstab, changed 40-permissions.rules to
# USB devices (usbfs replacement)
#SUBSYSTEM=="usb_device", MODE="0664"
SUBSYSTEM==”usb_device”, GROUP=”usbusers”, MODE=”0664′′
changed mountdevsubfs.sh to remove the #'s so it's
#
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb
(question -- should there be 2 dashes before rbind above? mine has two but most directions i've seen seem to show one... not sure if that matters...)
but it still won't work. xp will recognize new hardware and attempt to install it (sometimes successfully -- as far as it says), but the drives still don't show up in My Computer.
Any advice?
none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
to fstab, changed 40-permissions.rules to
# USB devices (usbfs replacement)
#SUBSYSTEM=="usb_device", MODE="0664"
SUBSYSTEM==”usb_device”, GROUP=”usbusers”, MODE=”0664′′
changed mountdevsubfs.sh to remove the #'s so it's
#
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb
(question -- should there be 2 dashes before rbind above? mine has two but most directions i've seen seem to show one... not sure if that matters...)
but it still won't work. xp will recognize new hardware and attempt to install it (sometimes successfully -- as far as it says), but the drives still don't show up in My Computer.
Any advice?