![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
5 Cups of Ubuntu
![]() |
Hi! I just want to share to our fellow Ubuntu Users. I was finding a lot of threads regarding this issue so I'd like to share how I got my D-Link DWL G650+ Wireless Card. Moderators: if this thread is already redundant, kindly move it or delete altogether.
First, I'd like to thank the author of the following website: http://www.ndeepak.info/tech/wlansarge.php For his nearly complete guide. This is actually a guide for Debian Sarge, but I'm going to describe here the exact steps in my ubuntu hoary laptop (although I will also share some experiences on how to install it in Breezy Preview Release). 1. First, install the ndiswrapper package. Code:
sudo apt-get install ndiswrapper-source ndiswrapper-utils Then you will need the drivers from D-Link's website. (note: I tried using the drivers that came with wireless card but it failed to work) You can download it from here: Windows driver for DWL-G650+ Now, extract the file and look for the Windows XP driver INF. so in this file its GPLUS.inf. Install it by using the following command: Code:
sudo ndiswrapper -i GPLUS.inf Code:
sudo apt-get install linux-headers-2.6.10-5-386 Code:
cd /usr/src/ tar -jxvf ndiswrapper-source.tar.bz2 Code:
cd ./modules/ndiswrapper make make install Code:
depmod -a modprobe ndiswrapper Code:
sudo cp /etc/modules /etc/modules_backup sudo echo "ndiswrapper" >> /etc/modules Try to check your boot messages if your system was able to succesfully load the ndis driver. Now plug in your wireless card and try running the following command: Code:
sudo iwlist wlan0 scan Code:
sudo apt-get install wireless-tools Code:
sudo iwconfig wlan0 essid <ESSID> Code:
iwconfig wlan0 key open <wepkey> Now run iwconfig, and the interface should be all set: Code:
sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"BarFoo"
Mode:Managed Frequency:2.437 GHz Access Point: 00:13:19:8C:57:C0
Bit Rate:54 Mb/s Tx-Power:10 dBm Sensitivity=0/3
RTS thr:4096 B Fragment thr:4096 B
Encryption key:DEADBEEF00 Security mode:open
Power Management:off
Link Quality:100/100 Signal level:-45 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
To continue, you will need to setup the system for DHCP. So you will need to add a couple lines to /etc/network/interfaces Code:
sudo cp /etc/network/interfaces /etc/network/interfaces_backup sudo gedit /etc/network/interfaces Code:
iface wlan0 inet dhcp pre-up iwconfig wlan0 essid "BarFoo" && iwconfig wlan0 key open DEADBEEF00 auto wlan0 Code:
sudo ifdown eth0 sodu ifup wlan0 Extra NOTE: You can make connecting to a wireless network by install Wifi Radar. Please see this link for further instructions: HOWTO: Wifi Radar on Hoary or if you're using breezy you can install it using apt-get. Code:
sudo apt-get install wifi-radar
__________________
Do you want to see a MIRACLE? Be the Miracle! My Blog: Null Comment... My Workplace: ZimpliHotels My OS: Ubuntu Linux Last edited by darius_underhill; October 25th, 2005 at 02:59 AM.. |
|
|
|
|
|
#2 |
|
Skinny Extra Sweet Ubuntu
![]() Join Date: Aug 2005
Location: Saint Paul, MN
Beans: 2,903
|
Re: HOWTO: Using D-link AirplusG+ DWL g650+ with ndiswrapper
Moved to the tips folder. Thanks for the contribution!
|
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Location: Guatemala
Beans: 133
Ubuntu 6.10 Edgy
|
Re: HOWTO: Using D-link AirplusG+ DWL g650+ with ndiswrapper
hello i have a doubt... what happend if i change my kernell version?
__________________
-- Leonel Reyes Mata Linux User #343531 lreyes6(at)gmail(dot)com http://sirgt.chapinware.com Guatemala, Centro America. |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2006
Beans: 10
|
Re: HOWTO: Using D-link AirplusG+ DWL g650+ with ndiswrapper
Thanx for the great how to! I got it working with WEP but also want WPA. Anyone know how to do this?
|
|
|
|
|
|
#5 |
|
Just Give Me the Beans!
![]() Join Date: Feb 2006
Location: San Diego
Beans: 59
Ubuntu 9.10 Karmic Koala
|
Re: HOWTO: Using D-link AirplusG+ DWL g650+ with ndiswrapper
Will this work with the DWL - G650M?
|
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2009
Location: Belfast, Northern Ireland
Beans: 19
Ubuntu 9.04 Jaunty Jackalope
|
Re: HOWTO: Using D-link AirplusG+ DWL g650+ with ndiswrapper
I also want to get this card working with WPA. Any help much appreciated.
|
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2007
Beans: 2
|
Re: HOWTO: Using D-link AirplusG+ DWL g650+ with ndiswrapper
This works very well, although I had to get the D-Link driver off the International (Singapore) D-Link web site
Thank you |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|