make sure you have installed:
gnome-vfs-obexftp-0.4-4mdv2009.0
libobexftp0-0.22-1mdv2009.0
libopenobex1-devel-1.3-7mdv2009.0
openobex-apps-1.3-7mdv2009.0
libopenobex1-1.3-7mdv2009.0
libobexftp-devel-0.22-1mdv2009.0
obex-data-server-0.3.2-1mdv2009.0
obexftp-0.22-1mdv2009.0
obexfs-0.11-1mdv2009.0
gnome-bluetooth
Edit /etc/sysconfig/network inserting:
HOSTNAME=xxx.machine
Restart.
To use this modem on linux (it has no support under linux :s) you should install this: (I have tested this on mandriva 2009.0)
# urpmi wvdial
then connect the usb modem and
# wvdialconf
next, go to /etc/wvdial.conf and put this: (for movistar colombia)
[Dialer Defaults]
Modem = /dev/ttyUSB0
Baud = 9600
Modem Type = USB Modem
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 S10=45 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","internet.movistar.com.co"
Stupid Mode = 1
Dial Command = ATDT
Phone = *99***1#
Username = movistar
Password = movistar
Ask Password = 0
ISDN = 0
Then,
# wvdial &
done!
First Install The package
# urpmi irda-utils
On HP NC6000 you need to edit /etc/sysconfig/irda:
IRDA=yes
#DEVICE=/dev/ttyS2
DEVICE=irda0
#DONGLE=actisys+
DISCOVERY=yes
Download ircp-tray from here. It will ask for dependencies like OBEX utilities and something else missing.
One more step, you need to redirect this:
# echo 9600 > /proc/sys/net/irda/max_baud_rate
(you can put it on an boot script to do this once)
Put in System > Preferences > Sessions
Ircp-tray command to start at boot.
Reboot.