ksclarke / rtl8192cu

Realtek (RTL8192CU) Wireless USB Drivers for the Raspberry Pi
24 stars 5 forks source link

"arch/arm/configs/nectarine_defconfig" not found #2

Closed ehooo closed 10 years ago

ehooo commented 10 years ago

I search about it but only you use it:

How can i use other config file? Thanks a lot:

Shell output:

user@ubuntu:~/rpi/linux$ git checkout rpi-3.2.21 Checking out files: 100% (16930/16930), done. Switched to branch 'rpi-3.2.21' Your branch is up-to-date with 'origin/rpi-3.2.21'. user@ubuntu:~/rpi/linux$ git checkout -b rpi-3.2.21-nectarine fatal: A branch named 'rpi-3.2.21-nectarine' already exists. user@ubuntu:~/rpi/linux$ git checkout rpi-3.2.21-nectarine Switched to branch 'rpi-3.2.21-nectarine' user@ubuntu:~/rpi/linux$ make mrproper CLEAN scripts/basic CLEAN scripts/kconfig CLEAN include/config include/generated user@ubuntu:~/rpi/linux$ cp arch/arm/configs/nectarine_defconfig .config cp: no se puede efectuar `stat' sobre «arch/arm/configs/nectarine_defconfig»: No existe el archivo o el directorio

ksclarke commented 10 years ago

Yes, sorry, that was just my personal config that I was using at the time (and that I had in my clone of the bootc repo, which is now gone). It answered the things not answered by default in the bcmrpi_defconfig. Try using that one instead; so: cp arch/arm/configs/bcmrpi_defconfig .config (you'll have to step through the things it asks you, probably accepting the defaults).

For what it's worth, though, this repo is from before Rasbpian came out. I think their kernels handle the rtl8192cu drivers now so this repo is no longer necessary(?)

Edit: Note to self, update the README to remove references to the nectarine kernel config.