Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


The Tuesday 2007-01-16 at 07:19 -0000, eddieleprince wrote:

I have an analogue modem which is configured to /dev/modem which is a link to /dev/ttyS0. However, whenever I restart my machine the link disappears and I have to either create it manually or through yast by redoing my modem.

Is this a bug? How can I get it to stay?

A known misfeature since 10.1 :-P

Edit '/etc/init.d/boot.local':

ln -s /dev/ttyS1 /dev/modem
ln -s /dev/psaux /dev/mouse

Or equivalent for your system. Its a hack, not the real solution, which would be modifying one of the hald or devfs conf files. But it works and is much easier to do.

The proper method is to create the link in /lib/udev/devices, from where it will be copied into /dev on boot up.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to