Results 1 to 10 of 20
everytime i want to connect to the net i have to
type rfcomm connect /dev/rfcomm0 00:12:EE:C2:86:C7
then start kppp is there any way i can write a script that whren ...
- 11-11-2006 #1
bluetooth script
everytime i want to connect to the net i have to
type rfcomm connect /dev/rfcomm0 00:12:EE:C2:86:C7
then start kppp is there any way i can write a script that whren i launch kppp
it automatically connects to my phone
- 11-11-2006 #2type 'rfcomm connect....' code and save file. logoff and login again.Code:
mkdir ~/.kde/env vi ~/.kde/env/blueth.sh
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-11-2006 #3sorry but its not making any sense
Originally Posted by devils_casper
- 11-11-2006 #4hmmm...... do you know how login scripts work in KDE? where system looks?
Originally Posted by scrarfussi
i am also using Bluetooth GPRS ( AirTel ). i had to connect/bind rfcomm0 to my cell on every boot-up. i wrote 'rfocmm connect' command in a file and saved it in 'env' folder. its working perfectly. i saved all other scripts, keyboard shortcut script, Environment settings etc in that folder.
if it still doesn't make any sense to you... ignore my suggestion....
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-11-2006 #5i'm still very new to linux and still got a lot to learn any way i tried wat u sed vi is not very user friendly
Originally Posted by devils_casper
i dont know how to use it so i used kate instead and what i wrote was rfcomm connect /dev/rfcomm0 00:12:EE:C2:86:C7 and saved it is this correct if so nothin is happenen when i re login
- 11-12-2006 #6
save script file on Desktop and execute it in konsole/gnome-terminal.
does it connect rfcomm device?Code:sh ~/Desktop/blueth.sh
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-12-2006 #7Yes from desktop it connects and works well Thanx hav you been able to update your system using gprs modem
Originally Posted by devils_casper
- 11-12-2006 #8hmmm... i am using Kubuntu as main OS and i updated it. speed is very very slow and it took around 5 hrs to upgrade everything. Kubuntu is a light and robost distro. i like it.hav you been able to update your system using gprs modem
well ! everything depends on taste, likes/dislikes........
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-13-2006 #9
Cool Thanx i'll see if i can get updates to work in suse now about that script where do i find this env folder how do i set it so it connects automatically coz on desktop i still hav to type sh /Desktop Thanx
- 11-13-2006 #10
Hi !
create a folder 'env' in .kde folder and copy blueth.sh file in it.
its working fine in Kubuntu and i am in Kubuntu box right now. i will check it in SuSe. it should work in SuSe too.Code:mkdir .kde/env cp Desktop/blueth.sh .kde/env
for time being, in case, it doesn't work, execute this code ( i assume script file 'blueth.sh' is on Desktop )
after executing this code, press Alt+F2, type 'bt' and press Enter. check if rfcomm connected or not.Code:cp Desktop/blueth.sh Desktop/bt chmod +x Desktop/bt su - mv Desktop/bt /usr/bin
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote