make install warnings ...
"Nielson" <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm running Fedora 2. My goal is (hopefully) to get my WUSB11 ver.2.6 working. I'm currently getting kernel locks, when I just type in "iwconfig" by itself at the prompt. I was able to ping my access point (which is in Mixed Mode .. i.e. both B & G) after setting the following parameters using iwconfig & ifconfig (see below). I'm also able to connect to the admistration page of my access point. However, I'm unable to go to any other web pages (i.e. www.yahoo.com). ifconfig wlan0 up iwconfig wlan0 mode Managed iwconfig wlan0 essid my_essid iwconfig wlan0 key restricted xxxxxxxxxxxxxxxxxxxxxxxxxx ifconfig wlan0 192.168.1.104 route add default gw 192.168.1.1 Again, I'm very new to linux and was wondering if I can ignore the error and warnings below?? [root@dream at76c503a]# make install mkdir -p .tmp_versions cp /lib/modules/2.6.5-1.358/build/.tmp_versions/*.mod /home/nkwong/berlios/at76c 503a/.tmp_versions cp: cannot stat `/lib/modules/2.6.5-1.358/build/.tmp_versions/*.mod': No such fi le or directory make: [modules] Error 1 (ignored) make -C /lib/modules/2.6.5-1.358/build SUBDIRS=/home/nkwong/berlios/at76c503a MO DVERDIR=/home/nkwong/berlios/at76c503a/.tmp_versions \ EXTRA_CFLAGS="-g -DDRIVER_VERSION=\\\"v0.12beta12\\\" " modules make[1]: Entering directory `/lib/modules/2.6.5-1.358/build' Building modules, stage 2. MODPOST *** Warning: "at76c503_delete_device" [/home/nkwong/berlios/at76c503a/at76c505-r fmd2958.ko] has no CRC! *** Warning: "at76c503_do_probe" [/home/nkwong/berlios/at76c503a/at76c505-rfmd29 58.ko] has no CRC! *** Warning: "at76c503_delete_device" [/home/nkwong/berlios/at76c503a/at76c505-r fmd.ko] has no CRC! *** Warning: "at76c503_do_probe" [/home/nkwong/berlios/at76c503a/at76c505-rfmd.k o] has no CRC! *** Warning: "usbdfu_download" [/home/nkwong/berlios/at76c503a/at76c503.ko] has no CRC! *** Warning: "at76c503_delete_device" [/home/nkwong/berlios/at76c503a/at76c503-r fmd.ko] has no CRC! *** Warning: "at76c503_do_probe" [/home/nkwong/berlios/at76c503a/at76c503-rfmd.k o] has no CRC! *** Warning: "at76c503_delete_device" [/home/nkwong/berlios/at76c503a/at76c503-r fmd-acc.ko] has no CRC! *** Warning: "at76c503_do_probe" [/home/nkwong/berlios/at76c503a/at76c503-rfmd-a cc.ko] has no CRC! *** Warning: "at76c503_delete_device" [/home/nkwong/berlios/at76c503a/at76c503-i 3863.ko] has no CRC! *** Warning: "at76c503_do_probe" [/home/nkwong/berlios/at76c503a/at76c503-i3863. ko] has no CRC! *** Warning: "at76c503_delete_device" [/home/nkwong/berlios/at76c503a/at76c503-i 3861.ko] has no CRC! *** Warning: "at76c503_do_probe" [/home/nkwong/berlios/at76c503a/at76c503-i3861. ko] has no CRC! make[1]: Leaving directory `/lib/modules/2.6.5-1.358/build' mkdir -p /lib/modules/2.6.5-1.358/kernel/drivers/usb/ install -m 644 -o 0 -g 0 at76c503.ko usbdfu.ko at76c503-i3861.ko at76c503-rfmd.k o at76c503-rfmd-acc.ko at76c505-rfmd.ko at76c503-i3863.ko at76c505-rfmd2958.ko / lib/modules/2.6.5-1.358/kernel/drivers/usb/ /sbin/depmod -ae thanks, Nielson