On Thu, 2006-05-18 at 00:04 +0200, Marco Menardi wrote: > Marco Menardi wrote: > > Pietro Cesana wrote: > >> Hi guys, > >> I'm trying to install visdn on a debian testing. > >> I have already installed a testing updated 2 weeks ago that is working > >> (udev 0.89). > >> The new system fully updated has udev 0.91 and syslog says the following > >> message: > >> > >> May 15 13:18:41 asterisk-backup udevd[3172]: add_to_rules: invalid rule > >> '/etc/udev/rules.d/30-visdn.rules:3' > >> May 15 13:18:41 asterisk-backup udevd[3172]: add_to_rules: invalid rule > >> '/etc/udev/rules.d/30-visdn.rules:4'
> I've found, that post were right, just you should have the knowledge to > know what change from "=" to "==" and what to leave alone as "=". > The 30-visdn.rules that works is like this (changed "=" to "==" just for > KERNEL and SUBSYSTEM): > > # Rules to create vISDN associated devices > > KERNEL=="*", SUBSYSTEM=="visdn", NAME="visdn/%k" GROUP="pbx" MODE="0660" > KERNEL=="*", SUBSYSTEM=="visdn-timer", NAME="visdn/timers/%k", > SYMLINK="visdn/timer" GROUP="pbx" MODE="0660" Hi Marco, thanks for the tip, I'll try asap. Yesterday I found that solution (= to ==) but as you did I changed all the stuff. I should read more carefully: == is for match and = for assignment, I just didn't realized what to assign and what to match :)) thanks Pietro _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
