<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic imx28 bluetooth module insertion error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314728#M41408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I compiled source of bluetooth drivers for Marvell SDIO bluetooth module. While inserting the module am getting some errors.I am using Linux BSP 2.6.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /home/user$ insmod mbt8xxx.ko &lt;/P&gt;&lt;P&gt;BT FW is active(0)&lt;/P&gt;&lt;P&gt;BT: FW already downloaded!&lt;/P&gt;&lt;P&gt;root@freescale /home/user$ insmod bt8xxx.ko &lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_suspend_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_free_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_resume_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_alloc_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_unregister_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_recv_frame (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_register_dev (err 0)&lt;/P&gt;&lt;P&gt;insmod: can't insert 'bt8xxx.ko': unknown symbol in module, or unknown parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i fix the unknown symbol error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 07:27:56 GMT</pubDate>
    <dc:creator>ganeshh</dc:creator>
    <dc:date>2014-06-05T07:27:56Z</dc:date>
    <item>
      <title>imx28 bluetooth module insertion error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314728#M41408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I compiled source of bluetooth drivers for Marvell SDIO bluetooth module. While inserting the module am getting some errors.I am using Linux BSP 2.6.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /home/user$ insmod mbt8xxx.ko &lt;/P&gt;&lt;P&gt;BT FW is active(0)&lt;/P&gt;&lt;P&gt;BT: FW already downloaded!&lt;/P&gt;&lt;P&gt;root@freescale /home/user$ insmod bt8xxx.ko &lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_suspend_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_free_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_resume_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_alloc_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_unregister_dev (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_recv_frame (err 0)&lt;/P&gt;&lt;P&gt;bt8xxx: Unknown symbol hci_register_dev (err 0)&lt;/P&gt;&lt;P&gt;insmod: can't insert 'bt8xxx.ko': unknown symbol in module, or unknown parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i fix the unknown symbol error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 07:27:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314728#M41408</guid>
      <dc:creator>ganeshh</dc:creator>
      <dc:date>2014-06-05T07:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 bluetooth module insertion error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314729#M41409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mbt8xxx.ko driver has no sense on linux bluetooth stack on kernel (it only export a char device with HCI interface) ,you can loading it successfully;&lt;/P&gt;&lt;P&gt;bt8xxx.ko is a legacy linux bluetooth driver based on linux bluetooth stack. Make sure you enable kernel bluetooth and hci config and then loading it once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 06:18:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314729#M41409</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2014-06-06T06:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 bluetooth module insertion error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314730#M41410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For iMX28 EVK L2.6.35 Linux, I used followed kernel config to enable both wifi and bluetooth with sd8787 module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kernel config:&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Network testing&lt;BR /&gt;#&lt;BR /&gt;# CONFIG_NET_PKTGEN is not set&lt;BR /&gt;# CONFIG_NET_TCPPROBE is not set&lt;BR /&gt;# CONFIG_HAMRADIO is not set&lt;BR /&gt;# CONFIG_CAN is not set&lt;BR /&gt;# CONFIG_IRDA is not set&lt;BR /&gt;CONFIG_BT=y&lt;BR /&gt;CONFIG_BT_L2CAP=y&lt;BR /&gt;CONFIG_BT_L2CAP_EXT_FEATURES=y&lt;BR /&gt;CONFIG_BT_SCO=y&lt;BR /&gt;CONFIG_BT_RFCOMM=y&lt;BR /&gt;CONFIG_BT_RFCOMM_TTY=y&lt;BR /&gt;CONFIG_BT_BNEP=y&lt;BR /&gt;CONFIG_BT_BNEP_MC_FILTER=y&lt;BR /&gt;CONFIG_BT_BNEP_PROTO_FILTER=y&lt;BR /&gt;CONFIG_BT_HIDP=y&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Bluetooth device drivers&lt;BR /&gt;#&lt;BR /&gt;# CONFIG_BT_HCIBTUSB is not set&lt;BR /&gt;CONFIG_BT_HCIBTSDIO=y&lt;BR /&gt;# CONFIG_BT_HCIUART is not set&lt;BR /&gt;# CONFIG_BT_HCIBCM203X is not set&lt;BR /&gt;# CONFIG_BT_HCIBPA10X is not set&lt;BR /&gt;# CONFIG_BT_HCIBFUSB is not set&lt;BR /&gt;# CONFIG_BT_HCIVHCI is not set&lt;BR /&gt;# CONFIG_BT_MRVL is not set&lt;BR /&gt;# CONFIG_AF_RXRPC is not set&lt;BR /&gt;CONFIG_WIRELESS=y&lt;BR /&gt;CONFIG_WIRELESS_EXT=y&lt;BR /&gt;CONFIG_WEXT_CORE=y&lt;BR /&gt;CONFIG_WEXT_PROC=y&lt;BR /&gt;CONFIG_WEXT_SPY=y&lt;BR /&gt;CONFIG_WEXT_PRIV=y&lt;BR /&gt;CONFIG_CFG80211=m&lt;BR /&gt;# CONFIG_NL80211_TESTMODE is not set&lt;BR /&gt;# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set&lt;BR /&gt;# CONFIG_CFG80211_REG_DEBUG is not set&lt;BR /&gt;CONFIG_CFG80211_DEFAULT_PS=y&lt;BR /&gt;# CONFIG_CFG80211_DEBUGFS is not set&lt;BR /&gt;# CONFIG_CFG80211_INTERNAL_REGDB is not set&lt;BR /&gt;CONFIG_CFG80211_WEXT=y&lt;BR /&gt;CONFIG_WIRELESS_EXT_SYSFS=y&lt;BR /&gt;# CONFIG_LIB80211 is not set&lt;BR /&gt;# CONFIG_MAC80211 is not set&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Some wireless drivers require a rate control algorithm&lt;BR /&gt;#&lt;BR /&gt;# CONFIG_WIMAX is not set&lt;BR /&gt;CONFIG_RFKILL=y&lt;BR /&gt;CONFIG_RFKILL_INPUT=y&lt;BR /&gt;# CONFIG_NET_9P is not set&lt;BR /&gt;# CONFIG_CAIF is not set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commands to load the wifi and bt:&lt;/P&gt;&lt;P&gt;$ insmod /cfg80211.ko&lt;BR /&gt;$ insmod /mlan.ko&lt;BR /&gt;$ insmod /sd8xxx.ko drv_mode=1&lt;BR /&gt;$ insmod /bt8xxx.ko&lt;BR /&gt;$ hciconfig hci0 reset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Link wlan&lt;BR /&gt;$ iwconfig mlan0 essid test_ap&lt;/P&gt;&lt;P&gt;$ ifconfig mlan0 192.168.1.100 up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Scan bluetooth device&lt;BR /&gt;$ hcdtool scan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:04:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314730#M41410</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-06-06T07:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 bluetooth module insertion error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314731#M41411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, you should the build your kernel first, then updated the Makefile for your sd8787 source code, change the kernel folder to the iMX28 Linux kernel, then build the sd8787 wifi and bt source code. mbt was not needed for 2.6.35 kernel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314731#M41411</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-06-06T07:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 bluetooth module insertion error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314732#M41412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Qiang_FSL"&gt;Qiang_FSL&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/raymondwang"&gt;raymondwang&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i compiled the linux kernel first with the above mentioned config parameters, then compiled ltib again with the new kernel. After that compiled sd8787 source code, burned the new os to memory card and booted up while inserting the module am getting errors like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /home/user/mods$ insmod cfg80211.ko &lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol wireless_send_event&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol wireless_send_event (err -22)&lt;/P&gt;&lt;P&gt;insmod: can't insert 'cfg80211.ko': Invalid argument&lt;/P&gt;&lt;P&gt;root@freescale /home/user/mods$ insmod mlan.ko &lt;/P&gt;&lt;P&gt;mlan: module license 'Marvell Proprietary' taints kernel.&lt;/P&gt;&lt;P&gt;Disabling lock debugging due to kernel taint&lt;/P&gt;&lt;P&gt;root@freescale /home/user/mods$&amp;nbsp; insmod sd8xxx.ko drv_mode=1&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol wireless_send_event&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol wireless_send_event (err -22)&lt;/P&gt;&lt;P&gt;insmod: can't insert 'sd8xxx.ko': Invalid argument&lt;/P&gt;&lt;P&gt;root@freescale /home/user/mods$ &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:46:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314732#M41412</guid>
      <dc:creator>ganeshh</dc:creator>
      <dc:date>2014-06-06T07:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 bluetooth module insertion error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314733#M41413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the WiFi issue, please reference to this link: &lt;A _jive_internal="true" href="https://community.nxp.com/thread/323831"&gt;https://community.freescale.com/thread/323831&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 08:04:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314733#M41413</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2014-06-06T08:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 bluetooth module insertion error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314734#M41414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Qiang_FSL"&gt;Qiang_FSL&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/raymondwang"&gt;raymondwang&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still am getting errors i followed your config file in the thread..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /home/user$ insmod cfg80211.ko &lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol skb_copy_bits&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol skb_copy_bits (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol rfkill_unregister&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol rfkill_unregister (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol skb_put&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol skb_put (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol consume_skb&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol consume_skb (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol rfkill_blocked&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol rfkill_blocked (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol rfkill_destroy&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol rfkill_destroy (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol genlmsg_multicast_allns&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol genlmsg_multicast_allns (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol pskb_expand_head&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol pskb_expand_head (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol kfree_skb&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol kfree_skb (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol netlink_broadcast&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol netlink_broadcast (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol __alloc_skb&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol __alloc_skb (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol rfkill_resume_polling&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol rfkill_resume_polling (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol kobject_uevent_env&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol kobject_uevent_env (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol __dev_get_by_index&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol __dev_get_by_index (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol skb_pull&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol skb_pull (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol genl_register_family_with_ops&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol genl_register_family_with_ops (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol rfkill_pause_polling&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol rfkill_pause_polling (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol netlink_unicast&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol netlink_unicast (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol dev_get_by_index&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol dev_get_by_index (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol dev_close&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol dev_close (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol skb_push&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol skb_push (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol wireless_send_event&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol wireless_send_event (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol nla_put&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol nla_put (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol rfkill_set_hw_state&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol rfkill_set_hw_state (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol ethtool_op_get_link&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol ethtool_op_get_link (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol rfkill_alloc&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol rfkill_alloc (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol dev_alloc_skb&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol dev_alloc_skb (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol __pskb_pull_tail&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol __pskb_pull_tail (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol skb_trim&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol skb_trim (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol rfkill_register&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol rfkill_register (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol dev_change_net_namespace&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol dev_change_net_namespace (err -22)&lt;/P&gt;&lt;P&gt;cfg80211: disagrees about version of symbol rfkill_set_sw_state&lt;/P&gt;&lt;P&gt;cfg80211: Unknown symbol rfkill_set_sw_state (err -22)&lt;/P&gt;&lt;P&gt;insmod: can't insert 'cfg80211.ko': Invalid argument&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /home/user$ insmod sd8xxx.ko drv_mode=1&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_release_host&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_release_host (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_disable_func&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_disable_func (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_set_block_size&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_set_block_size (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol skb_put&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol skb_put (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_claim_host&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_claim_host (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol __netif_schedule&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol __netif_schedule (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol unregister_netdev&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol unregister_netdev (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol dev_alloc_name&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol dev_alloc_name (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol iw_handler_set_spy&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol iw_handler_set_spy (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_f0_readb&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_f0_readb (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol eth_type_trans&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol eth_type_trans (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol iw_handler_get_thrspy&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol iw_handler_get_thrspy (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_release_irq&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_release_irq (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol netlink_broadcast&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol netlink_broadcast (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol __alloc_skb&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol __alloc_skb (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol netif_device_detach&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol netif_device_detach (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol netif_device_attach&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol netif_device_attach (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_set_host_pm_flags&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_set_host_pm_flags (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_f0_writeb&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_f0_writeb (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_readsb&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_readsb (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol dev_kfree_skb_any&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol dev_kfree_skb_any (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol wireless_send_event&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol wireless_send_event (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol register_netdev&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol register_netdev (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol free_netdev&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol free_netdev (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol netlink_kernel_release&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol netlink_kernel_release (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol iw_handler_get_spy&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol iw_handler_get_spy (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol dev_alloc_skb&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol dev_alloc_skb (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol netif_rx_ni&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol netif_rx_ni (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol alloc_etherdev_mq&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol alloc_etherdev_mq (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol netlink_kernel_create&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol netlink_kernel_create (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol netif_rx&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol netif_rx (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_get_host_pm_caps&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_get_host_pm_caps (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol skb_realloc_headroom&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol skb_realloc_headroom (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol netif_carrier_off&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol netif_carrier_off (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol netif_carrier_on&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol netif_carrier_on (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_claim_irq&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_claim_irq (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_enable_func&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_enable_func (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_writesb&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_writesb (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol iw_handler_set_thrspy&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol iw_handler_set_thrspy (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_readb&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_readb (err -22)&lt;/P&gt;&lt;P&gt;sd8xxx: disagrees about version of symbol sdio_writeb&lt;/P&gt;&lt;P&gt;sd8xxx: Unknown symbol sdio_writeb (err -22)&lt;/P&gt;&lt;P&gt;insmod: can't insert 'sd8xxx.ko': Invalid argumen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 09:55:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314734#M41414</guid>
      <dc:creator>ganeshh</dc:creator>
      <dc:date>2014-06-06T09:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 bluetooth module insertion error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314735#M41415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please rebuild your ko file with current kernel config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 10:01:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314735#M41415</guid>
      <dc:creator>raymondwang</dc:creator>
      <dc:date>2014-06-06T10:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: imx28 bluetooth module insertion error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314736#M41416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/raymondwang"&gt;raymondwang&lt;/A&gt; &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Qiang_FSL"&gt;Qiang_FSL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After modifying the config am issuing these commands&lt;/P&gt;&lt;P&gt;make uImage&lt;/P&gt;&lt;P&gt;make modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i generate the ltib stream files ones again using the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec -f&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 10:08:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx28-bluetooth-module-insertion-error/m-p/314736#M41416</guid>
      <dc:creator>ganeshh</dc:creator>
      <dc:date>2014-06-06T10:08:05Z</dc:date>
    </item>
  </channel>
</rss>

