LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-18-2004, 07:47 PM   #1
mr_maximum
LQ Newbie
 
Registered: Dec 2004
Distribution: Fedora Core 2
Posts: 14

Rep: Reputation: 0
DWL-G630 ndiswrapper TNET1130 help!


I use the Fedora Core 2 distro, DWL-G630 802.11g pcmcia adapter, and DI-524 802.11g router.

There are no linux drivers available for my card, so I tryed using NDIS wrapper. I used the windows XP drivers included on the DWL-G630 CD, TNET1130.inf.

I followed the instructions at linuxelectrons.com/article.php/20040507104718960

When I dmesg, I do not see what I am supposed to, which is:
divert: allocating divert_blk for wlan0
wlan0: ndiswrapper ethernet device 00:90:96:68:6e:67 using driver TNET1130.sys

When I run /sbin/iwconfig, I see this:

lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

I do not see any entry for wlan0.

When I run neat (/usr/bin/system-config-network), I see the wireless connection with status inactive, and I see the hardware as ndiswrapper with status configured, which is correct, but when I try to activate the wireless connection, I get a message that says:

interface 'wlan0' not found
interface 'wlan0' not found
interface 'wlan0' not found
ndiswrapper device wlan0 does not seem to be present, delaying initiation.

And that's as far as I can get.

Also, when I boot it trys to start wlan0, but again, gives the same message as above.

Please try to figure this out, I've searched everywhere and can't find a way to fix it.
 
Old 12-18-2004, 07:56 PM   #2
mr_maximum
LQ Newbie
 
Registered: Dec 2004
Distribution: Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
One last thing that may be helpful, when I execute: ndiswrapper -l
It shows the driver I installed with -i, but does not say that any device is present.

I don't get any lights coming on when I plug in the card. I guess that the problem is the my system just isn't detecting the hardware, but I don't know why.
 
Old 12-19-2004, 10:40 PM   #3
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Hi,

I don't believe that your card is truly a tnet1130, which is a Texas Instruments' acx111 device. Instead, I think it's a Marvell chipset.

Perhaps D-link has an updated, corrected windows driver on their site that will have the correct inf file for you to use with ndiswrapper. This would not be the first time D-link put the wrong windows' driver on the cd that comes in the box. Even they are starting to get confused when it comes to their unfortunate taste in model naming/numbering. (don't get me started

To see of your card is a tnet1130, run lspci -n as root with the card plugged in, if you see 104c:9066 in the output somewhere, then it *is* indeed a tnet1130 and I am wrong, if you don't see 104c:9066, then it's not an acx111 (tnet1130) but most likely a Marvell.

The 104c is the vendor ID (TI), and the 9066 is the model (tnet1130)

I have 2 of these cards, one from D-Link (dwl-g650+) and one from Trendnet (tew-421pc), your model number doesn't look like a tnet1130.
 
Old 12-20-2004, 12:44 PM   #4
mr_maximum
LQ Newbie
 
Registered: Dec 2004
Distribution: Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
OK, thanks for the advice, but unfortunately, lspci -n does return 104c:9066. I have no idea how to get this to work. Is their a way for me to get the inteface wlan0 to be recognized by the system?
 
Old 12-20-2004, 01:39 PM   #5
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
hmm, well d-link is at it again. what version of ndiswrapper are you using?, I'll compile it and try also with fedora 2.
 
Old 12-20-2004, 04:36 PM   #6
mr_maximum
LQ Newbie
 
Registered: Dec 2004
Distribution: Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
akaBeaVis,
The version is 0.7. I got the ndiswrapper to show tnet1130 present now, it didn't show present before, but the not detecting wlan0 problem still persists.
 
Old 12-20-2004, 04:54 PM   #7
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
I have had some good success with 0.10, and cvs from time to time, I did not have success with 0.11 or 0.12, but .10 was good. I should also mention that there's a totally open source native linux driver for these cards at acx100.sourceforge.net, and that's what I normally use with mine. The catch is that WEP support is not yet completed for the acx111's.

btw, what kernel version (uname -r) are you running w/fedora2: 2.6.5, 2.6.7 or 2.6.8? also, what does your gcc --version say?

Last edited by akaBeaVis; 12-20-2004 at 04:56 PM.
 
Old 12-20-2004, 05:08 PM   #8
mr_maximum
LQ Newbie
 
Registered: Dec 2004
Distribution: Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
I actually decided I would do a full update just to make sure that doesn't fix things, the kernel was 2.6.5, gcc was 3.3.3. There is a linux driver? Mine isn't acx111 is it? Mine is TNET1130, or are you saying that they are compatible with TNET1130? I'll try getting ndiswrapper 0.10.
 
Old 12-20-2004, 05:16 PM   #9
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Yes, they are the same: tnetw1130 = acx111. The true positive ID is from lspci -n , 104c:9066, which tells me the open source linux driver will work with your device. You can see the README on the download page here: http://rhlx01.fht-esslingen.de/~andi/acx100/
and the latest (which I'm using), is: acx100-0.2.0pre8_plus_fixes_43.tar.bz2
 
Old 12-20-2004, 07:30 PM   #10
mr_maximum
LQ Newbie
 
Registered: Dec 2004
Distribution: Fedora Core 2
Posts: 14

Original Poster
Rep: Reputation: 0
Thanks so much for the help! I had no idea that there was a native linux driver, and I don't use WEP, so it's perfect. I'll probably keep trying to get ndiswrapper to work just so I can prove that I can do it, but thanks, for now I'll use the linux driver.
 
Old 07-13-2006, 11:01 PM   #11
AaronPeterson
LQ Newbie
 
Registered: Jul 2004
Posts: 5

Rep: Reputation: 0
2006 and still not working on Ubuntu

I've got a revision B1 of the D-link AirPlus DWL-G630

It is a pcmcia card.

I was estatic when ubuntu recognized it as a wlan card, and put it up as wlan0.

I made sure that the mac-address is allowed in my router, and restarted it for that to take effect.

I entered my wep key into the network config section, and told it DHCP.

It didn't take. NO ERROR MESSAGES

UBUNTU GIVES NO ERROR MESSAGES.

I've been trying all kinds of things, and this just hasn't been working.

NO ERROR MESSAGES MEANS THAT ITS WORKING...
but it's not..

I keep trying. I installed ndiswrapper-gtk something or other. I downloaded the revisionB drivers for the card from dlink. I extracted them. I located the windows XP .inf file and that gtk tool says that the hardware is present!

IT DIDN"T CHANGE ANYTHING..
I rebooted...

still no error messages.. and no network over wlan0
I'm about ready to get rid of ubuntu, kubuntu might work, kde developers generally communicate errors a little bit better.

I'm going to try knoppix 5.01 off my cd.

cry with me please.
 
  


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
Dwl-g630 th3k0r3 Linux - Wireless Networking 1 10-21-2005 11:07 PM
madwifi and dwl-g630 byo71 Linux - Wireless Networking 5 10-15-2005 05:34 AM
ndiswrapper and DWL-G630 csu18378 Linux - Wireless Networking 1 08-09-2005 01:12 PM
D-Link DWL-G630 loses access point -- ndiswrapper 0.12, Fedora Core 3 hotroge Linux - Wireless Networking 1 01-15-2005 02:54 PM
Dlink DWL-G630 works great in slack 10 with ndiswrapper dissolved soul Linux - Wireless Networking 0 07-09-2004 12:01 AM

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

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