knoppix STD Tools
|
|
Junior Member
|
22. February 2008 @ 20:26 |
Link to this message
|
Hi everyone! i am trying to get my wireless network card but when i load up knoppix STD boot disk and try to configure a wireless network thing it says theres not one there. And i have an onboard wireless card on my laptop and theres a button that deactivate and activates it and when i click it the light dosent go on, so i think that its not loading thing for the wireless thing can any one help...
Thanks
Steve
|
Advertisement
|
|
|
varnull
Suspended permanently
|
23. February 2008 @ 07:28 |
Link to this message
|
|
Junior Member
|
23. February 2008 @ 09:19 |
Link to this message
|
Thanks
and not rely, just my neighbor said that i could use his WIFI "if" i could gess the code, haha so its just a little joke with my neighbor nuthing big, haha, its going to be funny tho... and yea im using STD cause i was told that airsnort is a good program to use but i cant use it unless my card is picked up, oh and let me know if theres any other good programs to use cause i know nuthing bout it just basic things..... Thanks bro
|
varnull
Suspended permanently
|
23. February 2008 @ 09:46 |
Link to this message
|
Slax popcorn has a lot of the wifi drivers installed. Your first mission is finding out which drivers you need for the hardware and then getting them installed ;)
|
Junior Member
|
23. February 2008 @ 16:59 |
Link to this message
|
well my laptop has an Atheros AR5007EG Netwok card inside the laptop, and how would i go about installing Slax popcorn on a boot disk? cause i know nuthing about linux, or boot disks .... =P
|
Junior Member
|
23. February 2008 @ 17:02 |
Link to this message
|
sorry about the doubble post but what is Slax popcorn
|
varnull
Suspended permanently
|
23. February 2008 @ 21:16 |
Link to this message
|
You are in for a very long ride then.. wireless and linux don't mix that well.
http://www.mrbass.org/linux/slax/
1. Dowload Wireless_Atheros ZIP drivers and unzip to temp directory (i.e. /Wifi )
here
2. Download latest Ndiswrapper driver:
NDISwrapper - Home
3. open terminal and untar Ndiswrapper*.gz
tar xfvz ndis*.gz
4. goto Ndiswrapper folder
cd ndis*
5. Install Ndiswrapper
sudo make
sudo make install
6. remove the module ath_pci to let ndiswrapper to use the wifi
sudo rmmod ath_pci
7. blacklist of modprobe to avoid it loading on the startup
sudo nano /etc/modprobe.d/blacklist -common
#roll to the bottom of the list and add the following line:
blacklist ath_pci
#Key: Ctrl+X to exit
#Key: Y to confirm save file
8. Reboot
9. After kenerl loaded open terminal and go to Atheros folder to install the driver
cd /wifi
sudo ndiswrapper -i net5112.inf
10. install to probe
ndiswrapper -m
11. load ndiswrapper everytime startup
sudo modprobe ndiswrapper
echo "ndiswrapper" | sudo tee -a /etc/modules
12. At this point wireless enable, press the wireless key on keyboard.
guide from one of those stupid sudo using distros...
This message has been edited since posting. Last time this message was edited on 23. February 2008 @ 21:23
|
Junior Member
|
24. February 2008 @ 10:38 |
Link to this message
|
this helps alot thanks, but will this be a boot disk??
|
varnull
Suspended permanently
|
24. February 2008 @ 11:10 |
Link to this message
|
slax is a boot disk if that is what you mean.
d/l the wifi stuff to a flash drive where it will run from quite happily once you are booted.
|
Junior Member
|
24. February 2008 @ 15:01 |
Link to this message
|
is there any way that i could hace you call me cause im a noob so ill need to have you explain it better so if you can that would be great....
haha that was funny that noob shirt
This message has been edited since posting. Last time this message was edited on 24. February 2008 @ 21:32
|
Advertisement
|
|
|
varnull
Suspended permanently
|
26. February 2008 @ 18:04 |
Link to this message
|
If you want to try catching me online (don't know much about wireless stuff TBH) I can usually be found on irc.villageirc.net #juliaskitchen or #linux-chat
|