LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 09-13-2003, 03:27 PM   #16
nahl
LQ Newbie
 
Registered: Sep 2003
Location: France
Distribution: Mandrake 9.1, Knoppix 3.2 Mib 11b
Posts: 29

Original Poster
Rep: Reputation: 15

Thanks for taking care of my problem akaBeaVis


I've checked the symlink and it point to the right place (i had installed the source with the rpm) I think the issue is somewhere related to the makefile. But after having checked it I didn't found any clue. (no line is refered to the /usr/include directory nor /usr/src/linux-`uname -r`/include )

Anyway, after re-reading your first post, i've decided to recreate a config file , this time with only the driver, without installing application nor non-important stuff. It seems the make all process passed, and the make install too.

But now on boot time I got errors messages:

depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.25mdk/kernel/drivers/net/pcifvnet.o
depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.25mdk/pcmcia/pcmf502r.o
depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.25mdk/pcmcia/pcmf502r3.o
depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.25mdk/pcmcia/pcmf502rd.o
depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.25mdk/pcmcia/pcmf502re.o
depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.25mdk/pcmcia/pcmf504.o
depmod: *** Unresolved symbols in /lib/modules/2.4.21-0.25mdk/tokeepforchange/pcmf502rd.o

Compilation have probably gone wrong somewhere.....

Could it be a compiler issue?
 
Old 09-13-2003, 04:43 PM   #17
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 get the same thing, although I only compile the one module: pcmf502rd.o, the others are for different hardware than I have.

I have yet to figure it out, even so, the module works. I've looked at the symbols with a depmod -av, but the list is long and tiresome, and since the module works, it hasn't been worth it to track this down.

I get the same thing with the 8211.o module, and it works too. I dunno, it *is* kinda weird.
 
Old 09-13-2003, 04:55 PM   #18
nahl
LQ Newbie
 
Registered: Sep 2003
Location: France
Distribution: Mandrake 9.1, Knoppix 3.2 Mib 11b
Posts: 29

Original Poster
Rep: Reputation: 15
Thanks for helping me anyway, it is definitely weird indeed.

I'll carry on looking for a solution.
(Why would this damn card only work under Windo$)

If I found it, i let you know
 
Old 09-13-2003, 06:30 PM   #19
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
Just because you get unresolved symbols is no reason to give up. Does the module load? do you get a device registered after it loads? I wouldn't give up just yet. also, is there an FCCID number on the device somewhere? if there is, we can look up some pictures of it to see what chips are inside, this would help to see which of those pcmf*.o drivers you need to load for it.
 
Old 09-15-2003, 05:27 PM   #20
nahl
LQ Newbie
 
Registered: Sep 2003
Location: France
Distribution: Mandrake 9.1, Knoppix 3.2 Mib 11b
Posts: 29

Original Poster
Rep: Reputation: 15
i don't know if the module load, but i do not have any device registered afterwards.

On the device I found the model name: Sitecom WL-011. There is also the mac adresse and a serial number on a sticker, that all.

I'll try on the manufacturer's website to get the specs
 
Old 09-18-2003, 06:48 AM   #21
dwattel
LQ Newbie
 
Registered: Sep 2003
Location: Hoofddorp, Netherlands
Distribution: Mandrake, SME-server, IPCop, Suse
Posts: 5

Rep: Reputation: 0
I discovered that the atmel drivers are already available in the mandrake 9.1 release.
The only problem was that the driver could not be found during boot.
So i searched for it and found it in: /lib/modules/2.4.21-0.13mdk/kernel/3rdparty/atmelwlan/pcmf502_revd as module pcmf502_revd.o.gz, i copied it to /lib/modules/2.4.21-0.13mdk/pcmcia and renamed it to pcmf502rd.o.
Now the module loads perfectly.

I only have one problem, i cant get an IP adress from my DHCP server.

Does anybody know how to resolv this?

Greatings,

Dennis
 
Old 09-18-2003, 07:52 AM   #22
nahl
LQ Newbie
 
Registered: Sep 2003
Location: France
Distribution: Mandrake 9.1, Knoppix 3.2 Mib 11b
Posts: 29

Original Poster
Rep: Reputation: 15
OK thanks, now modules load correctly, but the card manager still does not recognize my PC card So the card is not linked to a eth# and is not working yet.

But it is better than before. Thanks

You said you can get Ip adresse from the DHCP server... but can you contact it? I mean are you sure, now that your pc card is working, that the card's parameters are well configured (WEP encription method, channel, ISSID, ...etc...) and that all your wireless network share the same configuration? if not you won't be able to have a wifi access.
 
Old 09-18-2003, 08:04 AM   #23
dwattel
LQ Newbie
 
Registered: Sep 2003
Location: Hoofddorp, Netherlands
Distribution: Mandrake, SME-server, IPCop, Suse
Posts: 5

Rep: Reputation: 0
With iwconfig i can see that my ap is found with the correct configuration. So i should get an IP address from my dhcp server (a SME server/router)

