The XFCE spin of Fedora 20 installed without any need for tweaking the OS. Unfortunately, Xubuntu 14.02 needed some help. The Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller was not recognized at first. The cause of this was it was blacklisted in the /etc/modprobe.d/blacklist.conf file. The following line was commented out and a reboot made the wireless work as expected.
# blacklist bcm43xx
The second problem that needed to be fixed was getting the USB bluetooth to connect to a paired device. This proved to be a bit more work to figure out but the combination of the following three items resulted in being able to connect to a paired device.
- Install pulseaudio-module-bluetooth package.
- Replace the contents of /etc/bluetooth/audio.conf with:
[General]Enable=Source,Media
Disable=Socket
[Headset]
HFP=false
MaxConnected=1
FastConnectable=false
[A2DP]
SBCSources=1
MPEG12Sources=0 - Every boot I must run the following command:
sudo pactl load-module module-bluetooth-discover
No comments:
Post a Comment