According to Ricardo Denis: While burning my CPU.
> 
> 
> hola amigos,
> 
> i have a strange problem. my modem won't work (doesn't
> transmit/recieve any packets or write any output to the screen) unless
> i constantly wiggle the mouse. as soon as i stop moving the mouse the
> modem stops working and it starts working again fine just as soon as i
> start moving the mouse again. the mouse (Logictech/serial) is on
> /dev/ttyS0 and IRQ 4 and the modem (Motorola Surfer/internal w/ the
> Rockwell chipset) is on /dev/ttyS2 IRQ 4. however, if i put the modem
> on /dev/ttyS1 IRQ 3 or /dev/ttyS3 IRQ 3 the problem still shows so i
> guess it is not IRQ related, right? has this happened to anybody here
> and could you suggest a solution please? thanks for any help.

That sounds very wierd indeed, it *must* be one of severeal factors.

1) You have a problem with the seriel card.
2) setserial is setting up the devices incorrectly.
3) You have symbolic links in you /dev directory configured improperly.

With setserial you can check the I/O and IRQ of every seriel port.

setserial /dev/ttyS0 should show;

/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4

Which is a standard configured port.
In the /dev/ directory there would be a link to whatever device is used, ie
i have my seriel mouse on ttyS0.

ls -al /dev/mouse shows;

/dev/mouse -> ttyS0

I do not have a modem on ttyS1 however you should see a link for example;
ls -al /dev/modem should show;

/dev/modem -> ttyS1

Check also that the mouse is being started correctly, on my Slackware system
GPM is started with 'gpm -m /dev/mouse -tmsc' once again if you have a
misconfiguration in the /dev directory that could cause wierd things to
happen, i have NOT tryed to simulate your problem however to backup my
thoerys, however from all the information above you should be able to solve
the problem yourself.

It seems you "definatly have a IRQ conflicht".

> 
> -- rick
> 
> ps the computer is a pentium 120 mhz w/ 24 mb ram and the distribution
> is SuSE 5.3. YaST has been used to configure everything.
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to