On Thu, 21 Mar 2002, Cheryl Homiak wrote: > Ok, I can do this as root, but i'm not sure how to change things so I can do it > as a user. (Yes, I know not to run dosemu as root but it was the only way to > figure this out). My ttysx are presently assigned to root and dialout, and since > i am a member of dialout I have no problem with this in linux. However, I have > tried changing the permissions to 666 and even 1777 and this doesn't apparently > allow me access. Is this a serial permissions problem or a dosemu setup problem. > My dosemu is system-wide, set up according to debian. > TIA.
You might want to try dosemu-1.1.3 because it fixes several bugs in the serial code. e.g. $_com1 = "/dev/ttyS0" should then be enough. Don't mess with $_ports and $_irqpassing. Also, root is not required since you're a member of dialout and have permissions to create lock files in /var/lock. Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
