Find the answer to your Linux question:
Results 1 to 3 of 3
When operating this Suse v10.0 as a USER, the modem problems being encountered here with KPPP appear to be inconsistant. It's an issue of ownership; i.e., the modem works fine ...
  1. #1
    tyc
    tyc is offline
    Banned
    Join Date
    Feb 2007
    Location
    Keystone State
    Posts
    67

    Annoying issue ...

    When operating this Suse v10.0 as a USER, the modem problems being encountered here with KPPP appear to be inconsistant. It's an issue of ownership; i.e., the modem works fine in ROOT but not at all as a USER.

    According to the owner's manual, as a USER, if I bring up the the terminal and type in "su root" and when asked, enter the password for ROOT, I'm supposed to then type in and I quote ...

    "chown root:root $kdedir/bin/kppp"

    If I'm not mistaken that supposed to be "chown root:user $kdedir/bin/kppp"

    Can anyone tell me where this "$kdedir" file is? Just what is meant by "$kdedir"

    tyc

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    I'm guessing kde dir is in something like /opt ... so it would be /opt/kde/bin/kppp. You could always try
    Code:
    find / -iname kppp
    . I would not expect the binary to be in individual user home areas.

    Ed: and its probably root:users

  3. #3
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Make sure the modem is set user controlled in Yast, or the user is in the group modem. Also, I find kInternet works better than kPPP

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...