lub997
Group: Members
Posts: 26
Joined: July 2005 |
|
Posted: Sep. 17 2005,19:31 |
|
I finally got the MadWiFi driver to compile and install for my D-Link DWL-G630 wireless card, but got some strange messages at the end of <<make install>>. Though <<make install>> did not show what command it ran on the command line, it appeared to have run <<depmod -ae>> and most of the modules looked fine, but it gave me some strange messages for some of the modules:
depmod: *** unresolved symbols in /lib/modules/2.4.26/kernel/drivers/usb/auerswald.o
depmod: *** unresolved symbols in /lib/modules/2.4.26/kernel/drivers/usb/speedtch.o
depmod: *** unresolved symbols in /lib/modules/2.4.26/kernel/net/bridge/bridge.o
depmod: *** unresolved symbols in /lib/modules/2.4.26/kernel/net/sctp/sctp.o
All the other modules didn't show any strange messages.
Then, I tried <<depmod -ae>> after rebooting without my wirless card plugged into my laptop, and still got the exact same unresolved symbols messages. What do these messages mean? Do they have any effect on me using my wireless card? Wireless card uses ath_hal and ath_pci modules and once loaded creates a device called ath0 which can be accessed by ifconfig and iwconfig.
If these unresolved symbols messages have nothing to do with the use or functionality of ath0, then what do I need to do to connect to my wireless network using ath0 now that I have it? Under ndiswrapper I always used the inf file net5211.inf My SID under ndiswrapper was <<belkin54g>> and I always just left the WEP blank because I don't know what a WEP is. I'm not a newbie to linux, but I am definately a newbie to wireless networking. This configuration always worked fine with ndiswrapper, but so far I can't figure out how to connect to my wireless network using ath0. I never used ndiswrapper from the command line as I couldn't figure out how, and always used it from the graphical user interface provided by DSL which only asked me for an inf file, SID, and WEP, so my knowledge of what I would need to do to use my network with ath0 instead of net5211.inf via ndiswrapper is extremely limted. Also, using ndiswrapper my card would never connect to my network the first time I ran the ndiswraper GUI; I would always have to run it a second time, and on the second try it would always connect to my wireless network; not sure why this is. Now I can't even use ndiswrapper because as soon as I plug in my wireless card ath0 and its related modules all run automatically and block my wireless card from being accessed by ndiswrapper. I would much rather use ath0 than ndiswrapper anyway though, and would just like to know in idiot-proof instructions how to connect to my wireless network using ath0 now that I finally have ath0. I am aware that DSL already had ath_hal and ath_pci modules and that an average person would say why did you bother to recompile them and install new modules of them, but the reason is very simple. The madwifi driver provided by DSL is out of date and did not support my card. It supported an older version of my card, but mine is revison C and was not supported by the madwifi driver until recently thus my recompilaton and reinstallation of the madwifi driver. Any help/suggestions would be greatly appreciated.
|