Re: no serial port: "configured irq 3 not in bitmap of probed irqs"

2006-10-05 Thread cifra747

Dear Peter,

I had the same problem. COM1 is not connected on the mainboard only the COM2
so you have to use the 2F8 and IRQ3 in BIOS settings.

The you have to see:

sio0: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 flags 0x10 on
acpi0
sio0: type 16550A 

If you "...not in bitmap of probed irqs..." it will NOT work.

Best regards,
Andre van Amerongen





Peter Matulis wrote:
> 
> I cannot get FreeBSD 6.0 to recognize my serial port.  I am using the
> ASUS K8V-X SE motherboard[1].  It only has serial port but dmesg
> suggests there are two:
> 
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: port may not be enabled
> sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
> acpi0
> sio0: type 16550A
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled
> 
> 
> 
> In the end I have no port:
> 
> $ ls -lh /dev/cua*
> crw-rw  1 uucp  dialer0,  42 Mar 13 03:59 /dev/cuad0
> crw-rw  1 uucp  dialer0,  43 Mar 13 03:59 /dev/cuad0.init
> crw-rw  1 uucp  dialer0,  44 Mar 13 03:59 /dev/cuad0.lock
> 
> I have searched around and found similar problems but no solution is
> apparent.  Any suggestions?
> 
> [1]
> http://www.asus.com/products4.aspx?modelmenu=2&model=790&l1=3&l2=14&l3=0
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
> 

-- 
View this message in context: 
http://www.nabble.com/no-serial-port%3A-%22configured-irq-3-not-in-bitmap-of-probed-irqs%22-tf1273981.html#a6667307
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: no serial port: "configured irq 3 not in bitmap of probed irqs"

2006-03-14 Thread Jack Stone





From: Gardner Bell <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
CC: freebsd-questions@freebsd.org
Subject: Re: no serial port: "configured irq 3 not in bitmap of probed 
irqs"

Date: Tue, 14 Mar 2006 19:05:21 -0500 (EST)

--- Jack Stone wrote:
> >--- Erik Trulsson <[EMAIL PROTECTED]> wrote:
> >
> I'm having the same problem with new SATA Abit MBs. No matter what I
> do to
> tweak the BIOS, I get your identical message. There is no active
> serial
> port, even though I added a serial port card.
>
> Really need it too as my APC UPSes need that serial port.
>
> I've seen this problem posted before and wonder if anyone finally
> found a
> solution?
>
> Regards,
> Jack
>

I ran into this message the other day after recompiling my kernel
without "device atpic".  Try adding that to your kernel configuration
file to see if it solves your problems.

Gardner Bell


Yeah, already have that device in the kernel...

Thanks, tho.

Jack

_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: no serial port: "configured irq 3 not in bitmap of probed irqs"

