lwfinger / rtl8723bu

Driver for RTL8723BU
283 stars 143 forks source link

Cannot install the driver #165

Open Lozeonjyu opened 4 years ago

Lozeonjyu commented 4 years ago

Hi,

I bought a Wifi dongle EW-7611ULB and was trying to install the driver but failed. It seems like the Linux header is required but it won't allow me to install the Linux header. Please check below:

debian@IZAR-8f704d:~/rtl8723bu$ make
make ARCH=arm CROSS_COMPILE= -C /lib/modules/3.8.13-bone86/build M=/home/debian/rtl8723bu modules
make: *** /lib/modules/3.8.13-bone86/build: No such file or directory. Stop.
make: *** [modules] Error 2
debian@IZAR-8f704d:~/rtl8723bu$ sudo apt-get install linux-headers-`uname -r`
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.8.13-bone86
E: Couldn't find any package by regex 'linux-headers-3.8.13-bone86'
debian@IZAR-8f704d:~/rtl8723bu$

Below is the Linux and kernel version

debian@IZAR-8f704d:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 7.9 (wheezy)
Release:        7.9
Codename:       wheezy
debian@IZAR-8f704d:~$ uname -r
3.8.13-bone86

Thanks

lwfinger commented 4 years ago

Kernel 3.8.13 is really old - even old enough that your distro (Debian) has dropped it from its repositories. I know that upgrading for non-x86 platforms can be difficult. What ARM system do you have?

RobertCNelson commented 4 years ago

Hi @Lozeonjyu , sorry it looks like in 2017.12.02 i stopped building for wheezy, that last version of the headers still in our BeagleBoard.org repo is 3.8.13-bone84. (for wheezy)

http://repos.rcn-ee.net/debian/pool/main/l/linux-upstream/linux-headers-3.8.13-bone84_1wheezy_armhf.deb

Please upgrade to the http://beagleboard.org/latest-images, @lwfinger driver is pre-installed. ;)

Regards,

Lozeonjyu commented 4 years ago

Kernel 3.8.13 is really old - even old enough that your distro (Debian) has dropped it from its repositories. I know that upgrading for non-x86 platforms can be difficult. What ARM system do you have?

Hi iwfinger,

Please check below:

debian@IZAR-8f704d:~$ cat /proc/cpuinfo
processor       : 0
model name      : ARMv7 Processor rev 2 (v7l)
BogoMIPS        : 596.48
Features        : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x3
CPU part        : 0xc08
CPU revision    : 2

Hardware        : Generic AM33XX (Flattened Device Tree)
Revision        : 0000
Serial          : 0000000000000000
lwfinger commented 4 years ago

So an upgrade to the latest images should solve your problems. Good luck.