search for: 0x2f8

Displaying 20 results from an estimated 146 matches for "0x2f8".

Did you mean: 0x28
2015 Aug 05
3
EFI: HP + syslinux = crash
On 05-08-15 12:05, Gene Cumm wrote: > > I recompiled with this in mk/devel.mk <http://devel.mk>: > > GCCWARN += -DDEBUG_PORT=0x2f8 -DCORE_DEBUG=1 > > 0x2f8 is a BIOSism. Is this a problem? The example in the comments said 0x3f8 which is COM1.
2008 Sep 15
1
sio => uart: one port is gone
...le> at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 uart0: [FILTER] This is what I have in device.hints for uart: hint.uart.0.at="isa" hint.uart.0.port="0x3F8" hint.uart.0.flags="0x10" hint.uart.0.irq="4" hint.uart.1.at="isa" hint.uart.1.port="0x2F8" hint.uart.1.irq="3" hint.uart.2.at="isa" Precisely the same hints (s/uart/sio/) I had for sio. Please advise. -- Andriy Gapon
2009 Aug 06
2
IVT SCD serial port help
..., but none works. whereas I'm not sure if it is a cable problem. this is what dmesg says when booting (with 2 onboard ports). OS is Centos 5.3: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A 00:03: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 00:04: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A Linux helios 2.6.18-128.2.1.el5 #1 SMP Tue Jul 14 06:39:56 EDT 2009 i686 i686 i386 GNU/Linux - the dealer says its not a cable problem and handed me a digitus pci card with 2 seri...
2015 Aug 05
2
EFI: HP + syslinux = crash
On 05-08-15 15:28, Gene Cumm wrote: >>> 0x2f8 is a BIOSism. > >> Is this a problem? The example in the comments said 0x3f8 which is COM1. > > It means that a BIOS IO port for a UART won't work for EFI. No value > for DEBUG_PORT will do anything unless someone's got some translation > "glue" to take the a...
2015 Aug 05
2
EFI: HP + syslinux = crash
>>> > On 05-08-15 12:05, Gene Cumm wrote: >> >>? > I recompiled with this in mk/devel.mk <http://devel.mk>: >>? >? GCCWARN += -DDEBUG_PORT=0x2f8 -DCORE_DEBUG=1 >> >> 0x2f8 is a BIOSism. > Is this a problem? The example in the comments said 0x3f8 which is COM1. It means that a BIOS IO port for a UART won't work for EFI.? No value for DEBUG_PORT will do anything unless someone's got some translation "glu...
2009 Feb 25
1
7.1 reports serial ports disabled (but they work OK)
...port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A sio1: [FILTER] However the ports do work fine. I was under the impression that this test was bogus on !i386 and had be removed but I guess I'm wrong :) -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au...
2010 Jan 08
2
Serial port fun: CentOS 4.8 (32-bit) vs. CentOS 5.4 (64-bit)
...r: Lava Computer mfg Inc Quattro-PCI A 01:0a.1 Serial controller: Lava Computer mfg Inc Quattro-PCI B On the 32-bit system (2.6.9-89.0.18.EL.plus.c4 [i686]) dmesg says: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A ACPI: PCI Interrupt 0000:01:0a.0[A] -> GSI 16 (level, low) -> IRQ 233 ttyS4 at I/O 0xd080 (irq = 233) is a 16550A ttyS5 at I/O 0xd000 (irq = 233) is a 16550A ACPI: PCI Interrupt 0000:01:0a.1[A] -> GSI 16 (level, low) -> IRQ 233 ttyS6 at I/O 0xcc00 (irq = 233) is...
2015 Aug 04
8
EFI: HP + syslinux = crash
...o COM1 as I have to order some hardware for that, but this also works very well. A pity I didn't think of using it earlier. Still miss the printf output, though, so error messages from the shared code don't reach the user. I recompiled with this in mk/devel.mk: GCCWARN += -DDEBUG_PORT=0x2f8 -DCORE_DEBUG=1 And used ipmi_console to capture the output. Another way is to use the vsp command in the ILO4 shell. For future reference. > Any suggestions while I keep on debugging? Got some result! I was using 'vesamenu.c32' to display a menu. Changing this to 'menu.c32'...
2015 Aug 05
0
EFI: HP + syslinux = crash
On Aug 4, 2015 2:45 PM, "Oscar Roozen via Syslinux" <syslinux at zytor.com> wrote: > Still miss the printf output, though, so error messages from the shared code don't reach the user. > > I recompiled with this in mk/devel.mk: > GCCWARN += -DDEBUG_PORT=0x2f8 -DCORE_DEBUG=1 0x2f8 is a BIOSism. --Gene
2015 Aug 05
0
EFI: HP + syslinux = crash
On Wed, Aug 5, 2015 at 8:06 AM, Oscar Roozen <oscar.roozen at brightcomputing.com> wrote: > On 05-08-15 12:05, Gene Cumm wrote: >> >> > I recompiled with this in mk/devel.mk <http://devel.mk>: >> > GCCWARN += -DDEBUG_PORT=0x2f8 -DCORE_DEBUG=1 >> >> 0x2f8 is a BIOSism. > Is this a problem? The example in the comments said 0x3f8 which is COM1. It means that a BIOS IO port for a UART won't work for EFI. No value for DEBUG_PORT will do anything unless someone's got some translation "glue" t...
2003 Apr 15
0
NVIDIA driver / internal modem irq conflict
...09:30:27 chapel-hill /kernel: sio0: moving to sio2 Apr 14 09:30:27 chapel-hill /kernel: sio2: type 16550A Apr 14 09:30:27 chapel-hill /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 Apr 14 09:30:27 chapel-hill /kernel: sio0: type 16550A Apr 14 09:30:27 chapel-hill /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0 Apr 14 09:30:27 chapel-hill /kernel: sio1: type 16550A ========== Kernel probe info with NVIDIA (system locks up then modem accessed): Method: just let it boot and load the nvidia.ko module: Apr 14 09:32:26 chapel-hill /kernel: Preloaded elf module "agp.ko" at 0xc0...
2005 Aug 23
2
Using modem in DomU
...0_mem=64000 physdev_dom0_hide=''(00:2f.8)'' max_loop=32 module /boot/xen-linux-2.6.11.12-xen0.xen.kernel root=/dev/hda2 ro i used the entries from dmesg: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A my config looks like this: name ="debian-mail" kernel ="/boot/xen-linux-2.6.11.12-xen0.xen.kernel" root ="/dev/sda1" memory =128 disk = [''file:/mnt/vserver/images/mail.img,sda1,w'',''file:/mnt/vserver/images/swap.img,sd...
2006 May 15
2
NUT 2.0.3 ups.conf serial comms to an MGE Ellipse
...@ubuntu:~$ sudo cat /etc/nut/ups.conf [...] user = nut [mge] driver = mge-shut port = /dev/ttyS1 desc = "MGE Pulsar Ellipse UPS" jason@ubuntu:~$ dmesg | grep -i ttyS [42949378.240000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [42949378.240000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [42949378.250000] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [42949378.250000] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A I have also tried/used "port = /dev/ttyS0" in the ups.conf to make sure it's not just the wrong serial port I am selecting. jaso...
2006 Jan 20
7
Wine and Kaleidagraph
Hi. I am a recently debian user that don't know much about linux, but I work hard :). I was boring about MsWindows and I've decided to change, but I have to work with some Windows programs. Really I have a problem: I must use kaleidagraph in my work,I've seen that this program is available in the Programs database, so I've installed and upgraded my Wine. After that I have
2012 Aug 14
1
Problem with heaps of sleeping smb processes due to panic action
...#4 /usr/local/samba/lib/private/libsmbd_base.so(+0x129ea9) [0x7f37c4ac6ea9] #5 /usr/local/samba/lib/private/libsmbd_base.so(+0x12c769) [0x7f37c4ac9769] #6 /usr/local/samba/lib/private/libsmbd_base.so(+0x130045) [0x7f37c4acd045] #7 /usr/local/samba/lib/private/libsmbd_base.so(create_file_default+0x2f8) [0x7f37c4acdb7f] #8 /usr/local/samba/lib/private/libsmbd_base.so(+0x23f813) [0x7f37c4bdc813] #9 /usr/local/samba/lib/private/libsmbd_base.so(smb_vfs_call_create_file+0xcb) [0x7f37c4ad8fc8] #10 /usr/local/samba/lib/private/libsmbd_base.so(+0x1771b2) [0x7f37c4b141b2] #11 /usr/local/samba/lib/pri...
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
...ot-1.0.beta3/src/lib-charset/libcharset.a /root/luca/dovecot-1.0.beta3/src/lib/liblib.a -ldl libsieve/libsieve.a(script.o)(.text+0x2e4): In function `sieve_script_parse': /root/luca/dovecot-lda/src/libsieve/script.c:141: undefined reference to `yylineno' libsieve/libsieve.a(script.o)(.text +0x2f8):/root/luca/dovecot-lda/src/libsieve/script.c:141: undefined reference to `yylineno' libsieve/libsieve.a(sieve.o)(.text+0x1184): In function `sieveparse': /root/luca/dovecot-lda/src/libsieve/sieve.c:1311: undefined reference to `sievelex' libsieve/libsieve.a(sieve.o)(.text+0x11bc): In f...
2013 Feb 21
1
IPMI serial console
Hi all, A recent thread inspired me to try getting a proper serial console working on a Supermicro X9SCL motherboard with IPMI. However I find that while I see loader messages and the getty I enabled after boot I don't get any kernel messages which does somewhat limit the utility.. The BMC creates COM3 (/dev/cuau2) which works with getty. I modified /boot/loader.conf like so..
2005 Sep 06
2
Kernel Panic!
...Sep 3 04:03:10 qu015 kernel: [<c016a1d8>] prune_dcache+0x13f/0x18e Sep 3 04:03:10 qu015 kernel: [<c016a553>] shrink_dcache_memory +0x14/0x2b Sep 3 04:03:10 qu015 kernel: [<c0144e2c>] shrink_slab+0xf8/0x161 Sep 3 04:03:10 qu015 kernel: [<c01460b8>] balance_pgdat+0x1d2/0x2f8 Sep 3 04:03:10 qu015 kernel: [<c02c5604>] schedule+0x844/0x87a Sep 3 04:03:10 qu015 kernel: [<c01462a8>] kswapd+0xca/0xcc Sep 3 04:03:10 qu015 kernel: [<c011f6ee>] autoremove_wake_function +0x0/0x2d Sep 3 04:03:10 qu015 kernel: [<c02c7296>] ret_from_fork+0x6/0x14 Sep...
2019 Sep 17
3
CentOS7 sometimes don't detect NIC after reboot
...irq 120 for MSI/MSI-X [??? 0.532038] pcieport 0000:00:1b.0: irq 121 for MSI/MSI-X [??? 0.532309] pcieport 0000:00:1c.5: irq 122 for MSI/MSI-X [??? 0.532534] pcieport 0000:00:1d.0: irq 123 for MSI/MSI-X [??? 0.604204] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [??? 0.625761] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [??? 0.628502] xhci_hcd 0000:00:14.0: irq 124 for MSI/MSI-X [??? 0.630583] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [??? 0.634280] serio: i8042 KBD port at 0x60,0x64 irq 1 [??? 0.634284] serio: i8042 AUX port at 0x60,0x64 irq 12 [??? 0.635...
2019 Sep 17
0
CentOS7 sometimes don't detect NIC after reboot
...; [ 0.532038] pcieport 0000:00:1b.0: irq 121 for MSI/MSI-X > [ 0.532309] pcieport 0000:00:1c.5: irq 122 for MSI/MSI-X > [ 0.532534] pcieport 0000:00:1d.0: irq 123 for MSI/MSI-X > [ 0.604204] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > [ 0.625761] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A > [ 0.628502] xhci_hcd 0000:00:14.0: irq 124 for MSI/MSI-X > [ 0.630583] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] > at 0x60,0x64 irq 1,12 > [ 0.634280] serio: i8042 KBD port at 0x60,0x64 irq 1 > [ 0.634284] serio: i8042 AUX port at 0x6...