Just to clarify issues 1) loading agrmodem is typically trouble free 2) loading agrserial dynamically creates /dev/ttyAGS3 (so terribly named by Agere) 3) the scripts provided by my agrsm-tools package a) preload agrmodem, upon $ sudo modprobe agrserial b) create the /dev/ttySAGR --> /dev/ttyAGS3 symbolic link, for later use in the wvdialconf test. It is when modem port usage is actually begun, for example by wvdialconf, that some systems have a conflict. This seems to be happening on Ian's system, as all the /dev/ttySn (n a number) are first queried. /dev/ttySAGR would be next in line, and than is when the hang seems to occur. Certain doing Jacques suggested test with the /devttyS16 --> /dev/ttyAGS3 symbolic link is worthwhile, though I expect this is Resource Conflict case that is difficult to resolve, MarvS On Mon, Aug 29, 2011 at 9:44 AM, Jacques Goldberg <Jacques.Goldberg@xxxxxxx> wrote: > Ian, > > I am getting old. I just suddenly remember that I got mad, long ago, trying > to help somebody, with wvdialconf hanging up on my own computer with no > modem installed. I got rid of the problem using an older version of > wvdialconf. The difference was that the older would only scan /dev/ttyS* > addresses while the newer one also looked for USB, ACM, ISDN and perhaps > other devices. > Remembering that, I just downloaded the source code for wvdialconf. > Analyzing it I already have three trivial questions to ask you, please > forgive me for such stupid questions: > 1-Which version are you using? The command wvdialconf --version > gives the answer > 2-When the computer hangs, just where you at least tried to give a carriage > return, have you tried to give CTRL C (that is hit C while holding down > the CTRL key)? > 3-This one comes from an other user: have you tried to wait, doing nothing > after having started wvdialconf , for at least one timed minute, a feeling > of the time elapsed is not enough, just to make sure that it does not come > back to life without intervention? That user had observed that the additions > beyond the basic /dev/ttyS* pattern cause wvdialconf to silently work for > quite a bit of time before reporting null results. > > From the photo there is something puzzling. It shows a device named > /dev/ttyAGS3 (yellow), probably created when loading the driver, linked to > an object /dev/ttySAGR for the obvious and unique purpose of respecting the > old convention of naming serial ports according to > /dev/ttyS<something> . If my hint that wvdialconf hangs AFTER having > completed scanning for /dev/ttyS* , and therefore having failed to find > /dev/ttySAGR, I can see at least two reasons: the driver does not correctly > create /dev/ttyAGS3 , or, the version of wvdialconf which you use insists > that /dev/ttyS<something> requires a number withing some range for > <something>. > > Elder readers who remember the early days of the Lucent driver LTMODEM > from which is some way your driver is derived will understand why in your > place I would give this a try: > Once only, sudo ln -sf /dev/ttyAGS3 /dev/ttyS16 > S16 exists and is never used, so choose S16 and link with a force (the f > in -sf) to override its current definition > Try wvdialconf again to see if before hanging (or not) it will find your > modem as /dev/ttyS16 or not. > > Jacques > > > On 08/29/2011 11:35 AM, Ian Smith wrote > > Marvin, > > Up to the wvdialconf command, the text below was from the console - > after the wvdialconf command, the laptop froze - and I hav >