1
Windows a jiné systémy / Vzdálená plocha a deaktivace monitoru
« kdy: 17. 01. 2024, 15:17:34 »
Když si magic packetem probudím PC, tak bych potřeboval zhasnout monitor a pracovat na vzdálené ploše. Šlo by to nějak?
Tato sekce Vám umožňuje zobrazit všechny příspěvky tohoto uživatele. Prosím uvědomte si, že můžete vidět příspěvky pouze z oblastí Vám přístupných.
[ 2.827244] ath11k_pci 0000:00:10.0: BAR 0: assigned [mem 0x100000000-0x1001fffff 64bit]
[ 2.832642] ath11k_pci 0000:00:10.0: MSI vectors: 1
[ 2.832871] ath11k_pci 0000:00:10.0: wcn6855 hw2.0
[ 2.853176] NET: Registered PF_QIPCRTR protocol family
[ 2.990074] random: crng init done
[ 3.010790] mhi mhi0: Requested to power ON
[ 3.010813] mhi mhi0: Power on setup success
[ 3.018213] mhi mhi0: firmware: direct-loading firmware ath11k/WCN6855/hw2.0/amss.bin
[ 3.118060] mhi mhi0: Wait for device to enter SBL or Mission mode
[ 3.766982] ath11k_pci 0000:00:10.0: chip_id 0x2 chip_family 0xb board_id 0xff soc_id 0x400c0200
[ 3.766997] ath11k_pci 0000:00:10.0: fw_version 0x110c0c35 fw_build_timestamp 2022-06-24 10:50 fw_build_id WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.16
[ 3.772905] ath11k_pci 0000:00:10.0: firmware: direct-loading firmware ath11k/WCN6855/hw2.0/board-2.bin
[ 3.780921] ath11k_pci 0000:00:10.0: firmware: direct-loading firmware ath11k/WCN6855/hw2.0/board-2.bin
[ 3.805665] ath11k_pci 0000:00:10.0: firmware: direct-loading firmware ath11k/WCN6855/hw2.0/m3.bin
[ 3.849517] ath11k_pci 0000:00:10.0: leaving PCI ASPM disabled to avoid MHI M2 problems
[ 4.878125] ath11k_pci 0000:00:10.0: failed to receive control response completion, polling..
[ 5.902094] ath11k_pci 0000:00:10.0: Service connect timeout
[ 5.902112] ath11k_pci 0000:00:10.0: failed to connect to HTT: -110
[ 5.902389] ath11k_pci 0000:00:10.0: failed to start core: -110
[ 6.111511] ath11k_pci 0000:00:10.0: ignore reset dev flags 0x4000
[ 16.142128] ath11k_pci 0000:00:10.0: failed to wait wlan mode request (mode 4): -110
[ 16.142135] ath11k_pci 0000:00:10.0: qmi failed to send wlan mode off: -110
20,25,30 * * * *
valid interface combinations:
* #{ managed } <= 2048, #{ AP, mesh point } <= 8, #{ P2P-client, P2P-GO } <= 1,
total <= 2048, #channels <= 1, STA/AP BI must match
takže by měla umět až 8 AP na jednom kanálu. interface=wlp2s0
driver=nl80211
ssid=Test-SSID1
hw_mode=g
channel=10
#hw_mode=a
#channel=48
bss=wlp2s0
ssid=Test-SSID2
service hostapd status
● hostapd.service - Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
Loaded: loaded (/lib/systemd/system/hostapd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2019-09-06 12:39:32 CEST; 2s ago
Process: 2950 ExecStart=/usr/sbin/hostapd -P /run/hostapd.pid -B $DAEMON_OPTS ${DAEMON_CONF} (code=exited, status=1/FAILURE)
Main PID: 1167 (code=exited, status=0/SUCCESS)
zář 06 12:39:32 dn2800mt hostapd[2950]: wlp2s0: AP-DISABLED
zář 06 12:39:32 dn2800mt hostapd[2950]: wlp2s0: CTRL-EVENT-TERMINATING
zář 06 12:39:32 dn2800mt hostapd[2950]: hostapd_free_hapd_data: Interface wlp2s0 wasn't started
zář 06 12:39:32 dn2800mt hostapd[2950]: wlp2s0: AP-DISABLED
zář 06 12:39:32 dn2800mt hostapd[2950]: wlp2s0: CTRL-EVENT-TERMINATING
zář 06 12:39:32 dn2800mt hostapd[2950]: hostapd_free_hapd_data: Interface wlp2s0 wasn't started
zář 06 12:39:32 dn2800mt hostapd[2950]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
zář 06 12:39:32 dn2800mt systemd[1]: hostapd.service: Control process exited, code=exited status=1
zář 06 12:39:32 dn2800mt systemd[1]: hostapd.service: Failed with result 'exit-code'.
zář 06 12:39:32 dn2800mt systemd[1]: Failed to start Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator.
iw dev wlp2s0 interface add wlp2s0_0 type managed addr 70:f1:a1:86:xx:xx
kde to po úpravě hostadp.conf na bss=wlp2s0_0 skončí stejnou chybou.