Hey folks,

i got some trouble while changing the rights of a device on startup
with udev. The device named /dev/windrvr6 and is a cable driver used
by Xilinx tools to program an fpga. The rights of the device should be
666, rw for everyone, but by default they are 644, so i added a udev
rule. It looks like this:

[pc18 rules.d]# cat windrvr6.rules
KERNEL=="windrvr6",     MODE="0666"

After reloading the rules the rights are still the same and when i
examine the log i get this lines:


Oct 12 21:28:36 pc18 kernel: windrvr6: no version for "struct_module"
found: kernel tainted.
Oct 12 21:28:36 pc18 kernel: windrvr6: module license 'Proprietary'
taints kernel.
Oct 12 21:28:58 pc18 udevd-event[3833]: udev_rules_get_run: rule
applied, 'windrvr6_pci' is ignored
Oct 12 21:28:58 pc18 udevd-event[3836]: udev_rules_get_run: rule
applied, 'windrvr6' is ignored
Oct 12 21:29:01 pc18 udevd-event[3840]: udev_rules_get_run: rule
applied, 'windrvr6' is ignored
Oct 12 21:29:01 pc18 udevd-event[3843]: udev_rules_get_run: rule
applied, 'windrvr6_pci' is ignored

So whats the Problem? The driver itself is working fine when i change
rights on my own.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to