Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: how to install a driver which is a shell script (.run) file?

  1. #1
    Join Date
    Jun 2008
    Beans
    36

    how to install a driver which is a shell script (.run) file?

    the driver for my ati graphics card on the system didn't work (it actually made the graphics worse) so i went to the website and downloaded the right driver but the system can't read the language the driver is in (compressed?).

    it has a .run ending and in the properties it's called a shell script file

  2. #2
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: how to install a driver which is a shell script (.run) file?

    If you are sure you trust the file, you should be able to install it with:

    Code:
    sudo sh name_of_the_file.run
    Don't try to make something "fast" until you are able to quantify "slow".

  3. #3
    Join Date
    Jun 2008
    Beans
    36

    Re: how to install a driver which is a shell script (.run) file?

    it asked me for my sudo password? i've actually never used sudo before. i tried my administrator pass and it didn't work.

  4. #4
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: how to install a driver which is a shell script (.run) file?

    The sudo password should be the same as your login password if you are the only user on the machine. You won't see the password being displayed as you type it but, it should work.
    Don't try to make something "fast" until you are able to quantify "slow".

  5. #5
    Join Date
    Jul 2008
    Beans
    871
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: how to install a driver which is a shell script (.run) file?

    Use the your user password that you logged into Ubuntu with. It's just like when you get the GUI window asking if you are sure you want to proceed because it's an administrator task.

  6. #6
    Join Date
    Jun 2008
    Beans
    36

    Re: how to install a driver which is a shell script (.run) file?

    so i got the password thing to work, i'd typed it in twice when i saw no characters appear. the message i got , however, said "can't open ati the driver"

    as i said, i've never used sudo. is it possible i need to install it?

  7. #7
    Join Date
    Jul 2008
    Beans
    871
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: how to install a driver which is a shell script (.run) file?

    No you don't need to install sudo... the command sudo is basically telling Ubuntu that you plan on running things as an administrator. The sudo command worked. What didn't work was your driver. Is that the correct driver version for the hardware you have?

  8. #8
    Join Date
    Oct 2005
    Location
    Rome, Ga
    Beans
    2,339
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to install a driver which is a shell script (.run) file?

    Where is the driver right now? Desktop?

    cd /home/yourname/Desktop

    sudo sh filename.run


    (you know what I do? When I get one of those files with names like "ati-4.566.8_oh_whoo_dee_doo-megamonster.run I just right click and rename the danged things to "ati.run" and be done with it. God all mighty I hate those stinking long names!!!)

  9. #9
    Join Date
    Jun 2008
    Beans
    36

    Re: how to install a driver which is a shell script (.run) file?

    yes. i'm 100% sure of what kind of graphics card i havfe. i had someone show me how to open a terminal that would ask the computer what specific card is installed.

    i've heard that ati has very poor linux compatability. oh well...

  10. #10
    Join Date
    Jun 2008
    Beans
    36

    Re: how to install a driver which is a shell script (.run) file?

    the driver is on the desktop,
    how do i insert the paragraph break between
    cd /home/yourname/Desktop
    and
    sudo sh filename.run
    without activating the first command line? when i tried just the first command line it claimed no such file or directory.

    also is there supposed to be a character space between cd and /home/? i tried both and both turned up the no such file objection. i guess the answer to my first question would solve this.

Page 1 of 2 12 LastLast

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
  •