LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-18-2004, 02:58 PM   #1
daniela
Member
 
Registered: Aug 2003
Location: Zürich, Switzerland
Distribution: debian sarge
Posts: 41

Rep: Reputation: 15
Unhappy dwl-120+ driver install prob


i'm running mandrake 9.1 on my new old p3. ('cause i couldn't get mdk9.2 to boot) i installed the src kernel 'cause i read i have to. (i didn't upgrade the kernel, as far as i heard i don't need to)

i succeeded to compile the acx100 driver (yes, it is the right one) but when i try to insmod all i get is unresolved_symbols

my problem is that the dwl-120+ is the only card that is connected via usb & uses the texas instruments chip. the driver says that it is still very experimental with this card. (please forgive me, i didn't choose this card myself...)

so it isn't surprising that i can't find neither anyone asking things going further than "which driver should i use" nor any how-to concerning this card...

so, finally my question: what's the cause of this unresolved_symbols when i try to insmod & what should i do?
 
Old 04-18-2004, 05:10 PM   #2
level
Member
 
Registered: Jan 2004
Posts: 82

Rep: Reputation: 15
I believe if you check the acx100 website you'll find that support for the D-Link, dwl-120+ is not yet finished. He's working on now and I, for one, am patiently waiting.
 
Old 04-18-2004, 05:55 PM   #3
jack884
LQ Newbie
 
Registered: Apr 2004
Posts: 4

Rep: Reputation: 0
Im new at this myself. I'm using dwl 650+ with fedora. I also get unresolved_symbols after depmod in fedora, but the module works great.

http://www.houseofcraig.net/acx100_howto.php

Last edited by jack884; 04-18-2004 at 06:17 PM.
 
Old 04-18-2004, 06:20 PM   #4
jack884
LQ Newbie
 
Registered: Apr 2004
Posts: 4

Rep: Reputation: 0
also, after I got everything configured, I still have to do dhclient eth0 after restart. Still trying to figure that out. But, I'm learning
 
Old 04-18-2004, 07:43 PM   #5
DigitalVixen
LQ Newbie
 
Registered: Mar 2004
Location: Sweden
Distribution: My own :)
Posts: 14

Rep: Reputation: 0
Copied shamelessly from my HOWTO;

"If they complain about symbolic links, you need to recompile your kernel. Edit the .config file in your kernel source directory and look for the line CONFIG_MODVERSIONS= make sure it says ``n''. If it doesn't, change the ``y'' to ``n'' and recompile your kernel. Note; you only need to remake your image! ``make bzImage''. Copy it to the correct place and reboot Linux."

Oh, and if you DO remake the kernel image, make sure you can still use the old kernel if the new one does not work!

Good luck!

Last edited by DigitalVixen; 04-18-2004 at 07:45 PM.
 
Old 04-19-2004, 02:22 PM   #6
daniela
Member
 
Registered: Aug 2003
Location: Zürich, Switzerland
Distribution: debian sarge
Posts: 41

Original Poster
Rep: Reputation: 15
DigitalVixen: i couldn't change the .conf file 'cause i didn't find any and i don't know where my kernel souce dir is 'cause installed it with an rpm, so i don't know how to recompile it either... :\

ignoring the insmod errors didn't work at all.
instead, i proceeded with craig's acx howto from the chapter "installing the module & firmware" on (to avoid the insmod-thing)

instead of acx100_pci i always used acx_usb, the last/most important steps were:
1. i edited /etc/modules.conf by adding the line
Code:
options acx_usb use_eth_name=1 debug=0x01 firmware_dir=/lib/modules/acx100_fmwe
i guess this line should have been somehow different...
(use_eth_name=1 has been ignored by a warning at depmod anyway i think)

2. depmod -a without errors

3. to check the presence of a reference to the module:
Code:
grep -i acx100 /lib/modules/2.4.21-0.13mdk/modules.pcimap
the result was ok but: shouldn't the entry rather be in modules.usbmap?

4. to check if the module got loaded:
"lsmod | grep acx_usb" returns
acx_usb 131200 0 (unused)
usbcore 72992 1 [acx_usb usb-uhci]

