oki, follow the following instructions:
1)first edit the following file: /etc/modprobe.d/irda-utils
this is what mine looks like (not sure that all the lines are necessary, but it works for me at least)
Code:
alias char-major-10-187 irnet
install smc-ircc /sbin/modprobe smsc-ircc2
install toshoboe /sbin/modprobe donauboe
alias irda0
alias tty-ldisc-11 irtty
alias char-major-161 ircomm-tty
alias char-major-60 ircomm_tty
2)reboot
3)modprobe irda
4)modprobe ircomm-tty
5)irattach /dev/ttyS1 -s
6)irdadump
=> the mobile phone should be in IR-port's proximity
=> you should now see a string which identifies your mobile
voila....
now, use something like Wammu or KMobileTools to access your mobile
the device ircomm module is using is /dev/ircomm0
If something went wrong, please let me know
edit: oops, sorry, the last two lines of the /etc/modprobe.d/irda-utils that I posted were not actually part of the code. Have now edited them away in this post, so everything should now be OK. Hope this helps you
