Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
LiveCD wifi on new laptop
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Wed Dec 26, 2018 2:19 pm    Post subject: LiveCD wifi on new laptop Reply with quote

Hello, I got a new laptop with Intel Wifi 24fd (rev 78), drivers require at least kernel 4.15, the live CD is from 2016,
is there a newer even unstable live CD somewhere ?
I can't install gentoo without wifi working, please help.


edit: found one from 2017 here http://gentoo.mirrors.ovh.net/gentoo-distfiles/releases/amd64/20170118/ , but it has graphical UI and i dont know the root pwd, is there newer LiveCD somewhere ?
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Wed Dec 26, 2018 3:03 pm    Post subject: Reply with quote

Ok, looking this https://wiki.gentoo.org/wiki/Project:RelEng/LiveDVD there are no other, what is the root password of the crispy waffle belgian release ?
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Wed Dec 26, 2018 4:02 pm    Post subject: Reply with quote

I'm trying to get the minimal gentoo installation working :
- If I only dd it, I get a grub command line, pressing enter juste create a new line
- there is this tutorial https://wiki.gentoo.org/wiki/LiveUSB/Guide#Mounting_the_Gentoo_Minimal_Installation_CD , if I follow it it wont boot at all. maybe UEFI, is there another tutorial ?
- there is this tutorial https://wiki.gentoo.org/wiki/Sakaki%27s_EFI_Install_Guide/Creating_and_Booting_the_Minimal-Install_Image_on_USB which just dd it, and I get again to the grub screen.

getting mad.
Back to top
View user's profile Send private message
Muso
Veteran
Veteran


Joined: 22 Oct 2002
Posts: 1052
Location: The Holy city of Honolulu

PostPosted: Wed Dec 26, 2018 4:10 pm    Post subject: Reply with quote

Try using this iso.
_________________
"You can lead a horticulture but you can't make her think" ~ Dorothy Parker
2021 is the year of the Linux Desktop!
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Wed Dec 26, 2018 5:47 pm    Post subject: Reply with quote

bought another usb key to local store, minimal install boot now. solved.
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Wed Dec 26, 2018 6:24 pm    Post subject: Reply with quote

Not solved, in the doc https://wiki.gentoo.org/wiki/Handbook:AMD64/Full/Installation#Automatic_network_detection its written :
To connect with an ASCII WEP key:

root #iw dev wlp9s0 connect -w GentooNode key 0:some-password

but this doesnt work at all, output is : key must be [d:] index:data where ...
it requires an ascii code of 5 or 13 chars, but thats not my key!
Back to top
View user's profile Send private message
Logicien
Veteran
Veteran


Joined: 16 Sep 2005
Posts: 1555
Location: Montréal

PostPosted: Wed Dec 26, 2018 7:26 pm    Post subject: Reply with quote

How do you connect to the Wifi Network? If it's by Wpa you need to authentificate with Wpa_supplicant and than have a dhcp client request to get Ip configuration. Same thing for Wep, Wpa_supplicant can manage it. You need something like this for Wpa:
Code:
wpa_passphrase essid passphrase > /etc/wpa_supplicant/wpa_supplicant.conf

If you use Wep than something like this in /etc/wpa_supplicant/wpa_supplicant.conf should do the job:
Code:
network={
        ssid="ESSID"
        scan_ssid=1
        key_mgmt=NONE
        wep_key0="password"
}

You start Wpa_supplicant, for example:
Code:
wpa_supplicant -B -c /etc/wpa_supplicant/wpa_supplicant.conf -D nl80211 -dd -f /var/log/wpa-wlan0.log -i wlan0 -t

When connected to the Access Point, verify with iwconfig or iw, than
Code:
dhclient -v wlan0

You can use whatever dhcp client you want. Change ESSID, password and network device according to you.
_________________
Paul
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Thu Dec 27, 2018 11:58 am    Post subject: Reply with quote

Thanks, but I fail to get wpa_supplicant working, here is the log :

Code:

