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;
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
New contributor
add a comment |
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
New contributor
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
add a comment |
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
New contributor
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
drivers compiling make
New contributor
New contributor
New contributor
asked Apr 11 at 13:27
The BlankThe Blank
83
83
New contributor
New contributor
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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