Getting error in compiling install.sh of a wireless driver Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Can't install driver for RTL8188CWhy does compiling the “alx” driver from “compat-wireless” fail?Could not find wx-config error when building Audacity from sourceError on Compiling Android Kernel on Ubuntu 16.04Installing Gallium 0.4 on SVGA3D; build: RELEASE; LLVM; Virtual machineApply menuconfig changes on current kernelTrying to install Tp-Link card | Make won't workcan't install Realtek RTL8723de on ubuntu 16.04 kernel 4.15tp-link ac600 driverProblem regarding space when installing modulesFailure in running CUDA sample after cuda 9.0 installation

What computer would be fastest for Mathematica Home Edition?

What's the difference between (size_t)-1 and ~0?

What do you call a plan that's an alternative plan in case your initial plan fails?

Geometric mean and geometric standard deviation

How to rotate it perfectly?

Single author papers against my advisor's will?

Is there a documented rationale why the House Ways and Means chairman can demand tax info?

Using "nakedly" instead of "with nothing on"

Estimate capacitor parameters

How does modal jazz use chord progressions?

What is the electric potential inside a point charge?

How are presidential pardons supposed to be used?

What do you call the holes in a flute?

I'm thinking of a number

If I can make up priors, why can't I make up posteriors?

Why does tar appear to skip file contents when output file is /dev/null?

Why does this iterative way of solving of equation work?

Can a zero nonce be safely used with AES-GCM if the key is random and never used again?

Complexity of many constant time steps with occasional logarithmic steps

Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?

Active filter with series inductor and resistor - do these exist?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Can I throw a sword that doesn't have the Thrown property at someone?

Is it possible to ask for a hotel room without minibar/extra services?



Getting error in compiling install.sh of a wireless driver



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Can't install driver for RTL8188CWhy does compiling the “alx” driver from “compat-wireless” fail?Could not find wx-config error when building Audacity from sourceError on Compiling Android Kernel on Ubuntu 16.04Installing Gallium 0.4 on SVGA3D; build: RELEASE; LLVM; Virtual machineApply menuconfig changes on current kernelTrying to install Tp-Link card | Make won't workcan't install Realtek RTL8723de on ubuntu 16.04 kernel 4.15tp-link ac600 driverProblem regarding space when installing modulesFailure in running CUDA sample after cuda 9.0 installation



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am trying to install a wireless driver that is provided with the adapter. but running




sudo bash install.sh




I am getting the error. According to the readme file this should be the install script basically but it shows errors during the process. so the output from the commands and the errors are:




cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o' failed
make[2]: *** [/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o] Error 1
Makefile:1534: recipe for target '_module_/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105' failed
make[1]: *** [_module_/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-17-generic'
Makefile:504: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg



And the link to the wireless driver is https://drive.google.com/open?id=1o2QwkaKErzGZrzNmzmFaHg9FsmE0HrmD If anybody knows what the problem is and how to solve it please do tell.










share|improve this question







New contributor




The Blank is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • It is quite unlikely that a circa-2012 driver suite will ever build on any recent Ubuntu version as you've seen. Let's find a better way. Please edit your question to add the result of the terminal command: lsusb. Welcome to Ask Ubuntu.

    – chili555
    Apr 11 at 13:38












  • @chili555 the result is: 0bda:f179 Realtek Semicondictor Corp.

    – The Blank
    Apr 11 at 13:40

















0















I am trying to install a wireless driver that is provided with the adapter. but running




sudo bash install.sh




I am getting the error. According to the readme file this should be the install script basically but it shows errors during the process. so the output from the commands and the errors are:




cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o' failed
make[2]: *** [/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o] Error 1
Makefile:1534: recipe for target '_module_/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105' failed
make[1]: *** [_module_/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-17-generic'
Makefile:504: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg



And the link to the wireless driver is https://drive.google.com/open?id=1o2QwkaKErzGZrzNmzmFaHg9FsmE0HrmD If anybody knows what the problem is and how to solve it please do tell.










share|improve this question







New contributor




The Blank is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • It is quite unlikely that a circa-2012 driver suite will ever build on any recent Ubuntu version as you've seen. Let's find a better way. Please edit your question to add the result of the terminal command: lsusb. Welcome to Ask Ubuntu.

    – chili555
    Apr 11 at 13:38












  • @chili555 the result is: 0bda:f179 Realtek Semicondictor Corp.

    – The Blank
    Apr 11 at 13:40













0












0








0








I am trying to install a wireless driver that is provided with the adapter. but running




sudo bash install.sh




I am getting the error. According to the readme file this should be the install script basically but it shows errors during the process. so the output from the commands and the errors are:




cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o' failed
make[2]: *** [/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o] Error 1
Makefile:1534: recipe for target '_module_/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105' failed
make[1]: *** [_module_/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-17-generic'
Makefile:504: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg



And the link to the wireless driver is https://drive.google.com/open?id=1o2QwkaKErzGZrzNmzmFaHg9FsmE0HrmD If anybody knows what the problem is and how to solve it please do tell.










share|improve this question







New contributor




The Blank is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am trying to install a wireless driver that is provided with the adapter. but running




sudo bash install.sh




I am getting the error. According to the readme file this should be the install script basically but it shows errors during the process. so the output from the commands and the errors are:




cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o' failed
make[2]: *** [/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/core/rtw_cmd.o] Error 1
Makefile:1534: recipe for target '_module_/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105' failed
make[1]: *** [_module_/home/the_blank/Desktop/RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-17-generic'
Makefile:504: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg



And the link to the wireless driver is https://drive.google.com/open?id=1o2QwkaKErzGZrzNmzmFaHg9FsmE0HrmD If anybody knows what the problem is and how to solve it please do tell.







drivers compiling make






share|improve this question







New contributor




The Blank is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




The Blank is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




The Blank is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 11 at 13:27









The BlankThe Blank

83




83




New contributor




The Blank is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





The Blank is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






The Blank is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • It is quite unlikely that a circa-2012 driver suite will ever build on any recent Ubuntu version as you've seen. Let's find a better way. Please edit your question to add the result of the terminal command: lsusb. Welcome to Ask Ubuntu.

    – chili555
    Apr 11 at 13:38












  • @chili555 the result is: 0bda:f179 Realtek Semicondictor Corp.

    – The Blank
    Apr 11 at 13:40

















  • It is quite unlikely that a circa-2012 driver suite will ever build on any recent Ubuntu version as you've seen. Let's find a better way. Please edit your question to add the result of the terminal command: lsusb. Welcome to Ask Ubuntu.

    – chili555
    Apr 11 at 13:38












  • @chili555 the result is: 0bda:f179 Realtek Semicondictor Corp.

    – The Blank
    Apr 11 at 13:40
















It is quite unlikely that a circa-2012 driver suite will ever build on any recent Ubuntu version as you've seen. Let's find a better way. Please edit your question to add the result of the terminal command: lsusb. Welcome to Ask Ubuntu.

– chili555
Apr 11 at 13:38






It is quite unlikely that a circa-2012 driver suite will ever build on any recent Ubuntu version as you've seen. Let's find a better way. Please edit your question to add the result of the terminal command: lsusb. Welcome to Ask Ubuntu.

– chili555
Apr 11 at 13:38














@chili555 the result is: 0bda:f179 Realtek Semicondictor Corp.

– The Blank
Apr 11 at 13:40





@chili555 the result is: 0bda:f179 Realtek Semicondictor Corp.

– The Blank
Apr 11 at 13:40










1 Answer
1






active

oldest

votes


















0














Please get a temporary working internet connection by ethernet, tethering or any means possible. Open a terminal and do:



sudo apt update
sudo apt install build-essential git dkms linux-headers-generic
git clone https://github.com/kelebek333/rtl8188fu
cd rtl8188fu
sudo dpkg -i rtl*.deb


The process dpkg will take a few moments, please be patient. Next, do:



sudo modprobe rtl8188fu


Your wireless should be working.






share|improve this answer























  • can I install the zip clone of git offline by downloading the zip clone from the link?

    – The Blank
    Apr 11 at 14:33












  • Assuming that you have the necessary prerequisites installed, you can certainly do so. Are you unable to temporarily get an internet connection on the Ubuntu machine?

    – chili555
    Apr 11 at 14:35











  • No I have temporary internet connection.

    – The Blank
    Apr 11 at 14:37











  • Then simply follow each step as I gave it. It works. I already tried it on my 4.18.0-17 installation.

    – chili555
    Apr 11 at 14:40











  • Thanks a million brother it really super awesomely worked. This is probably my best moment. awesome. Thanks again. And I was able to install it with the zip clone too.

    – The Blank
    Apr 11 at 14:56











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






The Blank is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132993%2fgetting-error-in-compiling-install-sh-of-a-wireless-driver%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Please get a temporary working internet connection by ethernet, tethering or any means possible. Open a terminal and do:



sudo apt update
sudo apt install build-essential git dkms linux-headers-generic
git clone https://github.com/kelebek333/rtl8188fu
cd rtl8188fu
sudo dpkg -i rtl*.deb


The process dpkg will take a few moments, please be patient. Next, do:



sudo modprobe rtl8188fu


Your wireless should be working.






share|improve this answer























  • can I install the zip clone of git offline by downloading the zip clone from the link?

    – The Blank
    Apr 11 at 14:33












  • Assuming that you have the necessary prerequisites installed, you can certainly do so. Are you unable to temporarily get an internet connection on the Ubuntu machine?

    – chili555
    Apr 11 at 14:35











  • No I have temporary internet connection.

    – The Blank
    Apr 11 at 14:37











  • Then simply follow each step as I gave it. It works. I already tried it on my 4.18.0-17 installation.

    – chili555
    Apr 11 at 14:40











  • Thanks a million brother it really super awesomely worked. This is probably my best moment. awesome. Thanks again. And I was able to install it with the zip clone too.

    – The Blank
    Apr 11 at 14:56















0














Please get a temporary working internet connection by ethernet, tethering or any means possible. Open a terminal and do:



sudo apt update
sudo apt install build-essential git dkms linux-headers-generic
git clone https://github.com/kelebek333/rtl8188fu
cd rtl8188fu
sudo dpkg -i rtl*.deb


The process dpkg will take a few moments, please be patient. Next, do:



sudo modprobe rtl8188fu


Your wireless should be working.






share|improve this answer























  • can I install the zip clone of git offline by downloading the zip clone from the link?

    – The Blank
    Apr 11 at 14:33












  • Assuming that you have the necessary prerequisites installed, you can certainly do so. Are you unable to temporarily get an internet connection on the Ubuntu machine?

    – chili555
    Apr 11 at 14:35











  • No I have temporary internet connection.

    – The Blank
    Apr 11 at 14:37











  • Then simply follow each step as I gave it. It works. I already tried it on my 4.18.0-17 installation.

    – chili555
    Apr 11 at 14:40











  • Thanks a million brother it really super awesomely worked. This is probably my best moment. awesome. Thanks again. And I was able to install it with the zip clone too.

    – The Blank
    Apr 11 at 14:56













0












0








0







Please get a temporary working internet connection by ethernet, tethering or any means possible. Open a terminal and do:



sudo apt update
sudo apt install build-essential git dkms linux-headers-generic
git clone https://github.com/kelebek333/rtl8188fu
cd rtl8188fu
sudo dpkg -i rtl*.deb


The process dpkg will take a few moments, please be patient. Next, do:



sudo modprobe rtl8188fu


Your wireless should be working.






share|improve this answer













Please get a temporary working internet connection by ethernet, tethering or any means possible. Open a terminal and do:



sudo apt update
sudo apt install build-essential git dkms linux-headers-generic
git clone https://github.com/kelebek333/rtl8188fu
cd rtl8188fu
sudo dpkg -i rtl*.deb


The process dpkg will take a few moments, please be patient. Next, do:



sudo modprobe rtl8188fu


Your wireless should be working.







share|improve this answer












share|improve this answer



share|improve this answer










answered Apr 11 at 13:51









chili555chili555

39.1k55281




39.1k55281












  • can I install the zip clone of git offline by downloading the zip clone from the link?

    – The Blank
    Apr 11 at 14:33












  • Assuming that you have the necessary prerequisites installed, you can certainly do so. Are you unable to temporarily get an internet connection on the Ubuntu machine?

    – chili555
    Apr 11 at 14:35











  • No I have temporary internet connection.

    – The Blank
    Apr 11 at 14:37











  • Then simply follow each step as I gave it. It works. I already tried it on my 4.18.0-17 installation.

    – chili555
    Apr 11 at 14:40











  • Thanks a million brother it really super awesomely worked. This is probably my best moment. awesome. Thanks again. And I was able to install it with the zip clone too.

    – The Blank
    Apr 11 at 14:56

















  • can I install the zip clone of git offline by downloading the zip clone from the link?

    – The Blank
    Apr 11 at 14:33












  • Assuming that you have the necessary prerequisites installed, you can certainly do so. Are you unable to temporarily get an internet connection on the Ubuntu machine?

    – chili555
    Apr 11 at 14:35











  • No I have temporary internet connection.

    – The Blank
    Apr 11 at 14:37











  • Then simply follow each step as I gave it. It works. I already tried it on my 4.18.0-17 installation.

    – chili555
    Apr 11 at 14:40











  • Thanks a million brother it really super awesomely worked. This is probably my best moment. awesome. Thanks again. And I was able to install it with the zip clone too.

    – The Blank
    Apr 11 at 14:56
















can I install the zip clone of git offline by downloading the zip clone from the link?

– The Blank
Apr 11 at 14:33






can I install the zip clone of git offline by downloading the zip clone from the link?

– The Blank
Apr 11 at 14:33














Assuming that you have the necessary prerequisites installed, you can certainly do so. Are you unable to temporarily get an internet connection on the Ubuntu machine?

– chili555
Apr 11 at 14:35





Assuming that you have the necessary prerequisites installed, you can certainly do so. Are you unable to temporarily get an internet connection on the Ubuntu machine?

– chili555
Apr 11 at 14:35













No I have temporary internet connection.

– The Blank
Apr 11 at 14:37





No I have temporary internet connection.

– The Blank
Apr 11 at 14:37













Then simply follow each step as I gave it. It works. I already tried it on my 4.18.0-17 installation.

– chili555
Apr 11 at 14:40





Then simply follow each step as I gave it. It works. I already tried it on my 4.18.0-17 installation.

– chili555
Apr 11 at 14:40













Thanks a million brother it really super awesomely worked. This is probably my best moment. awesome. Thanks again. And I was able to install it with the zip clone too.

– The Blank
Apr 11 at 14:56





Thanks a million brother it really super awesomely worked. This is probably my best moment. awesome. Thanks again. And I was able to install it with the zip clone too.

– The Blank
Apr 11 at 14:56










The Blank is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















The Blank is a new contributor. Be nice, and check out our Code of Conduct.












The Blank is a new contributor. Be nice, and check out our Code of Conduct.











The Blank is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132993%2fgetting-error-in-compiling-install-sh-of-a-wireless-driver%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?