Search found 16 matches

by thalesmaoa
14 Sep 2022, 06:39
Forum: Software
Topic: Can't set fixed ip address
Replies: 1
Views: 6198

Re: Can't set fixed ip address

Now I get it! wlan must associate first before dhcp issue an ip. I was trying to achieve that backwards.
by thalesmaoa
14 Sep 2022, 01:58
Forum: Software
Topic: Can't set fixed ip address
Replies: 1
Views: 6198

Can't set fixed ip address

I can't understand why my configuration doesn't work for RevPi, but it does work for a normal RaspPi.


pi@RevPi1118:~ $ cat /etc/dhcpcd.conf
# A sample configuration for dhcpcd.
# See dhcpcd.conf(5) for details.

# Allow users of this group to interact with dhcpcd via the control socket ...
by thalesmaoa
12 Sep 2022, 16:43
Forum: Software
Topic: Missing headers for driver compilation
Replies: 10
Views: 8195

Re: Missing headers for driver compilation

After some tests, it seems to be a bug for old boards and buster image. The fix is edit

Code: Select all

/etc/dhcpcd.conf
.

Code: Select all

interface wlan0
        metric 100
	env ifwireless=1
	env wpa_supplicant_driver=8188eu,wext
by thalesmaoa
12 Sep 2022, 02:56
Forum: Software
Topic: Missing headers for driver compilation
Replies: 10
Views: 8195

Re: Missing headers for driver compilation

After compiling and testing:

Code: Select all

sudo /sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -D8188eu,wext -iwlan0
It works as expected, however, using service. Nothing happens. I'm using buster version now. Any help?
How do I correctly configure wifi network?
by thalesmaoa
12 Sep 2022, 00:51
Forum: Software
Topic: Missing headers for driver compilation
Replies: 10
Views: 8195

Re: Missing headers for driver compilation

I can't compile within RevPi. I alsways get Segmentation Fault.
It did work using cross compilation.

It was difficult to find the correct path, but it is working now.
by thalesmaoa
10 Sep 2022, 17:49
Forum: Software
Topic: Missing headers for driver compilation
Replies: 10
Views: 8195

Re: Missing headers for driver compilation

Any tutorial for cross compilation? Can't match the headers.
by thalesmaoa
08 Sep 2022, 23:11
Forum: Software
Topic: Missing headers for driver compilation
Replies: 10
Views: 8195

Re: Missing headers for driver compilation

I'm getting segmentation fault. Any idea how to fix?
by thalesmaoa
08 Sep 2022, 22:57
Forum: Software
Topic: Missing headers for driver compilation
Replies: 10
Views: 8195

Re: Missing headers for driver compilation

Thanks. It did work.
by thalesmaoa
07 Sep 2022, 22:24
Forum: Software
Topic: Missing headers for driver compilation
Replies: 10
Views: 8195

Missing headers for driver compilation

Hi, I need to compile some drivers, but the headers are missing.
I appreciate if anyone can help.

https://github.com/lwfinger/rtl8188eu
or
https://github.com/aircrack-ng/rtl8188eus


$ make
make ARCH=arm CROSS_COMPILE= -C /lib/modules/4.19.95-rt38/build M=/home/pi/RealtekDriver/rtl8188eu modules ...
by thalesmaoa
24 Aug 2022, 00:12
Forum: Software
Topic: Can't upgrade
Replies: 10
Views: 9010

Re: Can't upgrade

Code: Select all

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --nodered-version="1.3.7"
This works fine!