What is the rationale behind setting pccom2 to be at irq 5 in the standard
kernel?
Correct me if I'm wrong, but isn't the standard x86 way of doing things to
have the third serial port be at IRQ 4?
Correct me if I'm wrong, but isn't the standard x86 way of doing things to
have the third serial port be at IRQ 4?
No.Quote:> Correct me if I'm wrong, but isn't the standard x86 way of doing things to
> have the third serial port be at IRQ 4?
The next part is confusing.
You are not expected to understand this.[0]
The `standard' (original ibm, whatever) way is:
com 1 irq 4
com 2 irq 3
com 3 irq 4
com 4 irq 3
But since doubly used irqs (not counting multiple serial boards using
one irq per board, not port) cause problems, the `standard' way to
work around that is assign com 3 and 4 irqs 5 and 2/9. irq 5 is 2nd lpt,
too, and 2(remap to 9) is cascade and 2(remap back from 9) is also vga,
if in use. Because those can get used in Other Ways, too, (think sound
card) they tend to get replaced by yet something else.
Bottom line: In effect, after com 2 irqs are all non standard enough to
never know for sure just what they will be on any random system.
[0] Couldn't resist.
--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
I have the nagging feeling that my mouse, as a serial device, needs to be
configured at tty0? or cua0?, but I don't know enought about it. I read the
man pages and consulted the Unix System Administration Handbook, but
couldn't get the mouse to work. Any ideas?
Ivaylo
> It just might be configured for irq 5, _if_ it is there. OTOH, you can
> always change its irq at boot time, if you need it for your installation.
> > Correct me if I'm wrong, but isn't the standard x86 way of doing things
to
> > have the third serial port be at IRQ 4?
> No.
> The next part is confusing.
> You are not expected to understand this.[0]
> The `standard' (original ibm, whatever) way is:
> com 1 irq 4
> com 2 irq 3
> com 3 irq 4
> com 4 irq 3
> But since doubly used irqs (not counting multiple serial boards using
> one irq per board, not port) cause problems, the `standard' way to
> work around that is assign com 3 and 4 irqs 5 and 2/9. irq 5 is 2nd lpt,
> too, and 2(remap to 9) is cascade and 2(remap back from 9) is also vga,
> if in use. Because those can get used in Other Ways, too, (think sound
> card) they tend to get replaced by yet something else.
> Bottom line: In effect, after com 2 irqs are all non standard enough to
> never know for sure just what they will be on any random system.
> [0] Couldn't resist.
> --
> j p d (at) d s b (dot) t u d e l f t (dot) n l .
That's probably not a good idea. I think the lms driver is meant for aQuote:> Now, under
> Windows, my mouse is recognized as connected on COM1, IRQ 4. Originally,
> when I installed openBSD, the system would not find the mouse at all. It
> would load the pccom0 driver on Port 0x3f8, Irq 4 and the mouse drivers
> (lms, mms) would probe Port 0x23e, Irq 5 (or something like that, excuse my
> ignorance). Now, I recompiled the kernel, commenting out the pccom0 device,
> and modifying the lms driver to look at Port 0x3f8, Irq 4. It appeared to
> work.
You didn't tell use how you tried configuring X.Quote:> The lms driver loaded and wsmouse attached to lms. Now, the problem
> is that no matter how I configure X, my mouse would not move (the pointer
> sits right in the center of the screen and it's well... quite dead)
You almost certainly want pccom in your kernel. What you did kinda/sortaQuote:> I have the nagging feeling that my mouse, as a serial device, needs to be
> configured at tty0? or cua0?, but I don't know enought about it.
--
Ted, toll collector of the information superhighway
> > JPD, you seem to know a lot about pccom/com, so perhaps you would like
to
> > help me. I am running openBSD 3.0 and XFree86 4.1.0. Can't get my
mouse
> > configured appropriately. It's a serial, Logitech, MouseMan, 3 button,
> > mouse and it is connected to my Matrox Millenium II video card.
> It's not possible for your mouse to be connected to the Matrox. but
> otherwise:
Exactly. I now it is not a good idea, but I don't know any better. IQuote:> > Now, under
> > Windows, my mouse is recognized as connected on COM1, IRQ 4.
Originally,
> > when I installed openBSD, the system would not find the mouse at all.
It
> > would load the pccom0 driver on Port 0x3f8, Irq 4 and the mouse drivers
> > (lms, mms) would probe Port 0x23e, Irq 5 (or something like that, excuse
my
> > ignorance). Now, I recompiled the kernel, commenting out the pccom0
device,
> > and modifying the lms driver to look at Port 0x3f8, Irq 4. It appeared
to
> > work.
> That's probably not a good idea. I think the lms driver is meant for a
> special addon card, not a serial mouse. If it's a serial mouse, or in
> fact a computer new enough to have Millenium2, it's not a true bus mouse.
I tried to configure XFree86Config to use the following protocols andQuote:> > The lms driver loaded and wsmouse attached to lms. Now, the problem
> > is that no matter how I configure X, my mouse would not move (the
pointer
> > sits right in the center of the screen and it's well... quite dead)
> You didn't tell use how you tried configuring X.
Using xmseconfig I also tried /dev/tty00 and /dev/cua00, but the mouse would
not start moving, so I assumed it is wrong. A rushed decision, I suppose.
I should have applied the setting and rebooted. But it was very late
night... so... [sigh]
That's it, but are you saying I should use my original kernel configurationQuote:> > I have the nagging feeling that my mouse, as a serial device, needs to
be
> > configured at tty0? or cua0?, but I don't know enought about it.
> You almost certainly want pccom in your kernel. What you did kinda/sorta
> worked, but it's probably not "right". I use /dev/tty0 for a serial
> mouse, though /dev/cua0 might work too.
Thanks for all your help, it's good to have someone confirm your insanity.
Ivaylo
Quote:> --
> Ted, toll collector of the information superhighway
/etc/XF86Config right?Quote:> I tried to configure XFree86Config to use the following protocols and
Of these, only the last would work. Do you have console mouse working?Quote:> devices:
> "Intellimouse", /dev/wsmouse0
> "MouseMan", /dev/wsmouse0
> "Auto", /dev/wsmouse0
> "wsmouse", /dev/wsmouse0
Boot the generic kernel, but do not start wsmoused, or kill if it hasQuote:> Using xmseconfig I also tried /dev/tty00 and /dev/cua00, but the mouse would
> not start moving, so I assumed it is wrong. A rushed decision, I suppose.
> I should have applied the setting and rebooted. But it was very late
> night... so... [sigh]
--
Ted, toll collector of the information superhighway
> > Exactly. I now it is not a good idea, but I don't know any better. I
> > bought myself the UNIX System Administration Handbook, and I am filling
the
> > gaps. But it does not tell me how to configure my mouse device in the
> > kernel to map to COM1, IRQ 4. I don't even know if there is a driver
for my
> > serial mouse at all. I mean, the man pages for mms and lms say bus
mouse,
> > and I assumed it meant serial bus mouse. Am I wrong?
> You're confused as to what driver you want, and where it is. There are
> no mouse drivers in the kernel. The lms driver is more of an interface
> that another driver can use to talk to the mouse. Leave the kernel alone.
> A bus mouse is rather old. It was a mouse that attached to a special
> card, that only worked with that mouse. If Windows used it attached to
> com1, you have a serial mouse, not a bus mouse.
> > I tried to configure XFree86Config to use the following protocols and
> /etc/XF86Config right?
> > devices:
> > "Intellimouse", /dev/wsmouse0
> > "MouseMan", /dev/wsmouse0
> > "Auto", /dev/wsmouse0
> > "wsmouse", /dev/wsmouse0
> Of these, only the last would work. Do you have console mouse working?
> > Using xmseconfig I also tried /dev/tty00 and /dev/cua00, but the mouse
would
> > not start moving, so I assumed it is wrong. A rushed decision, I
suppose.
> > I should have applied the setting and rebooted. But it was very late
> > night... so... [sigh]
> Boot the generic kernel, but do not start wsmoused, or kill if it has
> already started. Then try /dev/tty0 and protocol microsoft. Next
> protocol logitech.
Ivaylo
This simply does not compute here.Quote:> I am running openBSD 3.0 and XFree86 4.1.0. Can't get my mouse
> configured appropriately. It's a serial, Logitech, MouseMan, 3 button,
> mouse and it is connected to my Matrox Millenium II video card.
Could be some emulation driver. Please check.Quote:> Now, under
> Windows, my mouse is recognized as connected on COM1, IRQ 4.
OpenBSD doesn't find serial mice. It only finds serial ports.Quote:> Originally,
> when I installed openBSD, the system would not find the mouse at all.
Sounds pretty important detail. Maybe go back and check?Quote:> It
> would load the pccom0 driver on Port 0x3f8, Irq 4 and the mouse drivers
> (lms, mms) would probe Port 0x23e, Irq 5 (or something like that, excuse my
> ignorance).
ObOtherpost already pointed out lms and mms only are interfaces that
check if the interface hardware is there. Doesn't mean they actually
check for mice, too.
Then it doesn't work, no?Quote:> Now, I recompiled the kernel, commenting out the pccom0 device,
> and modifying the lms driver to look at Port 0x3f8, Irq 4. It appeared to
> work. The lms driver loaded and wsmouse attached to lms. Now, the problem
> is that no matter how I configure X, my mouse would not move (the pointer
> sits right in the center of the screen and it's well... quite dead)
Check what plug is at the end of your mouse and where it plugs into, exactly?Quote:> I have the nagging feeling that my mouse, as a serial device, needs to be
> configured at tty0? or cua0?, but I don't know enought about it. I read the
> man pages and consulted the Unix System Administration Handbook, but
> couldn't get the mouse to work. Any ideas?
[snip old message. you could've done that, too, you know]
--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
Hi,
I am using Sun O.S. 4.1.1
I use screen to open multiple windows on my vt100 terminal. This
morning, when I tried to set up an alarm for myself using 'leave', I
got the following error message :
Script started on Thu Jun 4 10:00:01 1992
%>leave 1010
leave: You are not logged in
script done on Thu Jun 4 10:00:13 1992
Why am I not logged in ? Is this a bug in screen ?
Thanx in advance.
Cheers,
--
2. patch number of CDA diskettes
3. Why I am getting two IP addresses when I connect to my work through VPN
4. Mounting FAT32 (Win98) drives
7. DAMN: Why am I getting the message over and over again?
8. NetWare Gateway print problem
9. Why am I getting extra bytes?
10. Why am I not getting the right port number?
11. Why Wont X Run Unless I am Root?
13. Why am I loosing the macros??