Gentoo Archives: gentoo-user

From: Maxim Wexler <maxim.wexler@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ppp-gentoo woes cont'd
Date: Wed, 21 Mar 2012 03:02:39
Message-Id: CAN_TFxPvJE36vDsEkAJg0Hjq55hLmTLrR0BdqJOHGG1y3_xmVA@mail.gmail.com
In Reply to: Re: [gentoo-user] ppp-gentoo woes cont'd by Dale
1 >
2 > This brings back nightmares. It's been a while since I used dial-up but
3 > this sounds like a permissions issue. Check /etc/group and see if you
4 > are in ALL the following groups:
5 >
6 > tty
7 > uucp
8 > dialout
9 > utmp
10
11 They're all in the file, if that's what you mean.
12
13 >
14 > You can also check the permissions of the ttyS<some number here> to see
15 > what it is. Mine is uucp. You shouldn't have to create a group so work
16 > with what you got for now. My devices are set to this:
17 >
18 > root@fireball / # ls -al /dev/ttyS*
19 > crw-rw---- 1 root uucp 4, 64 Mar 20 19:01 /dev/ttyS0
20 > crw-rw---- 1 root uucp 4, 65 Mar 20 16:12 /dev/ttyS1
21 > crw-rw---- 1 root uucp 4, 66 Mar 20 16:12 /dev/ttyS2
22 > crw-rw---- 1 root uucp 4, 67 Mar 20 16:12 /dev/ttyS3
23 > root@fireball / #
24
25 lumby syzygy # ls -al /dev/ttyUSB0
26 crw-rw---- 1 root uucp 188, 0 Mar 20 16:25 /dev/ttyUSB0
27 lumby syzygy #

Replies

Subject Author
Re: [gentoo-user] ppp-gentoo woes cont'd Dale <rdalek1967@×××××.com>
Re: [gentoo-user] ppp-gentoo woes cont'd Mick <michaelkintzios@×××××.com>