相关疑难解决方法(0)

Debian 在重启后没有检测到串行 PCI 卡

我已经安装了一个带有两个串行端口和一个并行端口的 PCI 卡。芯片组是MCS9865。我从这里下载了最新的驱动程序(V1.0.12)。我跑makemake install。现在两个串口是/dev/ttyD0/dev/ttyD1。我已经对它们进行了测试,picocom并且运行良好。问题是,当我重新启动系统时,没有/dev/ttyD0/dev/ttyD1。我需要做另一个make install。有什么解决办法吗?

输出lspci -v显示:

03:01.0 Serial controller: NetMos Technology PCI 9865 Multi-I/O Controller (prog-if 02 [16550])
    Subsystem: Device a000:1000
    Flags: bus master, medium devsel, latency 32, IRQ 19
    I/O ports at df00 [size=8]
    Memory at fbeff000 (32-bit, non-prefetchable) [size=4K]
    Memory at fbefe000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: [48] Power Management version 2
    Kernel driver in use: …
Run Code Online (Sandbox Code Playgroud)

linux drivers kernel-modules serial-port

4
推荐指数
1
解决办法
4543
查看次数

标签 统计

drivers ×1

kernel-modules ×1

linux ×1

serial-port ×1