Jump to content

lifeform

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. any chance to run cloud-init with start boot armbian?
  2. i cannot compile it with 5.7.0 rc6 kernel. could you confirm it? thx
  3. in the 20200514 found that this version is include rtl8188es wifi driver, could you include the rtl8188fu driver wifi also? i tried to installed it by myself but after 8 hours it got drop and have weird behaviour. would you kind to help? the device is use hg680p with s905x processor but used rtl8188fu wifi module
  4. sorry.. i just saw your reply. the repo is state at above : https://github.com/kelebek333/rtl8188fu is this what you mean? if you mean repo for debian i just used default
  5. sudo modprobe rtl8188fu Message from syslogd@localhost at Aug 8 06:29:03 ... kernel:[ 3338.782976] Internal error: Oops: 96000004 [#1] PREEMPT SMP Message from syslogd@localhost at Aug 8 06:29:03 ... kernel:[ 3338.826440] Process modprobe (pid: 15017, stack limit = 0x0000000013e8f2d1) Message from syslogd@localhost at Aug 8 06:29:03 ... i compiled the driver with this way, what i missed? apt install build-essential libncurses-dev bison flex libssl-dev libelf-dev git clone https://github.com/150balbes/Amlogic_s905-kernel.git cd Amlogic_s905-kernel make oldconfig make prepare make modules_prepare touch Module.symvers sudo nano include/generated/utsrelease.h # i change -> define UTS_RELEASE "5.1.15-aml-s905" # my armbian kernel version cd .. git clone https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git cd wireless-regdb && cp regulatory.db regulatory.db.p7s /lib/firmware/ cd .. git clone https://github.com/kelebek333/rtl8188fu.git cd rtl8188fu nano Makefile EXTRA_CFLAGS += -Wno-error=incompatible-pointer-types EXTRA_CFLAGS += -Wno-incompatible-pointer-types EXTRA_CFLAGS += -Wno-vla EXTRA_CFLAGS += -Wno-error=date-time #done make ARCH=arm64 KSRC=../Amlogic_s905-kernel CONFIG_POWER_SAVING=n sudo install -p -m 644 rtl8188fu.ko /lib/modules/5.1.15-aml-s905/kernel/drivers/net/wireless/ /sbin/depmod -a sudo modprobe rtl8188fu
  6. hello, i try to find my wifi module. i see that my wifi module is rtl8188fu i tried to compile it. but result none. it errors. is there module for this? i tried to compile from https://github.com/kelebek333/rtl8188fu i compile with kernel source, the compile is no error. but the module load with err. any clue?
  7. hello, could somebody help me about wifi driver for 8188fu? i'm running 5.88 version i have compiled from https://github.com/kelebek333/rtl8188fu i cannot used dkms cause there is no kernel header. so i trying compile with source kernel. but when i try. i do with no success. i do not know why. my error is insmod /lib/modules/5.1.0-aml-s905/kernel/net/wireless/cfg80211.ko insmod /lib/modules/5.1.0-aml-s905/kernel/drivers/net/wireless/rtl8188fu.ko Message from syslogd@localhost at Aug 8 03:00:36 ... kernel:[ 186.089590] Internal error: Oops: 96000004 [#1] PREEMPT SMP Message from syslogd@localhost at Aug 8 03:00:36 ... kernel:[ 186.134589] Process modprobe (pid: 2050, stack limit = 0x000000005636e905) Message from syslogd@localhost at Aug 8 03:00:36 ... kernel:[ 186.333483] Code: 391f481f 391f4c1f f940029a f941d360 (39401000) Segmentation fault could you help?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines