Disabling Bluetooth crashes 3G: can I consider this a bug?
- by workflow
I'm on an Acer TravelMate 8372G here runnning Ubuntu 11.10 64bit and I get the following weird behaviour:
As soon as I turn off bluetoooth, the built-in 3G connection disconnects and Network Manager is unable to reconnect, leaving the following track in syslog:
NetworkManager[1205]: <warn> GSM modem enable failed: (32) Unknown error
The only way I'm able to reconnect 3G is by going all the way through
rfkill unblock bluetooth
rfkill block wwan
rfkill unblock wwan
sudo service network-manager restart
My question to you guys: should I file a bug, or is there any any logical connection I'm missing that makes this a feature? =
thanks!
workflow