Marco d'Itri writes:
> On Mar 15, Jeffrey Sheinberg <[EMAIL PROTECTED]> wrote:
>
> > I have a single floppy drive, connected to the motherboard FDC.
> > It works great with udev, I can acess it as 'dev/fd0',
> >
> > $ ls -l /dev/fd0*
> > brw-rw---- 1 root adm 2, 0 Mar 15 09:16 /dev/fd0
> >
> > The problem is that the devices for the alternate format types
> > (/dev/fd0u*) are not being created.
> They are obsolete, udev does not provide them.
> If you really care, you can use the
> extras/floppy/create_floppy_devices.c program from the source package.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
No such file in udev_0.087-2 source package,
$ find udev/extra/ | wc
25 25 613
$ find udev/extra/ | grep -i floppy
--> exit status 1
$ find udev/extra/ | grep -i '.c$'
--> exit status 1
$ find udev/ | grep -i '.c$'
--> exit status 1
and if such a file did exist, I would expect it to be included as
a compiled, runnable binary in the udev *.deb.
Thanks,
--
Jeffrey Sheinberg
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]