Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (4) </ 1 2 [3] 4 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Help with D-Link DWL-650, Yes...I am newer than a newbie< Next Oldest | Next Newest >
tempestuous Offline





Group: Members
Posts: 259
Joined: Aug. 2004
Posted: Sep. 16 2005,15:22 QUOTE

OK.  Here's the whole thing manually.
At least this way if anything fails, you should see the point at which it fails, and see some form of error message.

sudo su
rmmod orinoco_cs

## load the driver
modprobe prism2_cs
## if no error messages, this should create a network interface, wlan0
## can check this by running ifconfig -a
## the default channel is 11, if you want anything else -
wlanctl-ng wlan0 lnxreq_wlansniff enable=false channel xx
wlanctl-ng wlan0 p2req_channel_info_results channel xx
## activate the wireless interface
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
## to disable WEP -
wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11PrivacyInvoked=false
## now these WEP settings have no effect
#wlanctl-ng wlan0 lnxreq_hostwep decrypt=true encrypt=true
#wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11ExcludeUnencrypted=true
#wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11WEPDefaultKeyID=0
#wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11WEPDefaultKey0=12:34:56:78:90
## connect to the wireless network
wlanctl-ng wlan0 lnxreq_autojoin ssid=MY_ESSID

## Obviously replace "MY_ESSID" with your router's SSID.
## Now let's get an IP address.
## for automatic IP
pump -i wlan0

## or for static IP
## modify /etc/resolv.conf to include your nameservers, then -
ifconfig wlan0 192.168.0.xx broadcast 192.168.0.255 netmask 255.255.255.0
route add default gw 192.168.0.1 wlan0  # or whatever your router's IP is

## check the status of your wireless interface
ifconfig
## check connection to router
ping 192.168.0.1  # or whatever your router's IP is

Happy browsing.
Back to top
Profile PM 
OnlyMe
Unregistered






Posted: Sep. 17 2005,17:44 QUOTE

Thank you for the info!
However, it did not work for me. After modprobe prism2_cs I did not get an error, but no devices exist.

iwconfig shows no devices.

My card works in Windows, but not linux.  It looks like I am out of luck.  Thanks anyway.

I guess that the card DWL-650 vJ3 can be added to the verified not to work list.
Back to top
ke4nt1 Offline





Group: Members
Posts: 2329
Joined: Oct. 2003
Posted: Sep. 17 2005,19:06 QUOTE

" iwconfig shows no devices ... "

iwconfig or ifconfig ? Is this a typo ?

tempestuous script is nearly identical to my wlan-ng data.

If no error on modprobing prism2 ?? , it should be shown in lsmod.

If so, what were your errors on the other wlan-ng commands?

I think you are very close..

Kent
Back to top
Profile PM 
tempestuous Offline





Group: Members
Posts: 259
Joined: Aug. 2004
Posted: Sep. 18 2005,00:47 QUOTE

I hope you didn't really use the "iwconfig" command.  I certainly didn't include it in my previous instructions.
iwconfig relies on the Linux wireless extensions interface, which linux-wlan-ng does not support.
Back to top
Profile PM 
OnlyMe Offline





Group: Members
Posts: 5
Joined: Sep. 2005
Posted: Sep. 18 2005,06:17 QUOTE

I was told by a guy at work to use iwconfig to see if the card is being recognized.

ifconfig shows a loopback.

no errors appeared with the modprobe prism2
the very first wlanctl-ng command showed that no device existed.

lsmod showed the prism2 interface was loaded to 802.11

if we are close...then GREAT!!  and Thanks!
I just don't want to waste your time if this card won't work.
Back to top
Profile PM 
15 replies since Sep. 13 2005,06:56 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (4) </ 1 2 [3] 4 >/
reply to topic new topic new poll
Quick Reply: Help with D-Link DWL-650

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code