Alan Cox wrote:

> The uart is almost certainly faked by the windows driver. You could try
> pointing setserial at the I/O address in PCI space (ie 0xE800 irq 10) but
> I'd be suprised if it worked

I tried this and obtained no result at all. setserial cannont autodetect the
uart, and even if i specified the uart manually it still didn't have any
result. (i am testing the modem using minicom)

After examining more carefully the windows95 setting it turned up that the
modem (thinks?) is using com2, but the other device, called 'modem
enumerator'  is probably what linux is seeing at 0xe800/10 (because it is
using exactly these settings in windows95).

does anyone know what exactly *is* this modem that i have? It shouldn't be
one of the software modems - is it possible that it is a hardware modem but
the serial port is software generated? is there any way to get a software
serial driver in this case?

John Summerfield wrote:

> What does isapnptools say about it?
>

not surprisingly ;) isapnp just doesn't find anything

> Note; this is (to me) one of the less clear Linux utilities; I can't help
> with its use or interpretation of its results. However, perhaps some
> others can help get your modem configured to where Linux can find it.

here is some more information from /proc about my current configuration
-----------
setserial -g gives: (unless i specify the uart myself)
/dev/modem, UART: unknown, Port: 0xe800, IRQ: 10, Flags: spd_vhi


/proc/interrupts        (IRQ 10 doesnt seem to be occupied?!?)
           CPU0
  0:     346511          XT-PIC  timer
  1:       2332          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  4:          1          XT-PIC  serial
  5:          1          XT-PIC  soundblaster
  8:          2          XT-PIC  rtc
 13:          1          XT-PIC  fpu
 14:       3247          XT-PIC  ide0
 15:          2          XT-PIC  ide1
NMI:          0

/proc/ioports (again no mention of 0xe800)
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0220-022f : soundblaster
0376-0376 : ide1
0388-038b : Yamaha OPL3
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(auto)
e000-e007 : ide0
e008-e00f : ide1

/proc/pci (for some reason the irq in use is now 3 - probably because i'm
using a ps/2 mouse now instead of a serial one)
    Communication controller: Unknown vendor Unknown device (rev 8).
      Vendor id=14f1. Device id=1034.
      Medium devsel.  Fast back-to-back capable.  IRQ 3.  Master Capable.
Latency=248.
      Non-prefetchable 32 bit memory at 0xee000000 [0xee000000].
      I/O at 0xe800 [0xe801].


-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to