neurobin / MT7630E

Modified easy installation package
https://neurobin.org/projects/softwares/unix/MT7630E/
233 stars 72 forks source link

No bluetooth on Manjaro 4.2.8.4-1 #17

Closed j1cs closed 8 years ago

j1cs commented 8 years ago

Hi @neurobin

I did try everything but still cant work bluetooth on my laptop. I did try with kernel 4.4 and 4.2 but doesn't work My rfkill list:

$ rfkill list
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: asus-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no

sudo bluetoothctl:

[bluetooth]# show
No default controller available
[bluetooth]# 

my lsusb:

$  lsmod | grep mt76
mt7630e               176128  0
mac80211              651264  1 mt7630e
cfg80211              466944  2 mac80211,mt7630e
eeprom_93cx6           16384  1 mt7630e
crc_ccitt              16384  1 mt7630e
led_class              16384  5 sdhci,rtsx_usb_sdmmc,mt7630e,input_leds,asus_wmi

I don't understand, what more can i do?

neurobin commented 8 years ago

Unfortunately the bluetooth problem still persists. Refer to this issue #6 for further info.

j1cs commented 8 years ago

Ok thanks @neurobin

tobiasBora commented 8 years ago

Just for information, a solution has been found here: https://github.com/neurobin/MT7630E/issues/6 .

j1cs commented 8 years ago

Thanks @tobiasBora