Posts: 20
adhikariindia
Joined: 07 Nov 2012
#1
Hi friends I got realtek8188cus. wifi adapter .please tell me the installation.
Also when I go to Adsl/pppoe configuration i found list of drivers I click on those a roxterm opens and says to put me the command line argument to install those drivers.
Please tell command for installing .drivers. antixm11...
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Post output of

Code: Select all

inxi -F
and also the output of

Code: Select all

 ifconfig -a
Posts: 20
adhikariindia
Joined: 07 Nov 2012
#3
inxi -F shows netcard2 realtek semiconductor 8188cu but no driver showing.
Ifconfig -a shows eth0 and lo but do no show wlan0....
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
Is this a usb adapter? I ask because I have a .deb link for the driver since it is a non free driver.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://packages.debian.org/sid/firmware-realtek"
linktext was:"http://packages.debian.org/sid/firmware-realtek"
====================================
Posts: 20
adhikariindia
Joined: 07 Nov 2012
#5
Yes usb adapter.i found some list drivers in adsl ppppoe setup as I said abive.when I click on a particilar it opens a roxterm and asking me to type the command lune for installing the paryicular driver for kernel. So what might be the command line.
Last edited by adhikariindia on 15 Nov 2012, 20:58, edited 1 time in total.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#6
That link I posted should do just fine then. Just install the .deb. Reboot. Run ifconfig -a and see what happens.
Posts: 20
adhikariindia
Joined: 07 Nov 2012
#7
What is the command line aptitude install or apt-get install
Posts: 20
adhikariindia
Joined: 07 Nov 2012
#8
Also if possible would you tell me why usb-tethering disconnect in a few second while connecting via wicd or doing ifup usb0
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#9
adhikariindia wrote:Also if possible would you tell me why usb-tethering disconnect in a few second while connecting via wicd or doing ifup usb0
I don't do phones tethers. Sorry. All my wireless is done through cards or usb. Download the .deb into /home

Open a terminal. type in sux to get to root.

The next command after giving your password will be

Code: Select all

dpkg -i <the name of the .deb goes here>
maybe some other member from over seas can help with the phone tether problem.
Posts: 20
adhikariindia
Joined: 07 Nov 2012
#10
I opened the link.But can not see the .deb file.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#11
adhikariindia wrote:I opened the link.But can not see the .deb file.
where did the downloaded .deb go?
Posts: 20
adhikariindia
Joined: 07 Nov 2012
#12
Not yet downloaded. I opened the debian website by clicking above link.
In that page where to click for downloading
Posts: 20
adhikariindia
Joined: 07 Nov 2012
#13
Not yet downloaded. I opened the debian website by clicking above link.
In that page where to click for downloading
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#14
adhikariindia wrote:Not yet downloaded. I opened the debian website by clicking above link.
In that page where to click for downloading
Pick a mirror close to your country.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://packages.debian.org/sid/all/firmware-realtek/download"
linktext was:"http://packages.debian.org/sid/all/firm ... k/download"
====================================
Posts: 20
adhikariindia
Joined: 07 Nov 2012
#15
the .deb file i downloaded in /tmp and i do
dpkg -i /tmp /firmware-realtek_0.36_all.deb
The results show file not found
I then redownload the file to home/user and the installed by doing dpkg -i /home/user file.deb and done.
But still looking for the driver .
Last edited by adhikariindia on 28 Nov 2012, 10:50, edited 2 times in total.