Hello,
I am going to use a raspberry PI for browsing on a TV, so I want to connect with a wireless keyboard, bluetooth.
It looks like bluetooth is "not running";
[rocr@centos-rpi3 ~]$ systemctl status bluetooth.service ● bluetooth.service - Bluetooth service Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:bluetoothd(8)
I don't have any bluetooth devices connected yet. but the service should be up, right?
Is there a write-up, guide, to get bluetooth configured?
thanks,
Ron
El 2/5/19 a las 20:38, R C escribió:
Hello,
I am going to use a raspberry PI for browsing on a TV, so I want to connect with a wireless keyboard, bluetooth.
It looks like bluetooth is "not running";
[rocr@centos-rpi3 ~]$ systemctl status bluetooth.service ● bluetooth.service - Bluetooth service Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:bluetoothd(8)
I don't have any bluetooth devices connected yet. but the service should be up, right?
Is there a write-up, guide, to get bluetooth configured?
I'm not aware of any specific guide specific for arm/rpi, and I don't use bluetooth, but this guide for Fedora should be a good starting point https://fedoraproject.org/wiki/Documentation/Bluetooth
thanks,
Ron
Pablo.
Hello,
I am trying to install centos 7, but it seems that after the install some additional work is needed to get wireless to work.
Is there a (current) write up, or even an official one? I tried the last directions I found, but that doesn't seem to work anymore.
thanks,
Ron
Which problem are you seeing? my 3B+ wifi works ootb
Pablo.
On 27/5/20 11:06, R C wrote:
Hello,
I am trying to install centos 7, but it seems that after the install some additional work is needed to get wireless to work.
Is there a (current) write up, or even an official one? I tried the last directions I found, but that doesn't seem to work anymore.
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Hello,
well one of the issues is that the MAC address seems to randomly change after reboot; I use
/etc/NetworkManager/conf.d/100-disable-wifi-mac-randomization.conf: [connection] wifi.mac-address-randomization=1
[device] wifi.scan-rand-mac-address=no
to fix that.
I have to create an ifcfg script that has the hardware address mentioned in it, and the SSID, ut that is not unusual
I also have to change:
/etc/wpa_supplicant/wpa_supplicant.conf to:
network={ ssid="MySSID" scan_ssid=1 key_mgmt=NONE }
and:
/etc/sysconfig/wpa_supplicant: # Use the flag "-i" before each of your interfaces, like so: # INTERFACES="-ieth1 -iwlan0" INTERFACES="-iwlan0"
# Use the flag "-D" before each driver, like so: # DRIVERS="-Dwext" DRIVERS="-Dwext"
# Other arguments # -u Enable the D-Bus interface (required for use with NetworkManager) # -f Log to /var/log/wpa_supplicant.log # -P Write pid file to /var/run/wpa_supplicant.pid # required to return proper codes by init scripts (e.g. double "start" action) # -B to daemonize that has to be used together with -P is already in wpa_supplicant.init.d #OTHER_ARGS="-P /var/run/wpa_supplicant.pid" OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P /var/run/wpa_supplicant.pid"
On 5/29/20 6:00 AM, Pablo Sebastián Greco wrote:
Which problem are you seeing? my 3B+ wifi works ootb
Pablo.
On 27/5/20 11:06, R C wrote:
Hello,
I am trying to install centos 7, but it seems that after the install some additional work is needed to get wireless to work.
Is there a (current) write up, or even an official one? I tried the last directions I found, but that doesn't seem to work anymore.
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev