Announcement

Collapse
No announcement yet.

how to install my drivers

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    how to install my drivers

    release : 17.10 ; KDE version 5. 10.5 ; kernel 4.13.0-17 ;the prompt about grub does not give any information; I have Ubuntu and Windows , all systems are in individuals SSD ; my desktop has an Intel 7-2600k ;' my GPU is a Gforce 775 ; and 8 GB ram .
    i downloaded the drivers, and have install them several times on Mint, Ubuntu and Deepin ; in here use the "cd" command first and it could not find the file.

    maybe i'm not typing the correct command

    jr@jr-Z68X-UD3H-B3:~$ sudo apt-get install /home/jr/Downloads/linux-brprinte
    r-installer-2.1.1-1 MFC-5890CN
    [sudo] password for jr:
    Reading package lists... Done
    E: Unsupported file /home/jr/Downloads/linux-brprinter-installer-2.1.1-1 giv
    en on commandline
    jr@jr-Z68X-UD3H-B3:~$

    #2
    Open a konsole. Type: cd Downloands and press Enter.
    Then type: linux-brprinter-installer-2.1.1-1\ FMC-5890CN and press Enter.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      jr@jr-Z68X-UD3H-B3:~/Downloads$ sudo apt-get install linux-brprinter-install
      er-2.1.1-1\ FMC-5890CN
      [sudo] password for jr:
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      E: Unable to locate package linux-brprinter-installer-2.1.1-1 FMC-5890CN
      E: Couldn't find any package by glob 'linux-brprinter-installer-2.1.1-1 FMC-
      5890CN'
      E: Couldn't find any package by regex 'linux-brprinter-installer-2.1.1-1 FMC
      -5890CN'
      jr@jr-Z68X-UD3H-B3:~/Downloads$

      Comment


        #4
        Originally posted by jarp53 View Post
        jr@jr-Z68X-UD3H-B3:~/Downloads$ sudo apt-get install linux-brprinter-installer-2.1.1-1\ FMC-5890CN

        That command assumes that "linux=brprinter-install ..." is in the repository. The result for the command tells you that it is not.

        Originally posted by jarp53 View Post
        [sudo] password for jr:
        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        E: Unable to locate package linux-brprinter-installer-2.1.1-1 FMC-5890CN
        E: Couldn't find any package by glob 'linux-brprinter-installer-2.1.1-1 FMC-
        5890CN'
        E: Couldn't find any package by regex 'linux-brprinter-installer-2.1.1-1 FMC
        -5890CN'
        jr@jr-Z68X-UD3H-B3:~/Downloads$


        And, that isn't what Snowhog told you to do.

        Is "install linux-brprinter-installer-2.1.1-1\ FMC-5890CN" an *.sh script or a *.deb package? Or, does it end in .zip?
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          jr@jr-Z68X-UD3H-B3:~$ cd /home/jr/Downloads
          jr@jr-Z68X-UD3H-B3:~/Downloads$ ls
          linux-brprinter-installer-2.1.1-1 linux-brprinter-installer-2.1.1-1.gz
          jr@jr-Z68X-UD3H-B3:~/Downloads$

          Comment


            #6
            instead of "ls" show us an "ls -la" on that

            VINNY
            i7 4core HT 8MB L3 2.9GHz
            16GB RAM
            Nvidia GTX 860M 4GB RAM 1152 cuda cores

            Comment


              #7
              jr@jr-Z68X-UD3H-B3:~$ cd /home/jr/Downloads
              jr@jr-Z68X-UD3H-B3:~/Downloads$ ls -la
              total 132
              drwxr-xr-x 2 jr jr 4096 Dec 4 17:42 .
              drwxr-xr-x 21 jr jr 4096 Dec 4 18:09 ..
              -rwxrwxr-x 1 jr jr 94320 Dec 4 17:42 linux-brprinter-installer-2.1.1-1
              -rw-rw-r-- 1 jr jr 22148 Dec 4 17:41 linux-brprinter-installer-2.1.1-1.gz
              jr@jr-Z68X-UD3H-B3:~/Downloads$

              Comment


                #8
                Originally posted by jarp53 View Post
                jr@jr-Z68X-UD3H-B3:~$ cd /home/jr/Downloads
                jr@jr-Z68X-UD3H-B3:~/Downloads$ ls -la
                total 132
                drwxr-xr-x 2 jr jr 4096 Dec 4 17:42 .
                drwxr-xr-x 21 jr jr 4096 Dec 4 18:09 ..
                -rwxrwxr-x 1 jr jr 94320 Dec 4 17:42 linux-brprinter-installer-2.1.1-1
                -rw-rw-r-- 1 jr jr 22148 Dec 4 17:41 linux-brprinter-installer-2.1.1-1.gz
                jr@jr-Z68X-UD3H-B3:~/Downloads$

                try
                Code:
                sudo ./[FONT=monospace][COLOR=#54FF54][B]linux-brprinter-installer-2.1.1-1[/B][/COLOR][/FONT]
                or
                Code:
                sudo bash [FONT=monospace][COLOR=#54FF54][B]linux-brprinter-installer-2.1.1-1[/B][/COLOR][/FONT]
                to start the installer ,,,I hope you know your settings.

                VINNY
                i7 4core HT 8MB L3 2.9GHz
                16GB RAM
                Nvidia GTX 860M 4GB RAM 1152 cuda cores

                Comment


                  #9
                  jr@jr-Z68X-UD3H-B3:~$ sudo ./linux-brprinter-installer-2.1.1-1
                  [sudo] password for jr:
                  sudo: ./linux-brprinter-installer-2.1.1-1: command not found
                  jr@jr-Z68X-UD3H-B3:~$ sudo bash linux-brprinter-installer-2.1.1-1
                  bash: linux-brprinter-installer-2.1.1-1: No such file or directory
                  jr@jr-Z68X-UD3H-B3:~$

                  Comment


                    #10
                    jr@jr-Z68X-UD3H-B3:~$ jr@jr-Z68X-UD3H-B3:~$ sudo bash linux-brprinter-instal
                    ler-2.1.1-1
                    jr@jr-Z68X-UD3H-B3:~$: command not found
                    jr@jr-Z68X-UD3H-B3:~$ bash: linux-brprinter-installer-2.1.1-1: No such file
                    or directory
                    No command 'bash:' found, did you mean:
                    Command 'bash' from package 'bash' (main)
                    bash:: command not found
                    jr@jr-Z68X-UD3H-B3:~$ jr@jr-Z68X-UD3H-B3:~$
                    jr@jr-Z68X-UD3H-B3:~$: command not found
                    jr@jr-Z68X-UD3H-B3:~$

                    Comment


                      #11
                      finally printer install !!! working on scanner . thanks you all

                      Comment

                      Working...
                      X