Hi Phil, Sorry, I've only just seen this. There are a number of things that could be causing your problems. First of all did you follow this bit: > The PCI slot 02:09.0 of the modem card may be disabled early in > a bootup process, but then enabled later. If modem drivers load > but the modem is not responsive, read Bootup.txt about possible fixes. Next, you need to sort the /dev/modem symlink out. This is setup to be created by a udev script in the driver install, but owing to a change in the kernel, the script created no longer works - I think all that is required is to replace the "=" with "==". Next, the driver may well be telling us something when you try use it. Can you do a "dmesg | tail" just after the driver has been loaded, and again after you have attempted a wvdialconf. Finally, it may help me if you could send the "make.log" file which is generated when you use "./setup" to compile and install the driver. Best regards, Robert