after getting the newest userland git, I did ./configure --enable-kernel-compat

and ran izattach and still get the error here:

        if (ret < 0 && errno == EINVAL) {
                printf("\nOLD2\n");
                arg = N_IEEE802154_VERY_OLD;
                ret = ioctl(fd, TIOCSETD, &arg);
        }
#endif
        if (ret < 0) {
                perror("ioctl: TIOCSETD");
                return 6;
        }



On Mon, Jul 4, 2011 at 6:59 AM, Dmitry Eremin-Solenikov
<dbarysh...@gmail.com> wrote:
> Hello,
>
> Ryan MacArthur wrote:
>
>> when i do izattach on /dev/ttyUSB1 (on a redbee econotag) i get this:
>>
>> ioctl:TIOCSETD: Invalid Argument
>
> Please check if the same error persists with the zigbee userpace git
> I've pushed several minutes ago.
>
>>
>> from your git I'm using:
>>
>> /linux-zigbee/kernel (devel) -- 2.6.38
>> /linux-zigbee/linux-zigbee (master) -- 0.3-pre
>>
> --
> With best wishes
> Dmitry
>
>
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> Linux-zigbee-devel mailing list
> Linux-zigbee-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
>

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to