← Back to team overview

ubuntu-phone team mailing list archive

Re: Fw: AW: Re: AW: Re: Bluetooth

 

On 15.07.2015 16:10, Marcin GTriderXC.tk wrote:
"
    - Enable Bluetooth verbose logs
phablet@ubuntu-phablet:~$ sudo sed -i 's/exec \/usr\/sbin\/bluetoothd/exec \/usr\/sbin\/bluetoothd -d/g' /etc/init/bluetooth.conf"
sed: can't read /etc/init/b: No such file or directory by Enabling Bluetooth verbose logs

Any ideas what's wrong?

Looks like you have an " too much.

Try

sudo sed -i 's/exec \/usr\/sbin\/bluetoothd/exec \/usr\/sbin\/bluetoothd -d/g' /etc/init/bluetooth.conf

regards,
Simon



References