- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
在配置 lirc-redrat3-0.8.7 时,我遇到了这个问题:
http://www.redrat.co.uk/downloads/lirc-redrat3-0.8.7.tar.gz
./configure
......
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
.....
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
.....
checking for _doprnt... no
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkfifo... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for snprintf... yes
checking for strsep... yes
checking for vsyslog... yes
checking for forkpty... no
checking for forkpty in -lutil... yes
checking vga.h usability... no
checking vga.h presence... no
checking for vga.h... no
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for getopt_long... yes
checking for mktemp... yes
checking for Linux kernel sources... /lib/modules/3.2.0-58-generic-pae/build/
checking for which drivers can be installed on this system...
checking for caraca_init in -lcaraca_client... no
checking ftdi.h usability... no
checking ftdi.h presence... no
checking for ftdi.h... no
checking iguanaIR.h usability... no
checking iguanaIR.h presence... no
checking for iguanaIR.h... no
checking for ir_strerror in -lirman... yes
checking for ir_strerror in -lirman_sw... yes
checking portaudio.h usability... no
checking portaudio.h presence... no
checking for portaudio.h... no
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking scsi/sg.h usability... yes
checking scsi/sg.h presence... yes
checking for scsi/sg.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking for linux/hiddev.h... yes
checking for HIDDEV_FLAG_UREF support... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking linux/i2c-dev.h usability... yes
checking linux/i2c-dev.h presence... yes
checking for linux/i2c-dev.h... yes
configure: error: no driver specified, try ./configure --help
有人知道这个错误吗?
最佳答案
请注意,redrat 站点告诉我们,redrat 驱动程序是从 3.3 开始内置到内核中的。如果您使用的是较旧的内核,最好的方法可能是更新内核并使用标准的 lirc 安装(使用位于内核驱动程序之上的“默认”驱动程序)。
redrat 分发的 lirc 版本真的非常旧(2010 年),此后发生了很多事情,包括内核和 lirc。我会避免尝试让它发挥作用,即使它可能是可能的。
关于linux - 编译lirc-redrat3-0.8.7时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36445382/
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a software
我想修改 LIRC 以输出非调制信号(没有 36-39 kHz 调制)。我正在查看 irsend.c,但没有看到硬件控制代码。它一定在 lirc 主文件中的某个地方。有什么提示吗? 最佳答案 在我的例
我正在尝试在运行最新的 Rasbian Wheezy 发行版,我在使用 Python LIRC(Linux 红外线 Remote ) 添加 IR 支持时遇到了问题。 我想做什么:有四个天气变量:条件、
我已经在带有 Cloudshell TFT 显示屏的 Odroid XU4 上成功配置了 LIRC。可以看到 IR 键。我将 lircrc 配置为在某个键上将顶部输出发送到 TFT。 TFT 屏幕实际
我尝试使用带有最新 Raspbian 的 Raspberry Pi 3 创建我自己的通用 Remote 。构建小接收器和发送器后(tutorial I followed)并将所有内容连接起来,我在尝试
我一直在使用pyLirc在使用 Python 制作一个小型应用程序原型(prototype)时。出于性能原因(除其他外),我正在转向 Haskell,但找不到任何提供类似功能的模块。我应该坚持使用“l
我知道 LIRC 可以在 Raspberry Pi 上运行,但是,我想知道 LIRC 是否可以与 Google 的 Android Things 一起运行。如果没有,我想知道有没有办法与红外传感器通信
我已经使用树莓派的 LIRC 记录和使用三星电视 Remote 的红外信号。录制过程很好。我用了this供引用的站点。但是现在我无法以相同的方法记录来自蓝星交流电的红外信号。在 1-3 个点(不总是相
在 lirc 上需要你的帮助。我想使用 lirc 来解码 ir 信号。我正在使用基于带有 2.6.37 内核的 Cortex A8 的自定义板,并且通过串行端口接收 IR。当我按下红外 Remote
我正在尝试配置 LIRC 和我一起工作 覆盆子 2B 以及我用晶体管和红外发射器构建的电路,如本 tutorial 中所述 安装LIRC后,我按照所有步骤在/etc/modules中添加了这两行 li
经过大量搜索后,我对有关如何为我的 RPi 项目设置红外 Remote 的信息相互矛盾感到惊讶和沮丧。我认为这很容易,但长期以来设置 Linux InfraRed Control (LIRC) 一直是
我是一名优秀的程序员,十分优秀!