Re: Test of cvs snapshot with USB id d5c/a002 needed
CE <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Made an error and forgot to unload the modules before testing. rmmoded all the modules, replugged the F5D6050, brought up wlan0 and tried pinging again with success. You wrote: > F5D6050 tested with CVS and works fine. Below is a log of my > process > if you wish to inspect. Please tell me if there is anything more I > can do. > > [jebediah@ark]-(~/src)$ cd at76c503a-0.10/ > [jebediah@ark]-(~/src/at76c503a-0.10)$ sudo make uninstall > for f in at76c503.o usbdfu.o at76c503-rfmd.o at76c505-rfmd.o > at76c503-i3861.o at76c503-i3863.o; do rm > /lib/modules/2.4.22/kernel/drivers/usb//$f; done > [jebediah@ark]-(~/src/at76c503a-0.10)$ cd > ../at76c503a-cvs/at76c503a/[jebediah@ark]-(~/src/at76c503a-cvs/at76 > c503a)$ make gcc -MD -O2 -Wall -Wstrict-prototypes -pipe > -fno-strict-aliasing-fno-common -Wno-sign-compare -Wno-unused > -D__KERNEL__ -DMODULE-DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.12beta5\" > -I/lib/modules/2.4.22/build/include -c at76c503.c > gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing > -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE > -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.12beta5\" > -I/lib/modules/2.4.22/build/include -c usbdfu.c > gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing > -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE > -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.12beta5\" > -I/lib/modules/2.4.22/build/include -c at76c503-i3861.c > gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing > -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE > -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.12beta5\" > -I/lib/modules/2.4.22/build/include -c at76c503-rfmd.c > gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing > -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE > -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.12beta5\" > -I/lib/modules/2.4.22/build/include -c at76c503-rfmd-acc.c > gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing > -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE > -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.12beta5\" > -I/lib/modules/2.4.22/build/include -c at76c505-rfmd.c > gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing > -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE > -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.12beta5\" > -I/lib/modules/2.4.22/build/include -c at76c503-i3863.c > gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing > -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE > -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.12beta5\" > -I/lib/modules/2.4.22/build/include -c at76c505-rfmd2958.c > [jebediah@ark]-(~/src/at76c503a-cvs/at76c503a)$ sudo make install > mkdir -p /lib/modules/2.4.22/kernel/drivers/usb/ > for f in at76c503.o usbdfu.o at76c503-i3861.o at76c503-rfmd.o > at76c503-rfmd-acc.o at76c505-rfmd.o at76c503-i3863.o > at76c505-rfmd2958.o; do install -m 644 -o 0 -g 0 $f > /lib/modules/2.4.22/kernel/drivers/usb//$f; done > /sbin/depmod -a > [jebediah@ark]-(~)$ sudo ifup wlan0 > [jebediah@ark]-(~)$ ping www.snakenetmetalradio.com > PING www.snakenetmetalradio.com (130.94.243.192): 56 data bytes > 64 bytes from 130.94.243.192: icmp_seq=0 ttl=109 time=112.5 ms > 64 bytes from 130.94.243.192: icmp_seq=1 ttl=109 time=120.0 ms > 64 bytes from 130.94.243.192: icmp_seq=2 ttl=109 time=111.5 ms > > --- www.snakenetmetalradio.com ping statistics --- > 3 packets transmitted, 3 packets received, 0% packet loss > round-trip min/avg/max = 111.5/114.6/120.0 ms