Link to home
Start Free TrialLog in
Avatar of wilch101
wilch101

asked on

Linux won't recognize my modem

I just installed a new creative labs modem blaster in my machine.  when I attempted to query the modem in KPPP, I get the message:

Sorry, modem busy.

This modem is not a winmodem.

Any suggestions?
Avatar of jlevie
jlevie

Are you talking about the "Modem Blaster Flash 56II" or one of the others? If it's the 56II, when you installed it what IRQ & IO did you use, and is it conflicting with an on-board serial port?
ASKER CERTIFIED SOLUTION
Avatar of Ted22
Ted22

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Man, I'm sorry to tell you any Creative Labs modem is definitelly a winmodem. Unless you've got a rare hybrid model.
Oh, I almost forgot... kppp is not a good software for testing your modem. Use minicom, as it's the best terminal software there is. Just type minicom -s /dev/modem. Make sure the /dev/modem link was set correctly, aswell...
wilch101,
1. From the control panel use the network configurator (icon with several pc's networked together) to create an ppp interface (i.e. ppp0). (Be sure the Line speed is correct and the Modem Port option is set to the correct device (i.e. /dev/modem or /dev/ttyS0). If you are not sure where your modem is you can use the command statserial at the command prompt.  You can use modemtool to link the ttyS# to the modem device). Under the 'Communications' section fill in init string of ATZ, Dial command of ATDT and then a phone number.
2. At an terminal window type /sbin/ifup ppp0   (or ppp# whatever you interface number is).  You should hear the modem pickup.  If not then look in /var/log/messages file for clues.
Hope this helps.
Avatar of wilch101

ASKER

Ted22's comment answer helped.  My bios would not automatically set it up, but using his method, I was able to manually enter the settings into the rc.local file.