<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br>Hi Sylvain, thanks for that, already getting somewhere. Here are last several lines from strace output:<br><br>open("/dev/ttyUSB0", O_RDWR|O_NOCTTY) = 3<br>14:21:07.712932 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B115200 opost isig icanon echo ...}) = 0<br>14:21:07.713657 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B115200 opost isig icanon echo ...}) = 0<br>14:21:07.713847 ioctl(3, SNDCTL_TMR_START or TCSETS, {B115200 -opost -isig -icanon -echo ...}) = 0<br>14:21:07.715039 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B115200 -opost -isig -icanon -echo ...}) = 0<br>14:21:07.715261 ioctl(3, TIOCMBIS, [TIOCM_DTR|TIOCM_RTS]) = -1 EPIPE (Broken pipe)<br>14:21:07.717054 close(3)                = 0<br>14:21:07.720986 write(2, "Cannot open serial device /dev/t"..., 39Cannot open serial device /dev/ttyUSB0<br><br>I got -1 at ioctl(3, TIOCMBIS, [TIOCM_DTR|TIOCM_RTS]) (Broken pipe). But it was actually able to open "/dev/ttyUSB0" (returned 3). Have to find out what -1 means at this point. <br><br><div>> Date: Tue, 11 Jun 2013 11:21:23 +0200<br>> Subject: Re: Cannot open serial device /dev/ttyUSB0<br>> From: 246tnt@gmail.com<br>> To: gandguladze@hotmail.com<br>> CC: baseband-devel@lists.osmocom.org<br>> <br>> On Tue, Jun 11, 2013 at 10:44 AM, George Andguladze<br>> <gandguladze@hotmail.com> wrote:<br>> > I can read/write baud rates to EEPROM of the device using cp210x-program.<br>> > Basically I have tried everything apart from reinstalling the OS (Ubuntu<br>> > 10.04). What might be the issue? (for more info refer to the older<br>> > conversations)<br>> <br>> Try to strace it.<br>> <br>> strace osmocon ....<br>> <br>> <br>> Cheers,<br>> <br>>     Sylvain<br>> <br></div>                                         </div></body>
</html>