Just thought about.. is ppp_asynch module loaded?
As root, type: lsmod
budman
Main Topics
Browse All TopicsHi
I have an Ibm thinkpad, and am trying to make my internal modem work. The proper driver for the modem is ltmodem-kv_2.4.18_18.8.0-8
My kernel was 2.4.18-14 and I upgraded to the latest kernel 2.4.18-18.8.0. I installed the rpm package for the modem, but "kppp" is returning the error "sorry, can't open modem".
I have had the modem working before under the above kernel, but I recently had to re-install redhat version 8. For the record, when I did the upgrade of the new kernel, I didn't do it via the "up2date" utility, but instead downloaded the rpm package and installed it. But after I did that, I only got the option of booting into the new kernel, unlike when I did it the first time via "up2date", the system kept my old kernel version.
Right now, I need to know how I can get this modem up and working again. any help will be appreciated.
Bernard
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: budman85Posted on 2003-01-07 at 20:06:27ID: 7683313
Hi,
Verify that the /dev/modem link still exists.
(Some apps default to /dev/modem)
ls -l /dev/modem
It should be pointing to a ttySx device:
/dev/ttyS0 - com1
/dev/ttyS1 - com2
Sometimes:
/dev/ttyS00 - com1
Try using minicom to see if you can initialize the modem.
Internal modems are sometimes a bit trickier to get working, mainly because of the IRQ conflicts.
Enter cat /proc/interrupts
See which IRQ the modem is using (3 or 4).
Hmm.. I remeber a friend that had to disable COM2 in his CMOS to get an Internal Modem to work, otherwise they conflict. Although the Internal modems mask IRQ 4 with COM1/3 and IRQ 3 with COM 2/4, it doesn't mean you have 4 usable COM ports,because once the modem goes high, it takes over that port, anything else on it will freeze.
If you can access the modem via minicom, check the pppd options for which modem you are trying to use.
budman