LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 07-16-2003, 06:41 PM   #1
mikeybsae
LQ Newbie
 
Registered: Jun 2003
Location: albany, ny
Distribution: debian
Posts: 18

Rep: Reputation: 0
dwl-650 wlan-ng debian pcmcia can't locate wlan0


I'm running debian 3.0 woody with kernel 2.4.18 (I built it) and wireless card D-link dwl-650.

After trying for a while to build the wlan modules the debian way with make-kpkg I just went ahead and installed the wlan source manually with make all, make install. I built the pcmcia modules just fine with make-kpkg.

During the output during startup I can see that it complains that there is no wlan0 module, but it seems to load prism2_cs and p80211 just fine.

When I run cardctl ident it looks fine. I can see my card and it identifies it correctly. When I look at wlan0 with ifconfig there is no HWaddress (00:00:00:00:00:00).

I think I have everything configured correctly in /etc/wlan and /etc/pcmcia.

I was originally using the orinoco driver and it worked, but bandwidth was terrible. I have not been able to get wlan-ng working at all. I am thinking of going back to orinoco and looking for updated drivers.

Any suggestions?

Last edited by mikeybsae; 07-16-2003 at 06:58 PM.
 
Old 07-16-2003, 06:50 PM   #2
mikeybsae
LQ Newbie
 
Registered: Jun 2003
Location: albany, ny
Distribution: debian
Posts: 18

Original Poster
Rep: Reputation: 0
also no wireless extensions for wlan0 when I tried iwconfig wlan0
 
Old 07-17-2003, 06:26 AM   #3
jpohara
Member
 
Registered: Mar 2002
Location: Lynbrook, NY
Distribution: Fedora Core 1
Posts: 85

Rep: Reputation: 15
do you have your card and the access point on the same channel?
is the SSID the same?
if you are using encryption, are the keys correct?
 
Old 07-17-2003, 08:56 AM   #4
fabwifi
LQ Newbie
 
Registered: Jul 2003
Location: France
Distribution: Mdk9.1
Posts: 16

Rep: Reputation: 0
same problem with Mdk9.1

see my post for the details .... thanks !

I've ifup-wireless, ifcfg-lo.
Card with solid light, recognize by PC. But module not "attached" at the card.
What do I do ?
 
Old 03-21-2004, 05:22 AM   #5
f.haverkamp
LQ Newbie
 
Registered: Mar 2004
Distribution: Debian
Posts: 4

Rep: Reputation: 0
Initialization of DWL 650 revP

Hi,

recently I bought a DWL 650 wireless lan card and it turned out that it is using a new chipset which requires firmware download before the card is used. Before the firmware is downloaded it looks like as if the MAC address cannot be read, It appears as 00:00:...:00 like in your case. To be sure which chipset version your DWL 650 has, check Dlink webpage and see the cards Id on its backside.

If you have a revP version of the DWL 650 (or maybe for other version as well), you can try to to follow the links on http://linux.junsun.net/intersil-prism/ -> (http://www.netgate.com/support/prism_firmware/1.4.9.zip) to download the firmware. I think the developers are using here firmware from a prism chipset developement kit. I copied the firmware to the directory linux-wlan-ng-0.2.1-pre20/src/prism2 and renamed them so that they are all small characters. Than I did the make install. The script shared.prism2 seems to download the firmware image into the card, it obviously consists of two parts. I was afraid of breaking the card with a wrong firmware version, but it worked fine for me (Nevertheless I do not know, nor can guarantee, that yours will do as well).

After inserting the card messages appear that the code is now downloaded to the card. In my case that looks like this:

