Jump to content

gigkov

Members
  • Posts

    4
  • Joined

  • Last visited

  1. I'm interested too! I've built my own IR transmitter and i want to use GPIO to send signals. I found gpio-ir-tx driver on my system and i can successfully load it with modprobe, but i can't figure out how to make it working, maube someone know who made this driver? As far as i understood. Need to create /boot/config.txt file with: dtoverlay=gpio-ir-tx,gpio_pin=1 (or your pin) Then need to create udev rule that creating symlink from gpio to /dev/lirc-tx but this is not happening for some reasonm i can't figure out why. /etc/udev/rules.d/71-lirc.rules ACTION=="add", SUBSYSTEM=="lirc", DRIVERS=="gpio_ir_recv", SYMLINK+="lirc-rx" ACTION=="add", SUBSYSTEM=="lirc", DRIVERS=="gpio-ir-tx", SYMLINK+="lirc-tx" ACTION=="add", SUBSYSTEM=="lirc", DRIVERS=="pwm-ir-tx", SYMLINK+="lirc-tx" Couple questions. 1. Created by me file /boot/config.txt, is used during boot process or not? 2. Udev rule is not creating simlink to device, why?
  2. install full firmware from armbian-config and then modprobe my driver
  3. Hi all, I've met an issue on Banana pi M1 board. I'm trying to compile the driver for TP-Link T2UH USB (MT7610U) on BPI-M1. latest focal release cat /etc/armbian-release # PLEASE DO NOT EDIT THIS FILE BOARD=bananapi BOARD_NAME="Banana Pi" BOARDFAMILY=sun7i BUILD_REPOSITORY_URL=git@github.com:armbian/build.git BUILD_REPOSITORY_COMMIT=08297378c-dirty DISTRIBUTION_CODENAME=focal DISTRIBUTION_STATUS=supported VERSION=21.05.1 LINUXFAMILY=sunxi ARCH=arm IMAGE_TYPE=stable BOARD_TYPE=conf INITRD_ARCH=arm KERNEL_IMAGE_TYPE=Image what happening when i'm trying yo compile it. make[1]: Entering directory '/usr/lib/modules/5.10.34-sunxi/build' make[1]: *** No rule to make target 'modules'. Stop. make[1]: Leaving directory '/usr/lib/modules/5.10.34-sunxi/build' make: *** [Makefile:404: LINUX] Error 2 root@bananapi:~/driver/mt7610u_wifi_sta_v3002_dpo_20130916#
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines