| View previous topic :: View next topic |
| Author |
Message |
baritone Xplorer
Joined: 20 Jun 2005 Posts: 3
|
Posted: Tue Jun 12, 2007 6:18 pm Post subject: dlink dwl-g650m |
|
|
im trying to get my dlink dwl-g650m to work some sites say rtl8081 drivers will work and some say atheros ar5005vl will work
the linux says its the ar5005vl and madwifi support it in 0.9.3.1 but cant compile the drivers, can someone help
lappy:~# cd /usr/src/madwifi-0.9.3
lappy:/usr/src/madwifi-0.9.3# sudo make clean
/bin/sh: line 1: cd: /lib/modules/2.6.18-dcc-smp/build: No such file or director y
Makefile.inc:66: *** /lib/modules/2.6.18-dcc-smp/build is missing, please set KE RNELPATH. Stop.
lappy:/usr/src/madwifi-0.9.3#sudo make clean KERNELPATH=lib/modules/2.6.18-dcc-smp
Makefile.inc:91 *** KERNELCONF: /lib/modules/2.6.18-dcc-smp/.config does not exist.. Stop. |
|
| Back to top |
|
 |
sqlpython Xanalandingdonger
Joined: 22 Sep 2005 Posts: 5040 Location: Ct. USA
|
Posted: Wed Jun 13, 2007 1:16 am Post subject: |
|
|
First off how important is it to compile a native linux driver for this card
If it is not that important then save yourself some time and use you Windows Drivers with the ndiswrapper package install.. Some don't like it but I have used it successfully many times.
Control Center / Network / Network Connections / Admin / Create Connect /
..choose appropriate say Local Network wireless...
Once connection appears on list ..then right click on it ..choose Properties..
[Hardware Tab] [Hardware properties] [Driver] {Wireless NDIS Driver}
and with the Win Driver CD handy follow the info to Browse the CD for the .inf and/or .sys files for WinXP and install..
Laslty your must in properties as always Setup the Network Connection..
Properties Tabs ..General..Wireless..TCP/IP
Gateway IP..Route.. domains.. _________________

Criticism only accepted for Solutions that work. ;^)
RevLinux, Debian Squeeze"
Kubuntu 10.04 & 10.10 |
|
| Back to top |
|
 |
baritone Xplorer
Joined: 20 Jun 2005 Posts: 3
|
Posted: Wed Jun 13, 2007 5:46 pm Post subject: |
|
|
i was using ndiswrapper but if i can i want to use native driver as possible
one of my reason is to connect with wep and tkip
second i want to know how strong is my signal and so forth |
|
| Back to top |
|
 |
sqlpython Xanalandingdonger
Joined: 22 Sep 2005 Posts: 5040 Location: Ct. USA
|
Posted: Wed Jun 13, 2007 9:05 pm Post subject: |
|
|
| Quote: | one of my reason is to connect with wep and tkip
second i want to know how strong is my signal and so forth
|
wpa_supplicant by default tries CCMP also known as AES and TKIP ciphers in that order. So if your AP supports both, you can use either ndiswrapper works with both, if the driver supports them. ....
So you might even have a more probable chance of an issue with the native driver as opposed to the Win Driver w/ ndiswrapper. As the Win Driver will be supporting the protocols. _________________

Criticism only accepted for Solutions that work. ;^)
RevLinux, Debian Squeeze"
Kubuntu 10.04 & 10.10 |
|
| Back to top |
|
 |
sqlpython Xanalandingdonger
Joined: 22 Sep 2005 Posts: 5040 Location: Ct. USA
|
Posted: Wed Jun 13, 2007 9:11 pm Post subject: |
|
|
One more item...
To see signal strenght
su
iwconfig
or you can use or install kwifimanager _________________

Criticism only accepted for Solutions that work. ;^)
RevLinux, Debian Squeeze"
Kubuntu 10.04 & 10.10 |
|
| Back to top |
|
 |
|