LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-25-2005, 04:31 AM   #1
delargester
LQ Newbie
 
Registered: Jan 2005
Posts: 3

Rep: Reputation: 0
DWL-G520+ & Suse 9.2 pro problem


Hi everyone, I'm totally new in linux & I've no experience with it. First I installed mandrake 10.1 but my wireless card, a D-Link DWL-G520+ 54Mbps, was not work. I spend 12 hours into forums thread but nothing. After I installed suse 9.2 pro and it recognised my card but it doesn't work. I can't use linux without internet but I don't want to use anymore winzozz xp...anyone can send me a step by step instruction on how to install my wireless card? Thanks in advance and sorry for my english but I don't speak english very well.
 
Old 01-25-2005, 01:26 PM   #2
delargester
LQ Newbie
 
Registered: Jan 2005
Posts: 3

Original Poster
Rep: Reputation: 0
Please help me! I want to start using linux but whitout internet I can't! If anyone want to help me I have so many gmail invites (1Gb with webmail & pop3 access free!!!) Please reply. Thanks.
 
Old 01-29-2005, 03:51 PM   #3
brundles
Member
 
Registered: Nov 2003
Location: UK
Distribution: SUSE 9.2
Posts: 77

Rep: Reputation: 15
I have the same card - and to be honest it was harder to get it to work with XP that SuSE!!!

Anyway, there are two options available for this card:

