Setting up a scanner is a very annoying thing without this guide. You will find that by default it works for root but not for a regular user. Before following this guide you are probably getting a no devices available error when running xsane as a normal user.
This article assumes you are using the 2.6 kernel, I'm not sure if these instructions will work for 2.4.
The solution is to add a group called scanner and make yourself a member of that group, so add the following line to /etc/group
scanner:x:103:andrewChoose any unused group number (103 was the first available to me) and replace
andrew with your username./etc/rc.d/rc.udev restart Now after you plug in the scanner, the scanner group will have read/write permissions to the device file (it's something like /dev/usbdev2.2)