lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 03 Jun 2009 17:52:45 -0600
From:	Robert Hancock <hancockrwd@...il.com>
To:	stefan verse <stefan.verse@...t.rwth-aachen.de>
CC:	linux-kernel@...r.kernel.org
Subject: Re: possible Bug in IOAPIC concerning serial 8250

stefan verse wrote:
> Hello,
> i know, no good place to start, but my problem is a little bit
> unspecific concerning Problems with IOAPIC concerning serrial driver
> 8250 :
> 
> 1. serial driver 8250 is loaded, but /dev/ttyS0 is unusable
> 
> 2. hardware is a d945gclf2 mini-itx board from intel, distribution is
> easyvdr 0.6.06., Kernel Version is 2.6.29.3, serial port is activated in
> BIOS, BIOS rev LF94510J.86A.0171.2009.0403.0118
> 
> dmesg reports :
> [   21.682611] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
> [   21.682789] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [   21.711689] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> 
> and lsmod :
> 8250_pci               27412  0
> 8250_pnp               14036  0
> 8250                   20516  2 8250_pci,8250_pnp
> serial_core            18708  1 8250
> 
> so driver is loaded 
> 
> ls -lpr /dev/ttyS0
> crw-rw-rw- 1 root tty 4, 64 2009-06-03 07:55 /dev/ttyS0
> seems ok to me
> 
> but cat < /dev/ttyS0 gives :
> cat: -: Eingabe-/Ausgabefehler                  (I/O Error)
> 
> /proc/interrupts is missing driver for irq4 :

I think this is normal, the driver only claims the interrupt while the 
device is actually open. Do any dmesg messages result from trying to cat 
the device?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