LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   backtrack 4 final live cd wont detect my wireless card (https://www.linuxquestions.org/questions/linux-newbie-8/backtrack-4-final-live-cd-wont-detect-my-wireless-card-910634/)

ablor 10-28-2011 08:29 AM

backtrack 4 final live cd wont detect my wireless card
 
ok so i have use backtrack before on my dell at work. but a few days ago we got switched to toshiba lap tops.. the one i was given is a toshiba satellite c605-SP4162m that has a realtek intergrated wireless card wich the name of the card is "Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC" i am kinda poor right now so my landlord is letting use his wifi until i get on my feet again problem is he changed his pass and now he dont member it (pretty old guy) so he said if i could figure it out i could use it but i ran into this prob...this is the only computer i have and i have look everywere and have found no results.....a little help plz..

p.s
i dont want to read and stupid sarcasm if im a noob and dont know anything ok..tnx

camorri 10-28-2011 09:19 AM

You can download the source code for the wireless adapter at this link

-->http://www.realtek.com/downloads/dow...oads=true#2292

Note, this is for
Quote:

for Kernel 2.6.37(and earlier)
if your kernel is newer, it probably will not work. Determine the level of kernel in a command shell with the command 'uname -a' ( without the quotes ).

This is source code, inside the .zip file you will find various files that tell you how to compile the driver for your system.

Note: I also found this link to the source file, not sure which one is best.

-->http://www.wireless-driver.com/realt...iver-software/

This one looks good, it also includes fireware, that is code the device needs to operate.

Just so you know, I don't have one of these devices, I just googled it.

Best of luck compiling the code.

ablor 10-28-2011 07:21 PM

tnx will take a look

ablor 10-28-2011 08:36 PM

well i downloaded the drive but i really have no clue on how to install it will running the live cd ...

what are the codes i have to use to install the driver ..

camorri 10-29-2011 12:27 PM

You have to compile the source code. There are instructions on the How To part in the file when you unpack it.

Source code is written in a high level language, it is not executable. Compiling the source produces the driver. You load that code with a command called 'modprobe'.

Have a look for the README files.


All times are GMT -5. The time now is 07:05 PM.