7

I have made edits to this post and Wi-Fi works now, but I still have problems with Bluetooth, and is further explained below at "EDITS:"

A verbose output of lsusb has been posted down below, please tell me if I can get more info out of this. It indicates that Bluetooth is under Chicony Electronics.

Note: I have added another bounty on this question as I still have this issue with Bluetooth. I would like to have my internal Bluetooth working to reduce hassle with USB devices. I recall browsing answers which includes converting and editing specific driver files from Windows so I can use it with Linux and would like to do that where possible, but I lack experience with it and would love an answer that guides me through.

Original Question

I've got everything working on this laptop except for two tiny wee things:

  1. Bluetooth is not functioning correctly: it does show up in the tray, I can turn it on. When trying searching for a new device, none is found, and my other devices are unable to find my laptop either.
  2. Wi-Fi does seem to work, but after some time this becomes unstable: I'm unable to connect to any access point anymore until I restart my machine.

I have been searching on several forums and on this website, but I honestly do not have any idea what specific model I have for Bluetooth & Wi-Fi, and am unable to determine what drivers I need for this. I do know that the manufacturer of this Bluetooth device is Realtek.

If you would like to help me, I'd gladly appreciate it.

lsusb:

reboot@LNV-IDPAD-100-14IBY0:~$ sudo lsusb 
[sudo] password for reboot: 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 04f2:b49f Chicony Electronics Co., Ltd 
Bus 002 Device 002: ID 174f:1169 Syntek 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
reboot@LNV-IDPAD-100-14IBY0:~$ 

lspci:

00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 0e)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0e)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)
00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)
00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 0e)
00:1c.1 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 2 (rev 0e)
00:1c.2 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 3 (rev 0e)
00:1c.3 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 4 (rev 0e)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)
00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus Controller (rev 0e)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller (rev 0a)
04:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter

If any more information is needed, please tell me. Thanks in advance,

Reboot

Edits:

lsusb -v: http://pastebin.com/5Whp5dfv

I have installed the Wi-Fi driver from source from here. I tried to install the Bluetooth driver with these files and make, but they do not work. Does anyone know the solution to Bluetooth?

Reboot
  • 296

2 Answers2

0

I would buy a new mini-PCIe Wi-Fi card (30-50 bucks) if I were you. Lot's of good ones out there. If you want to keep up on the bug reports for your card not working with bluetooth and flaky wifi you can read what others have tried and sign up here

0

Unfortunately Realtek shows nothing for an RTL8723BE, but the WiFi drivers for Linux can be downloaded directly from Realtek, here: Realtek PCIe WiFi driver page

Here is an AskUbuntu page which seems to solve the WiFi problem for this Reaktek card: Wifi problems with rtl8723be in Ubuntu 14.04

There was an answer which appears to have solved the bluetooth problem in AskUbuntu: RTL8723BE Bluetooth does not work

Those should solve your issue.

Respectfully, David