Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] can not open ttyUSB0 [solved]
       [not found] <mailman.5.1359547202.23860.buildroot@busybox.net>
@ 2013-01-31  2:51 ` Adeel Nafis
  0 siblings, 0 replies; only message in thread
From: Adeel Nafis @ 2013-01-31  2:51 UTC (permalink / raw)
  To: buildroot

To: Adeel Nafis<adeel@linkwisetech.com>
Cc:buildroot at busybox.net
Subject: Re: [Buildroot] can not open ttyUSB0
Message-ID:<5108F2DF.7030805@zacarias.com.ar>
Content-Type: text/plain; charset=ISO-8859-1

Thanks everyone, the problem was not related to driver, it was related 
to incorrect path (my stupidity), previously my command for executing 
usb_modeswitch from my 'c' code was

FILE *fp = popen("usb_modeswitch -v 12d1 -p 1446 -c 
/usr/share/usb_modeswitch/12d1:1446", "r");

have to quote the path due to the colon

FILE *fp = popen("usb_modeswitch -v 12d1 -p 1446 -c 
\"/usr/share/usb_modeswitch/12d1:1446\"", "r");


-- 
Adeel Ahmed Nafis
Design Engineer
LINKWISE TECHNOLOGY PTE LTD
Blk 3 Ang Mo Kio Industrial Park 2A
#06-08, AMK TECH 1
Singapore 568050

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-31  2:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5.1359547202.23860.buildroot@busybox.net>
2013-01-31  2:51 ` [Buildroot] can not open ttyUSB0 [solved] Adeel Nafis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox