Giter Site home page Giter Site logo

driver_store's Introduction

driver_store

use to publish driver temporary

if you want to download some driver in this repo, there is no need to clone all the repo, you just need to click the file you want to download, and then click 'view raw'.

This repo is only used to publish drivers, there is no technical support in this repo, please turn to rtlwifi_new for help.

driver_store's People

Contributors

troy-tan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

driver_store's Issues

Linux_BT_USB_2.11.20140423_8723BE error on install

Hello,

Bluetooth driver installation on Linux Mint 17 with 4.8 Kernel is giving this error:

$ sudo make install -s
rmmod: ERROR: Module rtk_btusb is not currently loaded
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c: In function ‘btusb_intr_complete’:
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:143:7: error: implicit declaration of function ‘hci_recv_fragment’ [-Werror=implicit-function-declaration]
if (hci_recv_fragment(hdev, HCI_EVENT_PKT,
^
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c: In function ‘btusb_close’:
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:567:18: error: ‘NUM_REASSEMBLY’ undeclared (first use in this function)
for (i = 0; i < NUM_REASSEMBLY; i++)
^
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:567:18: note: each undeclared identifier is reported only once for each function it appears in
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:569:10: error: ‘struct hci_dev’ has no member named ‘reassembly’
if(hdev->reassembly[i])
^
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:571:18: error: ‘struct hci_dev’ has no member named ‘reassembly’
kfree_skb(hdev->reassembly[i]);
^
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:572:8: error: ‘struct hci_dev’ has no member named ‘reassembly’
hdev->reassembly[i] = NULL;
^
In file included from ./include/linux/printk.h:6:0,
from ./include/linux/kernel.h:13,
from /home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:22:
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c: In function ‘rtk_parse_config_file’:
./include/linux/kern_levels.h:4:18: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
#define KERN_SOH "\001" /* ASCII Start Of Header /
^
./include/linux/kern_levels.h:10:18: note: in expansion of macro ‘KERN_SOH’
#define KERN_ERR KERN_SOH "3" /
error conditions */
^
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:43:39: note: in expansion of macro ‘KERN_ERR’
#define RTKBT_ERR(fmt, arg...) printk(KERN_ERR "rtk_btusb: " fmt "\n" , ## arg)
^
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:1679:9: note: in expansion of macro ‘RTKBT_ERR’
RTKBT_ERR("config len(%x) is not right(%x)", config_len, *filelen-sizeof(struct rtk_bt_vendor_config));
^
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c: At top level:
/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.c:2255:6: warning: ‘print_event’ defined but not used [-Wunused-function]
void print_event(struct sk_buff *skb)
^
cc1: some warnings being treated as errors
scripts/Makefile.build:295: recipe for target '/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.o' failed
make[3]: *** [/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver/rtk_btusb.o] Error 1
Makefile:1491: recipe for target 'module/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver' failed
make[2]: *** [module/home/sencer/Downloads/Linux_BT_USB_2.11.20140423_8723BE/blutooth_usb_driver] Error 2
Makefile:10: recipe for target 'all' failed
make[1]: *** [all] Error 2
Makefile:13: recipe for target 'install' failed
make: *** [install] Error 2

Basic help with 8723 bt driver installation

Hi Im installing this driver following the instruction of the readme, I have a question:
after building and installing witch is the step 2?
Where is the dongle to insert where?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.