Mar 21 12:55:19 goethe kernel: prism2_cs: no version for "p80211netdev_rx" found: kernel tainted.
Mar 21 12:55:19 goethe kernel: prism2cs_init: prism2_cs.o: 0.2.1-pre20 Loaded
Mar 21 12:55:19 goethe kernel: prism2cs_init: dev_info is: prism2_cs
Mar 21 12:55:19 goethe wland[2244]: wland daemon init successful
Mar 21 12:55:19 goethe wland[2244]: netlink socket opened and bound successfully
Mar 21 12:55:19 goethe kernel: prism2_cs: index 0x01: Vcc 5.0, irq 11, io 0x0200-0x027f
Mar 21 12:55:23 goethe kernel: Writing 2330 bytes to ram @0x7e0000
Mar 21 12:55:23 goethe kernel: Writing 2486 bytes to ram @0x7e0a00
Mar 21 12:55:23 goethe kernel: Writing 2 bytes to ram @0x7e17fe
Mar 21 12:55:23 goethe kernel: PDA Read from 0x007f0000 in EXTDS space.
Mar 21 12:55:25 goethe kernel: Writing 2330 bytes to ram @0x7e0000
Mar 21 12:55:25 goethe kernel: Writing 2486 bytes to ram @0x7e0a00
Mar 21 12:55:25 goethe kernel: Writing 2 bytes to ram @0x7e17fe
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7e1800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7e2800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7e3800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7e4800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7e5800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7e6800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7e7800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7e8800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7e9800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7ea800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7eb800
Mar 21 12:55:25 goethe kernel: Writing 2458 bytes to ram @0x7ec800
Mar 21 12:55:25 goethe kernel: Writing 4096 bytes to ram @0x7f0800
Mar 21 12:55:25 goethe kernel: Writing 118 bytes to ram @0x7f1800
Mar 21 12:55:25 goethe kernel: Writing 3304 bytes to ram @0x7fe000
Mar 21 12:55:25 goethe kernel: ident: nic h/w: id=0x801d 1.0.0
Mar 21 12:55:25 goethe kernel: ident: pri f/w: id=0x15 1.1.0
Mar 21 12:55:25 goethe kernel: ident: sta f/w: id=0x1f 1.4.9
Mar 21 12:55:25 goethe kernel: MFI:SUP:role=0x00:id=0x01:var=0x01:b/t=1/1
Mar 21 12:55:25 goethe kernel: CFI:SUP:role=0x00:id=0x02:var=0x02:b/t=1/1
Mar 21 12:55:25 goethe kernel: PRI:SUP:role=0x00:id=0x03:var=0x01:b/t=4/4
Mar 21 12:55:25 goethe kernel: STA:SUP:role=0x00:id=0x04:var=0x01:b/t=1/9
Mar 21 12:55:25 goethe kernel: PRI-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1
Mar 21 12:55:25 goethe kernel: STA-CFI:ACT:role=0x01:id=0x02:var=0x02:b/t=1/1
Mar 21 12:55:25 goethe kernel: STA-MFI:ACT:role=0x01:id=0x01:var=0x01:b/t=1/1
Mar 21 12:55:25 goethe kernel: Prism2 card SN: 111111111111
Mar 21 12:55:31 goethe kernel: p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame dropped.
Mar 21 12:55:31 goethe kernel: p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame dropped.
Mar 21 12:55:31 goethe kernel: linkstatus=ASSOCFAIL (unhandled)
Mar 21 12:55:32 goethe kernel: NET: Registered protocol family 17
Mar 21 12:55:32 goethe kernel: p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame dropped.
Mar 21 12:55:32 goethe kernel: p80211knetdev_hard_start_xmit: Tx attempt prior to association, frame dropped.
Mar 21 12:55:32 goethe kernel: linkstatus=CONNECTED

Now my card shows up with the correct MAC address:

wlan0 Link encap:Ethernet HWaddr 00:0D:88:57:9B:26
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20d:88ff:fe57:9b26/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9016 errors:0 dropped:0 overruns:0 frame:0
TX packets:12342 errors:0 dropped:4 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:11611351 (11.0 MiB) TX bytes:495625 (484.0 KiB)
Interrupt:11 Base address:0x200


Frank

Last edited by f.haverkamp; 03-21-2004 at 05:33 AM.
 
Old 05-24-2006, 08:41 PM   #6
pixie7
LQ Newbie
 
Registered: May 2006
Posts: 2

Rep: Reputation: 0
DWL-650 rev P working

Ha, I am writing this now on my DWL-650P with a download of 0.2.3 and following instructions from linux-wlan dot com!


I <3 wlinux-wlan!!!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WLAN Problem Truemobile 1300 WLAN on Debian 3 with NDISWRAPPER FordPrefect Linux - Laptop and Netbook 2 08-08-2005 10:00 AM
zd1201 usb wlan ok but no wlan0 found edmundo_ba Linux - Wireless Networking 3 07-28-2005 08:25 PM
im having trouble init wlan0 for twinmos g240 usb stick wlan card pyenos Linux - Hardware 5 03-01-2005 02:44 PM
Can't Locate Module wlan0 mattp Linux - Laptop and Netbook 34 02-28-2005 10:16 AM
Getting PCMCIA to Wlan0 chevy2410 Linux - Wireless Networking 1 05-14-2004 11:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 06:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration