Search found 16 matches
- 14 Sep 2022, 06:39
- Forum: Software
- Topic: Can't set fixed ip address
- Replies: 1
- Views: 5112
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.
- 14 Sep 2022, 01:58
- Forum: Software
- Topic: Can't set fixed ip address
- Replies: 1
- Views: 5112
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. #controlgroup...
- 12 Sep 2022, 16:43
- Forum: Software
- Topic: Missing headers for driver compilation
- Replies: 10
- Views: 7629
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
- 12 Sep 2022, 02:56
- Forum: Software
- Topic: Missing headers for driver compilation
- Replies: 10
- Views: 7629
Re: Missing headers for driver compilation
After compiling and testing:
It works as expected, however, using service. Nothing happens. I'm using buster version now. Any help?
How do I correctly configure wifi network?
Code: Select all
sudo /sbin/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -D8188eu,wext -iwlan0
How do I correctly configure wifi network?
- 12 Sep 2022, 00:51
- Forum: Software
- Topic: Missing headers for driver compilation
- Replies: 10
- Views: 7629
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.
It did work using cross compilation.
It was difficult to find the correct path, but it is working now.
- 10 Sep 2022, 17:49
- Forum: Software
- Topic: Missing headers for driver compilation
- Replies: 10
- Views: 7629
Re: Missing headers for driver compilation
Any tutorial for cross compilation? Can't match the headers.
- 08 Sep 2022, 23:11
- Forum: Software
- Topic: Missing headers for driver compilation
- Replies: 10
- Views: 7629
Re: Missing headers for driver compilation
I'm getting segmentation fault. Any idea how to fix?
- 08 Sep 2022, 22:57
- Forum: Software
- Topic: Missing headers for driver compilation
- Replies: 10
- Views: 7629
- 07 Sep 2022, 22:24
- Forum: Software
- Topic: Missing headers for driver compilation
- Replies: 10
- Views: 7629
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 make[...
- 24 Aug 2022, 00:12
- Forum: Software
- Topic: Can't upgrade
- Replies: 10
- Views: 7747
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"