I have written a new driver for a new 8 channel PCI serial board which uses 2 cirrus CL-2401 chips, so this post is a little off topic. It all seems to work fine, stty, setserial, cat, etc. recoginise it and can recieve and send data through it. My problem is that when I use it as login terminal (add it to inittab) I get the login: prompt, which wil accept characters, but I never get the password: prompt.
The driver is a module, it uses major number 254 & 253, the device is called /dev/ttyJ0 -> 7 & /dev/ttyK0 -> 7.
Why can't I login with?? Any help very welcome.
Robert
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have written a new driver for a new 8 channel PCI serial board which uses 2 cirrus CL-2401 chips, so this post is a little off topic. It all seems to work fine, stty, setserial, cat, etc. recoginise it and can recieve and send data through it. My problem is that when I use it as login terminal (add it to inittab) I get the login: prompt, which wil accept characters, but I never get the password: prompt.
The driver is a module, it uses major number 254 & 253, the device is called /dev/ttyJ0 -> 7 & /dev/ttyK0 -> 7.
Why can't I login with?? Any help very welcome.
Robert