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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-27-2004, 08:41 AM
|
#1
|
LQ Newbie
Registered: Feb 2004
Posts: 2
Rep:
|
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
|
|
|
02-27-2004, 02:49 PM
|
#2
|
Senior Member
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938
Rep:
|
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.
|
|
|
03-07-2004, 02:48 AM
|
#3
|
LQ Newbie
Registered: Feb 2004
Posts: 2
Original Poster
Rep:
|
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...
|
|
|
All times are GMT -5. The time now is 04:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|