Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ppp-gentoo woes cont'd
Date: Wed, 21 Mar 2012 13:50:45
Message-Id: 4F69DC5A.8010302@gmail.com
In Reply to: Re: [gentoo-user] ppp-gentoo woes cont'd by Mick
1 Mick wrote:
2 > On Wednesday 21 Mar 2012 08:59:18 Mick wrote:
3 >> On Wednesday 21 Mar 2012 03:00:50 Maxim Wexler wrote:
4 >>>> This brings back nightmares. It's been a while since I used dial-up
5 >>>> but this sounds like a permissions issue. Check /etc/group and see if
6 >>>> you are in ALL the following groups:
7 >>>>
8 >>>> tty
9 >>>> uucp
10 >>>> dialout
11 >>>> utmp
12 >>>
13 >>> They're all in the file, if that's what you mean.
14 >>
15 >> No, he means that your user is a member of the above groups.
16 >>
17 >> In my laptop (no analogue modem available) my user is only a member of
18 >> uucp.
19 >>
20 >>>> You can also check the permissions of the ttyS<some number here> to see
21 >>>> what it is. Mine is uucp. You shouldn't have to create a group so
22 >>>> work with what you got for now. My devices are set to this:
23 >>>>
24 >>>> root@fireball / # ls -al /dev/ttyS*
25 >>>> crw-rw---- 1 root uucp 4, 64 Mar 20 19:01 /dev/ttyS0
26 >>>> crw-rw---- 1 root uucp 4, 65 Mar 20 16:12 /dev/ttyS1
27 >>>> crw-rw---- 1 root uucp 4, 66 Mar 20 16:12 /dev/ttyS2
28 >>>> crw-rw---- 1 root uucp 4, 67 Mar 20 16:12 /dev/ttyS3
29 >>>> root@fireball / #
30 >>>
31 >>> lumby syzygy # ls -al /dev/ttyUSB0
32 >>> crw-rw---- 1 root uucp 188, 0 Mar 20 16:25 /dev/ttyUSB0
33 >>> lumby syzygy #
34 >>
35 >> You also need to be a member of the usb group.
36 >
37 > I forgot - also need to be a member of plugdev I believe.
38
39
40 Good points. I remember running into this and I'm pretty sure I had to
41 add myself to the uucp group. That was only after I beat my head
42 against the wall for a few hours with the other groups tho. Remembering
43 to logout and back in is what really drove me nuts. I didn't know that
44 at first.
45
46 I would suggest using Kppp if you can, at least until you get it
47 working. There is a way to turn on logging in there that can help give
48 hints.
49
50 Thanks Mick for pointing out what I missed.
51
52 Dale
53
54 :-) :-)
55
56 --
57 I am only responsible for what I said ... Not for what you understood or
58 how you interpreted my words!
59
60 Miss the compile output? Hint:
61 EMERGE_DEFAULT_OPTS="--quiet-build=n"