Package Details: 8723bs-git 4.4.1.18.86c1796-1

Git Clone URL: https://aur.archlinux.org/8723bs-git.git (read-only, click to copy)
Package Base: 8723bs-git
Description: RTL8723BS WIFI driver working on baytrail tablets. This driver uses an older codebase. kernel 4.12+ will include a newer version
Upstream URL: http://www.realtek.com.tw/
Licenses: GPL
Provides: 8723bs
Submitter: muhviehstarr
Maintainer: muhviehstarr
Last Packager: muhviehstarr
Votes: 2
Popularity: 0.000000
First Submitted: 2016-10-15 08:39 (UTC)
Last Updated: 2017-08-13 18:34 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

muhviehstarr commented on 2019-08-14 03:11 (UTC)

"This driver uses an older codebase. kernel 4.12+ will include a newer version"

here kernel 5.2.8 builtin :

modinfo r8723bs filename: /lib/modules/5.2.8-arch1-1-ARCH/kernel/drivers/staging/rtl8723bs/r8723bs.ko.xz version: v4.3.5.5_12290.20140916_BTCOEX20140507-4E40

luntik2012 commented on 2019-08-08 15:53 (UTC)

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.2.7-arch1-1-ARCH/build M=/tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs  modules
make[1]: Entering directory '/usr/lib/modules/5.2.7-arch1-1-ARCH/build'
  CC [M]  /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/core/rtw_cmd.o
In file included from /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/osdep_service.h:41,
                 from /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/drv_types.h:32,
                 from /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/core/rtw_cmd.c:22:
/tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/osdep_service_linux.h: In function ‘_init_timer’:
/tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/osdep_service_linux.h:273:8: error: ‘_timer’ {aka ‘struct timer_list’} has no member named ‘data’
  273 |  ptimer->data = (unsigned long)cntx;
      |        ^~
/tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/osdep_service_linux.h:274:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  274 |  init_timer(ptimer);
      |  ^~~~~~~~~~
      |  _init_timer
In file included from /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/drv_types.h:35,
                 from /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/core/rtw_cmd.c:22:
/tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/wifi.h: At top level:
/tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/wifi.h:1009: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
 1009 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      | 
In file included from /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/osdep_service_linux.h:84,
                 from /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/osdep_service.h:41,
                 from /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/include/drv_types.h:32,
                 from /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/core/rtw_cmd.c:22:
./include/linux/ieee80211.h:1441: note: this is the location of the previous definition
 1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      | 
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:279: /tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs/core/rtw_cmd.o] Error 1
make[1]: *** [Makefile:1597: _module_/tmp/yaourt-tmp-admin/aur-8723bs-git/src/8723bs] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.2.7-arch1-1-ARCH/build'
make: *** [Makefile:1680: modules] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build 8723bs-git.
==> Restart building 8723bs-git ? [y/N]
==> -----------------------------------
==> admin ~ $ 

vijuarez commented on 2018-03-22 13:18 (UTC)

Cannot build this, using Linux 4.14.28-1-lts:

Log (note: changed LANG env for english output, fails regardless without it) https://pastebin.com/WkZmVm3Z

Zars commented on 2017-06-05 21:15 (UTC) (edited on 2017-06-06 13:00 (UTC) by Zars)

Edit: Just realized this comment is unrelated to this package. I had similar error to cafehaine, which was caused by the hadess/rtl8723bs driver. ---------------------------------------------------------------------------- It seems that the rtl8723bs driver repository has been heavily cleared out, due to migration to upstream linux. So either use mainline kernel or change the rtl8723bs source to version prior to this commit: https://github.com/hadess/rtl8723bs/commit/3bb1d33ad98c1d77b5e17a1b707e137b35e6d0a5

cafehaine commented on 2017-04-25 19:04 (UTC)

When trying to install this package, I get this error: ==> Lancement de build()... make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.10.11-1-ARCH/build M=/home/cafehaine/.cache/pacaur/8723bs-git/src/8723bs modules make[1] : on entre dans le répertoire « /usr/lib/modules/4.10.11-1-ARCH/build » // entering /usr/lib/modules/4.10.11-1-ARCH/build make[1]: *** Aucune règle pour fabriquer la cible « modules ». Arrêt. // No rule to build target "modules". stopping make[1] : on quitte le répertoire « /usr/lib/modules/4.10.11-1-ARCH/build » make: *** [Makefile:1680: modules] Error 2 This seems to be caused by the fact that we cd into /usr/lib/modules/4.10.11-1-ARCH/build before doing make modules

muhviehstarr commented on 2017-03-06 19:30 (UTC)

thank you voobscout , i have changed the path

voobscout commented on 2017-02-28 08:21 (UTC)

Please use "/usr/lib" instead of "/lib" in PKGBUILD, otherwise it produces install errors - "8723bs-git: /lib exists in filesystem". "/lib" is a symlink to /usr/lib Thanks!

muhviehstarr commented on 2017-02-17 07:34 (UTC) (edited on 2017-02-17 07:35 (UTC) by muhviehstarr)

sorry for the late answer , i will take a look. Which hardware do you use? there are many CONFIG_PLATFORM_ARM options in the makefile

nazar554 commented on 2017-01-14 19:16 (UTC)

can you add ARCH=arm to make config? Its seems to do "uname -m" which incorrectly reports ARCH as armv7l