On Wed, May 23, 2018 at 12:16 PM, <[email protected]> wrote: > I'm having problems running an autoinstall script for a linux Wi-Fi driver > off of my pocketbeagle. When I run the install file (./install.sh) I > receive the following: > > > >> debian@beaglebone:/drivers/linux$ sudo ./install.sh >> >> [sudo] password for debian: >> >> ################################################## >> >> Realtek Wi-Fi driver Auto installation script >> >> Novembor, 21 2011 v1.1.0 >> >> ################################################## >> >> Decompress the driver source tar ball: >> >> rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51.tar.gz >> >> [...all of the files associated with rtl8821AU] >> >> Authentication requested [root] for make clean: >> >> cd hal/OUTSRC/ ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko >> >> cd hal/OUTSRC/ ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko >> >> cd hal/led ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko >> >> cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko >> >> cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko >> >> cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko >> >> cd core/efuse ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko >> >> cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko >> >> cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko >> >> cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko >> >> cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko >> >> rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order >> >> rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~ >> >> rm -fr .tmp_versions >> >> Authentication requested [root] for make driver: >> >> make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/4.9.82-ti-r102/build >>> M=/driv >>> ers/linux/driver/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51 >>> m odules >> >> ARCH=arm
Fix their broken install.sh Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjhckPexdPADZt6sn7DKnxQnaXaqpsHrL4RrVw28HSGmw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
