Is anyone successfully using a B100 with Ubuntu 12.04? I rebuilt a
system recently and now I am continually getting seg faults and “Got a
data packet with unknown SID” errors on my Z77 based Ubuntu system.
I’m using the build-gnu-radio script and it’s grabbed the latest uhd
images. I have a rtl-sdr like device which seems to be working fine but
attempting to run say the uhd_fft gives me;
UHD Error:
Got a data packet with unknown SID 6553599
UHD Error:Segmentation fault (core dumped)
dmesg shows;
[ 2722.100287] uhd_fft[6089]: segfault at 220 ip 00007f902ead12db sp
00007fff181949c0 error 4 in i965_dri.so[7f902ea66000+c2000]
I checked the archives and someone mention it could be related to the
version of libusb? Is there any particular versions of libusb i should
be using?
Is anyone successfully using a B100 with Ubuntu 12.04? I rebuilt a
system recently and now I am continually getting seg faults and “Got a
data packet with unknown SID” errors on my Z77 based Ubuntu system.
I’m using 12.04. It works fine for me. The only real change I made from
the baseline 12.04 is I changed my desktop environment to XFCE. I use
the build-gnuradio script to build everything
I’m using 12.04. It works fine for me. The only real change I made from
the baseline 12.04 is I changed my desktop environment to XFCE. I use
the build-gnuradio script to build everything
I do get the unknown SID error but only when my application crashes. But
that has always been due to a problem with my application.
Thats a good point. I’m always second guessing myself
dmesg shows;
[ 2722.100287] uhd_fft[6089]: segfault at 220 ip 00007f902ead12db sp
00007fff181949c0 error 4 in i965_dri.so[7f902ea66000+c2000]
looks like a graphics related segfault, Unknown SID is a the result of
interpreting junk buffers from the USB. I guess, you can expect bad
things to happen to the other process threads after a segfault