LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   udev and minicom (https://www.linuxquestions.org/questions/slackware-14/udev-and-minicom-472052/)

d-ra 08-08-2006 02:40 PM

udev and minicom
 
I am working with slackware-current. After upgrade udev-096 minicom did not work nor as root or as user:
Code:

/dev/modem: no such device
Start minicom as root:
Code:

# minicom -s
and change serial port setup -> Serial device to /dev/ttyS0 (or whereever your serial line is connected). Now minicom works as root.

Minicom as user:

Execute the following command as root:
Code:

# chgrp uucp /dev/ttyS0
For permanent fix append in /etc/rc.d/rc.local the following line:
Code:

/usr/bin/chgrp uucp /dev/ttyS0
The user "me" must be menber of uucp: /etc/group
Code:

uucp::14:uucp,me
Have fun :)

theoffset 08-10-2006 06:35 PM

I think that you should tell Pat that the /dev/modem symlink has disappeared.

It looks like a bug for me.


All times are GMT -5. The time now is 12:48 AM.