LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 03-09-2004, 07:13 PM   #1
ka9qlq
Member
 
Registered: Feb 2004
Location: Columbus, IN USA
Distribution: Mepis 3.4 rc1
Posts: 119

Rep: Reputation: 26
Question DWL-520 just dies for no reason


I have a DWL-520 and I've yet to get more then 30 hours (often under 5) before it just stops talking to the router. The only way to get them talking again is to reboot the PC. has anybody had this problem? I saw something about a time out error once........forget where, maybe dmesg. Can you restart just the PCI card? Is it a bug?
Alvin
http://ka9qlq.tripod.com/
 
Old 03-09-2004, 07:53 PM   #2
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
What driver are you using? what is the make and model of router?

Are you using DHCP or static IP address?

Are there any other computers on your network?

Do you have a PPPoe connection to your ISP?

Are there any commands that you run to have to bring up the card in working order?

Anything in /var/log/messages or any error messages or other strangeness?

You can try ifdown and ifup on the interface.

Also try
/etc/init.d/network stop
/etc/init.d/network start

to restart the network.

Last edited by beyer42; 03-09-2004 at 07:57 PM.
 
Old 03-09-2004, 08:46 PM   #3
ka9qlq
Member
 
Registered: Feb 2004
Location: Columbus, IN USA
Distribution: Mepis 3.4 rc1
Posts: 119

Original Poster
Rep: Reputation: 26
Hello
The router is a PCI D-link air DWL-520 not sure the revision, but it's not new. It ID's the Prism chips.
Mar 9 19:46:59 localhost kernel: prism2pci_init: prism2_pci.o: 0.2.1-pre19 Loaded
Mar 9 19:46:59 localhost kernel: prism2pci_init: dev_info is: prism2_pci
Mar 9 19:46:59 localhost kernel: PCI: Enabling device 00:0d.0 (0114 -> 0116)
Mar 9 19:46:59 localhost kernel: A Prism2.5 PCI device found, phymem:0xf4009000, irq:10, mem:0xd292a000

To tell the truth I'm not sure about DHCP.

The card comes up on boot so I never tried ifup/down.

I've tried /etc/init.d/network restart to no avail but will try the other.

/var/log/messages says
Mar 9 19:44:24 localhost kernel: NETDEV WATCHDOG: wlan0: transmit timed out
Mar 9 19:44:24 localhost kernel: hfa384x_tx_timeout: Implement me.
Mar 9 19:44:29 localhost kernel: NETDEV WATCHDOG: wlan0: transmit timed out
Mar 9 19:44:29 localhost kernel: hfa384x_tx_timeout: Implement me.
over and over and over
Thanks a ton.
Alvin
 
Old 03-10-2004, 12:08 AM   #4
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
I read somewhere that this was possibly a interrupt issue in the driver.

Possibly try loading the driver with the parameter irq_mode=1

Do you have any laptop devices (PCMCIA) on the computer?

Do you know where you downloaded the driver from?

Sorry I don't know the exact problem now.
 
Old 03-10-2004, 08:20 AM   #5
ka9qlq
Member
 
Registered: Feb 2004
Location: Columbus, IN USA
Distribution: Mepis 3.4 rc1
Posts: 119

Original Poster
Rep: Reputation: 26
Well that's more then I though of. I realy appeciate your help.

I don't have any PCMCIA stuff, it's a desktop.

A friend found the driver, I'll ask him.

I know this sounds dumb but how would you load the driver with the parameter irq_mode=1? fstab maybe?

Thanks
Alvin
 
Old 03-10-2004, 01:12 PM   #6
ka9qlq
Member
 
Registered: Feb 2004
Location: Columbus, IN USA
Distribution: Mepis 3.4 rc1
Posts: 119

Original Poster
Rep: Reputation: 26
Ok I found this
This appears to be a problem with the kernel APIC drivers related to the
on-board chipset. The solution is to add the following to lilo:

append=noapic

This will allow the kernel to communicate properly with the network
adaptor.

