Bug 73081
Summary: | Fail to setup Bluetooth on Dell Venue 11 Pro | ||
---|---|---|---|
Product: | Drivers | Reporter: | Jin Yao (yao.jin) |
Component: | Bluetooth | Assignee: | linux-bluetooth (linux-bluetooth) |
Status: | NEW --- | ||
Severity: | normal | CC: | icechrome, lvlrdka22, nrndda |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.14-rc3 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Jin Yao
2014-03-28 06:19:39 UTC
Same here, on Venue 8 Pro. Actually, the protocol Windows is using is H4, nevertheless, it doesn't work also. This snippet from DSDT table (BTH0 entry, DLAC3002) specifies the UART settings that Windows (supposedly) uses: UartSerialBus (0x0001C200, DataBitsEight, StopBitsOne, 0xC0, LittleEndian, ParityTypeNone, FlowControlHardware, 0x0020, 0x0020, "\\_SB.URT1", 0x00, ResourceConsumer, ,) URT1 is /dev/ttyS4 in my config, the interesting thing is that there's no bytes inbound at all - looks like the BT module is simply unpowered, no matter if I attach an rfkill-gpio (like Jin above), or drive GPIOs manually (via /sys/bus/gpio). So, it's unlikely a kernel bug (and may be closed as such). Jin. had you ever succeed in getting this piece working? Same here, not working on Venue 8 Pro. Adding the ACPI ID doesn't result in anything. Forgot to mention, this was tested on kernel 4.4. |