Re: minicom y/o setserial

2013-09-01 Thread Gonzalo L. Campos Medina
Utiliza setserial y la configuración la puedes añadir a rc.local

Saludos


El 30 de agosto de 2013 09:04, co...@esid.gecgr.co.cu escribió:

  Hola

 tengo una PC con debian 5, aqui es donde se gestiona la conectividad via
 modem.

  Es un Pentium 4 a 1.8 Ghz, la mb trae 2 puertos series donde se ponen 2
  modem ademas de esto se le puso una tarjeta PCI LAVA que trae 2 puertos
  series y ahi puse 2 modem mas o sea van 4 modem.

  Puse una segunda tarjeta PCI LAVA y le puse 2 modem mas para un total de
  6
  modem pero el caso es que estos ultimos no los reconoce la tarjeta o
  algo
  falta.

  cuando le doy lspci el me reconoce las 2 tarjetas PCI LAVA que tiene el
  sistema pero no los modem.

  Que puede faltar???

 Con dmseg | grep tty   me pusom esto

 [0.004000] console [tty0] enabled
 [1.769854] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.770070] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
 [1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
 [1.772842] :02:02.0: ttyS2 at I/O 0x9400 (irq = 9) is a 16550A
 [1.773360] :02:02.1: ttyS3 at I/O 0x9800 (irq = 9) is a 16550A

 Es que está asumiendo los ttyS0 y ttyS1 de los series que trae la
 motherboard

 Como pudiera hacer que los

 [1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

 quedaran asi

 [1.770721] 00:09: ttyS4 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.771023] 00:0a: ttyS5 at I/O 0x2f8 (irq = 3) is a 16550A

 Se pudiera resolver con setserial o minicom ???


 Salu2









 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/389c84b4d5c88583e5472119af0c3a60.squirrel@192.168.13.16




-- 
Gonzalo L. Campos Medina
http://www.ubuntu.com | http://www.ubuntu-es.org | http://www.ubuntu-pe.org
L.R.U. #344192 | U.R.U. #161
Freenode #ubuntu-es #edubuntu-es #ubuntu-pe


Re: minicom and/or setserial

2013-08-31 Thread Stephen Powell
On Fri, 30 Aug 2013 10:08:36 -0400 (EDT), co...@esid.gecgr.co.cu wrote:
 
 I have problem with my serial port
 
 With dmseg | grep tty
 
 [0.004000] console [tty0] enabled
 [1.769854] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.770070] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
 [1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
 [1.772842] :02:02.0: ttyS2 at I/O 0x9400 (irq = 9) is a 16550A
 [1.773360] :02:02.1: ttyS3 at I/O 0x9800 (irq = 9) is a 16550A
 
 How do change
 
 [1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
 
 to
 
 [1.770721] 00:09: ttyS4 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.771023] 00:0a: ttyS5 at I/O 0x2f8 (irq = 3) is a 16550A
 
 It posible resolve with setserial or minicom ???
 
 Sorry my english is not good

What's the problem?  This is the standard way for Linux to name serial
ports.  3F8 gets /dev/ttyS0 and 2F8 gets /dev/ttyS1.  That is working
as designed.  I would be more concerned about /dev/ttyS2 and /dev/ttyS3
sharing IRQ 9.  IRQ sharing usually doesn't work with serial ports.
Also, IRQ 9 is normally used by the ACPI controller.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1175097672.2922167.1377952145307.javamail.r...@md01.wow.synacor.com



minicom y/o setserial

2013-08-30 Thread cosme
 Hola

tengo una PC con debian 5, aqui es donde se gestiona la conectividad via
modem.

 Es un Pentium 4 a 1.8 Ghz, la mb trae 2 puertos series donde se ponen 2
 modem ademas de esto se le puso una tarjeta PCI LAVA que trae 2 puertos
 series y ahi puse 2 modem mas o sea van 4 modem.

 Puse una segunda tarjeta PCI LAVA y le puse 2 modem mas para un total de
 6
 modem pero el caso es que estos ultimos no los reconoce la tarjeta o
 algo
 falta.

 cuando le doy lspci el me reconoce las 2 tarjetas PCI LAVA que tiene el
 sistema pero no los modem.

 Que puede faltar???

Con dmseg | grep tty   me pusom esto

[0.004000] console [tty0] enabled
[1.769854] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[1.770070] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[1.772842] :02:02.0: ttyS2 at I/O 0x9400 (irq = 9) is a 16550A
[1.773360] :02:02.1: ttyS3 at I/O 0x9800 (irq = 9) is a 16550A

Es que está asumiendo los ttyS0 y ttyS1 de los series que trae la motherboard

Como pudiera hacer que los

[1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

quedaran asi

[1.770721] 00:09: ttyS4 at I/O 0x3f8 (irq = 4) is a 16550A
[1.771023] 00:0a: ttyS5 at I/O 0x2f8 (irq = 3) is a 16550A

Se pudiera resolver con setserial o minicom ???


Salu2









--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/389c84b4d5c88583e5472119af0c3a60.squirrel@192.168.13.16



minicom and/or setserial

2013-08-30 Thread cosme
 Hi

I have problem with my serial port

With dmseg | grep tty

[0.004000] console [tty0] enabled
[1.769854] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[1.770070] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[1.772842] :02:02.0: ttyS2 at I/O 0x9400 (irq = 9) is a 16550A
[1.773360] :02:02.1: ttyS3 at I/O 0x9800 (irq = 9) is a 16550A


How do change

[1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

to

[1.770721] 00:09: ttyS4 at I/O 0x3f8 (irq = 4) is a 16550A
[1.771023] 00:0a: ttyS5 at I/O 0x2f8 (irq = 3) is a 16550A

It posible resolve with setserial or minicom ???

Sorry my english is not good


Regards










--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/f92c4bee9e79b751a966fb729aaabcd4.squirrel@192.168.13.16



Re: minicom and/or setserial

2013-08-30 Thread Darac Marjal
On Fri, Aug 30, 2013 at 10:08:36AM -0400, co...@esid.gecgr.co.cu wrote:
  Hi
 
 I have problem with my serial port
 
 With dmseg | grep tty
 
 [0.004000] console [tty0] enabled
 [1.769854] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.770070] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
 [1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
 [1.772842] :02:02.0: ttyS2 at I/O 0x9400 (irq = 9) is a 16550A
 [1.773360] :02:02.1: ttyS3 at I/O 0x9800 (irq = 9) is a 16550A
 
 
 How do change
 
 [1.770721] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.771023] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
 
 to
 
 [1.770721] 00:09: ttyS4 at I/O 0x3f8 (irq = 4) is a 16550A
 [1.771023] 00:0a: ttyS5 at I/O 0x2f8 (irq = 3) is a 16550A
 
 It posible resolve with setserial or minicom ???

No. But you should be able to use a udev rule to rename the device node
(alternatively, if you use udev to add a symlink, then you can use the
ports as either ttyS[01] or ttyS[45].



signature.asc
Description: Digital signature