Re: Toshiba Tecra 8000, Lucent Modem, FreeBSD 4.9-RELEASE, and ltmdm-1.4_5.tgz
Sean Welch <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
Hello, Ian. I use the ltmdm software quite a bit and have since just before it appeared in the ports tree. Speaking of which, > pkg_add -v ltmdm-1.4_5.tgz is there some reason you didn't install it via port? Adding a load statement to /boot/loader.conf shouldn't be necessary because it will put a startup script under /usr/local/etc/rc.d to get the device configured at boot. I notice you are using: > set device /dev/cual1 Shouldn't that be /dev/cual0 instead?? That is what it has always been for me. If you aren't sure this should get the correct device for you: ls /dev/cual* For me that outputs: /dev/cual0 /dev/cuala0 /dev/cuall0 Also, check your dmesg statent like this for the device: demsg | grep ltmdm You should see something like: ltmdm0: <Lucent Winmodem> port 0xe800-0xe8ff,0xecb8-0xecbf mem 0xf8ffec00-0xf8ffecff irq 10 at device 8.0 on pci8 ltmdm0: type Virtual 16550A This software has worked for me under every revision of FreeBSD I've tried to use it under. I'm currently running 4.9-RELEASE and 5.2.1-RELEASE using the modem with no issues. Good luck! Sean _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"