here
http://www.lunar-linux.org/pipermail...ry/000088.html
I tried that and we'll see. Here's my lilo incase I did it wrong.
Alvin
boot="/dev/hda"
lba32
prompt
timeout="100"
message=/boot/message
root=/dev/hdc1
default=2.4.21-0.13

image="/boot/vmlinuz-2.4.21-0.13mdk"
label="2.4.21-0.13"
append=noapic
root="/dev/hdc1"
read-only

image=/usr/src/linux/arch/i386/boot/bzImage
label="Linux_Compiled"
root=/dev/hdc1
read-only
optional

other=/dev/hda1
label="Windows98"

image="/dev/hda1"
root="/dev/hdc1"
 
Old 03-10-2004, 05:34 PM   #7
ka9qlq
Member
 
Registered: Feb 2004
Location: Columbus, IN USA
Distribution: Mepis 3.4 rc1
Posts: 119

Original Poster
Rep: Reputation: 26
Well that didn't work...........any more idea let me know.
Alvin
 
Old 03-23-2004, 12:17 PM   #8
judojoe
LQ Newbie
 
Registered: Mar 2004
Location: USA
Distribution: Mandrake 10.0 Community
Posts: 2

Rep: Reputation: 0
I unfortunately don't have any suggestions with for your problem with keeping your DWL 520 card working. Although I am very interested on how you were able to get it working. I have been struggling for a week now. I am new to Linux and I am not sure what driver I need to use or how to install it.

Linux does see that the pci card is there when I run lspci -vv I recieve the following information:

00:0f.0 Ethernet controller: Realtex Semiconductor Co., Ltd.: Unknown device 8180 (rev 20)
Subsystem: D-Link System Inc: Unknown device 3303
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Steping- SERR- FastB2B-

....etc......

But when I try to install the card I am getting a response that a network card is not installed on the system.

Is this anything you can help with?

I apologize for my ignorance with Linux.
 
Old 03-23-2004, 03:39 PM   #9
ka9qlq
Member
 
Registered: Feb 2004
Location: Columbus, IN USA
Distribution: Mepis 3.4 rc1
Posts: 119

Original Poster
Rep: Reputation: 26
Well your card must have the Realtek 8180 chip set my card has a Prisum 2.5 chip set. The Linux drivers for the older chip sets have been prety well debugged, but the drivers for the new chip sets [like the 8180] stil have BUGGS! That's why I sold my 8180 card and got an older DWL-520 card.

I think the card flipping out is because the PC is a 400 mhz and when I load the CPU down it can't handle all the i/o. Firebird seems to make it die but it doesn't under Konqueror.
Alvin
http://ka9qlq.tripod.com/
 
Old 03-24-2004, 01:50 PM   #10
judojoe
LQ Newbie
 
Registered: Mar 2004
Location: USA
Distribution: Mandrake 10.0 Community
Posts: 2

Rep: Reputation: 0
Realtek 8180

Yeah my card is the 8180 chipset....do you have any suggestions on how to get it to work? I am pulling my hair out on this one.

--Thanks
 
Old 03-24-2004, 03:38 PM   #11
ka9qlq
Member
 
Registered: Feb 2004
Location: Columbus, IN USA
Distribution: Mepis 3.4 rc1
Posts: 119

Original Poster
Rep: Reputation: 26
Well I never got mine to work, that's why I got an older card with a differnt chip set. Find a Windows user and sell it to them cause it works under Windows.
Alvin
http://ka9qlq.tripod.com/
 
  


Reply



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
DWL-520+ DWL-G520+ Ubuntu UbuDio Linux - Wireless Networking 3 12-08-2005 03:07 PM
DWL-520 install ##GIVE BLOOD## Linux - Networking 1 06-22-2005 03:12 AM
Laptop Keyboard Dies For No reason DrakIE Linux - Newbie 3 11-25-2004 07:43 PM
DWL-900AP+ and DWL-520+ Kristijan Linux - Wireless Networking 2 01-08-2004 12:12 AM
dwl-520 (realtek) AGAIN :/ Martin Bishop Linux - Networking 0 11-27-2003 11:31 PM

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

All times are GMT -5. The time now is 09:30 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