Just thought I'd post my findings about the digiboard problem I had a few
weeks ago. I finally fixed the problem. The mkdigidev script that is in
the linux kernel documentation is wrong. The script makes the links the
ttyDx devices to Major device 23 and the cudx devices to Major device 22.
This is backwards... ttyDx should be linked to major device 22 and cudx
should be linked to major device 23. After I changed the correct lines in
mkdigidev, deleted all my tty devices, and then re-ran mkdigidev,
everything worked just fine. I hope that this is useful information.
Jason