1530893846.217906: wpa_supplicant v2.6
1530893846.217929: random: Trying to read entropy from /dev/random
1530893846.217936: Successfully initialized wpa_supplicant
1530893846.217939: Initializing interface 'wlp2s0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
1530893846.217942: Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
1530893846.217944: Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
1530893846.217957: Line: 1 - start of a new network block
1530893846.217966: ssid - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893846.217974: PSK - hexdump(len=32): [REMOVED]
1530893846.217977: scan_ssid=1 (0x1)
1530893846.217979: proto: 0x2
1530893846.217981: key_mgmt: 0x2
1530893846.217985: priority=5 (0x5)
1530893846.217991: Priority group 5
1530893846.217992:    id=0 ssid='superwifi'
1530893846.218462: nl80211: TDLS supported
1530893846.218465: nl80211: TDLS external setup
1530893846.218468: nl80211: Supported cipher 00-0f-ac:1
1530893846.218470: nl80211: Supported cipher 00-0f-ac:5
1530893846.218472: nl80211: Supported cipher 00-0f-ac:2
1530893846.218473: nl80211: Supported cipher 00-0f-ac:4
1530893846.218474: nl80211: Supported cipher 00-0f-ac:6
1530893846.218498: nl80211: Using driver-based off-channel TX
1530893846.218502: nl80211: TDLS channel switch
1530893846.218504: nl80211: Driver-advertised extended capabilities (default) - hexdump(len=8): 04 00 00 00 00 00 00 40
1530893846.218507: nl80211: Driver-advertised extended capabilities mask (default) - hexdump(len=8): 04 00 00 00 00 00 00 40
1530893846.218515: nl80211: Use separate P2P group interface (driver advertised support)
1530893846.218516: nl80211: Enable multi-channel concurrent (driver advertised support)
1530893846.218517: nl80211: use P2P_DEVICE support
1530893846.218519: nl80211: interface wlp2s0 in phy phy0
1530893846.218537: nl80211: Set mode ifindex 3 iftype 2 (STATION)
1530893846.218550: nl80211: Subscribe to mgmt frames with non-AP handle 0x560393bb1660
1530893846.218554: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=0104
1530893846.218568: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218570: nl80211: Register frame match - hexdump(len=2): 01 04
1530893846.218573: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=040a
1530893846.218580: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218582: nl80211: Register frame match - hexdump(len=2): 04 0a
1530893846.218584: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=040b
1530893846.218590: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218592: nl80211: Register frame match - hexdump(len=2): 04 0b
1530893846.218594: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=040c
1530893846.218600: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218601: nl80211: Register frame match - hexdump(len=2): 04 0c
1530893846.218603: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=040d
1530893846.218610: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218611: nl80211: Register frame match - hexdump(len=2): 04 0d
1530893846.218613: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=090a
1530893846.218619: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218621: nl80211: Register frame match - hexdump(len=2): 09 0a
1530893846.218623: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=090b
1530893846.218629: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218633: nl80211: Register frame match - hexdump(len=2): 09 0b
1530893846.218635: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=090c
1530893846.218642: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218643: nl80211: Register frame match - hexdump(len=2): 09 0c
1530893846.218645: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=090d
1530893846.218651: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218653: nl80211: Register frame match - hexdump(len=2): 09 0d
1530893846.218655: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=0801
1530893846.218661: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218662: nl80211: Register frame match - hexdump(len=2): 08 01
1530893846.218664: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=06
1530893846.218671: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218672: nl80211: Register frame match - hexdump(len=1): 06
1530893846.218674: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=0a07
1530893846.218680: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218682: nl80211: Register frame match - hexdump(len=2): 0a 07
1530893846.218683: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=0a11
1530893846.218690: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218691: nl80211: Register frame match - hexdump(len=2): 0a 11
1530893846.218693: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=0a1a
1530893846.218700: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218701: nl80211: Register frame match - hexdump(len=2): 0a 1a
1530893846.218703: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=1101
1530893846.218709: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218711: nl80211: Register frame match - hexdump(len=2): 11 01
1530893846.218713: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=1102
1530893846.218719: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218720: nl80211: Register frame match - hexdump(len=2): 11 02
1530893846.218722: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=0505
1530893846.218729: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218730: nl80211: Register frame match - hexdump(len=2): 05 05
1530893846.218732: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=0500
1530893846.218738: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218740: nl80211: Register frame match - hexdump(len=2): 05 00
1530893846.218742: nl80211: Register frame type=0xd0 (WLAN_FC_STYPE_ACTION) nl_handle=0x560393bb1660 match=0502
1530893846.218748: nl80211: Register frame command failed (type=208): ret=-114 (Operation already in progress)
1530893846.218749: nl80211: Register frame match - hexdump(len=2): 05 02
1530893846.218753: nl80211: Failed to register Action frame processing - ignore for now
1530893846.218826: rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
1530893846.218841: netlink: Operstate: ifindex=3 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT)
1530893846.218997: Add interface wlp2s0 to a new radio phy0
1530893846.219146: nl80211: Regulatory information - country=00
1530893846.219149: nl80211: 2402-2472 @ 40 MHz 20 mBm
1530893846.219153: nl80211: 2457-2482 @ 20 MHz 20 mBm (no IR)
1530893846.219156: nl80211: 2474-2494 @ 20 MHz 20 mBm (no OFDM) (no IR)
1530893846.219158: nl80211: 5170-5250 @ 80 MHz 20 mBm (no IR)
1530893846.219160: nl80211: 5250-5330 @ 80 MHz 20 mBm (DFS) (no IR)
1530893846.219163: nl80211: 5490-5730 @ 160 MHz 20 mBm (DFS) (no IR)
1530893846.219165: nl80211: 5735-5835 @ 80 MHz 20 mBm (no IR)
1530893846.219168: nl80211: 57240-63720 @ 2160 MHz 0 mBm
1530893846.219182: nl80211: Added 802.11b mode based on 802.11g information
1530893846.254050: wlp2s0: Own MAC address: 04:d3:b0:6c:8d:79
1530893846.254079: wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=0 set_tx=0 seq_len=0 key_len=0
1530893846.254117: wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=1 set_tx=0 seq_len=0 key_len=0
1530893846.254131: wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=2 set_tx=0 seq_len=0 key_len=0
1530893846.254142: wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=3 set_tx=0 seq_len=0 key_len=0
1530893846.254153: wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=4 set_tx=0 seq_len=0 key_len=0
1530893846.254163: wpa_driver_nl80211_set_key: ifindex=3 (wlp2s0) alg=0 addr=(nil) key_idx=5 set_tx=0 seq_len=0 key_len=0
1530893846.254172: wlp2s0: RSN: flushing PMKID list in the driver
1530893846.254173: nl80211: Flush PMKIDs
1530893846.255711: ENGINE: Loading dynamic engine
1530893846.255819: ENGINE: Loading dynamic engine
1530893846.255868: EAPOL: SUPP_PAE entering state DISCONNECTED
1530893846.255870: EAPOL: Supplicant port status: Unauthorized
1530893846.255872: nl80211: Skip set_supp_port(unauthorized) while not associated
1530893846.255873: EAPOL: KEY_RX entering state NO_KEY_RECEIVE
1530893846.255874: EAPOL: SUPP_BE entering state INITIALIZE
1530893846.255876: EAP: EAP entering state DISABLED
1530893846.255884: wlp2s0: Added interface wlp2s0
1530893846.255886: wlp2s0: State: DISCONNECTED -> DISCONNECTED
1530893846.255888: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893846.255890: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893846.255898: Daemonize..
1530893846.256210: random: Got 20/20 bytes from /dev/random
1530893846.354416: wlp2s0: Starting delayed sched scan
1530893846.354432: wlp2s0: Use normal scan instead of sched_scan for initial scans (normal_scans=0)
1530893846.354438: wlp2s0: Setting scan request: 0.000000 sec
1530893846.354452: wlp2s0: State: DISCONNECTED -> SCANNING
1530893846.354454: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893846.354462: wlp2s0: Starting AP scan for wildcard SSID
1530893846.354466: wlp2s0: Add radio work 'scan'@0x560393bd4fe0
1530893846.354469: wlp2s0: First radio work item in the queue - schedule start immediately
1530893846.354476: wlp2s0: Starting radio work 'scan'@0x560393bd4fe0 after 0.000006 second wait
1530893846.354481: wlp2s0: nl80211: scan request
1530893846.354496: nl80211: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893846.354500: nl80211: Scan SSID - hexdump_ascii(len=0): [NULL]
1530893846.354503: nl80211: Scan extra IEs - hexdump(len=10): 7f 08 04 00 00 00 01 00 00 40
1530893846.354538: nl80211: Scan trigger failed: ret=-16 (Device or resource busy)
1530893846.354542: wlp2s0: State: SCANNING -> DISCONNECTED
1530893846.354544: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893846.354546: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893846.354554: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
1530893846.354559: wlp2s0: Radio work 'scan'@0x560393bd4fe0 done in 0.000083 seconds
1530893846.354561: wlp2s0: radio_work_free('scan'@0x560393bd4fe0: num_active_works --> 0
1530893846.354563: wlp2s0: Setting scan request: 1.000000 sec
1530893846.373353: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893846.373383: nl80211: Event message available
1530893846.373422: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
1530893846.373427: wlp2s0: nl80211: New scan results available
1530893846.373429: nl80211: Scan probed for SSID 'superwifi'
1530893846.373431: nl80211: Scan probed for SSID ''
1530893846.373436: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
1530893846.373439: wlp2s0: Event SCAN_RESULTS (3) received
1530893846.375018: nl80211: Received scan results (2 BSSes)
1530893846.384138: wlp2s0: BSS: Start scan result update 1
1530893846.384160: wlp2s0: BSS: Add new id 0 BSSID 24:95:04:de:ac:94 SSID 'superwifi' freq 2412
1530893846.384171: wlp2s0: BSS: Add new id 1 BSSID 08:d5:9d:c0:a1:4c SSID 'Inspection' freq 2417
1530893846.384179: BSS: last_scan_res_used=2/32
1530893846.384183: wlp2s0: New scan results available (own=0 ext=1)
1530893846.384186: wlp2s0: Do not use results from externally requested scan operation for network selection
1530893846.384198: nl80211: Event message available
1530893846.384207: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
1530893846.384210: wlp2s0: nl80211: Scan trigger
1530893846.384212: wlp2s0: Event SCAN_STARTED (47) received
1530893846.384214: wlp2s0: External program started a scan
1530893847.118704: nl80211: Event message available
1530893847.118740: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
1530893847.118747: wlp2s0: nl80211: New scan results available
1530893847.118751: nl80211: Scan probed for SSID ''
1530893847.118761: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
1530893847.118766: wlp2s0: Event SCAN_RESULTS (3) received
1530893847.118821: nl80211: Received scan results (2 BSSes)
1530893847.124652: wlp2s0: BSS: Start scan result update 2
1530893847.124667: BSS: last_scan_res_used=2/32
1530893847.124673: wlp2s0: New scan results available (own=0 ext=1)
1530893847.124676: wlp2s0: Do not use results from externally requested scan operation for network selection
1530893847.124692: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893847.264411: EAPOL: disable timer tick
1530893847.364407: wlp2s0: State: DISCONNECTED -> SCANNING
1530893847.364420: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893847.364427: wlp2s0: Starting AP scan for wildcard SSID
1530893847.364433: wlp2s0: Add radio work 'scan'@0x560393bdabf0
1530893847.364436: wlp2s0: First radio work item in the queue - schedule start immediately
1530893847.364444: wlp2s0: Starting radio work 'scan'@0x560393bdabf0 after 0.000007 second wait
1530893847.364447: wlp2s0: nl80211: scan request
1530893847.364458: nl80211: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893847.364462: nl80211: Scan SSID - hexdump_ascii(len=0): [NULL]
1530893847.364464: nl80211: Scan extra IEs - hexdump(len=10): 7f 08 04 00 00 00 01 00 00 40
1530893847.366540: Scan requested (ret=0) - scan timeout 30 seconds
1530893847.366556: nl80211: Event message available
1530893847.366563: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
1530893847.366567: wlp2s0: nl80211: Scan trigger
1530893847.366570: wlp2s0: Event SCAN_STARTED (47) received
1530893847.366573: wlp2s0: Own scan request started a scan in 0.000023 seconds
1530893848.136524: nl80211: Event message available
1530893848.136560: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
1530893848.136566: wlp2s0: nl80211: New scan results available
1530893848.136571: nl80211: Scan probed for SSID 'superwifi'
1530893848.136573: nl80211: Scan probed for SSID ''
1530893848.136583: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
1530893848.136592: wlp2s0: Event SCAN_RESULTS (3) received
1530893848.136598: wlp2s0: Scan completed in 0.770024 seconds
1530893848.136643: nl80211: Received scan results (2 BSSes)
1530893848.142715: wlp2s0: BSS: Start scan result update 3
1530893848.142728: BSS: last_scan_res_used=2/32
1530893848.142732: wlp2s0: New scan results available (own=1 ext=0)
1530893848.142738: wlp2s0: Radio work 'scan'@0x560393bdabf0 done in 0.778294 seconds
1530893848.142741: wlp2s0: radio_work_free('scan'@0x560393bdabf0: num_active_works --> 0
1530893848.142744: wlp2s0: Selecting BSS from priority group 5
1530893848.142751: wlp2s0: 0: 24:95:04:de:ac:94 ssid='superwifi' wpa_ie_len=28 rsn_ie_len=24 caps=0x411 level=-45 freq=2412  wps
1530893848.142761: wlp2s0:    selected based on RSN IE
1530893848.142766: wlp2s0:    selected BSS 24:95:04:de:ac:94 ssid='superwifi'
1530893848.142773: wlp2s0: Considering connect request: reassociate: 0  selected: 24:95:04:de:ac:94  bssid: 00:00:00:00:00:00  pending: 00:00:00:00:00:00  wpa_state: SCANNING  ssid=0x560393bb1c60  current_ssid=(nil)
1530893848.142776: wlp2s0: Request association with 24:95:04:de:ac:94
1530893848.142779: wlp2s0: Add radio work 'sme-connect'@0x560393bdabf0
1530893848.142782: wlp2s0: First radio work item in the queue - schedule start immediately
1530893848.142796: wlp2s0: Starting radio work 'sme-connect'@0x560393bdabf0 after 0.000012 second wait
1530893848.142798: wlp2s0: Automatic auth_alg selection: 0x1
1530893848.142800: RSN: PMKSA cache search - network_ctx=(nil) try_opportunistic=0
1530893848.142802: RSN: Search for BSSID 24:95:04:de:ac:94
1530893848.142804: RSN: No PMKSA cache entry found
1530893848.142806: wlp2s0: RSN: using IEEE 802.11i/D9.0
1530893848.142809: wlp2s0: WPA: Selected cipher suites: group 8 pairwise 24 key_mgmt 2 proto 2
1530893848.142810: wlp2s0: WPA: Selected mgmt group cipher 32
1530893848.142812: WPA: set AP WPA IE - hexdump(len=30): dd 1c 00 50 f2 01 01 00 00 50 f2 02 02 00 00 50 f2 04 00 50 f2 02 01 00 00 50 f2 02 0c 00
1530893848.142817: WPA: set AP RSN IE - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 00 00 0f ac 04 00 0f ac 02 01 00 00 0f ac 02 0c 00
1530893848.142823: wlp2s0: WPA: using GTK TKIP
1530893848.142825: wlp2s0: WPA: using PTK CCMP
1530893848.142827: wlp2s0: WPA: using KEY_MGMT WPA-PSK
1530893848.142829: wlp2s0: WPA: not using MGMT group cipher
1530893848.142830: WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
1530893848.142835: FT: Stored MDIE and FTIE from (Re)Association Response - hexdump(len=0):
1530893848.142836: RRM: Determining whether RRM can be used - device support: 0x19
1530893848.142838: RRM: No RRM in network
1530893848.142841: wlp2s0: Cancelling scan request
1530893848.142844: wlp2s0: SME: Trying to authenticate with 24:95:04:de:ac:94 (SSID='superwifi' freq=2412 MHz)
1530893848.142846: wlp2s0: State: SCANNING -> AUTHENTICATING
1530893848.142849: EAPOL: External notification - EAP success=0
1530893848.142851: EAPOL: External notification - EAP fail=0
1530893848.142853: EAPOL: External notification - portControl=Auto
1530893848.142855: Not configuring frame filtering - BSS 00:00:00:00:00:00 is not a Hotspot 2.0 network
1530893848.142857: nl80211: Authenticate (ifindex=3)
1530893848.142862:   * bssid=24:95:04:de:ac:94
1530893848.142864:   * freq=2412
1530893848.142865:   * SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893848.142870:   * IEs - hexdump(len=0): [NULL]
1530893848.142872:   * Auth Type 0
1530893848.157750: nl80211: Authentication request send successfully
1530893848.157767: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893848.157800: nl80211: Event message available
1530893848.157810: nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlp2s0
1530893848.157813: nl80211: New station 24:95:04:de:ac:94
1530893848.161331: nl80211: Event message available
1530893848.161351: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
1530893848.161357: wlp2s0: nl80211: Scan trigger
1530893848.161361: wlp2s0: Event SCAN_STARTED (47) received
1530893848.161364: wlp2s0: External program started a scan
1530893848.162026: nl80211: Event message available
1530893848.162044: nl80211: Drv Event 37 (NL80211_CMD_AUTHENTICATE) received for wlp2s0
1530893848.162047: nl80211: MLME event 37 (NL80211_CMD_AUTHENTICATE) on wlp2s0(04:d3:b0:6c:8d:79) A1=04:d3:b0:6c:8d:79 A2=24:95:04:de:ac:94
1530893848.162053: nl80211: MLME event frame - hexdump(len=41): b0 08 3a 01 04 d3 b0 6c 8d 79 24 95 04 de ac 94 24 95 04 de ac 94 20 fb 00 00 02 00 00 00 dd 09 00 10 18 02 03 f0 2c 00 00
1530893848.162065: nl80211: Authenticate event
1530893848.162070: wlp2s0: Event AUTH (11) received
1530893848.162077: wlp2s0: SME: Authentication response: peer=24:95:04:de:ac:94 auth_type=0 auth_transaction=2 status_code=0
1530893848.162080: SME: Authentication response IEs - hexdump(len=11): dd 09 00 10 18 02 03 f0 2c 00 00
1530893848.162089: wlp2s0: Trying to associate with 24:95:04:de:ac:94 (SSID='superwifi' freq=2412 MHz)
1530893848.162092: wlp2s0: State: AUTHENTICATING -> ASSOCIATING
1530893848.162094: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893848.162096: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893848.162107: WPA: set own WPA/RSN IE - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
1530893848.162112: nl80211: Associate (ifindex=3)
1530893848.162116:   * bssid=24:95:04:de:ac:94
1530893848.162119:   * freq=2412
1530893848.162120:   * SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893848.162125:   * IEs - hexdump(len=32): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00 7f 08 04 00 00 00 01 00 00 40
1530893848.162130:   * WPA Versions 0x2
1530893848.162132:   * pairwise=0xfac04
1530893848.162133:   * group=0xfac02
1530893848.162134:   * akm=0xfac02
1530893848.162491: nl80211: Association request send successfully
1530893848.162524: nl80211: Event message available
1530893848.162646: nl80211: Drv Event 35 (NL80211_CMD_SCAN_ABORTED) received for wlp2s0
1530893848.162654: wlp2s0: nl80211: Scan aborted
1530893848.162657: nl80211: Scan probed for SSID ''
1530893848.162666: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
1530893848.162670: wlp2s0: Event SCAN_RESULTS (3) received
1530893848.163611: nl80211: Received scan results (2 BSSes)
1530893848.167905: wlp2s0: BSS: Start scan result update 4
1530893848.167925: wlp2s0: New scan results available (own=0 ext=1)
1530893848.167930: wlp2s0: Do not use results from externally requested scan operation for network selection
1530893848.171188: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
1530893848.171212: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
1530893848.171223: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 operstate=5 linkmode=1 ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
1530893848.171231: nl80211: Event message available
1530893848.171244: nl80211: Drv Event 38 (NL80211_CMD_ASSOCIATE) received for wlp2s0
1530893848.171246: nl80211: MLME event 38 (NL80211_CMD_ASSOCIATE) on wlp2s0(04:d3:b0:6c:8d:79) A1=04:d3:b0:6c:8d:79 A2=24:95:04:de:ac:94
1530893848.171251: nl80211: MLME event frame - hexdump(len=135): 10 00 3a 01 04 d3 b0 6c 8d 79 24 95 04 de ac 94 24 95 04 de ac 94 30 fb 11 04 00 00 04 c0 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 2d 1a ec 18 1b ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3d 16 01 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 dd 09 00 10 18 02 03 f0 2c 00 00 dd 18 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00
1530893848.171288: nl80211: Associate event
1530893848.171294: wlp2s0: Event ASSOC (0) received
1530893848.171298: wlp2s0: Association info event
1530893848.171300: resp_ies - hexdump(len=105): 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 2d 1a ec 18 1b ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3d 16 01 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 dd 09 00 10 18 02 03 f0 2c 00 00 dd 18 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00
1530893848.171331: wlp2s0: freq=2412 MHz
1530893848.171334: FT: Stored MDIE and FTIE from (Re)Association Response - hexdump(len=0):
1530893848.171339: wlp2s0: State: ASSOCIATING -> ASSOCIATED
1530893848.171342: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893848.171344: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893848.197055: wlp2s0: Associated to a new BSS: BSSID=24:95:04:de:ac:94
1530893848.197068: wlp2s0: Associated with 24:95:04:de:ac:94
1530893848.197071: wlp2s0: WPA: Association event - clear replay counter
1530893848.197074: wlp2s0: WPA: Clear old PTK
1530893848.197076: EAPOL: External notification - portEnabled=0
1530893848.197079: EAPOL: External notification - portValid=0
1530893848.197081: EAPOL: External notification - EAP success=0
1530893848.197083: EAPOL: External notification - portEnabled=1
1530893848.197085: EAPOL: SUPP_PAE entering state CONNECTING
1530893848.197086: EAPOL: enable timer tick
1530893848.197090: EAPOL: SUPP_BE entering state IDLE
1530893848.197095: wlp2s0: Setting authentication timeout: 10 sec 0 usec
1530893848.197100: wlp2s0: Cancelling scan request
1530893848.197103: WMM AC: AC mandatory: AC_BE=0 AC_BK=0 AC_VI=0 AC_VO=0
1530893848.197106: WMM AC: U-APSD queues=0x0
1530893848.197109: WMM AC: Valid WMM association, WMM AC is enabled
1530893848.197112: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
1530893848.197128: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893848.197144: nl80211: Event message available
1530893848.197155: nl80211: Drv Event 46 (NL80211_CMD_CONNECT) received for wlp2s0
1530893848.197158: nl80211: Ignore connect event (cmd=46) when using userspace SME
1530893848.197165: nl80211: Event message available
1530893848.197172: nl80211: Drv Event 20 (NL80211_CMD_DEL_STATION) received for wlp2s0
1530893848.197175: nl80211: Delete station 24:95:04:de:ac:94
1530893848.197184: nl80211: Event message available
1530893848.197190: nl80211: Drv Event 39 (NL80211_CMD_DEAUTHENTICATE) received for wlp2s0
1530893848.197193: nl80211: MLME event 39 (NL80211_CMD_DEAUTHENTICATE) on wlp2s0(04:d3:b0:6c:8d:79) A1=24:95:04:de:ac:94 A2=04:d3:b0:6c:8d:79
1530893848.197198: nl80211: MLME event frame - hexdump(len=26): c0 00 00 00 24 95 04 de ac 94 04 d3 b0 6c 8d 79 24 95 04 de ac 94 00 00 03 00
1530893848.197206: nl80211: Deauthenticate event
1530893848.197211: wlp2s0: Event DEAUTH (12) received
1530893848.197213: wlp2s0: Deauthentication notification
1530893848.197216: wlp2s0:  * reason 3 (locally generated)
1530893848.197220: wlp2s0:  * address 24:95:04:de:ac:94
1530893848.197222: Deauthentication frame IE(s) - hexdump(len=0): [NULL]
1530893848.197228: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=24:95:04:de:ac:94 reason=3 locally_generated=1
1530893848.197231: wlp2s0: Auto connect enabled: try to reconnect (wps=0/0 wpa_state=6)
1530893848.197235: wlp2s0: Setting scan request: 0.100000 sec
1530893848.197242: wlp2s0: Radio work 'sme-connect'@0x560393bdabf0 done in 0.054445 seconds
1530893848.197246: wlp2s0: radio_work_free('sme-connect'@0x560393bdabf0: num_active_works --> 0
1530893848.197248: Added BSSID 24:95:04:de:ac:94 into blacklist
1530893848.197253: wlp2s0: Blacklist count 1 --> request scan in 100 ms
1530893848.197258: wlp2s0: Ignore new scan request for 0.100000 sec since an earlier request is scheduled to trigger sooner
1530893848.197261: wlp2s0: WPA: Clear old PMK and PTK
1530893848.197263: wlp2s0: Disconnect event - remove keys
1530893848.197265: nl80211: Data frame filter flags=0x0
1530893848.197303: wlp2s0: State: ASSOCIATED -> DISCONNECTED
1530893848.197306: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893848.197309: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893848.197314: WMM AC: WMM AC is disabled
1530893848.197317: EAPOL: External notification - portEnabled=0
1530893848.197319: EAPOL: SUPP_PAE entering state DISCONNECTED
1530893848.197321: EAPOL: Supplicant port status: Unauthorized
1530893848.197323: nl80211: Skip set_supp_port(unauthorized) while not associated
1530893848.197325: EAPOL: SUPP_BE entering state INITIALIZE
1530893848.197327: EAPOL: External notification - portValid=0
1530893848.197329: EAPOL: External notification - EAP success=0
1530893848.197339: nl80211: Event message available
1530893848.197349: nl80211: Drv Event 48 (NL80211_CMD_DISCONNECT) received for wlp2s0
1530893848.197352: nl80211: Ignore disconnect event when using userspace SME
1530893848.304530: wlp2s0: State: DISCONNECTED -> SCANNING
1530893848.304537: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893848.304546: wlp2s0: Starting AP scan for wildcard SSID
1530893848.304553: wlp2s0: Add radio work 'scan'@0x560393bdabf0
1530893848.304556: wlp2s0: First radio work item in the queue - schedule start immediately
1530893848.304566: wlp2s0: Starting radio work 'scan'@0x560393bdabf0 after 0.000009 second wait
1530893848.304570: wlp2s0: nl80211: scan request
1530893848.304576: nl80211: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893848.304583: nl80211: Scan SSID - hexdump_ascii(len=0): [NULL]
1530893848.304585: nl80211: Scan extra IEs - hexdump(len=10): 7f 08 04 00 00 00 01 00 00 40
1530893848.306704: nl80211: Scan trigger failed: ret=-16 (Device or resource busy)
1530893848.306714: wlp2s0: State: SCANNING -> DISCONNECTED
1530893848.306717: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893848.306719: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893848.306725: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
1530893848.306730: wlp2s0: Radio work 'scan'@0x560393bdabf0 done in 0.002164 seconds
1530893848.306733: wlp2s0: radio_work_free('scan'@0x560393bdabf0: num_active_works --> 0
1530893848.306736: wlp2s0: Setting scan request: 1.000000 sec
1530893848.306745: nl80211: Event message available
1530893848.306753: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
1530893848.306756: wlp2s0: nl80211: Scan trigger
1530893848.306759: wlp2s0: Event SCAN_STARTED (47) received
1530893848.306761: wlp2s0: External program started a scan
1530893849.043992: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893849.044029: nl80211: Event message available
1530893849.044044: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
1530893849.044049: wlp2s0: nl80211: New scan results available
1530893849.044052: nl80211: Scan probed for SSID ''
1530893849.044064: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
1530893849.044069: wlp2s0: Event SCAN_RESULTS (3) received
1530893849.045658: nl80211: Received scan results (2 BSSes)
1530893849.047340: wlp2s0: BSS: Start scan result update 5
1530893849.047358: BSS: last_scan_res_used=2/32
1530893849.047364: wlp2s0: New scan results available (own=0 ext=1)
1530893849.047367: wlp2s0: Do not use results from externally requested scan operation for network selection
1530893849.174524: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 operstate=2 linkmode=1 ifi_family=0 ifi_flags=0x1003 ([UP])
1530893849.314548: wlp2s0: State: DISCONNECTED -> SCANNING
1530893849.314554: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893849.314560: wlp2s0: Starting AP scan for wildcard SSID
1530893849.314567: wlp2s0: Add radio work 'scan'@0x560393bdabf0
1530893849.314570: wlp2s0: First radio work item in the queue - schedule start immediately
1530893849.314578: wlp2s0: Starting radio work 'scan'@0x560393bdabf0 after 0.000007 second wait
1530893849.314580: wlp2s0: nl80211: scan request
1530893849.314586: nl80211: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893849.314590: nl80211: Scan SSID - hexdump_ascii(len=0): [NULL]
1530893849.314592: nl80211: Scan extra IEs - hexdump(len=10): 7f 08 04 00 00 00 01 00 00 40
1530893849.316702: nl80211: Scan trigger failed: ret=-16 (Device or resource busy)
1530893849.316713: wlp2s0: State: SCANNING -> DISCONNECTED
1530893849.316716: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893849.316718: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893849.316726: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
1530893849.316733: wlp2s0: Radio work 'scan'@0x560393bdabf0 done in 0.002154 seconds
1530893849.316737: wlp2s0: radio_work_free('scan'@0x560393bdabf0: num_active_works --> 0
1530893849.316740: wlp2s0: Setting scan request: 1.000000 sec
1530893849.316751: nl80211: Event message available
1530893849.316760: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
1530893849.316763: wlp2s0: nl80211: Scan trigger
1530893849.316767: wlp2s0: Event SCAN_STARTED (47) received
1530893849.316769: wlp2s0: External program started a scan
1530893850.203321: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893850.203339: nl80211: Event message available
1530893850.203351: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
1530893850.203355: wlp2s0: nl80211: New scan results available
1530893850.203358: nl80211: Scan probed for SSID 'superwifi'
1530893850.203360: nl80211: Scan probed for SSID ''
1530893850.203373: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
1530893850.203377: wlp2s0: Event SCAN_RESULTS (3) received
1530893850.208128: nl80211: Received scan results (2 BSSes)
1530893850.215482: wlp2s0: BSS: Start scan result update 6
1530893850.215499: BSS: last_scan_res_used=2/32
1530893850.215503: wlp2s0: New scan results available (own=0 ext=1)
1530893850.215506: wlp2s0: Do not use results from externally requested scan operation for network selection
1530893850.215517: EAPOL: startWhen --> 0
1530893850.215518: EAPOL: disable timer tick
1530893850.324520: wlp2s0: State: DISCONNECTED -> SCANNING
1530893850.324526: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893850.324533: wlp2s0: Starting AP scan for wildcard SSID
1530893850.324538: wlp2s0: Add radio work 'scan'@0x560393bdabf0
1530893850.324541: wlp2s0: First radio work item in the queue - schedule start immediately
1530893850.324549: wlp2s0: Starting radio work 'scan'@0x560393bdabf0 after 0.000007 second wait
1530893850.324551: wlp2s0: nl80211: scan request
1530893850.324557: nl80211: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893850.324561: nl80211: Scan SSID - hexdump_ascii(len=0): [NULL]
1530893850.324563: nl80211: Scan extra IEs - hexdump(len=10): 7f 08 04 00 00 00 01 00 00 40
1530893850.326670: nl80211: Scan trigger failed: ret=-16 (Device or resource busy)
1530893850.326680: wlp2s0: State: SCANNING -> DISCONNECTED
1530893850.326684: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893850.326687: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893850.326695: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
1530893850.326701: wlp2s0: Radio work 'scan'@0x560393bdabf0 done in 0.002151 seconds
1530893850.326705: wlp2s0: radio_work_free('scan'@0x560393bdabf0: num_active_works --> 0
1530893850.326708: wlp2s0: Setting scan request: 1.000000 sec
1530893850.326719: nl80211: Event message available
1530893850.326728: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
1530893850.326730: wlp2s0: nl80211: Scan trigger
1530893850.326733: wlp2s0: Event SCAN_STARTED (47) received
1530893850.326734: wlp2s0: External program started a scan
1530893851.334473: wlp2s0: State: DISCONNECTED -> SCANNING
1530893851.334478: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893851.334485: wlp2s0: Starting AP scan for wildcard SSID
1530893851.334490: wlp2s0: Add radio work 'scan'@0x560393bdabf0
1530893851.334492: wlp2s0: First radio work item in the queue - schedule start immediately
1530893851.334498: Delay radio work start until externally triggered scan completes
1530893853.709324: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893853.709355: nl80211: Event message available
1530893853.709368: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
1530893853.709373: wlp2s0: nl80211: New scan results available
1530893853.709376: nl80211: Scan probed for SSID ''
1530893853.709388: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
1530893853.709392: wlp2s0: Event SCAN_RESULTS (3) received
1530893853.710979: nl80211: Received scan results (2 BSSes)
1530893853.720318: wlp2s0: BSS: Start scan result update 7
1530893853.720333: BSS: last_scan_res_used=2/32
1530893853.720338: wlp2s0: New scan results available (own=0 ext=1)
1530893853.720340: wlp2s0: Do not use results from externally requested scan operation for network selection
1530893853.720355: wlp2s0: Starting radio work 'scan'@0x560393bdabf0 after 2.385862 second wait
1530893853.720358: wlp2s0: nl80211: scan request
1530893853.720364: nl80211: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893853.720370: nl80211: Scan SSID - hexdump_ascii(len=0): [NULL]
1530893853.720371: nl80211: Scan extra IEs - hexdump(len=10): 7f 08 04 00 00 00 01 00 00 40
1530893853.722680: nl80211: Scan trigger failed: ret=-16 (Device or resource busy)
1530893853.722691: wlp2s0: State: SCANNING -> DISCONNECTED
1530893853.722695: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893853.722698: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893853.722707: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
1530893853.722715: wlp2s0: Radio work 'scan'@0x560393bdabf0 done in 0.002357 seconds
1530893853.722719: wlp2s0: radio_work_free('scan'@0x560393bdabf0: num_active_works --> 0
1530893853.722724: wlp2s0: Setting scan request: 1.000000 sec
1530893853.722735: nl80211: Event message available
1530893853.722746: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
1530893853.722750: wlp2s0: nl80211: Scan trigger
1530893853.722754: wlp2s0: Event SCAN_STARTED (47) received
1530893853.722756: wlp2s0: External program started a scan
1530893854.493906: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893854.493927: nl80211: Event message available
1530893854.493939: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
1530893854.493943: wlp2s0: nl80211: New scan results available
1530893854.493946: nl80211: Scan probed for SSID 'superwifi'
1530893854.493948: nl80211: Scan probed for SSID ''
1530893854.493959: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
1530893854.493963: wlp2s0: Event SCAN_RESULTS (3) received
1530893854.501646: nl80211: Received scan results (2 BSSes)
1530893854.504761: wlp2s0: BSS: Start scan result update 8
1530893854.504778: BSS: last_scan_res_used=2/32
1530893854.504789: wlp2s0: New scan results available (own=0 ext=1)
1530893854.504793: wlp2s0: Do not use results from externally requested scan operation for network selection
1530893854.513851: nl80211: Event message available
1530893854.513868: nl80211: Drv Event 19 (NL80211_CMD_NEW_STATION) received for wlp2s0
1530893854.513871: nl80211: New station 24:95:04:de:ac:94
1530893854.518845: nl80211: Event message available
1530893854.518859: nl80211: Drv Event 37 (NL80211_CMD_AUTHENTICATE) received for wlp2s0
1530893854.518862: nl80211: MLME event 37 (NL80211_CMD_AUTHENTICATE) on wlp2s0(04:d3:b0:6c:8d:79) A1=04:d3:b0:6c:8d:79 A2=24:95:04:de:ac:94
1530893854.518865: nl80211: MLME event frame - hexdump(len=41): b0 00 3a 01 04 d3 b0 6c 8d 79 24 95 04 de ac 94 24 95 04 de ac 94 c0 ff 00 00 02 00 00 00 dd 09 00 10 18 02 03 f0 2c 00 00
1530893854.518872: nl80211: Authenticate event
1530893854.518875: wlp2s0: Event AUTH (11) received
1530893854.518878: wlp2s0: SME: Ignore authentication event when network is not selected
1530893854.530307: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
1530893854.530320: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
1530893854.530328: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 operstate=5 linkmode=1 ifi_family=0 ifi_flags=0x11003 ([UP][LOWER_UP])
1530893854.530334: nl80211: Event message available
1530893854.530342: nl80211: Drv Event 38 (NL80211_CMD_ASSOCIATE) received for wlp2s0
1530893854.530344: nl80211: MLME event 38 (NL80211_CMD_ASSOCIATE) on wlp2s0(04:d3:b0:6c:8d:79) A1=04:d3:b0:6c:8d:79 A2=24:95:04:de:ac:94
1530893854.530348: nl80211: MLME event frame - hexdump(len=135): 10 00 3a 01 04 d3 b0 6c 8d 79 24 95 04 de ac 94 24 95 04 de ac 94 e0 ff 11 04 00 00 04 c0 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 2d 1a ec 18 1b ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3d 16 01 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 dd 09 00 10 18 02 03 f0 2c 00 00 dd 18 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00
1530893854.530365: nl80211: Associate event
1530893854.530368: wlp2s0: Event ASSOC (0) received
1530893854.530371: wlp2s0: Association info event
1530893854.530372: resp_ies - hexdump(len=105): 01 08 82 84 8b 96 24 30 48 6c 32 04 0c 12 18 60 2d 1a ec 18 1b ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3d 16 01 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 dd 09 00 10 18 02 03 f0 2c 00 00 dd 18 00 50 f2 02 01 01 80 00 03 a4 00 00 27 a4 00 00 42 43 5e 00 62 32 2f 00
1530893854.530386: wlp2s0: freq=2412 MHz
1530893854.530388: FT: Stored MDIE and FTIE from (Re)Association Response - hexdump(len=0):
1530893854.530391: wlp2s0: State: DISCONNECTED -> ASSOCIATED
1530893854.530392: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893854.530394: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893854.556822: wlp2s0: Associated to a new BSS: BSSID=24:95:04:de:ac:94
1530893854.556830: wlp2s0: Select network based on association information
1530893854.556835: wlp2s0: Network configuration found for the current AP
1530893854.556839: wlp2s0: WPA: Using WPA IE from AssocReq to set cipher suites
1530893854.556844: wlp2s0: WPA: Selected cipher suites: group 8 pairwise 16 key_mgmt 2 proto 2
1530893854.556847: wlp2s0: WPA: Selected mgmt group cipher 32
1530893854.556850: wlp2s0: WPA: clearing AP WPA IE
1530893854.556853: wlp2s0: WPA: clearing AP RSN IE
1530893854.556856: wlp2s0: WPA: using GTK TKIP
1530893854.556859: wlp2s0: WPA: using PTK CCMP
1530893854.556861: wlp2s0: WPA: using KEY_MGMT WPA-PSK
1530893854.556864: wlp2s0: WPA: not using MGMT group cipher
1530893854.556867: WPA: Set own WPA IE default - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 00 0f ac 04 01 00 00 0f ac 02 00 00
1530893854.556878: EAPOL: External notification - EAP success=0
1530893854.556881: EAPOL: External notification - EAP fail=0
1530893854.556884: EAPOL: External notification - portControl=Auto
1530893854.556891: wlp2s0: Associated with 24:95:04:de:ac:94
1530893854.556893: wlp2s0: WPA: Association event - clear replay counter
1530893854.556896: wlp2s0: WPA: Clear old PTK
1530893854.556898: EAPOL: External notification - portEnabled=0
1530893854.556900: EAPOL: External notification - portValid=0
1530893854.556902: EAPOL: External notification - EAP success=0
1530893854.556904: EAPOL: External notification - portEnabled=1
1530893854.556906: EAPOL: SUPP_PAE entering state CONNECTING
1530893854.556908: EAPOL: enable timer tick
1530893854.556912: EAPOL: SUPP_BE entering state IDLE
1530893854.556916: wlp2s0: Setting authentication timeout: 10 sec 0 usec
1530893854.556920: wlp2s0: Cancelling scan request
1530893854.556923: WMM AC: AC mandatory: AC_BE=0 AC_BK=0 AC_VI=0 AC_VO=0
1530893854.556926: WMM AC: U-APSD queues=0x0
1530893854.556928: WMM AC: Valid WMM association, WMM AC is enabled
1530893854.556931: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
1530893854.556945: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893854.556958: nl80211: Event message available
1530893854.556969: nl80211: Drv Event 46 (NL80211_CMD_CONNECT) received for wlp2s0
1530893854.556972: nl80211: Ignore connect event (cmd=46) when using userspace SME
1530893854.556981: nl80211: Event message available
1530893854.556989: nl80211: Drv Event 20 (NL80211_CMD_DEL_STATION) received for wlp2s0
1530893854.556992: nl80211: Delete station 24:95:04:de:ac:94
1530893854.557000: nl80211: Event message available
1530893854.557005: nl80211: Drv Event 39 (NL80211_CMD_DEAUTHENTICATE) received for wlp2s0
1530893854.557008: nl80211: MLME event 39 (NL80211_CMD_DEAUTHENTICATE) on wlp2s0(04:d3:b0:6c:8d:79) A1=24:95:04:de:ac:94 A2=04:d3:b0:6c:8d:79
1530893854.557013: nl80211: MLME event frame - hexdump(len=26): c0 00 00 00 24 95 04 de ac 94 04 d3 b0 6c 8d 79 24 95 04 de ac 94 00 00 03 00
1530893854.557021: nl80211: Deauthenticate event
1530893854.557025: wlp2s0: Event DEAUTH (12) received
1530893854.557028: wlp2s0: Deauthentication notification
1530893854.557031: wlp2s0:  * reason 3 (locally generated)
1530893854.557035: wlp2s0:  * address 24:95:04:de:ac:94
1530893854.557037: Deauthentication frame IE(s) - hexdump(len=0): [NULL]
1530893854.557043: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=24:95:04:de:ac:94 reason=3 locally_generated=1
1530893854.557047: wlp2s0: Auto connect enabled: try to reconnect (wps=0/0 wpa_state=6)
1530893854.557050: wlp2s0: Setting scan request: 0.100000 sec
1530893854.557054: BSSID 24:95:04:de:ac:94 blacklist count incremented to 2
1530893854.557059: wlp2s0: Blacklist count 2 --> request scan in 500 ms
1530893854.557064: wlp2s0: Ignore new scan request for 0.500000 sec since an earlier request is scheduled to trigger sooner
1530893854.557067: wlp2s0: WPA: Clear old PMK and PTK
1530893854.557069: wlp2s0: Disconnect event - remove keys
1530893854.557072: nl80211: Data frame filter flags=0x0
1530893854.557100: wlp2s0: State: ASSOCIATED -> DISCONNECTED
1530893854.557102: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893854.557104: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893854.557111: WMM AC: WMM AC is disabled
1530893854.557113: EAPOL: External notification - portEnabled=0
1530893854.557115: EAPOL: SUPP_PAE entering state DISCONNECTED
1530893854.557117: EAPOL: Supplicant port status: Unauthorized
1530893854.557120: nl80211: Skip set_supp_port(unauthorized) while not associated
1530893854.557122: EAPOL: SUPP_BE entering state INITIALIZE
1530893854.557124: EAPOL: External notification - portValid=0
1530893854.557126: EAPOL: External notification - EAP success=0
1530893854.557134: nl80211: Event message available
1530893854.557140: nl80211: Drv Event 48 (NL80211_CMD_DISCONNECT) received for wlp2s0
1530893854.557142: nl80211: Ignore disconnect event when using userspace SME
1530893854.664527: wlp2s0: State: DISCONNECTED -> SCANNING
1530893854.664534: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893854.664548: wlp2s0: Starting AP scan for wildcard SSID
1530893854.664555: wlp2s0: Add radio work 'scan'@0x560393bdb6c0
1530893854.664558: wlp2s0: First radio work item in the queue - schedule start immediately
1530893854.664569: wlp2s0: Starting radio work 'scan'@0x560393bdb6c0 after 0.000008 second wait
1530893854.664572: wlp2s0: nl80211: scan request
1530893854.664578: nl80211: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893854.664584: nl80211: Scan SSID - hexdump_ascii(len=0): [NULL]
1530893854.664586: nl80211: Scan extra IEs - hexdump(len=10): 7f 08 04 00 00 00 01 00 00 40
1530893854.666646: nl80211: Scan trigger failed: ret=-16 (Device or resource busy)
1530893854.666656: wlp2s0: State: SCANNING -> DISCONNECTED
1530893854.666660: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893854.666662: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893854.666670: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
1530893854.666676: wlp2s0: Radio work 'scan'@0x560393bdb6c0 done in 0.002107 seconds
1530893854.666680: wlp2s0: radio_work_free('scan'@0x560393bdb6c0: num_active_works --> 0
1530893854.666684: wlp2s0: Setting scan request: 1.000000 sec
1530893854.666693: nl80211: Event message available
1530893854.666703: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
1530893854.666707: wlp2s0: nl80211: Scan trigger
1530893854.666711: wlp2s0: Event SCAN_STARTED (47) received
1530893854.666714: wlp2s0: External program started a scan
1530893855.519951: nl80211: Event message available
1530893855.519967: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlp2s0
1530893855.519971: wlp2s0: nl80211: New scan results available
1530893855.519973: nl80211: Scan probed for SSID ''
1530893855.519979: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 5180 5200 5220 5240 5260 5280 5300 5320 5500 5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5720 5745 5765 5785 5805 5825
1530893855.519983: wlp2s0: Event SCAN_RESULTS (3) received
1530893855.525704: nl80211: Received scan results (2 BSSes)
1530893855.530157: wlp2s0: BSS: Start scan result update 9
1530893855.530170: BSS: last_scan_res_used=2/32
1530893855.530176: wlp2s0: New scan results available (own=0 ext=1)
1530893855.530180: wlp2s0: Do not use results from externally requested scan operation for network selection
1530893855.530198: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893855.574543: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 operstate=2 linkmode=1 ifi_family=0 ifi_flags=0x1003 ([UP])
1530893855.674531: wlp2s0: State: DISCONNECTED -> SCANNING
1530893855.674538: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893855.674545: wlp2s0: Starting AP scan for wildcard SSID
1530893855.674550: wlp2s0: Add radio work 'scan'@0x560393bdb6c0
1530893855.674553: wlp2s0: First radio work item in the queue - schedule start immediately
1530893855.674561: wlp2s0: Starting radio work 'scan'@0x560393bdb6c0 after 0.000007 second wait
1530893855.674564: wlp2s0: nl80211: scan request
1530893855.674570: nl80211: Scan SSID - hexdump_ascii(len=9):
     73 75 70 65 72 77 69 66 69                        superwifi       
1530893855.674574: nl80211: Scan SSID - hexdump_ascii(len=0): [NULL]
1530893855.674576: nl80211: Scan extra IEs - hexdump(len=10): 7f 08 04 00 00 00 01 00 00 40
1530893855.676632: nl80211: Scan trigger failed: ret=-16 (Device or resource busy)
1530893855.676642: wlp2s0: State: SCANNING -> DISCONNECTED
1530893855.676647: nl80211: Set wlp2s0 operstate 0->0 (DORMANT)
1530893855.676649: netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
1530893855.676655: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-16 retry=1
1530893855.676661: wlp2s0: Radio work 'scan'@0x560393bdb6c0 done in 0.002099 seconds
1530893855.676663: wlp2s0: radio_work_free('scan'@0x560393bdb6c0: num_active_works --> 0
1530893855.676669: wlp2s0: Setting scan request: 1.000000 sec
1530893855.676678: nl80211: Event message available
1530893855.676685: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlp2s0
1530893855.676688: wlp2s0: nl80211: Scan trigger
1530893855.676690: wlp2s0: Event SCAN_STARTED (47) received
1530893855.676692: wlp2s0: External program started a scan
1530893856.527447: RTM_NEWLINK: ifi_index=3 ifname=wlp2s0 wext ifi_family=0 ifi_flags=0x1003 ([UP])
1530893856.527462: nl80211: Event message available
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54234
Location: 56N 3W

PostPosted: Thu Dec 27, 2018 12:23 pm    Post subject: Reply with quote

skarab,

Code:
1530893848.197228: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=24:95:04:de:ac:94 reason=3

It was told to disconnect.

This usually happens when you have several things trying to control your WiFi.
WPA_Supplicant obeys the last instruction received from whatever source, so it never works.

What service(s) do you think you are using to control WiFi?

Thet way forward is to identify them all and stop them all, so WiFi makes no attempt to start. That's easy to see in dmesg.
Now start WiFi by hand, using the service you want to use.
Once that works, automate WiFi starting at boot.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Thu Dec 27, 2018 12:33 pm    Post subject: Reply with quote

What service(s) do you think you are using to control WiFi?

I really dont know, I'm just using the minimal install usb key, going to look at it.
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Thu Dec 27, 2018 12:38 pm    Post subject: Reply with quote

wow, after a reboot it worked :)
awesome, thanks!
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Thu Dec 27, 2018 6:35 pm    Post subject: Reply with quote

Whats the proper way of using UEFI ?
I have gparted dev/sdb1 as /boot (ext2), dev/sdb2 as /boot/efi (fat), will I need Efibootmgr or just using GRUB2 with the "grub-install --efi-directory=/boot/efi" is enough ?
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Thu Dec 27, 2018 11:57 pm    Post subject: Reply with quote

So, I've :
1 1049kb 3146kb 2097kb ext2 grub bios_grub
2 3146kb 137mb 134mb fat32 boot boot, esp
...
when running grub-install I get :
Installing for x86_64-efi platform.
grub-install: error: cannot open '/boot/grub/x86-64-efi/part_plan.mod' : No space left on device.

Whats the problem ? I followed all the docs!
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Fri Dec 28, 2018 12:25 am    Post subject: Reply with quote

tomorrow I will try with just a efi partition...

edit: ok, it works, lets build a kernel!
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Fri Dec 28, 2018 12:10 pm    Post subject: Reply with quote

Ok, so I've :
Code:
/dev/sdb1      /boot/efi   vfat      noauto,noatime   1 2
/dev/sdb3      none      swap      sw      0 0
/dev/sdb4      /      ext4      noatime      0 1


I successfully installed grub 2, built the kernel, grub-mkconfig, but it doesnt boot at all, what am I missing ?
I added the boot option in the bios, selecting the efi file, when I reboot it just go in the bios menu.

[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Fri Dec 28, 2018 1:23 pm    Post subject: Reply with quote

Ok redoing all it boots on it, but fail to mount root, maybe its because ext4 is build as module ?
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Fri Dec 28, 2018 1:26 pm    Post subject: Reply with quote

same problem when not a module, I get this :

kernel panic vfs unable to mount root fs on unknown-block
Back to top
View user's profile Send private message
Logicien
Veteran
Veteran


Joined: 16 Sep 2005
Posts: 1555
Location: Montréal

PostPosted: Fri Dec 28, 2018 1:36 pm    Post subject: Reply with quote

According with what you say Grub2-efi do not appear when you boot. Have you check the output of the command
Code:
efibootmgr -v

to see what are the Efi menu entries and which entry is the default?

Is Gentoo the only system on this machine? Efibootmgr can setup the boot priority and make Grub2-efi the default boot choice of the Efi firmware but, if there is a Windows system already installed on the laptop this can change the behavior of the boot priority. On only Linux systemes I never had any difficulty to install Grub2-efi and make the Efi firmware use it as first boot choice.

Note that you can give the Linux kernel image as an efi executable to the Efi firmware menu if you have setup the efistub option in the kernel and give it the good kernel parameters in the kernel image or in the Efi firmware, using Efibootmgr for example to create this Efi menu entry.
_________________
Paul
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Fri Dec 28, 2018 1:44 pm    Post subject: Reply with quote

Thanks, I think the problem is I've no initramfs, I redo the kernel using genkernel this time.
It should work.
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Fri Dec 28, 2018 3:27 pm    Post subject: Reply with quote

Ok it works now! setuping wpa_supplicant as systemd service...
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Fri Dec 28, 2018 4:55 pm    Post subject: Reply with quote

The autologin with systemd does not work ( i follow https://unix.stackexchange.com/questions/42359/how-can-i-autologin-to-desktop-with-systemd as I did in my old laptop ).
Did something change ?
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Sat Dec 29, 2018 9:51 am    Post subject: Reply with quote

Ok had to systemctl enable it instead of creating the symlink manually.
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Sat Dec 29, 2018 1:05 pm    Post subject: Reply with quote

could you send me a working sample of this file /etc/laptop-mode/conf.d/lcd-brightness.conf please ?
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Sat Dec 29, 2018 2:56 pm    Post subject: Reply with quote

https://ibb.co/V3DH6Kt

So all is working, but not the backlight, I can set up manually in the config file though...
What the easiest to get it working with keyboard shortcuts please ?
Back to top
View user's profile Send private message
skarab
n00b
n00b


Joined: 18 Jun 2017
Posts: 40

PostPosted: Sat Dec 29, 2018 6:25 pm    Post subject: Reply with quote

...and my touchpad is not working, not a big problem but I cant see it with lspci nor lsusb
I've the ASUS S501UA-EJ1288T
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum