Results 1 to 8 of 8

Thread: Bluesoleil

  1. #1
    Join Date
    Nov 2008
    Location
    India
    Beans
    89
    Distro
    Ubuntu 9.10 Karmic Koala

    Unhappy Bluesoleil

    I just installed bluesoleil on my 9.10 , but whenever i click on Applications > Accessories > Bluesoleil I get the following error .


    The application refuses to initialise

    The package was downloaded from IVT's site .

  2. #2
    Join Date
    Feb 2008
    Location
    Decatur, GA
    Beans
    1,157
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bluesoleil

    The program is looking in the /opt/bluesoleil directory for the file "bluesoleil_link.sh" - is it there? If not, find out where it is and you can symbolically link to it:

    Code:
    cd /opt/bluesoleil
    ln -s /path/to/bluesoleil_link.sh bluesoleil_link.sh
    Where /path/to/bluesoleil_link.sh is the path to the correct location (may need to preface the "ln" command with sudo to work). This creates a file that points to the file "bluesoleil_link.sh."
    yeats - Ubuntu 13.04

  3. #3
    Join Date
    Nov 2008
    Location
    India
    Beans
    89
    Distro
    Ubuntu 9.10 Karmic Koala

    Wink Re: Bluesoleil

    It isnt in the opt folder and i have no idea where it installed itself ! . where do files from a default installation generally go ? (.deb file)

  4. #4
    Join Date
    Feb 2008
    Location
    Decatur, GA
    Beans
    1,157
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bluesoleil

    A good way to find the file is to use the locate command:

    Code:
    locate bluesoleil_link.sh
    If it is not found, it may be a false negative. You can update your "locate" database by doing:

    Code:
    sudo updatedb
    This indexes all the files on your system so it may take a while.

    Then try the locate command again.
    yeats - Ubuntu 13.04

  5. #5
    Join Date
    Nov 2008
    Location
    India
    Beans
    89
    Distro
    Ubuntu 9.10 Karmic Koala

    Red face Re: Bluesoleil

    Nothing was returned even after an update

  6. #6
    Join Date
    Feb 2008
    Location
    Decatur, GA
    Beans
    1,157
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bluesoleil

    Then try to find where the program files are:

    Code:
    locate bluesoleil
    What steps did you take to install this?
    yeats - Ubuntu 13.04

  7. #7
    Join Date
    Nov 2008
    Location
    India
    Beans
    89
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Bluesoleil

    Quote Originally Posted by chrissharp123 View Post
    Then try to find where the program files are:

    Code:
    locate bluesoleil

    /usr/share/applications/bluesoleil.desktop
    /usr/share/icons/hicolor/24x24/apps/bluesoleil.png
    /usr/share/icons/hicolor/32x32/apps/bluesoleil.png
    /usr/share/icons/hicolor/48x48/apps/bluesoleil.png
    /usr/share/icons/hicolor/64x64/apps/bluesoleil.png
    /var/lib/dpkg/info/bluesoleil.list
    /var/lib/dpkg/info/bluesoleil.postinst
    /var/lib/dpkg/info/bluesoleil.postrm
    /var/lib/dpkg/info/bluesoleil.preinst
    /var/lib/dpkg/info/bluesoleil.prerm

    What steps did you take to install this?
    Downloaded the deb file and installed

  8. #8
    Join Date
    May 2010
    Beans
    1

    Question Re: Bluesoleil

    I have different problem with the same bluesoleil bt adaptor. But my problem is that the .deb package i've downloaded from bluesoleil didn't support my current kernel that is newer. What should i do to solve it without downgrading the kernel?
    Thanks.

Tags for this Thread

Bookmarks

Posting Permissions

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