[ltp] Re: Modem configuration with Lucent binary driver
Markus Alt
linux-thinkpad@www.bm-soft.com
Sat, 20 May 2000 14:46:03 +0200
Arcady Genkin wrote:
>
> George Staikos <staikos@0wned.org> writes:
>
> > crw-r--r-- 1 root uucp 62, 78 May 16 13:56 /dev/ttyS14
> > You want those settings.
>
> Thanks, George, but it didn't work. Like I said, I was running minicom
> as root, so I didn't think that permissions were the problem.
>
> In any case, I tried chown'ing and chmod'ing ttyS14 to the state
> above, and it didn't help.
>
> Any other ideas?..
> Pulling hair,
An idea, indeed: Chown'ing and chmod'ing won't help as it's not
ownership or permissions what's wrong here. I think what George meant is
that you'd have to set the correct major and minor numbers (here 62 and
78) of that character special file. So, after removing /dev/ttyS14 again
;-) you should issue
mknod /dev/ttyS14 c 62 78
and it's likely to work then.
HTH,
Markus
P.S.: Just doing the same stuff on a 600X and really happy being able to
connect ... :-)
----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html