LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Scanner device driver disappears after re-boot (https://www.linuxquestions.org/questions/fedora-35/scanner-device-driver-disappears-after-re-boot-4175443068/)

mctoons 12-26-2012 11:44 PM

Scanner device driver disappears after re-boot
 
I have just upgraded to Fedora 17. I rebuilt my old XVscan device driver (scandev) for
my old HP scanner, and moved it to the /dev directory. Everything was working fine until
I re-booted. After the system was up and running again, I noticed that the device driver
was gone. I repeated this a few times just to make sure I wasn't missing something. Does
anybody know how to make sure the driver is not removed every time I re-boot?
Thanks

malekmustaq 12-27-2012 05:08 AM

Quote:

I noticed that the device driver was gone. I repeated this a few times just to make sure I wasn't missing something. Does anybody know how to make sure the driver is not removed every time I re-boot?
The directory /dev is the working directory of subsystem 'udev' it is constantly reviewed, cleaned, corrected, modified or created each boot time, just like the /sys directory it is no longer a user specified content. There is no way you may place personal files therein: anything udev finds unreasonable (to it) shall be removed before proceeds to daemon mode.

Where scanner modules are placed depends upon the manufacturer's choice; some uses /opt/brand/scanner others use /usr/local/brand/sane. Here is an example how scanner drivers are used and how it is configured.

If you have given enough information about your case other members may have been able to help you precisely. So after reading that link you should have enough idea what data the helpers here need to know to submit a better post.

Hope that helps.

Good luck.

mctoons 12-27-2012 10:04 PM

I guess I now understand why the group privileges I modified for the ttySxx devices all get changed back to the default. I suppose it is time to spent some time
reading a little to understand the changes to Linux.
Thanks for the help...


All times are GMT -5. The time now is 12:02 PM.