My internal Intel e100 gets a ip and with windows it also works.
 
Old 09-21-2003, 03:52 AM   #24
nahl
LQ Newbie
 
Registered: Sep 2003
Location: France
Distribution: Mandrake 9.1, Knoppix 3.2 Mib 11b
Posts: 29

Original Poster
Rep: Reputation: 15
If you cannot have an IP address, try to setup your card in a different way, without using DHCP. If you can browse the network, then there is a DHCP server issue, if not, then your WiFi card cannot connect to your Wireless router.
 
Old 10-06-2003, 05:08 PM   #25
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
Which module did finally work for you?

I ask because I got the Wireless Network Broadband Kit from Sitecom very cheap ( 99€ )

It consists of an accesspoint/switch/router-device, a Cardbus Card (the WL-011v2) and a USB-Wlan adapter.

The USB device uses the ATMEL driver and I got it working but the cardbus card is not detected by any of the modules.

cardctl ident says:

Quote:
product info: "IEEE802.11b Cardbus wireless LAN card ","0"
manfid: 0x0001, 0x0000
function: 6 (network)
I can load all modules fine but none of them are used. They also don't put out an error message and the card is not autodetected like the USB device.

Needless to say that there is no eth0, eth1 or wlan0 device.

I've already contacted the support as their website doesn't give *any* information about the interiors of the cards But I'm still waiting for a reply. And since I found this thread I thought to give it a chance to ask what I might have done wrong.

As I said the ATMEL drivers work for the USB device but not for the cardbus device. So I think I installed them correctly.
 
Old 10-06-2003, 05:22 PM   #26
nahl
LQ Newbie
 
Registered: Sep 2003
Location: France
Distribution: Mandrake 9.1, Knoppix 3.2 Mib 11b
Posts: 29

Original Poster
Rep: Reputation: 15
Well, I'm still stuck on that part.

I got the driver module properly installed but the PC Card isn't recognised yet.

My card manager says at boot: Unsupported device

I tried to link up my card with a module in the card manager conf but it didn't seems to work...........

I'm still checking, but if you say that the usb is functionning, i might try it to check where is the difference.

If you got infos from sitecom, please let us know, it might be precious help
 
Old 10-07-2003, 03:13 PM   #27
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
I just sent them another mail - this time to the English site, as they appear to be more up to date and because I know much more about the issue right now - and I also pointed them to this thread.
 
Old 10-08-2003, 12:37 PM   #28
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
Surprise surprise,

according to the mail I just got the PC-card doesn't use the Atmel drivers.

The support wrote the following:

USB Adapter is Atmel AT76C503A
PC-Card is AMD AM 1772

yes, AMD and probably this one: http://www.eetimes.com/story/OEG20021218S0026

So far I haven't found any drivers.
 
Old 10-08-2003, 12:58 PM   #29
nahl
LQ Newbie
 
Registered: Sep 2003
Location: France
Distribution: Mandrake 9.1, Knoppix 3.2 Mib 11b
Posts: 29

Original Poster
Rep: Reputation: 15
Is the PC card Model WL-011?

If so, I now understand why it is not working....

Thanks for the info anyway
 
Old 10-08-2003, 05:20 PM   #30
Misel
Member
 
Registered: Mar 2003
Location: Berlin
Distribution: Slackware current
Posts: 310

Rep: Reputation: 31
I'm still trying to figure out.

It is very likely that there are two versions of the WL-011. On my card it says "WL-011v2". A friend has the same (?) card but it only says WL-011 there. I might be able to check that tomorrow if he doesn't forget the card.

Today I lent him mine and he said that no driver on the web worked for him with my card. I didn't give him the CD but I mailed him the drivers after he asked me. - it speaks for itself that the driver cd is a burned one and not a pressed one - So far I have no response from. Tomorrow I will know more.

It really sucks that they don't keep up their website at all. There is no mention whatsoever about a 2nd version. The WL-011 is supposed to work with Linux according to the English website but the lady from the support says no as their is no working driver for Linux for the AMD am-1772.

So far I'm a little in between cause I'm still waiting for another reply from sitecom support and Issam. My dad had a nice idea: He has an Issam notebook with an AMD Wlan card and Issam also sells notebooks with Linux preinstalled. They don't have a driver on their site but I asked the support for it anyway.

I keep you updated on my experience with an original WL-011. Too bad he wants to install Linux as well. This way he wants to keep his card .. if I get it working though.
 
  


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
sitecom wireless card && mandrake 10.0 lerain Linux - Laptop and Netbook 0 02-13-2005 05:02 AM
sitecom wireless lan and SuSE 9.2 giel SUSE / openSUSE 0 11-08-2004 02:09 AM
wireless pci card sitecom wl-121 and fedora 2 xlaudio Linux - Wireless Networking 1 08-29-2004 08:36 PM
sitecom skeda wireless pci, help ??? xlaudio Fedora 1 08-29-2004 08:26 AM
Sitecom wireless card (WL-011) Jay_highlands Linux - Wireless Networking 0 07-31-2003 09:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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