You are not logged in.

#1 2016-05-02 18:44:58

hummer010
Member
Registered: 2013-11-11
Posts: 10

Help troubleshooting wireless on Baytrail....

I've got a Dell Venue 8 Pro that I'm trying to run Arch on.  I've got Arch installed, and I'm 90% of the way to where I want it, if I could just get wifi to work...

What I've Done:

  1. Downloaded the proper firmware for the wifi device from here.  Copied firmware to /lib/firmware/ath6k.

  2. Downloaded kernel source for version 4.4.8.  I've also tried 4.5.2, but I've had more success with 4.4.8.

  3. Patched kernel source to include proper device id for this wifi device (Source.

  4. Enabled ATH6KL and ATH6KL_SDIO in the kernel (I've also enabled ATH6KL Debugging and Tracing as well as a bunch of GPIO and I2C stuff relevant to Baytrail as outlined here)

  5. Comiled and installed kernel.  Installed modules.  Built new ramdisk. Updated GRUB config.

Kernel boots fine.  ath6kl_core and ath6kl_sdio modules are loaded at boot.  wlan0 device exists after boot.  ip link output:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether 88:12:4e:04:e8:c2 brd ff:ff:ff:ff:ff:ff

I generally use netctl to manage my wireless.  wifi-menu successfully scans and lists my wireless networks.  When I try to connect though, it always fails.

systemctl status:

* netctl@wlan0\x2dMyNetwork.service - Networking for netctl profile wlan0-MyNetwork
   Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static; vendor preset: disabled)
   Active: failed (Result: exit-code) since Mon 2016-05-02 11:54:40 MDT; 5min ago
     Docs: man:netctl.profile(5)
  Process: 2778 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
 Main PID: 2778 (code=exited, status=1/FAILURE)

May 02 11:54:24 DV8P systemd[1]: Starting Networking for netctl profile wlan0-MyNetwork...
May 02 11:54:24 DV8P network[2778]: Starting network profile 'wlan0-MyNetwork'...
May 02 11:54:40 DV8P network[2778]: WPA association/authentication failed for interface 'wlan0'
May 02 11:54:40 DV8P network[2778]: Failed to bring the network up for profile 'wlan0-MyNetwork'
May 02 11:54:40 DV8P systemd[1]: netctl@wlan0\x2dMyNetwork.service: Main process exited, code=exited, status=1/FAILURE
May 02 11:54:40 DV8P systemd[1]: Failed to start Networking for netctl profile wlan0-MyNetwork.
May 02 11:54:40 DV8P systemd[1]: netctl@wlan0\x2dMyNetwork.service: Unit entered failed state.
May 02 11:54:40 DV8P systemd[1]: netctl@wlan0\x2dMyNetwork.service: Failed with result 'exit-code'.

journalctl -xe:

May 02 11:54:24 DV8P systemd[1]: Starting Networking for netctl profile wlan0-MyNetwork...
-- Subject: Unit netctl@wlan0\x2dMyNetwork.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netctl@wlan0\x2dMyNetwork.service has begun starting up.
May 02 11:54:24 DV8P network[2778]: Starting network profile 'wlan0-MyNetwork'...
May 02 11:54:24 DV8P kernel: ath6kl: wlan disabled
May 02 11:54:24 DV8P kernel: ath6kl: wlan disabled
May 02 11:54:24 DV8P kernel: ath6kl: wlan disabled
May 02 11:54:24 DV8P kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
May 02 11:54:40 DV8P network[2778]: WPA association/authentication failed for interface 'wlan0'
May 02 11:54:40 DV8P network[2778]: Failed to bring the network up for profile 'wlan0-MyNetwork'
May 02 11:54:40 DV8P systemd[1]: netctl@wlan0\x2dMyNetwork.service: Main process exited, code=exited, status=1/FAILURE
May 02 11:54:40 DV8P systemd[1]: Failed to start Networking for netctl profile wlan0-MyNetwork.
-- Subject: Unit netctl@wlan0\x2dMyNetwork.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit netctl@wlan0\x2dMyNetwork.service has failed.
-- 
-- The result is failed.
May 02 11:54:40 DV8P systemd[1]: netctl@wlan0\x2dMyNetwork.service: Unit entered failed state.
May 02 11:54:40 DV8P systemd[1]: netctl@wlan0\x2dMyNetwork.service: Failed with result 'exit-code'.

The interesting thing to me is the kernel messages that wlan is disabled.  If it was disabled, would I be able to scan for networks?  If it is disabled, how do I enable it?  I've got all ATH6KL entries in the kernel config enabled.

I have an RTL8192 USB wifi dongle, and when I use that, wifi works just fine, so it isn't something inherently wrong with my Arch install.

I have no idea what my next steps should be to troubleshoot this.  Any help would be greatly appreciated.

Offline

#2 2016-05-02 18:52:59

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Help troubleshooting wireless on Baytrail....

What happens if you try and connect manually?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-05-02 20:31:33

hummer010
Member
Registered: 2013-11-11
Posts: 10

Re: Help troubleshooting wireless on Baytrail....

jasonwryan wrote:

What happens if you try and connect manually?

Right!  I knew I forgot something in my post.

Interesting.  I just worked through the wiki, and turned something up.  Whenever I've tried manually in the past, I haven't bothered to scan - wifi-menu has already shown me scanning works.  Then, I've always daemonized wpa_supplicant with the -B flag, which always returned "Successfully initialized wpa_supplicant", but then dhcpcd would time out.

Today, I followed the wiki exactly.  iw dev wlan0 scan appears to just hang.  It doesn't return any results.  If iw dev wlan0 scan isn't working, how does wifi-menu succesfully get a list of wireless networks?

Last edited by hummer010 (2016-05-02 20:47:30)

Offline

#4 2016-05-02 20:48:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Help troubleshooting wireless on Baytrail....

Try it with the debug flag; that might provide some clues.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2016-05-03 18:02:42

hummer010
Member
Registered: 2013-11-11
Posts: 10

Re: Help troubleshooting wireless on Baytrail....

Here is the output of iw scan with --debug enabled.  It's long, and I can't make heads nor tails of it.  It was tricky to get the output becuase iw scan doesn't exit.  it hangs at the end of the output shown.

[root@DV8P rob]# ip link 
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 88:12:4e:04:e8:c2 brd ff:ff:ff:ff:ff:ff
[root@DV8P rob]# ip link set wlan0 up
[root@DV8P rob]# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether 88:12:4e:04:e8:c2 brd ff:ff:ff:ff:ff:ff
[root@DV8P rob]# iw --debug dev wlan0 scan
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 36
    .type = 26 <0x1a>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291783
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 33
    .version = 0
    .unused = 0
  [PAYLOAD] 16 octets
    08 00 03 00 02 00 00 00 08 00 2d 00 04 00 01 00 ..........-.....
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 36
    .type = 2 <ERROR>
    .flags = 0 <>
    .seq = 1462291783
    .port = 629146467
  [ERRORMSG] 20 octets
    .error = 0 "Success"
  [ORIGINAL MESSAGE] 16 octets
    .nlmsg_len = 16
    .type = 26 <0x1a>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291783
    .port = 629146467
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291784
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 1
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 116
    .type = 16 <genl/family::nlctrl>
    .flags = 0 <>
    .seq = 1462291784
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 1
    .version = 2
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
  [ATTR 01] 2 octets
    10 00                                           ..
  [PADDING] 2 octets
    00 00                                           ..
  [ATTR 03] 4 octets
    02 00 00 00                                     ....
  [ATTR 04] 4 octets
    00 00 00 00                                     ....
  [ATTR 05] 4 octets
    07 00 00 00                                     ....
  [ATTR 06] 20 octets
    14 00 01 00 08 00 01 00 03 00 00 00 08 00 02 00 ................
    0e 00 00 00                                     ....
  [ATTR 07] 24 octets
    18 00 01 00 08 00 02 00 10 00 00 00 0b 00 01 00 ................
    6e 6f 74 69 66 79 00 00                         notify..
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 36
    .type = 2 <ERROR>
    .flags = 0 <>
    .seq = 1462291784
    .port = 629146467
  [ERRORMSG] 20 octets
    .error = 0 "Success"
  [ORIGINAL MESSAGE] 16 octets
    .nlmsg_len = 16
    .type = 16 <0x10>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291784
    .port = 629146467
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291785
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 0
    .unused = 0
  [ATTR 02] 8 octets
    6e 6c 38 30 32 31 31 00                         nl80211.
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291786
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 1
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 116
    .type = 16 <genl/family::nlctrl>
    .flags = 0 <>
    .seq = 1462291786
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 1
    .version = 2
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
  [ATTR 01] 2 octets
    10 00                                           ..
  [PADDING] 2 octets
    00 00                                           ..
  [ATTR 03] 4 octets
    02 00 00 00                                     ....
  [ATTR 04] 4 octets
    00 00 00 00                                     ....
  [ATTR 05] 4 octets
    07 00 00 00                                     ....
  [ATTR 06] 20 octets
    14 00 01 00 08 00 01 00 03 00 00 00 08 00 02 00 ................
    0e 00 00 00                                     ....
  [ATTR 07] 24 octets
    18 00 01 00 08 00 02 00 10 00 00 00 0b 00 01 00 ................
    6e 6f 74 69 66 79 00 00                         notify..
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 36
    .type = 2 <ERROR>
    .flags = 0 <>
    .seq = 1462291786
    .port = 629146467
  [ERRORMSG] 20 octets
    .error = 0 "Success"
  [ORIGINAL MESSAGE] 16 octets
    .nlmsg_len = 16
    .type = 16 <0x10>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291786
    .port = 629146467
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291787
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 0
    .unused = 0
  [ATTR 02] 8 octets
    6e 6c 38 30 32 31 31 00                         nl80211.
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291788
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 1
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 116
    .type = 16 <genl/family::nlctrl>
    .flags = 0 <>
    .seq = 1462291788
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 1
    .version = 2
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
  [ATTR 01] 2 octets
    10 00                                           ..
  [PADDING] 2 octets
    00 00                                           ..
  [ATTR 03] 4 octets
    02 00 00 00                                     ....
  [ATTR 04] 4 octets
    00 00 00 00                                     ....
  [ATTR 05] 4 octets
    07 00 00 00                                     ....
  [ATTR 06] 20 octets
    14 00 01 00 08 00 01 00 03 00 00 00 08 00 02 00 ................
    0e 00 00 00                                     ....
  [ATTR 07] 24 octets
    18 00 01 00 08 00 02 00 10 00 00 00 0b 00 01 00 ................
    6e 6f 74 69 66 79 00 00                         notify..
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 36
    .type = 2 <ERROR>
    .flags = 0 <>
    .seq = 1462291788
    .port = 629146467
  [ERRORMSG] 20 octets
    .error = 0 "Success"
  [ORIGINAL MESSAGE] 16 octets
    .nlmsg_len = 16
    .type = 16 <0x10>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291788
    .port = 629146467
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291789
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 0
    .unused = 0
  [ATTR 02] 8 octets
    6e 6c 38 30 32 31 31 00                         nl80211.
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291790
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 1
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 116
    .type = 16 <genl/family::nlctrl>
    .flags = 0 <>
    .seq = 1462291790
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 1
    .version = 2
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
  [ATTR 01] 2 octets
    10 00                                           ..
  [PADDING] 2 octets
    00 00                                           ..
  [ATTR 03] 4 octets
    02 00 00 00                                     ....
  [ATTR 04] 4 octets
    00 00 00 00                                     ....
  [ATTR 05] 4 octets
    07 00 00 00                                     ....
  [ATTR 06] 20 octets
    14 00 01 00 08 00 01 00 03 00 00 00 08 00 02 00 ................
    0e 00 00 00                                     ....
  [ATTR 07] 24 octets
    18 00 01 00 08 00 02 00 10 00 00 00 0b 00 01 00 ................
    6e 6f 74 69 66 79 00 00                         notify..
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 36
    .type = 2 <ERROR>
    .flags = 0 <>
    .seq = 1462291790
    .port = 629146467
  [ERRORMSG] 20 octets
    .error = 0 "Success"
  [ORIGINAL MESSAGE] 16 octets
    .nlmsg_len = 16
    .type = 16 <0x10>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291790
    .port = 629146467
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291791
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 0
    .unused = 0
  [ATTR 02] 8 octets
    6e 6c 38 30 32 31 31 00                         nl80211.
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291792
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 1
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 116
    .type = 16 <genl/family::nlctrl>
    .flags = 0 <>
    .seq = 1462291792
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 1
    .version = 2
    .unused = 0
  [ATTR 02] 7 octets
    6e 6c 63 74 72 6c 00                            nlctrl.
  [PADDING] 1 octets
    00                                              .
  [ATTR 01] 2 octets
    10 00                                           ..
  [PADDING] 2 octets
    00 00                                           ..
  [ATTR 03] 4 octets
    02 00 00 00                                     ....
  [ATTR 04] 4 octets
    00 00 00 00                                     ....
  [ATTR 05] 4 octets
    07 00 00 00                                     ....
  [ATTR 06] 20 octets
    14 00 01 00 08 00 01 00 03 00 00 00 08 00 02 00 ................
    0e 00 00 00                                     ....
  [ATTR 07] 24 octets
    18 00 01 00 08 00 02 00 10 00 00 00 0b 00 01 00 ................
    6e 6f 74 69 66 79 00 00                         notify..
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Received Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 36
    .type = 2 <ERROR>
    .flags = 0 <>
    .seq = 1462291792
    .port = 629146467
  [ERRORMSG] 20 octets
    .error = 0 "Success"
  [ORIGINAL MESSAGE] 16 octets
    .nlmsg_len = 16
    .type = 16 <0x10>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291792
    .port = 629146467
---------------------------  END NETLINK MESSAGE   ---------------------------
-- Debug: Sent Message:
--------------------------   BEGIN NETLINK MESSAGE ---------------------------
  [NETLINK HEADER] 16 octets
    .nlmsg_len = 32
    .type = 16 <genl/family::nlctrl>
    .flags = 5 <REQUEST,ACK>
    .seq = 1462291793
    .port = 629146467
  [GENERIC NETLINK HEADER] 4 octets
    .cmd = 3
    .version = 0
    .unused = 0
  [ATTR 02] 8 octets
    6e 6c 38 30 32 31 31 00                         nl80211.
---------------------------  END NETLINK MESSAGE   ---------------------------

Offline

#6 2016-05-04 18:29:40

hummer010
Member
Registered: 2013-11-11
Posts: 10

Re: Help troubleshooting wireless on Baytrail....

I tried going back to Kernel 4.5.2, because it actually has some specific baytrail stuff in it that doesn't exist in 4.4.  When I patch for the correct device id, and enable the required stuff for the baytrail, the wireless device isn't recognized at all.  ip link doesn't list a wireless device.  modprobe'ing the ath6kl modules does nothing.  There's no errors, but still no device.

I'm not exaclty a newbie to Linux, but this kind of stuff is pretty far from my comfort zone.

Offline

#7 2016-05-04 21:18:57

hummer010
Member
Registered: 2013-11-11
Posts: 10

Re: Help troubleshooting wireless on Baytrail....

I noticed today that with my custom 4.4.8 kernel, my RTL8192 based dongle doesn't work.  I built a new 4.4.8 kernel to include the RTL8192 support.  With my new kernel, nothing has changed with the internal wifi.  I can connect the RTL8192 dongle to wifi without issue.  I get all of the same behaviour outlined above with the internal wifi still.

Offline

Board footer

Powered by FluxBB