[quoted lines by Tobias Vinteus on 2007/05/06 at 17:28 +0200] >A few years ago, when was running earlier versions of both Fedora and >BRLTTY, I could start BRLTTY already in inittab. Nowadays however, I start >it from rc.local; that is to say, quite late in the boot process. > >Does anyone know exactly where in the init process I can stick my call to >/usr/bin/brltty so as to start it as early as possible? I'm running Fedora >6/BRLTTY >3.7.2-2.1.fc6. BRLTTY could be started almost immediately at one time when only serial support was needed and when there were no such things as devfs or udev. Nowadays, however, depending on the type of device being used, it may be necessary for USB or Bluetooth to be initialized first, and/or for any needed device to be created. On the Fedora platform these sorts of resources are created by rc.sysinit. You should be able to start brltty, therefore, after rc.sysinit completes but before the rest of the boot sequence begins. You can do this by adding another sysinit line to inittab after the one which runs rc.sysinit. The one which runs rc.sysinit looks like this: si::sysinit:/etc/rc.d/rc.sysinit Try adding a line like the following right after it: brl::sysinit:/bin/brltty -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@xxxxxxxxx | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/ _______________________________________________ Blinux-list mailing list Blinux-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/blinux-list