[Buildroot] can not open ttyUSB0 [solved]

Adeel Nafis adeel at linkwisetech.com
Thu Jan 31 02:51:32 UTC 2013


To: Adeel Nafis<adeel at linkwisetech.com>
Cc:buildroot at busybox.net
Subject: Re: [Buildroot] can not open ttyUSB0
Message-ID:<5108F2DF.7030805 at 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





More information about the buildroot mailing list