run parallels-config again

Discussion in 'Parallels Workstation for Windows and Linux' started by rfulcher, Feb 14, 2007.

  1. rfulcher

    rfulcher Junior Member

    Messages:
    10
    I have parallels up and running on ubuntu 6.10. The only issues is I have to run the parallels-config every time I restart. What can I do to solve this.

    Thanks
     
  2. lijan

    lijan Bit poster

    Messages:
    4
    first you need root access
    Code:
    sudo -s
    open rc.locale in /etc/ with gedit or vim
    Code:
    gedit /etc/rc.locale
    now you can add the line
    Code:
    ./usr/lib/parallels/autostart/drivers_start
    before the "exit 0" statement.
    save the file and close gedit, now the drivers should be loaded every time you start up.
     
  3. rfulcher

    rfulcher Junior Member

    Messages:
    10
    Thanks very much that solved everything.
     

Share This Page