I compiled and installed the modem driver.
must be corrected the file serial.c in the source driver ltmodem-2.6-alk-9. 

search for 'icom_port->uart_port.info->tty; and replace it with
'icom_port->uart_port.info->port.tty;'

search for 'up->port.info->tty; and replace it with
'up->port.info->port.tty;'

search for `SA_INTERRUPT | SA_SHIRQ' and replace it with
`IRQF_DISABLED | IRQF_SHARED'

then the driver will compile without error

I get ltmodem.ko & ltserial.ko.
Copy them to /lib/modules/`uname -r`/volatile/ dir and
run sudo depmod -a

-- 
not install ltmodem
https://bugs.launchpad.net/bugs/372762
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to