[uml-user] GSM datacard on /dev/ttyS1 under "user mode linux"

2010-02-01 Thread Guido Serra
Hi All, is it possible to access an external character block from the User Mode Linux instance? I'd like to have multiple serial lines (each with a GSM modem) allocated to a specific UML host. regards, Guido Serra -- Th

Re: [uml-user] GSM datacard on /dev/ttyS1 under "user mode linux"

2010-02-01 Thread David Francisco Rodriguez Perez
Guido I am using as part of the command line command line: ssl2=tty:/dev/ttyS0 and I am giving ttyS0 on the host permission to be read-write by others so that the UML can open it. Also on inittab I have the line: ttyS2::respawn:/sbin/getty -L ttyS2 9600 vt100 and it works fine. David On Mo