Cheryl Homiak wrote:
No, actually i'm very comfortable with kernel configuration. I don't think there is anything wrong with my kernel settings per se as brltty isn't actually dependent on the kernel in that sense. the problem at least seems to be with being able to access /dev/vcsa or

you may have to create those devices in /dev, so they will be present before udev or devfs are activated.


This mounts /dev outside of the udev/devfs process, so you can modify the underlying device files.

$ mkdir /tmp/dev
$ mount --bind /dev /tmp/dev
$ cd /tmp/dev

I'm not sure about the mknod command you'd use to create you node, but I think it's something like:

$ mknod vcsa c 7 128

--
[email protected] mailing list



Reply via email to