Darrick, I have finshed custom build succesfully. Only modification was in kernel conf file linux.config
# USB Device Class drivers # CONFIG_USB_ACM=m Hope this log messages prove it :-) pbx ~ # dmesg |tail tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <[email protected]> dahdi_hfcs: card 0: chan B1 opened as DAHDI_HFCS_FKA_ZTHFC1/0/1. dahdi_hfcs: card 0: chan B2 opened as DAHDI_HFCS_FKA_ZTHFC1/0/2. dahdi_hfcs: card 0: chan D opened as DAHDI_HFCS_FKA_ZTHFC1/0/3. dahdi_hfcs: card 0: chan D: TX FIFO has become empty usb 2-1: new full speed USB device using uhci_hcd and address 2 cdc_acm 2-1:1.0: ttyACM0: USB ACM device usbcore: registered new interface driver cdc_acm cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters pbx ~ # uname -a Linux pbx 2.6.35.14-astlinux #1 PREEMPT Wed May 8 14:27:05 CEST 2013 i686 GNU/Linux pbx ~ # lsmod Module Size Used by cdc_acm 11212 0 tun 8787 2 xt_tcpudp 1492 43 ipt_MASQUERADE 884 1 nf_nat_ftp 972 0 iptable_nat 2388 1 nf_nat 10076 3 ipt_MASQUERADE,nf_nat_ftp,iptable_nat nf_conntrack_ipv4 6058 17 iptable_nat,nf_nat nf_defrag_ipv4 706 1 nf_conntrack_ipv4 xt_TCPMSS 2040 3 ipt_LOG 3604 27 ipt_REJECT 1408 0 iptable_mangle 792 0 xt_multiport 1036 0 xt_state 684 0 xt_limit 892 30 xt_conntrack 1716 14 nf_conntrack_ftp 3784 1 nf_nat_ftp nf_conntrack 36883 8 ipt_MASQUERADE,nf_nat_ftp,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state,xt_conntrack,nf_conntrack_ftp iptable_filter 692 1 ip_tables 6869 3 iptable_nat,iptable_mangle,iptable_filter x_tables 8248 13 xt_tcpudp,ipt_MASQUERADE,iptable_nat,xt_TCPMSS,ipt_LOG,ipt_REJECT,iptable_mangle,xt_multiport,xt_state,xt_limit,xt_conntrack,iptable_filter,ip_tables dahdi_echocan_oslec 840 2 echo 2906 1 dahdi_echocan_oslec dahdi_hfcs 12372 6 dahdi 175007 8 dahdi_echocan_oslec,dahdi_hfcs padlock_sha 2348 0 padlock_aes 3496 0 aes_generic 25641 1 padlock_aes r8169 25912 0 mii 2663 1 r8169 pbx ~ # cat < /dev/ttyACM0 Motion detected! Motion detected! Motion detected! Motion ended! Motion detected! Motion detected! Motion detected! Regards, Dominko ----- Original Message ----- From: Dominko Vrljic <[email protected]> To: AstLinux Users Mailing List <[email protected]> Cc: Sent: Tuesday, May 7, 2013 1:34 PM Subject: Re: [Astlinux-users] arduino This is quite simple. It is about serial communication and I sucessfully tested on Ubuntu 12.04. More on http://playground.arduino.cc/Interfacing/LinuxTTY I think astlinux is missing cdc_acm driver only. I am going to make a Custom Build.... Dominko ________________________________ From: Darrick Hartman <[email protected]> To: 'Dominko Vrljic' <[email protected]>; AstLinux Users Mailing List <[email protected]> Sent: Monday, May 6, 2013 11:34 PM Subject: RE: [Astlinux-users] arduino If you can prove that it can be done over usb, then it’s something we could consider adding. Until then, I don’t think it’s good to use for your testing purposes. Darrick ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected]. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