2006-03-14 Thread Gardner Bell
--- Jack Stone wrote:
> >--- Erik Trulsson <[EMAIL PROTECTED]> wrote:
> >
> > > On Mon, Mar 13, 2006 at 01:15:57PM -0500, Peter wrote:
> > > > I cannot get FreeBSD 6.0 to recognize my serial port.  I am
> using
> > > the
> > > > ASUS K8V-X SE motherboard[1].  It only has serial port but
> dmesg
> > > > suggests there are two:
> > > >
> > > > sio0: configured irq 4 not in bitmap of probed irqs 0
> > > > sio0: port may not be enabled
> > > > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags
> > > 0x10 on
> > > > acpi0
> > > > sio0: type 16550A
> > > > sio1: configured irq 3 not in bitmap of probed irqs 0
> > > > sio1: port may not be enabled
> > >
> > > It looks like FreeBSD found one serial port (si0) and looked for
> > > another
> > > (sio1) but didn't find it (which is not surprising if it is not
> > > there).
> > >
> > > >
> > > > In the end I have no port:
> > > >
> > > > $ ls -lh /dev/cua*
> > > > crw-rw  1 uucp  dialer0,  42 Mar 13 03:59 /dev/cuad0
> > > > crw-rw  1 uucp  dialer0,  43 Mar 13 03:59
> /dev/cuad0.init
> > > > crw-rw  1 uucp  dialer0,  44 Mar 13 03:59
> /dev/cuad0.lock
> > >
> > > And one port (the one detected as sio0) appears in /dev also
> > > according to
> > > the above.
> > >
> > > There is one serial port and FreeBSD finds it.
> > >
> > > I don't see the problem.
> >
> >Ok thank you.  My conclusion was based on the combination of the
> >error-like messages ("port may not be enabled") and my experience
> with
> >FreeBSD (that it assigns /dev/cuaa{0,1} to its serial devices).
> >
> 
> I'm having the same problem with new SATA Abit MBs. No matter what I
> do to 
> tweak the BIOS, I get your identical message. There is no active
> serial 
> port, even though I added a serial port card.
> 
> Really need it too as my APC UPSes need that serial port.
> 
> I've seen this problem posted before and wonder if anyone finally
> found a 
> solution?
> 
> Regards,
> Jack
> 

I ran into this message the other day after recompiling my kernel
without "device atpic".  Try adding that to your kernel configuration
file to see if it solves your problems.

Gardner Bell
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: no serial port: "configured irq 3 not in bitmap of probed irqs"

2006-03-14 Thread Jack Stone

From: Peter <[EMAIL PROTECTED]>
To: Erik Trulsson <[EMAIL PROTECTED]>
CC: freebsd-questions 
Subject: Re: no serial port: "configured irq 3 not in bitmap of probed 
irqs"

Date: Mon, 13 Mar 2006 14:21:28 -0500 (EST)


--- Erik Trulsson <[EMAIL PROTECTED]> wrote:

> On Mon, Mar 13, 2006 at 01:15:57PM -0500, Peter wrote:
> > I cannot get FreeBSD 6.0 to recognize my serial port.  I am using
> the
> > ASUS K8V-X SE motherboard[1].  It only has serial port but dmesg
> > suggests there are two:
> >
> > sio0: configured irq 4 not in bitmap of probed irqs 0
> > sio0: port may not be enabled
> > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags
> 0x10 on
> > acpi0
> > sio0: type 16550A
> > sio1: configured irq 3 not in bitmap of probed irqs 0
> > sio1: port may not be enabled
>
> It looks like FreeBSD found one serial port (si0) and looked for
> another
> (sio1) but didn't find it (which is not surprising if it is not
> there).
>
> >
> > In the end I have no port:
> >
> > $ ls -lh /dev/cua*
> > crw-rw  1 uucp  dialer0,  42 Mar 13 03:59 /dev/cuad0
> > crw-rw  1 uucp  dialer0,  43 Mar 13 03:59 /dev/cuad0.init
> > crw-rw  1 uucp  dialer0,  44 Mar 13 03:59 /dev/cuad0.lock
>
> And one port (the one detected as sio0) appears in /dev also
> according to
> the above.
>
> There is one serial port and FreeBSD finds it.
>
> I don't see the problem.

Ok thank you.  My conclusion was based on the combination of the
error-like messages ("port may not be enabled") and my experience with
FreeBSD (that it assigns /dev/cuaa{0,1} to its serial devices).



I'm having the same problem with new SATA Abit MBs. No matter what I do to 
tweak the BIOS, I get your identical message. There is no active serial 
port, even though I added a serial port card.


Really need it too as my APC UPSes need that serial port.

I've seen this problem posted before and wonder if anyone finally found a 
solution?


Regards,
Jack

_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


no serial port: "configured irq 3 not in bitmap of probed irqs"

2006-03-13 Thread Peter
I cannot get FreeBSD 6.0 to recognize my serial port.  I am using the
ASUS K8V-X SE motherboard[1].  It only has serial port but dmesg
suggests there are two:

sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
acpi0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled

In the end I have no port:

$ ls -lh /dev/cua*
crw-rw  1 uucp  dialer0,  42 Mar 13 03:59 /dev/cuad0
crw-rw  1 uucp  dialer0,  43 Mar 13 03:59 /dev/cuad0.init
crw-rw  1 uucp  dialer0,  44 Mar 13 03:59 /dev/cuad0.lock

I have searched around and found similar problems but no solution is
apparent.  Any suggestions?

[1] http://www.asus.com/products4.aspx?modelmenu=2&model=790&l1=3&l2=14&l3=0

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: no serial port: "configured irq 3 not in bitmap of probed irqs"

2006-03-13 Thread Peter

--- Erik Trulsson <[EMAIL PROTECTED]> wrote:

> On Mon, Mar 13, 2006 at 01:15:57PM -0500, Peter wrote:
> > I cannot get FreeBSD 6.0 to recognize my serial port.  I am using
> the
> > ASUS K8V-X SE motherboard[1].  It only has serial port but dmesg
> > suggests there are two:
> > 
> > sio0: configured irq 4 not in bitmap of probed irqs 0
> > sio0: port may not be enabled
> > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags
> 0x10 on
> > acpi0
> > sio0: type 16550A
> > sio1: configured irq 3 not in bitmap of probed irqs 0
> > sio1: port may not be enabled
> 
> It looks like FreeBSD found one serial port (si0) and looked for
> another
> (sio1) but didn't find it (which is not surprising if it is not
> there). 
> 
> > 
> > In the end I have no port:
> > 
> > $ ls -lh /dev/cua*
> > crw-rw  1 uucp  dialer0,  42 Mar 13 03:59 /dev/cuad0
> > crw-rw  1 uucp  dialer0,  43 Mar 13 03:59 /dev/cuad0.init
> > crw-rw  1 uucp  dialer0,  44 Mar 13 03:59 /dev/cuad0.lock
> 
> And one port (the one detected as sio0) appears in /dev also
> according to
> the above.
> 
> There is one serial port and FreeBSD finds it.
> 
> I don't see the problem.

Ok thank you.  My conclusion was based on the combination of the
error-like messages ("port may not be enabled") and my experience with
FreeBSD (that it assigns /dev/cuaa{0,1} to its serial devices).

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: no serial port: "configured irq 3 not in bitmap of probed irqs"

2006-03-13 Thread Erik Trulsson
On Mon, Mar 13, 2006 at 01:15:57PM -0500, Peter wrote:
> I cannot get FreeBSD 6.0 to recognize my serial port.  I am using the
> ASUS K8V-X SE motherboard[1].  It only has serial port but dmesg
> suggests there are two:
> 
> sio0: configured irq 4 not in bitmap of probed irqs 0
> sio0: port may not be enabled
> sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
> acpi0
> sio0: type 16550A
> sio1: configured irq 3 not in bitmap of probed irqs 0
> sio1: port may not be enabled

It looks like FreeBSD found one serial port (si0) and looked for another
(sio1) but didn't find it (which is not surprising if it is not there). 

> 
> In the end I have no port:
> 
> $ ls -lh /dev/cua*
> crw-rw  1 uucp  dialer0,  42 Mar 13 03:59 /dev/cuad0
> crw-rw  1 uucp  dialer0,  43 Mar 13 03:59 /dev/cuad0.init
> crw-rw  1 uucp  dialer0,  44 Mar 13 03:59 /dev/cuad0.lock

And one port (the one detected as sio0) appears in /dev also according to
the above.

There is one serial port and FreeBSD finds it.

I don't see the problem.

> 
> I have searched around and found similar problems but no solution is
> apparent.  Any suggestions?
> 
> [1] http://www.asus.com/products4.aspx?modelmenu=2&model=790&l1=3&l2=14&l3=0

-- 

Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"