Martijn.van.den.Burg@asml.nl wrote:
From: Peter Pilgrim <peter.pilgrim@db.com>
--<SNIp>--
pppd[345]: pppd 2.3.8 started by root, uid 0 pppd[345]: kernel tty_io.c process (345) pppd used obsolete `/dev/cua2' up date software to use `/dev/ttyS2' ... ... pppd[345]: Serial connection established pppd[345]: ioctl(PPPIOCGUNIT): Operation not permitted pppd[345]: tcsetattr: Operation not permitted pppd[345]: Exit
I checked everything that I could think of. I made sure that I tried to connect as the superuser. I checked that `/dev/modem' is symbolically linked to `/dev/ttyS2'. I also checked that the access permissions for the program `pppd' and device files were set to `root'. I have no difficulty dialing up to my ISP with my modem, but everytime the connection is completed, the `pppd' collapses. I suspect that has something to do with the second message about the obsolete `/dev/cua2'. I am clueless where to look next.
/dev/cua<x> used to be the 'old' name for /dev/ttyS<x> serial devices, it became obsolete with kernel 2.2.x (but it may have been 2.1.x, I'm not sure).
A workaround could be to make a symlink from cua to ttS (as root):
ln -s /dev/ttyS2 /dev/cua2
this does not solve the actual cause of the problem, I'm too much of a newbie to know the exact details - maybe you should install 6.1 from scratch instead of upgrading from a different distro?
--<snip>--- Yes, but where does this `/dev/cua2' error come from, man? It must be in one of the machine's configuration file somewhere, because I cannot find it?! -- Cheers Peter ----------------------------------------------------------------- import std.disclaimer; // More Lava for ya Java, mate! "Who put the ball in the Munich net? Ollie Gunnar Solkjaer!" -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>