LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-09-2015, 10:38 PM   #16
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by ardvark71 View Post
Hi...

Yes, it does but how would the OP go about that in this case?

Regards...
Right click on the driver and a small window should open and allow one to click on install with g-debi.-
 
Old 06-10-2015, 01:25 AM   #17
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Ztcoracat View Post
Right click on the driver and a small window should open and allow one to click on install with g-debi.-
Hi...

Do you mean the entire .zip file (RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911) or a specific folder within that?

Regards...
 
Old 06-10-2015, 07:48 PM   #18
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ardvark71 View Post
Hi...

Do you mean the entire .zip file (RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911) or a specific folder within that?

Regards...
The specific folder once the zip is extracted:-
The one highlighted in blue in the screenshot.
Attached Thumbnails
Click image for larger version

Name:	RTL.png
Views:	16
Size:	111.1 KB
ID:	18686  
 
Old 06-10-2015, 08:29 PM   #19
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Ztcoracat View Post
The specific folder once the zip is extracted:-
The one highlighted in blue in the screenshot.
Thank you for explaining that.

I thought it needed to be installed using the install.sh script, although g-debi would be easier, if that works.

Regards...

Last edited by ardvark71; 06-10-2015 at 08:48 PM. Reason: Correction.
 
Old 06-10-2015, 08:38 PM   #20
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ardvark71 View Post
Thank you for explaining that.

I thought it needed to installed using the install.sh script, although g-debi would be easier, if that works.

Regards...
Your Welcome; ardvark71

It should work. If it doesn't, than using elevated privileges in the konsole with dpkg should do it.

When I installed Debian I used g-debi to install the driver for my wireless adapter.
After g-debi installed the driver and a re-boot my wifi worked.
 
Old 06-22-2015, 12:24 PM   #21
Lentejas
LQ Newbie
 
Registered: Jun 2015
Location: Colombia
Distribution: Linux Mint 17.1
Posts: 14

Original Poster
Rep: Reputation: Disabled
Sorry for not answering to all your posts recently -I've been busy-. I really apreciate your help

I've tried to use the "sudo" command, but...

Code:
freddy@freddy-Evo-D500:~/Descargas$ sudo dpkg --install RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911
[sudo] password for freddy: 
dpkg-split: error: error al leer RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911: Is a directory
dpkg:../../src/unpack.c:123:deb_reassemble: error interno: unexpected exit status 2 from dpkg-split
I don't know why this happens. I remember I've used this command to install another things (I can't remember which, it was a long time ago) but now it doesn't work.

Last edited by Lentejas; 06-22-2015 at 12:34 PM.
 
Old 06-22-2015, 03:50 PM   #22
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi Lentejas...

Please see my instructions in post #10 or you can try Ztcoracat's idea of installing the driver using gdebi.

Regards...
 
Old 06-22-2015, 08:52 PM   #23
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Lentejas View Post
Sorry for not answering to all your posts recently -I've been busy-. I really apreciate your help

I've tried to use the "sudo" command, but...

Code:
freddy@freddy-Evo-D500:~/Descargas$ sudo dpkg --install RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911
[sudo] password for freddy: 
dpkg-split: error: error al leer RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911: Is a directory
dpkg:../../src/unpack.c:123:deb_reassemble: error interno: unexpected exit status 2 from dpkg-split
I don't know why this happens. I remember I've used this command to install another things (I can't remember which, it was a long time ago) but now it doesn't work.
Make sure you are in the directory in which the driver is in and the terminal see's it.

For example if your RTL8188C driver is in you Downloads directory try this first before you use sudo.

Code:
cd Downloads hit Enter
Than type ls to list everything in that directory
Than sudo dpkg --install (name of driver)
If that still doesn't work become root and type:
Code:
cd /home/yourusername/Downloads/ hit Enter
Than at the prompt: sudo dpkg --install (name of driver)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Belkin N150 usb wireless micro adapter - need DRIVER oharek Fedora - Installation 0 05-13-2012 02:33 PM
Buffalo AirStation Wireless-N150 Compact USB Adapter WLI-UC-GNHP mike11 Linux - Networking 0 11-07-2010 07:53 PM
Need a driver for Netgear N150 wireless USB adapter heinz9577961 Linux - Wireless Networking 1 07-21-2010 07:51 PM
LXer: Encore 802.11n PCI Wireless Adapter LXer Syndicated Linux News 0 01-08-2010 03:30 PM
Encore 802.11g Wireless LAN USB Adapter robertwolfe Linux - Wireless Networking 1 10-30-2007 05:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration