Re: grub with serial line configuration using PCI serial adapter

2016-10-27 Thread rishat
On 2016-10-27 15:44, Andrei Borzenkov wrote: On Wed, Oct 26, 2016 at 10:23 PM, Songatov Rishat wrote: Hi I have solved this issue with PCI serial adapter Congratulations! I was given another card (same chip and revision) and passing attribute in following format helped me to redirect inpu

Re: grub with serial line configuration using PCI serial adapter

2016-10-27 Thread Andrei Borzenkov
On Wed, Oct 26, 2016 at 10:23 PM, Songatov Rishat wrote: > Hi > > I have solved this issue with PCI serial adapter > Congratulations! > I was given another card (same chip and revision) and passing attribute in > following format helped me to redirect input and output to serial console: > > seri

Re: grub with serial line configuration using PCI serial adapter

2016-10-26 Thread Songatov Rishat
Hi I have solved this issue with PCI serial adapter I was given another card (same chip and revision) and passing attribute in following format helped me to redirect input and output to serial console: serial --port=0x0cc00 ... I still don't know why my first card dislikes grub or vice vers

Re: grub with serial line configuration using PCI serial adapter

2016-10-20 Thread Songatov Rishat
Hi Andrei I've found PCI specification and dumped its registers, so now I can identify Subsystem Vendor ID/ Subsystem Device ID. Is this what you want to know? lspci -s 01:05.0 -vb -xxx 01:05.0 Serial controller: MosChip Semiconductor Technology Ltd. PCI 9835 Multi-I/O Controller (rev 01) (p

Re: grub with serial line configuration using PCI serial adapter

2016-10-19 Thread rishat
On 2016-10-19 12:26, Andrei Borzenkov wrote: and subvendor/subroduct? Sorry Andrei, I'm not with you. Could you please specify what do you mean. I've found http://pci-ids.ucw.cz/pci.ids database and if you take a look this link you can find below part: ... 9710 MosChip Semiconductor Technol

Re: grub with serial line configuration using PCI serial adapter

2016-10-19 Thread Andrei Borzenkov
and subvendor/subroduct? On Wed, Oct 19, 2016 at 12:20 PM, rishat wrote: > Hi > lspci -nn > ... > 01:06.0 Serial controller [0700]: MosChip Semiconductor Technology Ltd. PCI > 9835 Multi-I/O Controller [9710:9835] (rev 01) > ... > > -- > With best regards > Rishat > > On 2016-10-19 06:40, Andrei

Re: grub with serial line configuration using PCI serial adapter

2016-10-19 Thread rishat
Hi lspci -nn ... 01:06.0 Serial controller [0700]: MosChip Semiconductor Technology Ltd. PCI 9835 Multi-I/O Controller [9710:9835] (rev 01) ... -- With best regards Rishat On 2016-10-19 06:40, Andrei Borzenkov wrote: 18.10.2016 23:05, Songatov Rishat пишет: Hi lspci -i in the grub environme

Re: grub with serial line configuration using PCI serial adapter

2016-10-18 Thread Andrei Borzenkov
18.10.2016 23:05, Songatov Rishat пишет: > Hi > > lspci -i in the grub environment shows me this: > > 01:06.0 9710:9835 [0700] Communication controller [PI 02] > IO space 0 at 0xac00 > IO space 1 at 0xa880 > IO space 2 at 0xa800 > IO space 3 at 0xa480 > IO space 4 at 0xa400 > IO space 5 at 0xa080

Re: grub with serial line configuration using PCI serial adapter

2016-10-18 Thread Songatov Rishat
Hi lspci -i in the grub environment shows me this: 01:06.0 9710:9835 [0700] Communication controller [PI 02] IO space 0 at 0xac00 IO space 1 at 0xa880 IO space 2 at 0xa800 IO space 3 at 0xa480 IO space 4 at 0xa400 IO space 5 at 0xa080 The same when OS is loaded: 01:06.0 Serial controller: MosC

Re: grub with serial line configuration using PCI serial adapter

2016-10-18 Thread rishat
Yes, I saw this serial card from lspci output. But I haven't found how to display detailed information for certain card. Sooner I'll give you output from lspci -i. -- With best regards Rishat On 2016-10-18 14:05, Andrei Borzenkov wrote: On Tue, Oct 18, 2016 at 12:48 PM, rishat wrote: Hi And

Re: grub with serial line configuration using PCI serial adapter

2016-10-18 Thread Andrei Borzenkov
On Tue, Oct 18, 2016 at 12:48 PM, rishat wrote: > Hi Andrei > May I ask another question? How I can debug this behaviour? I believe that > BIOS initializes this adapter. Need to say that "PnP OS" was setted to "Yes" > value. I've changed it to "No" and ... same silence in the minicom. Well, assum

Re: grub with serial line configuration using PCI serial adapter

2016-10-18 Thread rishat
Hi Andrei May I ask another question? How I can debug this behaviour? I believe that BIOS initializes this adapter. Need to say that "PnP OS" was setted to "Yes" value. I've changed it to "No" and ... same silence in the minicom. Then I pulled out this adapter and inserted this pci serial adap

Re: grub with serial line configuration using PCI serial adapter

2016-10-17 Thread Andrei Borzenkov
17.10.2016 22:22, Songatov Rishat пишет: > Hi thank you for helping me! > > Unfortunately I haven't got serial access to the grub after adding this > piece of configuration: > > insmod pci > insmod serial > insmod terminal > insmod terminfo > > ###serial --speed=115200 --port=a880 --word=8 --par

Re: grub with serial line configuration using PCI serial adapter

2016-10-17 Thread Songatov Rishat
Hi thank you for helping me! Unfortunately I haven't got serial access to the grub after adding this piece of configuration: insmod pci insmod serial insmod terminal insmod terminfo ###serial --speed=115200 --port=a880 --word=8 --parity=no --stop=1 serial --speed=115200 --unit=0 --word=8 --pa

Re: grub with serial line configuration using PCI serial adapter

2016-10-17 Thread Andrei Borzenkov
17.10.2016 19:41, rishat пишет: > On 2016-10-17 19:16, Andrei Borzenkov wrote: >> 17.10.2016 16:16, rishat пишет: >>> setserial -g /dev/ttyS[0-4] >>> /dev/ttyS0, UART: 16550A, Port: 0xa880, IRQ: 21 >> ... >>> >>> When I tried to manually type a "serial --speed=115200 --unit=0 --word=8 >>> --parity=

Re: grub with serial line configuration using PCI serial adapter

2016-10-17 Thread rishat
On 2016-10-17 19:16, Andrei Borzenkov wrote: 17.10.2016 16:16, rishat пишет: setserial -g /dev/ttyS[0-4] /dev/ttyS0, UART: 16550A, Port: 0xa880, IRQ: 21 ... When I tried to manually type a "serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1" in the grub command line it complains t

Re: grub with serial line configuration using PCI serial adapter

2016-10-17 Thread Andrei Borzenkov
17.10.2016 16:16, rishat пишет: > setserial -g /dev/ttyS[0-4] > /dev/ttyS0, UART: 16550A, Port: 0xa880, IRQ: 21 ... > > When I tried to manually type a "serial --speed=115200 --unit=0 --word=8 > --parity=no --stop=1" in the grub command line it complains that COM1 > port don't exist. I have played

grub with serial line configuration using PCI serial adapter

2016-10-17 Thread rishat
Hello I have next configuration: lspci -s 01:06.0 -vvv 01:06.0 Serial controller: MosChip Semiconductor Technology Ltd. PCI 9835 Multi-I/O Controller (rev 01) (prog-if 02 [16550]) Subsystem: LSI Logic / Symbios Logic 2S (16C550 UART) Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VG