1. The first is a set of drivers originally written for the ACX100 chipset but also compatible with the ACX111 chipset (that the DWL-G520+ uses). However the catch with these drivers is that WEP doesn't work on the ACX111 chipset at the moment (although they are updated fairly frequently and judging by the comments I think WEP support will be soon. Check out either sourceforge (the projects original home - search for the ACX100 project) or http://lisas.de/~andi/acx100/
for a direct link to the drivers (the author hasn't been updating the sourceforge stuff).

2. The second is something call NDISWrapper which (as I understand it) effectively provides a layer between the Linux kernel (I'm sure somebody will correct me and tell me it's not the kernel but the network layer or something - I'm not that technical ) and the API that the drivers provide to the Windows layer. Again, find this on SourceForge by doing a project search for NDISWRAPPER.

At the moment I'm using the ACX100 drivers but I'm am planning on trying out the NDIS drivers as the G support isn't as good as the B support with ACX100 (I stream lots of TV shows and Film to the TV via my Xbox and sometimes see glitches with the ACX100 drivres) and the lack of WEP support on that LAN makes me nervous.

Hopefully I'll have time to try the NDIS drivers over the next couple of weeks - let me know if you try them before then and how you get on.
 
Old 02-02-2005, 02:37 PM   #4
delargester
LQ Newbie
 
Registered: Jan 2005
Posts: 3

Original Poster
Rep: Reputation: 0
Ndis doesn't work!

Well, first of all thanks to have answered. Second, sorry for my english. I tried to install ndiswrapper but I failed. I'm a total newbie and I will be so happy if anyone post me an <how to install> step-by-step. However I tried to use the acx100 but it doesn't work. Please help a total noobs as me that want to leave winzozz!Thanks.
 
Old 03-04-2005, 09:35 AM   #5
brundles
Member
 
Registered: Nov 2003
Location: UK
Distribution: SUSE 9.2
Posts: 77

Rep: Reputation: 15
Long time since replying to this post. Anyway...

Finally got round to upgrading to 9.2 and installing NDISWrapper. The only problem I had was that there was still a copy of an old ndiswrapper.ko in the /lib/modules/<kernel>/extras directory. What error were you getting when trying to install ndiswrapper??

ACX100 doesn't support wep and only ever worked with low connection speeds. I'd recommend concentrating on ndiswrapper rather than acx100.
 
Old 04-09-2005, 02:49 PM   #6
slymak
LQ Newbie
 
Registered: Apr 2005
Location: czech
Distribution: mandrake 10.1
Posts: 3

Rep: Reputation: 0
step by step, but...

You can read this link: http://www.houseofcraig.net/acx100_howto.php

I personally finished at this step: ping -c 4 -I ath0 192.168.1.1
is OK, but
ping -c 4 -I "my IP 192.168.1.125" 192.168.11
host is unreachable...
and I've no idea how to improve my setting. For detail of my setting please go to http://www.volny.cz/slymak/wifi.htm
I'm run at Mandrake 10.1 kernel 2.6.11
 
Old 04-09-2005, 03:43 PM   #7
brundles
Member
 
Registered: Nov 2003
Location: UK
Distribution: SUSE 9.2
Posts: 77

Rep: Reputation: 15
Hi slymak

Firstly, having used both I'd strongly recommend using the NDISWrapper drivers for this card in preference to the ACX100 drivers.

Anyway, on to your difficulties...

Looking at the screenshots you have a very small subnet - just you! Have you checked the settings (subnet mask) on the router that's allocating the IP addresses?

In your case you have a network of just you with no default gateway - your routing table is kind of empty and should look something like (from netstat -r):
Code:
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 0f 3d 58 0b 9d ...... D-Link AirPlus G+ DWL-G520+ Wireless PCI Adapter - Packet Scheduler Miniport
0x3 ...00 02 e3 18 5d ab ...... NETGEAR FA311 Fast Ethernet Adapter - Packet Scheduler Miniport
0x4 ...00 0d 61 0e d2 cd ...... Realtek RTL8139/810x Family Fast Ethernet NIC - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0      82.44.216.1   82.44.218.167	  20
      82.44.216.0    255.255.248.0    82.44.218.167   82.44.218.167	  20
    82.44.218.167  255.255.255.255        127.0.0.1       127.0.0.1	  20
   82.255.255.255  255.255.255.255    82.44.218.167   82.44.218.167	  20
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1	  1
      192.168.1.0    255.255.255.0      192.168.1.1     192.168.1.1	  20
      192.168.1.1  255.255.255.255        127.0.0.1       127.0.0.1	  20
    192.168.1.255  255.255.255.255      192.168.1.1     192.168.1.1	  20
      192.168.3.0    255.255.255.0      192.168.3.1     192.168.3.1	  25
      192.168.3.1  255.255.255.255        127.0.0.1       127.0.0.1	  25
    192.168.3.255  255.255.255.255      192.168.3.1     192.168.3.1	  25
        224.0.0.0        240.0.0.0    82.44.218.167   82.44.218.167	  20
        224.0.0.0        240.0.0.0      192.168.1.1     192.168.1.1	  20
        224.0.0.0        240.0.0.0      192.168.3.1     192.168.3.1	  25
  255.255.255.255  255.255.255.255    82.44.218.167   82.44.218.167	  1
  255.255.255.255  255.255.255.255      192.168.1.1     192.168.1.1	  1
  255.255.255.255  255.255.255.255      192.168.3.1     192.168.3.1	  1
Default Gateway:       82.44.216.1
===========================================================================
Persistent Routes:
  None

Route Table
That's from my Windows box (and has 3 network adapters so is a bit cumbersome) rather than Linux but the principle is the same. You should have one entry for the current subnet (192.168.1.0) from for the local host (127.0.0.1) and one for everything else (0.0.0.0 - also known as the default gateway).

Another advantage to the NDISWrapper drivers is that they will pick up the ifcfg settings from /etc/sysconfig/network- rather than having everything scripted as ACX100 does.
 
  


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
Enterprise Linux WS3 & DWL-G520 wwireless configuration linuxoptuser Linux - Wireless Networking 1 08-27-2005 05:02 PM
Can't get IP address on DWL-G520, SuSE 9.1 Personal rustynailz Linux - Wireless Networking 1 11-30-2004 04:28 PM
installing driver for DWL-G520+ in RedHat 9.0 / SUSE 9.1 gautam_iiith Linux - Wireless Networking 3 08-03-2004 01:18 PM
Suse 9.1 DWL-G520 config questions optimalprimer Linux - Networking 1 07-22-2004 12:05 PM
SuSE Linux 9.0 Pro & D-Link DWL-G520 help! NeTd4mN Linux - Hardware 1 02-28-2004 02:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:37 PM.

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