03-27-2017, 01:04 PM
I'm encountering a really frustrating problem. I'm trying to use my Pine64 in a headless configuration, so failing to boot is a big problem. When I plug into the console, the failure always seems to be at the point of loading "cfg80211". I don't have a wireless module and I don't want any such thing loaded. Any ideas?
Code:
[ 38.587273] Modules linked in: cfg80211(+)
[ 38.596878]
[ 38.603529] CPU: 0 PID: 30 Comm: kworker/0:1 Not tainted 3.10.105-0-pine64-longsleep #3
[ 38.617457] Workqueue: events start_work
[ 38.626878] task: ffffffc039b52f80 ti: ffffffc039b54000 task.ti: ffffffc039b54000
[ 38.640301] PC is at __do_softirq+0xb4/0x2d8
[ 38.650188] LR is at __do_softirq+0x30/0x2d8
[ 38.660029] pc : [<ffffffc0000b5fc4>] lr : [<ffffffc0000b5f40>] pstate: 40000145
[ 38.673344] sp : ffffffc039b57910
[ 38.682132] x29: ffffffc039b57910 x28: ffffffc000a760c0
[ 38.693105] x27: ffffffc000a76000 x26: ffffffc039b57910
...