LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 12-27-2003, 04:13 PM   #16
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30

on the make config you should be able to answer the questions exactly like the example on the webpage such that the winter application is NOT compiled.

CVS home page is http://www.cvshome.org/
it is code versioning software that is used to keep track of versions of the code. You do not need to use it. You can just work from the tar file.
 
Old 12-27-2003, 04:15 PM   #17
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
Also cvs should be an available package in your dist. Again you do not need it or winter application to get your atmel driver working.
 
Old 12-28-2003, 11:53 AM   #18
eroica
Member
 
Registered: Sep 2003
Distribution: Mandriva 2006,OpenSuse 10.1
Posts: 154

Original Poster
Rep: Reputation: 30
i tried to recompile again w/out the wxwindows option. the output is below.Linux still doesnt recognize the card and from what i read after the compile if it was succesful i should have a file pcmf502r.o which i dont. Any help would be most appreciated. here is the output from my make commands:
root@localhost atmelwlandriver]# make config
Build all [y/N] : n
Set extra module version information [y/N] : n
Build Debug version [y/N] : n
Build WPA-compatible version of the drivers [y/N] : n
Build USB Drivers [y/N] : n
Build PCMCIA Drivers [y/N] : y
Build PCMCIA rfmd Driver [y/N] : y
Build PCMCIA 3COM Driver [y/N] : n
Build PCMCIA rfmd revision d Driver [y/N] : n
Build PCMCIA rfmd revision e Driver [y/N] : n
Build PCMCIA 504 Driver [y/N] : n
Build PCMCIA 504+2958 Driver [y/N] : n
Build PCMCIA 504A+2958 Driver [y/N] : n
Build miniPCI Driver [y/N] : n
Build applications [y/N] : y
Build command line application [y/N] : y
Build Winter wxWindows application [y/N] : n
grep: .configtmp: No such file or directory
You have to install the xforms library in order to use the xvnet application
Kernel Version Running 2.4.21-0.13mdk
Found Kernel Source Directory (/lib/modules/2.4.21-0.13mdk/build)
using kernel pcmcia
Finished. Now run make clean, all, install
[root@localhost atmelwlandriver]# make clean
*.o and *.ko files Removed
[root@localhost atmelwlandriver]# make all
Building src/Pcmcia_Pci src/apps/cmd_line
make[1]: Entering directory `/usr/src/atmelwlandriver/src/Pcmcia_Pci'
PCMCIA yes : rfmd
make[2]: Entering directory `/usr/src/atmelwlandriver/src/Pcmcia_Pci'
make clean
make[3]: Entering directory `/usr/src/atmelwlandriver/src/Pcmcia_Pci'
find . -name '*.o'|xargs rm -f
find . -name '*.ko'|xargs rm -f
make[3]: Leaving directory `/usr/src/atmelwlandriver/src/Pcmcia_Pci'
make final CFLAGS:='-I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM ' MODULE:='pcmf502r' LIB:=-RFMD-
make[3]: Entering directory `/usr/src/atmelwlandriver/src/Pcmcia_Pci'
gcc -I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM -c -o card.o card.c
gcc -I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM -c -o command.o command.c
gcc -I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM -c -o interrupt.o interrupt.c
gcc -I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM -c -o mgmt.o mgmt.c
gcc -I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM -c -o rx.o rx.c
gcc -I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM -c -o tx.o tx.c
gcc -I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM -c -o vnet.o vnet.c
gcc -I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM -c -o vnetlinux.o vnetlinux.c
gcc -I/lib/modules/2.4.21-0.13mdk/build/include -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/usr/src/atmelwlandriver/src/includes -I/usr/src/atmelwlandriver/src/includes/pcmcia -DRFMD -DINT_ROAM -DMODULE -c fastvnet_cs.c -o fastvnet_cs.o
ld -r -o /usr/src/atmelwlandriver/objs/pcmf502r.o fastvnet_cs.o card.o command.o interrupt.o mgmt.o rx.o tx.o vnet.o vnetlinux.o
nm /usr/src/atmelwlandriver/objs/pcmf502r.o |sort -u >/usr/src/atmelwlandriver/objs/pcmf502r.map;
make[3]: Leaving directory `/usr/src/atmelwlandriver/src/Pcmcia_Pci'
make[2]: Leaving directory `/usr/src/atmelwlandriver/src/Pcmcia_Pci'
make[1]: Leaving directory `/usr/src/atmelwlandriver/src/Pcmcia_Pci'
make[1]: Entering directory `/usr/src/atmelwlandriver/src/apps/cmd_line'
gcc -DATMEL -O2 -g -I/usr/src/atmelwlandriver/src/includes -o lvnet -lncurses cofvnet.c sets.c survey.c
make[1]: Leaving directory `/usr/src/atmelwlandriver/src/apps/cmd_line'
[root@localhost atmelwlandriver]# make install
set -x
depmod -aq
OK
[root@localhost atmelwlandriver]#

did this compile succesfully??? if so where is the pcmf502r.o file? the xforms library i couldnt find on the distibution disc's. is this something i would need. most importantly did i do a successful make install and if so why doesnt this card work?

thanx,
alan
 
Old 12-28-2003, 03:30 PM   #19
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
/lib/modules/2.4.21-0.13mdk/pcmcia/pcmf502r.o

I don't believe you need xforms, (only if using xvnet application)
 
Old 12-29-2003, 04:03 PM   #20
eroica
Member
 
Registered: Sep 2003
Distribution: Mandriva 2006,OpenSuse 10.1
Posts: 154

Original Poster
Rep: Reputation: 30
looked under /lib/modules/2.4.21-0.13mdk. have no pcmcia directory and obviously dont have pcmf502r.o file either. if this make install was successful shouldnt I have this file???

alan
 
Old 12-29-2003, 06:50 PM   #21
eroica
Member
 
Registered: Sep 2003
Distribution: Mandriva 2006,OpenSuse 10.1
Posts: 154

Original Poster
Rep: Reputation: 30
i downloaded xforms also and did a recompile and still the card is not recognized. i am sending it back. let this post be a warning to anyone running mandrake and thinking about buying the smc 2632w v2.

alan
 
Old 01-01-2004, 01:02 AM   #22
mondaypickle
Member
 
Registered: May 2003
Distribution: Slackware 9.1
Posts: 85

Rep: Reputation: 15
if u havent sent it back yet, try doing a "modprobe pcmf502r" as root that should load the module(driver)
 
  


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
SMC wireless card Help Jaedi Linux - Wireless Networking 1 09-01-2004 11:03 PM
? on getting SmC 2632w v.2 card wkg in MDK 9.1 eroica Mandriva 1 12-30-2003 07:18 AM
Cant get SMC wireless card recognized on MDK 9.1 eroica Linux - Wireless Networking 4 12-20-2003 09:31 AM
smc wireless card not recognized quark Linux - Newbie 1 08-23-2003 06:52 AM
Wireless Card - SMC 2602 jpohara Linux - Wireless Networking 2 05-07-2002 05:18 PM

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

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