LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-27-2004, 08:41 AM   #1
spacezmonkey
LQ Newbie
 
Registered: Feb 2004
Posts: 2

Rep: Reputation: 0
linksys WUSB 11 v 2.8 Driver


i had this problem of installng driver for my usb network adaptor in mandrake 9.1 ..
is there any guide for me to follow??
btw, i am new to linux
 
Old 02-27-2004, 02:49 PM   #2
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Have you tried the driver at http://atmelwlandriver.sourceforge.net ? That's the driver I use for my Linksys WUSB 11 and it works a treat. Download the driver then, as root, do make config, make all, make install and on reboot it will (hopefully) detect your card.
 
Old 03-07-2004, 02:48 AM   #3
spacezmonkey
LQ Newbie
 
Registered: Feb 2004
Posts: 2

Original Poster
Rep: Reputation: 0
i have tried..but i still could not install..is it because of these error message??

......................................................................


/src/includes/pcmcia -DMODULE -DMODVERSIONS -include /lib/modules/2.4.21-0.13mdk/build/include/linux/modversions.h -DATMEL_WLAN -DPCI -DRFMD -DINT_ROAM -DPCI_DEBUG -c -o vnetlinux.o vnetlinux.c
gcc -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/home/yang/Desktop/test/atmelwlandriver/src/includes -I/home/yang/Desktop/test/atmelwlandriver/src/includes/pcmcia -DMODULE -DMODVERSIONS -include /lib/modules/2.4.21-0.13mdk/build/include/linux/modversions.h -DATMEL_WLAN -DPCI -DRFMD -DINT_ROAM -DPCI_DEBUG -c -o debug.o debug.c
gcc -DLINUX_OS -D__KERNEL__ -pipe -O2 -fomit-frame-pointer -fno-strict-aliasing -I/lib/modules/2.4.21-0.13mdk/build/include -I/home/yang/Desktop/test/atmelwlandriver/src/includes -I/home/yang/Desktop/test/atmelwlandriver/src/includes/pcmcia -DMODULE -DMODVERSIONS -include /lib/modules/2.4.21-0.13mdk/build/include/linux/modversions.h -DATMEL_WLAN -DPCI -DRFMD -DINT_ROAM -DPCI_DEBUG -DMODULE -c fastvnet_cs.c -o fastvnet_cs.o
ld -r -o /home/yang/Desktop/test/atmelwlandriver/objs/pcifvnet.o fastvnet_cs.o debug.o card.o command.o interrupt.o mgmt.o rx.o tx.o vnet.o vnetlinux.o
nm /home/yang/Desktop/test/atmelwlandriver/objs/pcifvnet.o |sort -u >/home/yang/Desktop/test/atmelwlandriver/objs/pcifvnet.map;
make[3]: Leaving directory `/home/yang/Desktop/test/atmelwlandriver/src/Pcmcia_Pci'
make[2]: Leaving directory `/home/yang/Desktop/test/atmelwlandriver/src/Pcmcia_Pci'
make[1]: Leaving directory `/home/yang/Desktop/test/atmelwlandriver/src/Pcmcia_Pci'
make[1]: Entering directory `/home/yang/Desktop/test/atmelwlandriver/src/usb'
for i in rfmdD r505D r505AD r505_2958D; do make $i || exit 1; done
make[2]: Entering directory `/home/yang/Desktop/test/atmelwlandriver/src/usb'
make final CFLAGS:='-D__KERNEL__ -O2 -fno-strict-aliasing -fomit-frame-pointer -pipe -I/lib/modules/2.4.21-0.13mdk/build/include -I/home/yang/Desktop/test/atmelwlandriver/src/includes -I/home/yang/Desktop/test/atmelwlandriver/src/includes/usb -Wall -DMODULE -DMODVERSIONS -include /lib/modules/2.4.21-0.13mdk/build/include/linux/modversions.h -DRFMD -DUSBDBG' MODULE:='usbvnetr.o'
make[3]: Entering directory `/home/yang/Desktop/test/atmelwlandriver/src/usb'
gcc -D__KERNEL__ -O2 -fno-strict-aliasing -fomit-frame-pointer -pipe -I/lib/modules/2.4.21-0.13mdk/build/include -I/home/yang/Desktop/test/atmelwlandriver/src/includes -I/home/yang/Desktop/test/atmelwlandriver/src/includes/usb -Wall -DMODULE -DMODVERSIONS -include /lib/modules/2.4.21-0.13mdk/build/include/linux/modversions.h -DRFMD -DUSBDBG -c -o callbacks.o callbacks.c
In file included from /home/yang/Desktop/test/atmelwlandriver/src/includes/usb/vnetusba.h:24,
from callbacks.c:22:
/lib/modules/2.4.21-0.13mdk/build/include/linux/sched.h:6: invalid suffix on integer constant
/lib/modules/2.4.21-0.13mdk/build/include/linux/sched.h:6: parse error before numeric constant
make[3]: *** [callbacks.o] Error 1
make[3]: Leaving directory `/home/yang/Desktop/test/atmelwlandriver/src/usb'
make[2]: *** [rfmdD] Error 2
make[2]: Leaving directory `/home/yang/Desktop/test/atmelwlandriver/src/usb'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/yang/Desktop/test/atmelwlandriver/src/usb'
make: *** [all] Error 1
[root@localhost atmelwlandriver]#

...................................................................................

i could not find the "root/.vnetrc file" after making install...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Linksys WUSB and FC3 nubie Linux - Wireless Networking 1 03-09-2005 05:38 AM
Linksys WUSB card -- one more step? scabies Linux - Hardware 1 01-20-2005 09:21 AM
Linksys WUSB 2.5 and Mandrake bubagump17 Linux - Hardware 0 10-09-2004 08:16 AM
Linksys WUSB v2.6 PlatinumRik Linux - Networking 2 02-12-2003 08:43 PM
WUSB Linksys card. BenKrishman Linux - Networking 0 12-25-2002 10:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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