5.ifconfig -a returns
Code:
eth0      Protokoll:Ethernet  Hardware Adresse 00:B0:D0:18:2F:6C
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:5 Basisadresse:0xec80

lo        Protokoll:Lokale Schleife
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:129 errors:0 dropped:0 overruns:0 frame:0
          TX packets:129 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0
          RX bytes:8213 (8.0 Kb)  TX bytes:8213 (8.0 Kb)

wlan0     Protokoll:Ethernet  Hardware Adresse 00:00:00:00:00:00
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
note that neither a MAC address nor an interrupt with a base address is given...
(even if i don't know what an interrupt is: the how-to said it must be there)

so what went wrong?
 
Old 04-19-2004, 02:31 PM   #7
daniela
Member
 
Registered: Aug 2003
Location: Zürich, Switzerland
Distribution: debian sarge
Posts: 41

Original Poster
Rep: Reputation: 15
to level: i know this. but the website nowhere says that it isn't working at all.

& anyway: the main thing for me is not to get it to work but to learn something by trying to get it to work. that's why i didn't only ask "what should i do" but "what's the cause of it", too.

i wanna use linux whenever it is possible, preferably always. but you have to agree with me that this isn't realistic while the internet isn't working.

that's why i try it, even if it seems impatient to you
 
Old 04-19-2004, 09:13 PM   #8
jack884
LQ Newbie
 
Registered: Apr 2004
Posts: 4

Rep: Reputation: 0
If you haven't tried this

my 650+ would only return the right mac address after entering these commands:

iwconfig eth0 mode managed channel x essid xxxxxxxx

and

iwconfig eth0 essid xxxxxxxxx

of course, it never did return all zeros either.

I'm new at this, so this could also be completely meaningless. lol
 
Old 04-20-2004, 06:05 PM   #9
daniela
Member
 
Registered: Aug 2003
Location: Zürich, Switzerland
Distribution: debian sarge
Posts: 41

Original Poster
Rep: Reputation: 15
well i didn't have the time to test it yet, but i think it won't work 'cause the problem seems to be that the card isn't detected or something like that. however, the iwconfig thing goes a step further, it concerns the connection to the access point, doesn't it?

i'd appreciate other opinions...are there any?

additionally, i'm keen on knowing why the reference to the module is in *.pcimap & not in *.usbmap & why there isn't any mac address...
 
Old 05-21-2004, 06:12 PM   #10
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
Greetings,

I'm posting this using my dwl-120+ and the latest version of the acx100 driver (0.2.0pre8_plus_fixes_6), kernel 2.6.3 on Slackware 9.1 and with 128bit wep. I tell you this because it proves that it *can* be done. (got Slack?)

How? Understand first and foremost that the acx_usb module is not yet ready for "Managed" mode, meaning don't attempt to use it for connecting to your normal wireless access point or router.

Instead, I've set another machine up as what I like to call an "ad-hoc wireless router". Basically, this is a very old notebook (compaq 400cx) running Slackware 9.0, using *both* an atmel-based wireless pcmcia card and a linksys pcm100 wired card in it's slots. Using the ip forwarding howto from the tldp.org site I set up the forwarding using the example file in that howto.

My experiences with this device and the 0.2.0pre8_plus_fixes_6 version of the acx100 open source driver is that with wep (64 or 128) it can be unreliable and needs to be "re-upped" at times. Yet, without wep enabled on my 'adhoc wireless router' I've used the device for hours on end for email and internet.

if you have the spare hardware lying around to set up an ad-hoc wireless router of your own for use with this device, email me at: linux-help@houseofcraig.net and I will help you get everything set up.

craig

Last edited by akaBeaVis; 05-21-2004 at 10:13 PM.
 
  


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
D-Link DWL-120+ lstan Linux - Wireless Networking 5 11-08-2006 11:49 PM
DWL 120+ with Fedora scrible Linux - Wireless Networking 4 01-09-2005 10:14 PM
Dwl-120 dubya Linux - Wireless Networking 3 06-26-2004 07:25 PM
can't install d-link DWL-120 USB CARD in my debian!please help jessongao78 Linux - Wireless Networking 1 04-01-2004 10:40 AM
D-Link DWL-120 dbpittman Linux - Hardware 0 10-05-2003 12:53 PM

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

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