-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laptop build #36
Comments
The problem seems to be this: if (glsl_version == NULL)
glsl_version = "#version 130";
IM_ASSERT((int)strlen(glsl_version) + 2 < IM_ARRAYSIZE(g_GlslVersionString));
strcpy(g_GlslVersionString, glsl_version);
strcat(g_GlslVersionString, "\n"); It's in the imgui_impl_opengl3.cpp file, line 107. |
Commented this block out. `$ sudo -E DISPLAY=:0 ./gs $ sudo -E ./gs |
can you test with |
Sadly, it doesn't work this way: But the main problem here is that I'm not passed the video issue yet. Would really appreciate your help here: Thanks a lot! |
please exec |
No video problems so far. Thanks. I'll try to find my monitor mode problem. |
Just to be sure: I should see beacons and acknowledgements, right? Then it works fine with |
why remove |
Because I have to put my card into the monitor mode via script. Can you provide some info on what tcpdump prints out on a properly working setup? |
|
Tcpdump can't put my card into monitor mode for some reason. I have TP-WN722N v2. tcpdump: verbose output suppressed, use -v[v]... for full protocol decode 09:58:39.321561 1.0 Mb/s 2412 MHz 11b -81dBm signal antenna 0 Beacon (SSID_NAME) [1.0* 2.0* 5.5* 11.0* 9.0 18.0 36.0 54.0 Mbit] ESS CH: 4, PRIVACY 09:58:39.350210 11.0 Mb/s 2412 MHz 11b -83dBm signal antenna 0 Data IV:fc2606 Pad 20 KeyID 1 09:58:39.374229 1.0 Mb/s 2412 MHz 11b -95dBm signal antenna 0 Beacon (SSID_NAME) [1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 Mbit] ESS CH: 1, PRIVACY 09:58:39.380601 1.0 Mb/s 2412 MHz 11b -87dBm signal antenna 0 Beacon (SSID_NAME) [1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 Mbit] ESS CH: 1, PRIVACY 09:58:39.387989 1.0 Mb/s 2412 MHz 11b -79dBm signal antenna 0 Beacon (SSID_NAME) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] ESS CH: 3, PRIVACY 09:58:39.462364 1.0 Mb/s 2412 MHz 11b -83dBm signal antenna 0 Beacon (SSID_NAME) [1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0 Mbit] ESS CH: 1, PRIVACY 09:58:39.462366 1.0 Mb/s 2412 MHz 11b -83dBm signal antenna 0 Data IV:a071d1 Pad 20 KeyID 1 |
gs didn't contain tcpdump. tcpdump for me is just used for test netcard. try to remove |
Thanks a lot! Now I'm getting somewhere - I can see the GS screen with HAL menu. But sad news - my camera is borked, so I'll have to wait for a new one (confirmed with another code as well). Is there an easy way to make esp32 send dummy frames(like the camera is there) so I can play with the link range etc? |
you can package a static jpeg into c header, then send it by call |
Hi there! Pop OS
6.1.11-76060111-generic #202302091138~1675975749~22.04~f771a7f SMP PREEMPT_DYNAMIC Thu F x86_64 x86_64 x86_64 GNU/Linux
here. HW: TL-WN722N v2 card with this fix. Airdump-ng works fine - tested it.$ sudo -E DISPLAY=:0 ./gs (I) src/PI_HAL.cpp: 286: Drivers: 4 (I) src/PI_HAL.cpp: 289: Driver 0: x11 (I) src/PI_HAL.cpp: 289: Driver 1: wayland (I) src/PI_HAL.cpp: 289: Driver 2: KMSDRM (I) src/PI_HAL.cpp: 289: Driver 3: dummy (I) src/PI_HAL.cpp: 298: Mode -1: 455844177x671522212 (E) src/PI_HAL.cpp: 317: Cannot create window: No available video device (E) src/PI_HAL.cpp: 604: Cannot initialize display Segmentation fault
or
`$ sudo -E ./gs
(I) src/PI_HAL.cpp: 286: Drivers: 4
(I) src/PI_HAL.cpp: 289: Driver 0: x11
(I) src/PI_HAL.cpp: 289: Driver 1: wayland
(I) src/PI_HAL.cpp: 289: Driver 2: KMSDRM
(I) src/PI_HAL.cpp: 289: Driver 3: dummy
(I) src/PI_HAL.cpp: 298: Mode 0: 1366x768
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile vertex shader!
0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader!
0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link shader program!
error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader
(E) src/imgui_impl_opengl3.cpp: 382: GL error 1282 in glShaderSource(shaderData.VertHandle, 2, vertex_shader_with_version, NULL) file src/imgui_impl_opengl3.cpp line 382
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile vertex shader!
0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader!
0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link shader program!
error: linking with uncompiled/unspecialized shadererror: linking with uncompiled/unspecialized shader
(E) src/imgui_impl_opengl3.cpp: 477: GL error 1282 in glGenBuffers(1, &g_VboHandle) file src/imgui_impl_opengl3.cpp line 477
(I) src/Comms.cpp: 718: Radiocap header size: 11, IEEE header size: 24
(I) src/Comms.cpp: 581: Opening interface wlxac15a2eb4253 in monitor mode
(E) src/Comms.cpp: 623: Error in pcap_activate: That device doesn't support monitor mode
`
What's my problem there?
Thanks
The text was updated successfully, but these errors were encountered: