|
From: Thomas T. <tt...@vt...> - 2012-04-12 17:41:57
|
On Thu, Apr 12, 2012 at 1:33 PM, Charles Hearn <cm...@vi...> wrote:
> Yeah, I tried to re-configure with "./configure --with-usrp1 --with-resamp"
> and then make it again, and it seems like I'm still having the problem. I
> changed to debug logging and I have a new debug line right after the "cannot
> start transceiver" error:
>
> 1334251333.8156 DEBUG 3069889392 SIPInterface.cpp:185:drive: blocking on
> socket
Shouldn't be related to the transceiver starting.
> Not sure if that means anything though, I'm inclined to say that it isn't
> part of the process that is failing.
>
> I also ran with sudo ./OpenBTS, and that didn't help either.
>
> How should I check that the transceiver process runs?
Try running the transceiver manually from the Transceiver52M directory.
./transceiver DEBUG
Also, you can see if the transceiver process is running with,
ps -e | grep transceiver
If an old, zombie instance is still running, you can kill it with,
pkill transceiver
Thomas
|