Re: [Linux-zigbee-devel] Detaching and restarting serial PHY module

2010-01-09 Thread Peter McCormick
To answer my own question, I realized that the original "izattach /dev/tty*" process had backgrounded itself, so killing that released the serial-based PHY resources, and let me rmmod / modprobe serial and izattach again. Thanks for all the efforts on this stack! On 10-01-09 01:30 PM, Pete

Re: [Linux-zigbee-devel] Detaching and restarting serial PHY module

2010-01-09 Thread Dmitry Eremin-Solenikov
Hello, On Sat, Jan 09, 2010 at 01:30:46PM -0500, Peter McCormick wrote: > Hello all, > > I have implemented a microcontroller firmware of the serial PHY protocol > for the PIC24 and Microchip's MRF24J40 transceiver. However, at times > when debugging that code, I've needed to restart the > iee

[Linux-zigbee-devel] Detaching and restarting serial PHY module

2010-01-09 Thread Peter McCormick
Hello all, I have implemented a microcontroller firmware of the serial PHY protocol for the PIC24 and Microchip's MRF24J40 transceiver. However, at times when debugging that code, I've needed to restart the ieee802154/serial.ko module, but I cannot 'detach' the line discipline, in order to res