To start with the driver provided got installed after updating kernel header file ie
sudo apt-get install linux-headers-$(uname-r)
followed by make and make install on (GobiNet and Serial).
After this I crould clearly see that MangoOH red connecting to USB of beaglebone without an issue
which was prooven by ls /dev where I could spot
/qcqmi0 and /ttyUSB0
followed by lsusb
which shocased Sierra device connected to one of the port.
I am now facing this:
Message from syslogd@Beaglebone at Oct 23 13:03:50 …
** kernel:[ 457.301738] BUG: spinlock bad magic on CPU#0, systemd-journal/1569**
Message from syslogd@Beaglebone at Oct 23 13:03:50 …
** kernel:[ 457.308225] lock: 0xdf64841c, .magic: 00000000, .owner: /-1, .owner_cpu: 0**
Message from syslogd@Beaglebone at Oct 23 13:03:50 …
** kernel:[ 463.000821] BUG: spinlock lockup suspected on CPU#0, systemd-journal/1569**
Message from syslogd@Beaglebone at Oct 23 13:03:50 …
** kernel:[ 463.007895] lock: 0xdf64841c, .magic: 00000000, .owner: /-1, .owner_cpu: 0**
Message from syslogd@Beaglebone at Oct 23 13:06:53 …
** kernel:[ 230.361809] BUG: spinlock lockup suspected on CPU#0, dhcpcd/10182**
Message from syslogd@Beaglebone at Oct 23 13:06:53 …
** kernel:[ 230.368219] lock: 0xdf29041c, .magic: 00000000, .owner: /-1, .owner_cpu: 0**
All of a sudden beaglebone ssh terminal gets closed or /dev/USB0 and /dev/qcqmi0 wouldnt be listed under /dev can anyone explain me what am I facing and how to solve it ?
Note: Havent changed /etc/network/interface apart from the usual USB debuggin which is set static for ssh usage.S2.34N2.53 is the QMI driver version installed.
Thank you.