LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-01-2003, 01:33 AM   #1
0ber0n
LQ Newbie
 
Registered: Aug 2003
Posts: 3

Rep: Reputation: 0
Problems with ATMEL wireless pcmcia drivers on Gigafast WF721-AEX


Well, I bought one of these cheapie Gigafast 802.11b cards over the net, and I've been tearing my hair out trying to get it to work under redhat 9. I've tried both the drivers which came with the card and the drivers from sourceforge. The drivers that came with the card give me errors:

fvnetrE_cs.o: The module you are trying to load (fvnetrE_cs.o) is compiled with a gcc
version 2 compiler, while the kernel you are running is compiled with
a gcc version 3 compiler. This is known to not work.

cardctl ident gives me:

product info: "OEM", "11Mbps Wireless LAN PC Card V-5"
manfid: 0x0000, 0x0000
function: 6 (network)

so I tried to get the atmel drivers off sourceforge to work next, and I changed the link in /etc/pcmcia/config for my card to

card "OEM 11Mbps WLAN PCMCIA Card-E"
version "OEM", "11Mbps Wireless LAN PC Card V-5"
bind "pcmf502re" (sourceforge driver)
instead of
bind "fvnetrE_cs" (driver which came with card)

but when insmod tries to load pcmf502re I get

/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol __netdev_watchdog_up
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol eth_type_trans
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol __kfree_skb
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol alloc_skb
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol ether_setup
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol register_pccard_driver
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol unregister_netdev
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol register_netdev
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol netif_rx
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol skb_over_panic
/lib/modules/2.4.20-8/pcmcia/pcmf502re: unresolved symbol softnet_data

any input would be appreciated...

Ryan
 
Old 08-01-2003, 11:03 PM   #2
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
On some other modules I've gotten the same error about the different gcc versions also, since there was no source I had no choice, it's not pretty but have you tried to force the fvnet module? eg: insmod -f fvnetrE_cs. Of course, you'll want to make sure the pcmf502re module is removed prior to this by doing an rmmod pcmf502re.
 
Old 08-04-2003, 07:20 PM   #3
0ber0n
LQ Newbie
 
Registered: Aug 2003
Posts: 3

Original Poster
Rep: Reputation: 0
okay, maybe this is where my linux inexperience comes into play.. The readme with the linux drivers that came with my card say that once I run the makefile that I should be able to do an ifconfig and be able to see my wireless card post make. Now when I manually force the driver to load, and I do this ifconfig command, I get only the localhost entry showing up (or my ppp or eth0 depending on whether they're connected).. so how do I tell if this is loaded, or basically how do I link my connection through the card if it's (the fvnetrE_cs driver) loaded?

thanks if you have time to reply

Ryan
 
Old 08-04-2003, 08:13 PM   #4
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
if the card does not have a valid ip address, you'll need a "ifconfig -a" to see it. Also, after the addition of any new drivers to any tree under the /lib/modules directory, a "depmod -a" is always a good idea. This updates the dependencies info for all modules, eg: what other modules a given module might need in order to function. An "lsmod" will list all currently loaded modules, somewhere in the listing your fvnetrE_cs should turn up.
 
Old 09-04-2003, 07:42 AM   #5
wintermute123
LQ Newbie
 
Registered: Sep 2003
Posts: 1

Rep: Reputation: 0
Did you get the card working, or give up on it?
 
  


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
help: Gigafast WF721-AEX wireless setup on Xandros 3.0 xiongnu Linux - Wireless Networking 1 01-16-2005 07:44 AM
pcmcia gigafast wf721-aex much1nko Linux - Wireless Networking 1 03-22-2004 10:03 PM
gigafast WF721-AEX 802.11b wireless card abadihulm Linux - Wireless Networking 18 03-04-2004 05:00 AM
Gigafast WF721-AEX Wirless Card HELP! !! lytefyre Linux - Laptop and Netbook 5 12-01-2003 01:27 AM
Gigafast 802.11b WF721-AEX phishman3579 Linux - Hardware 1 10-15-2003 09:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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