> Now, when I run the pilot-xfer, it displays the message: > Waiting for connection on /dev/pilot (press the HotSync button now)... > And waits forever. I've stated that the appropriate modules are loaded: > (Output from lsmod: > Module Size Used by > ircomm-tty 32080 1 (autoclean) > ircomm 14576 0 (autoclean) [ircomm-tty] > [...] > ) > But I've noticed that serial interrupts are not activated: > (Output from cat /proc/interrupts:
What kernel did you run before? Did you use 'make oldconfig' before you made the new kernel? Are the modules for the serial modules in /lib/modules/2.4.9? Did you forget to compile them in the kernel? 'dmesg | grep serial' after a reboot might help. !thomas