On Wed June 14 2006 14:27, you wrote: > > i tried with last udev 0.94 , but it doesn't work > > what do you mean it doesn't work? what are symptoms? > > Regards, > Tomas Vilda > > Waiting for device file /dev/visdn/netdev-control to appear.............timeout (ensure udev is configured correctly)
ls -la /sbin/udev* [EMAIL PROTECTED] /usr/src/isdn--devel--0.1--patch-666 ]# ls -la /sbin/udev* -rwxr-xr-x 1 root root 68896 Mar 8 14:46 /sbin/udev -rwxr-xr-x 1 root root 28113 Jun 13 19:49 /sbin/udevcontrol -rwxr-xr-x 1 root root 143595 Jun 13 19:49 /sbin/udevd -rwxr-xr-x 1 root root 8940 Mar 8 14:46 /sbin/udevsend -rwxr-xr-x 1 root root 46568 Jun 13 19:49 /sbin/udevsettle lrwxrwxrwx 1 root root 10 Jun 6 20:15 /sbin/udevstart -> /sbin/udev lrwxrwxrwx 1 root root 11 Jun 6 20:15 /sbin/udevstart.static -> udev.static -rwxr-xr-x 1 root root 541716 Mar 8 14:46 /sbin/udev.static -rwxr-xr-x 1 root root 50488 Jun 13 19:49 /sbin/udevtrigger -rwxr-xr-x 1 root root 39296 Mar 8 14:46 /sbin/udev_volume_id after make;make install of 0.94, some binaries stay untouched, i dunno why.. this morning a tried 0.51 cd udev-051;make;make install and voila' [EMAIL PROTECTED] ~/udev-051 ]# ls -la /sbin/udev* -rwxr-xr-x 1 root root 46848 Jun 14 12:42 /sbin/udev -rwxr-xr-x 1 root root 28113 Jun 13 19:49 /sbin/udevcontrol -rwxr-xr-x 1 root root 9848 Jun 14 12:42 /sbin/udevd -rwxr-xr-x 1 root root 5616 Jun 14 12:42 /sbin/udevsend -rwxr-xr-x 1 root root 46568 Jun 13 19:49 /sbin/udevsettle lrwxrwxrwx 1 root root 10 Jun 14 12:42 /sbin/udevstart -> /sbin/udev lrwxrwxrwx 1 root root 11 Jun 6 20:15 /sbin/udevstart.static -> udev.static -rwxr-xr-x 1 root root 541716 Mar 8 12:46 /sbin/udev.static -rwxr-xr-x 1 root root 50488 Jun 13 19:49 /sbin/udevtrigger -rwxr-xr-x 1 root root 39296 Mar 8 14:46 /sbin/udev_volume_id as u can see, udev was -rwxr-xr-x 1 root root 68896 Mar 8 14:46 /sbin/udev now is -rwxr-xr-x 1 root root 46848 Jun 14 14:42 /sbin/udev with 0.51 i use: cat /etc/udev/rules.d/30-visdn.rules # Rules to create vISDN associated devices # udev < 0.91 # KERNEL="*", SUBSYSTEM="visdn", NAME="visdn/%k" GROUP="asterisk" MODE="0660" KERNEL="*", SUBSYSTEM="visdn-timer", NAME="visdn/timers/%k", SYMLINK="visdn/timer" GROUP="asterisk" MODE="0660" KERNEL="router-control", NAME="visdn/router-control" GROUP="asterisk" MODE="0660" with 0.94, instead: # Rules to create vISDN associated devices # udev > 0.91 # KERNEL=="*", SUBSYSTEM=="visdn", NAME="visdn/%k" GROUP="asterisk" MODE="0660" KERNEL=="*", SUBSYSTEM=="visdn-timer", NAME="visdn/timers/%k", SYMLINK="visdn/timer" GROUP="asterisk" MODE="0660" KERNEL=="router-control", NAME="visdn/router-control" GROUP="asterisk" MODE="0660" -- Maurizio Marini _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
