I tried compiling using your instructions but still get the same error: dacobi@ubuntu:~/rtl8192cu_beaglebone2$ make KSRC=../linux-dev/KERNEL/ ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
make[1]: Entering directory `/home/dacobi/linux-dev/KERNEL' CC [M] /home/dacobi/rtl8192cu_beaglebone2/os_dep/linux/os_intfs.o /home/dacobi/rtl8192cu_beaglebone2/os_dep/linux/os_intfs.c: In function ‘rtw_proc_init_one’: /home/dacobi/rtl8192cu_beaglebone2/os_dep/linux/os_intfs.c:278:3: error: implicit declaration of function ‘create_proc_entry’ (and so on..) dacobi@ubuntu:~/rtl8192cu_beaglebone2$ arm-linux-gnueabihf-gcc --version arm-linux-gnueabihf-gcc (Ubuntu/Linaro 4.8.1-10ubuntu7) 4.8.1 dacobi@ubuntu:~/rtl8192cu_beaglebone2$ git remote -v origin https://github.com/cmicali/rtl8192cu_beaglebone.git (fetch) origin https://github.com/cmicali/rtl8192cu_beaglebone.git (push) dacobi@ubuntu:~/linux-dev$ git remote -v origin git://github.com/RobertCNelson/linux-dev.git (fetch) origin git://github.com/RobertCNelson/linux-dev.git (push) /Jacob 2013/11/13 Nuno Sucena Almeida <[email protected]> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 11/13/2013 09:01 AM, Jacob Ole Juul Kolding wrote: > > I'm not using wpa supplicant, just dhcp > > Cross-compiling from a x86_64 machine, with gnuabihf: > > ~$ arm-linux-gnueabihf-gcc --version > arm-linux-gnueabihf-gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 > > driver source: > rtl8192cu_beaglebone $ git remote -v > origin https://github.com/cmicali/rtl8192cu_beaglebone.git (fetch) > origin https://github.com/cmicali/rtl8192cu_beaglebone.git (push) > > rtl8192cu_beaglebone $ make KSRC=../kernel/linux-dev/KERNEL/ > make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -C > ../kernel/linux-dev/KERNEL/ M=... > > where KSRC=../kernel/linux-dev is Robert Nelson's kernel checkout: > > kernel/linux-dev $ git remote -v > origin git://github.com/RobertCNelson/linux-dev.git (fetch) > origin git://github.com/RobertCNelson/linux-dev.git (push) > > Install the module (and kernel) into the BBB. > > wlan0 entry in /etc/network/interfaces: > auto wlan0 > iface wlan0 inet dhcp > wpa-ssid "MYSSID" > wpa-psk "MYPASSWORD" > > /etc/modprobe.d/blacklist-rtl8192.conf: > blacklist rtl8192cu > blacklist rtl8192c_common > blacklist rtlwifi > > /etc/modprobe.d/8192cu.conf: > options 8192cu rtw_power_mgnt=0 rtw_enusbss=0 > > uname -a > Linux bb1 3.8.13-nuno-bone28 #1 SMP Sat Oct 19 17:58:59 EDT 2013 armv7l > armv7l armv7l GNU/Linux > > lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 13.04 > Release: 13.04 > Codename: raring > > regards, > Nuno > > - -- > http://aeminium.org/nuno/ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.12 (GNU/Linux) > > iQIcBAEBAgAGBQJSg4zPAAoJEPIY6fuKMkz5guQP/1k/O2C+Res8BNBNu1p3yFVx > xJihDHeLFV9PjGhhoOI2h1u9L3goEInrWoGHShECc44pM/qjE3ixM8dChz6D+CCl > sGfMjKAjpjnH9k1d1B7acNLkowsFrILEupS/vz9akl0winx6fBywpSWSMRL+mths > N9/ZyEavrHp2W8LBXfBQJvT6ZMxfb9tXtjfOlAnCv8uQ/fDeZr/pyqDllg7KOvd8 > PJQjHv6DQPCPWle+bxeyL3i+eYWA+kl/KQloaeRwL4knp5Zv6HPDAgsVivJn19Nr > /8C1XoISu4SUNb7KVKm9MynyKKy803Ow87H9OQXCXPpz4plHXYguXw93iD8nDG4V > 0zyoL30/xShF9lfxiTZcfZ8C/Wk9neeta4qyvOv+k5fbBTa/jy+rNFrv26v36KZF > nwCsnZpGYRBrpi07x9rxbuz/Q85LKH7aUejEVLd32JrHW7gZTSRXUxy+ZWRywBRp > gFRwiRnCLnMH/RXJYSB0RZq7TZAA6LVQjAFLePScRsurqjsZ6IM8oik9xNvh7KGg > 0KywZhpSVVaS84zH4G/KJzxaShQ5OjiflQtE92awjn1GrePKsFzLR4E4jDytWAd5 > juC1DiPLFlZuPHgyWzoNIEPFt4N0Xj8DjEB27F7ocsxl29DM6XVw0yWicod9O0Qk > bVGq9v0/1twa1rrU3xO1 > =41Kq > -----END PGP SIGNATURE----- > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- If you're not a socialist when you're young, it's because you have no heart. If you stop being a socialist when you get older, it's because you lack intellect and imagination. -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
