简体   繁体   中英

Symbols are not recognize linux driver

I try to load a linux driver and I got this message :

# modprobe hci_uart
hci_uart: Unknown symbol hci_free_dev (err 0)
hci_uart: Unknown symbol hci_alloc_dev (err 0)
hci_uart: Unknown symbol bt_info (err 0)
hci_uart: Unknown symbol bt_err (err 0)
hci_uart: Unknown symbol hci_unregister_dev (err 0)
hci_uart: Unknown symbol hci_recv_frame (err 0)
hci_uart: Unknown symbol hci_register_dev (err 0)
hci_uart: Unknown symbol bt_warn (err 0)
hci_uart: Unknown symbol hci_free_dev (err 0)
hci_uart: Unknown symbol hci_alloc_dev (err 0)
hci_uart: Unknown symbol bt_info (err 0)
hci_uart: Unknown symbol bt_err (err 0)
hci_uart: Unknown symbol hci_unregister_dev (err 0)
hci_uart: Unknown symbol hci_recv_frame (err 0)
hci_uart: Unknown symbol hci_register_dev (err 0)
hci_uart: Unknown symbol bt_warn (err 0)
modprobe: can't load module hci_uart (kernel/drivers/bluetooth/bluetooth_uart_driver/hci_uart.ko): unknown symbol in module, or unknown parameter

The module is checked in linux-menuconfig (I use buildroot ), I tried to load an other linux driver and I do not get this message.

Any idea. Thank you very much.

I found out, there were a trouble dependencies, so from linux-menuconfig I added the dependencies needed. I checked the makefile to know which one I had to add.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM