On 2001.01.30 09:32:40 +0100 Bubulac Angela Tatiana wrote: > Hello, > I have to work with minicom, but when I started it it gives /dev/modem > doesn't > exist error. How can I MAKEDEV modem device? > TIA Hello, normally, /dev/modem is a softlink to your real modem device, i.e. /dev/ttyS0 (COM 1) or /dev/ttyS1 (COM 2). Regard the output of 'ls -la /dev/modem'. If you cannot see a link to a COM-port change this manually (as root): 'ln -s /dev/ttyS1 /dev/modem' (for the case that your modem is connected at the COM 2-port) Regards, Stephan - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org