Module                  Size  Used by
serial                 10640  0
mac802154              25991  1 serial
ieee802154             19792  1 mac802154
crc_ccitt               1443  1 mac802154

[  445.910047] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB1

mac@mac:~/user2/linux-zigbee-2e45d08$ sudo ./src/izattach /dev/ttyUSB1
ioctl: TIOCSETD: Invalid argument



On Tue, Jul 5, 2011 at 5:02 PM, Dmitry Eremin-Solenikov
<[email protected]> wrote:
> On 7/5/11, Ryan MacArthur <[email protected]> wrote:
>> after getting the newest userland git, I did ./configure
>> --enable-kernel-compat
>>
>> and ran izattach and still get the error here:
>
> I've reread your mails. You don't need fake* modules.\
> Instead please use "serial" module
>
>
>>
>>         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
>> <[email protected]> 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
>>> [email protected]
>>> 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
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
>>
>
>
> --
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to