Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wireless and Bluetooth on an ROG Strix X470-I
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
SumDog
n00b
n00b


Joined: 16 Dec 2005
Posts: 20
Location: Chicago, USA

PostPosted: Sat Feb 23, 2019 8:28 am    Post subject: Wireless and Bluetooth on an ROG Strix X470-I Reply with quote

I've got an Asus ROG Strix X470-I (AMD/Ryzen) motherboard. Ethernet on it works fine, but I want to use the Wi-Fi and Bluetooth controller as well, but I can't figure out the right Kernel modules to load. In lshw I see these:

Code:

...
                 *-usb:2
                      description: Bluetooth wireless interface
                      product: Bluetooth Radio
                      vendor: Realtek
                      physical id: c
                      bus info: usb@1:c
                      version: 1.10
                      serial: 00e04c000001
                      capabilities: bluetooth usb-1.10
                      configuration: driver=btusb maxpower=500mA speed=12Mbit/s
...
                 *-network UNCLAIMED
                      description: Network controller
                      product: Realtek Semiconductor Co., Ltd.
                      vendor: Realtek Semiconductor Co., Ltd.
                      physical id: 0
                      bus info: pci@0000:05:00.0
                      version: 00
                      width: 64 bits
                      clock: 33MHz
                      capabilities: pm msi pciexpress cap_list
                      configuration: latency=0
                      resources: ioport:c000(size=256) memory:fe300000-fe30ffff
...


I've tried the rtl8821ae module, but that doesn't add a Wi-Fi device or give me any output in dmesg. If I run dmesg | grep -i blue, I see no Bluetooth messages either. I know I have all the right kernel selections for Bluetooth because I can plugin a broadcom dongle and it does show up in bluetoothctl and using the legacy hictool, neither of which detect the onboard bluetooth.

I'm a little confused that the onboard bluetooth seems to be listed as a USB device. Shouldn't it be connected to the PCI-E bus like the Wi-Fi adapter?

lsusb shows all the Realtek devices as having the id/vendor as 0bda:0411.

What kernel modules/options should I be selecting for this hardware?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54211
Location: 56N 3W

PostPosted: Sun Feb 24, 2019 10:44 am    Post subject: Reply with quote

SumDog,

Post the output of
Code:
lsusb
and
Code:
lspci -nn

We need the vendor and device IDs of both devices.

Google says that 0bda:0411 is a Device '4-Port USB 3.0 Hub'
That will need
Code:
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y
in your kernel.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum