Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have an external 56k swann speed demon connected to ttyS1. When I open minicom, the modem initialises (and the appropriate lights flash on the modem), but nothing will happen from there. It won't even echo back what I type in, even if I wait for ages. Similarly, when I attempt to dialup using KPPP it just sits there "Expecting: OK".
I am using a fresh installation of Mandrake 9.1. The modem worked without hassles on Mandrake 9.0.
# lsof /dev/ttyS*
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
X 1527 root 7u CHR 4,64 414 /dev/tts/0
kppp 2908 joe 11u CHR 4,65 417 /dev/tts/1
kppp 2909 root 3u CHR 4,65 417 /dev/tts/1
# cat /proc/interrupts
...
3: 22 XT-PIC serial
...
# statserial
Signal Pin Pin Direction Status Full
Name (25) (9) (computer) Name
----- --- --- --------- ------ -----
FG 1 - - - Frame Ground
TxD 2 3 out - Transmit Data
RxD 3 2 in - Receive Data
RTS 4 7 out 1 Request To Send
CTS 5 8 in 0 Clear To Send
DSR 6 6 in 0 Data Set Ready
GND 7 5 - - Signal Ground
DCD 8 1 in 0 Data Carrier Detect
DTR 20 4 out 1 Data Terminal Ready
RI 22 9 in 0 Ring Indicator
It seems to query the modem properly, but all the messages are just empty. With everything I do, it's as though data can be sent to the modem, but none is ever received.
Originally posted by lachlan You could try running, dmesg with your modem switched on,it just might give you a different location than what you have set up in setseial.
Hi all,
I'm having the same problem with my internal modem while using KPPP.
The "Initializing modem..." is displayed and Login Script Debug Window shows nothing while Expecting: ok is displayed at the botton.
I have a USR5686 E Serial modem located on ttyS0 this is not a win modem. KPPP will not detect the modem unless i create a soft link to /dev/modem. Once the link is created I can query my modem but nothing is returned. when i try to dial out the software says initializing modem and the log states waiting for OK.
I have run set serial command: setserial /dev/modem or setserial /dev/ttyS0 and setserial returns : Cannot get serial info:Invalid Argument
I have a A8V Asus Motherboard in the BIOS my serial port is assigned address 2E8/IRQ4.
The kernel version of Linux that I am using is 2.6.18-1.2798fc6xen Fedora Core 6
PPP Version ppp-2.4.4-1.fc6.i386.rpm
Also could you please include the file that i need to amend so that my /dev/modem soft link does not have to be recreated every time I reboot.
When I tried that command it said no such directory so I navigated my way as far as I could in the file system and made it to /proc/tty/driver/ in the driver directory there was one file rfcomm I opened it with emacs its empty. also in /proc/tty/ there is a file drivers and ldisc both are empty as well.
The only light that stays on is the CS led. Although it seems every time I Try and dial out or Query my modem from KPPP when i return to windows I have to reboot the modem to dial outfrom windows.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.