Re: Wireless problem bt5 r3
Make sure you follow the steps correctly:
Code:
root@bt:~# cd /usr/src/linux
root@bt:/usr/src/linux# zcat /proc/config.gz > .config
root@bt:/usr/src/linux#
Re: Wireless problem bt5 r3
mmmm...You are in your home directory. You need to move to that directory:
root@bt:~# apt-get dist-upgrade
root@bt:~# prepare-kernel-sources
From here, go to /usr/src/linux folder: root@bt:~# cd /usr/src/linux then type <enter>
Now you are in that directory you need to be in to compile the menuconfig with make (root@bt:/usr/src/linux)
Then just follow the rest of the wiki as stated:
root@bt:/usr/src/linux# zcat /proc/config.gz > .config
root@bt:/usr/src/linux# make menuconfig
Try it.
Luck.