关于 unresolved symbol 的问题
我写了一个 module,在 make 的时候 modpost 出现了一些 WARNING … undefined 可是那些 call 我已经在 header 中宣告,也是知道它们是在 kernel 的 …
字符设备驱动开发错误请教
错误如下: [root@localhost scull]# make make -C /lib/modules/2.6.21-1.3194.fc7/build M=/root/jeff/scull LDDINC=/root/jeff/scull/../include m…
tty_write 和 uart_write是什么关系啊(弱智问题)
请问在串口驱动中 从tty_io.c中的操作如何调用到 serial_core.c中相应的操作 这两个文件中的操作有关系吗  举例:从应用层如何实现write 的啊&…
arm-linux的驱动中,能否使用线程? 谢谢
平台: s3c2410 系统: linux2.4.18 驱动程序:s3c2410 uart2 dma读取数据的驱动。 我想在驱动启动后,始终将dma的buf里数据进行数据包解析并放到另一…
请教个问题,高手帮忙下,谢谢
static ssize_t read_test(struct file *file,char *outbuf,size_t count,loff_t *f_pos) {         printk(KERN_ALERT &quo…
困惑,iobase和mapbase
struct uart_port里的iobase和mapbase,一个是寄存器的物理起始地址,一个是内存中的物理地址,可是对于8250/16550来说到底它们有什么区别? 求解,请大侠…
求一SD卡驱动 2.6内核的 有的大侠共享一下哈
我搞了快一个星期了 始终没有成功 我s3c2410上跑的linux2.6.14.1 我把我的那块2G的SD卡插上就是认不出....... 谁有成功的能跑在s3c2410上的2.6的 SD卡…
如何操作实现字符设备
#define __NO_VERSION__ #include <linux/module.h> #include <linux/config.h> #include <linux/version.h> #include <asm/uaccess.h&…