Hi Simon,
Cheers for the link I gave that one a shot before and found some info on it.
I ran Scanmodem and I followed it's suggestions and downloaded ltmodem-2.6-alk-7a.tar.gz which I extracted in the root folder. I then followed the instructions in the readme and on the site there's specific instructions for FC4. The problem is that following either set of instructions entirely didn't work!
The instructions with the ltmodem-2.6.... only ever completed the make a few times and with lot's off errors. The FC4 instructions worked up to the UDEV part. I think I'm closer to working out the UDEV part but now the "make" doesn't work
The error I get is;
make -C /lib/modules/`uname -r`/build SUBDIRS=/root/ltmodem-2.6-alk-7a modules
make: *** /lib/modules/2.6.11-1.1369_FC4/build: No such file or directory. Stop.
make: *** [module] Error 2
(This I'm pretty sure is me just overlooking something in the makefile and I do have 2 different kernels that I've tried it on, but I have deleted the extracted files each time.) If it helps the 2 kernels i can try are 2.6.11-1.1369_FC4 2.6.14-1.1653_FC4.
This is part of the makefile and I think the most likely culprit;
DEVICE_FILE := /dev/ttyLTM0
MODULE_NAME := ltmodem
KERNEL_DIR := /lib/modules/`uname -r`/
#KERNEL_DIR := /usr/src/linux-2.6.10
INSTALL_DIR := /lib/modules/`uname -r`/other
----------------------------------------
Also, this is what I get through lspci -v
02:04.0 Communication controller: Agere Systems (former Lucent Microelectronics) LT WinModem (rev 02)
Subsystem: AMBIT Microsystem Corp.: Unknown device 0450
Flags: bus master, medium devsel, latency 66, IRQ 11
Memory at 40180000 (32-bit, non-prefetchable) [size=256]
I/O ports at 2840 [size=8]
I/O ports at 2000 [size=256]
Capabilities: [f8] Power Management version 2
I can post the info from scanmodem if you think it would help, but I think at the momemt, if I can get the "make" to work properly I should be right. There's definately something I'm overlooking... best way to describe it... "user error".. ie lack of knowledge!
Thanks for your help