Re: [Linux-zigbee-devel] problem with izattach

2011-07-05 Thread Ryan MacArthur
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-z

Re: [Linux-zigbee-devel] problem with izattach

2011-07-05 Thread Dmitry Eremin-Solenikov
On 7/5/11, Ryan MacArthur 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 == E

Re: [Linux-zigbee-devel] problem with izattach

2011-07-05 Thread Ryan MacArthur
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)

Re: [Linux-zigbee-devel] problem with izattach

2011-07-04 Thread Dmitry Eremin-Solenikov
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 (