The problem with USB connection was very short cable provided by Nokia. Moreover, I had to sit in the balcony of my flat to get constant signal strength.
Today I decided it to use Bluetooth. I switched on Bluetooth and it got detected and I could browse the files on the Mobile and transfer files from/to the Laptop. It was also detected by the Network Manager but not connecting to internet.
After googling for the solution I discovered that I need to write the following in
/etc/bluetooth/rfcomm.conf
The mac-address of the phone and channel could be found by following command:rfcomm0 { bind yes; device mac-address; channel 1; comment "Bluetooth PPP Connection"; }
$ sdptool search DUN
For connecting I had to use the following command:
$ sudo rfcomm connect 0Then I could use the connection which was set-up via USB but without USB cable (through Bluetooth).
Now the mobile is kept in the balcony and I am sitting in the bedroom posting this.
No comments:
Post a Comment