Re: 3com driver install help required
"Paul Juster" <[email protected]> Mon, 20 Oct 2003 09:34:24 +0000
| Newsgroups | gmane.linux.drivers.atmel-wlan |
|---|---|
| Message-ID | <[email protected]> |
is any one getting help from this fourm as I have posted three times without anyone replying :o( PLEASE HELP >From: "Paul Juster" <[email protected]> >Reply-To: Discussions on drivers for USB WLAN devices based on >ATMELsAT76C503A <atmel-wlan-usb-ikZNBd7uB5wQUIZIPwn63sWURRETrGNnG9Ur7JDdleE@public.gmane.org> >To: atmel-wlan-usb-ikZNBd7uB5wQUIZIPwn63sWURRETrGNnG9Ur7JDdleE@public.gmane.org >Subject: [Atmel-WLAN-USB] 3com driver install help required >Date: Sun, 19 Oct 2003 18:34:06 +0000 > >please help > >Hello, > >I am running REDHAT 9.0 kernel 2.4.20-8 > >I have a 3com USB 3CRSHEW969, I know usb is working as my usb modem is auto >detected and runs fine. The 3com is detected but no driver is loaded and no >port is setup. > > >I went to the website >http://www.wireless.org.au/~jhecker/atmeldrv/usbtable.html which told me to >get the GPL drivers > >http://atmelwlandriver.sourceforge.net/downloads.html and I saw > >The most recent release is v2.1.1. This release does not have Intersil >support. If you require Intersil support, use snapshot 2002-12-09 instead.. >If you have problems with this version, you could try a CVS snapshot. > >I downloaded atmelwlandriver.2.1.2.2.tar and uncompressed and tried to >install, I cannot install the atmel driver. > >please advise if I am using the right driver and please help and forgive me >I am very new to linux. > >if you need any other info just give me a shout > >I have included the output from the attempted install > >Script started on Tue 14 Oct 2003 19:12:48 BST >]0;root@home1:~/usb/atmelwlandriver2[root@home1 atmelwlandriver2]# make >config >Build all (y/n) : n >X Windows include files missing >Kernel Version Running 2.4.20-8 >Found Kernel Source Directory (/lib/modules/2.4.20-8/build) >Build Debug version (y/n) : n >Set extra module version information (y/n) : n >Build USB Drivers (y/n) : y >Build USB 503A RFMD Driver (y/n) : n >Build USB 503A intersil 3861 Driver (y/n) : y >Build USB intersil 3863 Driver (y/n) : n >Build USB RFMD 505 Driver (y/n) : n >Build PCMCIA Drivers (y/n) : n >Build miniPCI Driver (y/n) : n >Build applications (y/n) : n >Finished. Now run make clean all install >]0;root@home1:~/usb/atmelwlandriver2[root@home1 atmelwlandriver2]# make >clean all install >find -name '*.o' -o -name '*.map' |xargs rm -f >Building src/usb >make[1]: Entering directory `/root/usb/atmelwlandriver2/src/usb' >for i in i; do make $i; done >make[2]: Entering directory `/root/usb/atmelwlandriver2/src/usb' >make final >make[3]: Entering directory `/root/usb/atmelwlandriver2/src/usb' >gcc -D__KERNEL__ -O3 -fno-strict-aliasing -fomit-frame-pointer -pipe > -I/lib/modules/2.4.20-8/build/include >-I/root/usb/atmelwlandriver2/src/includes >-I/root/usb/atmelwlandriver2/src/includes/usb -Wall -c -o callbacks.o >callbacks.c >callbacks.c: In function `RxCallback': >callbacks.c:721: warning: concatenation of string literals with >__FUNCTION__ is deprecated >gcc -D__KERNEL__ -O3 -fno-strict-aliasing -fomit-frame-pointer -pipe > -I/lib/modules/2.4.20-8/build/include >-I/root/usb/atmelwlandriver2/src/includes >-I/root/usb/atmelwlandriver2/src/includes/usb -Wall -c -o command.o >command.c >gcc -D__KERNEL__ -O3 -fno-strict-aliasing -fomit-frame-pointer -pipe > -I/lib/modules/2.4.20-8/build/include >-I/root/usb/atmelwlandriver2/src/includes >-I/root/usb/atmelwlandriver2/src/includes/usb -Wall -c -o linux_usb.o >linux_usb.c >gcc -D__KERNEL__ -O3 -fno-strict-aliasing -fomit-frame-pointer -pipe > -I/lib/modules/2.4.20-8/build/include >-I/root/usb/atmelwlandriver2/src/includes >-I/root/usb/atmelwlandriver2/src/includes/usb -Wall -c -o rx.o rx.c >rx.c: In function `MgmtFrameProcessing': >rx.c:681: warning: concatenation of string literals with __FUNCTION__ is >deprecated >gcc -D__KERNEL__ -O3 -fno-strict-aliasing -fomit-frame-pointer -pipe > -I/lib/modules/2.4.20-8/build/include >-I/root/usb/atmelwlandriver2/src/includes >-I/root/usb/atmelwlandriver2/src/includes/usb -Wall -c -o tx.o tx.c >gcc -D__KERNEL__ -O3 -fno-strict-aliasing -fomit-frame-pointer -pipe > -I/lib/modules/2.4.20-8/build/include >-I/root/usb/atmelwlandriver2/src/includes >-I/root/usb/atmelwlandriver2/src/includes/usb -Wall -c -o vnet.o vnet.c >gcc -D__KERNEL__ -O3 -fno-strict-aliasing -fomit-frame-pointer -pipe > -I/lib/modules/2.4.20-8/build/include >-I/root/usb/atmelwlandriver2/src/includes >-I/root/usb/atmelwlandriver2/src/includes/usb -Wall -c -o vnet_kernel.o >vnet_kernel.c >gcc -D__KERNEL__ -O3 -fno-strict-aliasing -fomit-frame-pointer -pipe > -I/lib/modules/2.4.20-8/build/include >-I/root/usb/atmelwlandriver2/src/includes >-I/root/usb/atmelwlandriver2/src/includes/usb -Wall -DMODULE -c vnetusba.c >vnetusba.c: In function `usb_vnet_probe': >vnetusba.c:774: warning: concatenation of string literals with __FUNCTION__ >is deprecated >ld -r -o /root/usb/atmelwlandriver2/objs/usbvnet.o vnetusba.o callbacks.o >command.o linux_usb.o rx.o tx.o vnet.o vnet_kernel.o >make[3]: Leaving directory `/root/usb/atmelwlandriver2/src/usb' >make[2]: Leaving directory `/root/usb/atmelwlandriver2/src/usb' >make[1]: Leaving directory `/root/usb/atmelwlandriver2/src/usb' >set -x >/root/usb/atmelwlandriver2/scripts/append.sh: line 5: patch: command not >found >depmod -aq >OK >]0;root@home1:~/usb/atmelwlandriver2[root@home1 atmelwlandriver2]# exit >exit > >Script done on Tue 14 Oct 2003 19:18:15 BST > > > >device is not picked > >_________________________________________________________________ >See when your friends are online with MSN Messenger 6.0. Download it now >FREE! http://msnmessenger-download.com > >_______________________________________________ >Atmel-wlan-usb mailing list >Atmel-wlan-usb-ikZNBd7uB5wQUIZIPwn63sWURRETrGNnG9Ur7JDdleE@public.gmane.org >https://iprserv.jura.uni-leipzig.de/mailman/listinfo/atmel-wlan-usb _________________________________________________________________ See when your friends are online with MSN Messenger 6.0. Download it now FREE! http://msnmessenger-download.com