









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] 2.6 kernel upgrade - modem problem, USB problem, mouse problem
On Fri, 2004-04-02 at 13:03, Mars DeLapp wrote:
> I used lspci -vv to get the info on the modem. setserial showed the modem's port
> and irq at ttyS14 except the uart value was blank. So I used setserial to set
> the uart. I tried to use setserial to set it up on ttyS4 but that did not work.
> It would not change the port number.
>
> Below is copied from my troubleshooting session.
> ...
> comp008:~# setserial /dev/ttyS4 IRQ 22
> comp008:~# setserial /dev/ttyS4 port 0xdc00
> comp008:~# setserial /dev/ttyS4
> /dev/ttyS4, UART: 16550A, Port: 0x01a0, IRQ: 22, Flags: Fourport
> comp008:~# setserial /dev/ttyS4 Port 0xdc00
> comp008:~# setserial /dev/ttyS4
> /dev/ttyS4, UART: 16550A, Port: 0x01a0, IRQ: 22, Flags: Fourport
AFAIK it should all be done in one line:
# setserial /dev/ttyS4 irq 22 port 0xdc00 uart 16550a ^fourport
(irq and port come from *pci output, uart 16550a because that's right
for a hardware PCI modem.)
Sorry, I forgot about the ^fourport -- I had to do that for it to work
under similar conditions (similar but different -- similar enough, I
hope).
|
|