[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SOLVED] nic initialization
jmc wrote:
> the flags for pcibios are documented in the place where you would expect
> the flags for pcibios to be documented.
>
> in general,
>
> # man/apropos <insert thing i am interested in here>
>
> will get you somewhere.
>
> jmc
Thanks jmc and Nick ;-)
reading the man page for bios, I saw that it can also be tuned by flags,
so I tried 0x5 and it worked !
Now the modem is correctly identified as (I quote from dmesg):
....
pcic0 at isa0 port 0x3e0/2 iomem 0xd0000/65536
pcic0 controller 0: <Intel 82365SL rev 2> has sockets A and B
pcmcia0 at pcic0 controller 0 socket 0
pcmcia0: CIS version PC Card Standard 5.0
pcmcia0: CIS info: 3Com Megahertz, 3CXM756/3CCM756
pcmcia0: Manufacturer code 0x101, product 0x3f
pcmcia0: function 0: serial port, ccr addr 300 mask 17
pcmcia0: function 0, config table entry 32: I/O card; irq mask ffff;
iomask a, iospace 3f8-3ff; rdybsy_active io8 irqlevel powerdown audio
pcmcia0: function 0, config table entry 33: I/O card; irq mask ffff;
iomask a, iospace 2f8-2ff; rdybsy_active io8 irqlevel powerdown audio
pcmcia0: function 0, config table entry 34: I/O card; irq mask ffff;
iomask a, iospace 3e8-3ef; rdybsy_active io8 irqlevel powerdown audio
pcmcia0: function 0, config table entry 35: I/O card; irq mask ffff;
iomask a, iospace 2e8-2ef; rdybsy_active io8 irqlevel powerdown audio
pccom3 at pcmcia0 function 0 "3Com Megahertz, 3CXM756/3CCM756" port
0x3e8/8: irq 9: ns16550a, 16 byte fifo
pcmcia1 at pcic0 controller 0 socket 1
pcic0: irq 10, polling enabled
biomask c060 netmask c860 ttymask dee2
...
I don't know what the lines ending in "powerdown audio" mean...,
but now comes my next question :-\
What is the device file for accessing the pcmcia modem in question?
Is it something like /dev/cuaXX or /dev/ttyXX ? Because I tried minicom
with several of them (XX = 00, 01, 02) and didn't get any response.
(In linux it's /dev/ttyS2)