"rasp_carpolo" is my Hotspot (bridge between usb0 and wlan0).
I set Sfr_mossad as connection name with wlan1 parameters but i cannot connect (see picture from the first post).
Search found 25 matches
- Fri Aug 28, 2020 7:43 pm
- Forum: Networking and servers
- Topic: cannot activate my wifi network
- Replies: 5
- Views: 339
- Fri Aug 28, 2020 5:49 pm
- Forum: Networking and servers
- Topic: cannot activate my wifi network
- Replies: 5
- Views: 339
Re: cannot activate my wifi network
Raspbian and i use nmcli command to connect at every moment with my bash script.
- Fri Aug 28, 2020 4:11 pm
- Forum: Networking and servers
- Topic: cannot activate my wifi network
- Replies: 5
- Views: 339
cannot activate my wifi network
Dear, I have 3 interfaces on my raspberry: - Internal Wifi (Wlan0) - LTE usb dongle (usb0) - external wifi usb dongle (wlan1) I create a bridge between usb0 and Wlan0(using as Hotspot) by nmcli command. But i want use wlan1 to connect on my personnal wifi network "Sfr_mossad", but it doesn...
- Sat Aug 15, 2020 5:44 pm
- Forum: Networking and servers
- Topic: bridge not up on boot raspberry and route table
- Replies: 3
- Views: 310
- Fri Jun 05, 2020 8:26 am
- Forum: Troubleshooting
- Topic: [Resolved] kernel 5.4.44 linux-headers not found
- Replies: 7
- Views: 1558
Re: kernel 5.4.44 linux-headers not found
It's works now.
Thanks.
Thanks.
- Thu Jun 04, 2020 11:06 pm
- Forum: Networking and servers
- Topic: bridge not up on boot raspberry and route table
- Replies: 3
- Views: 310
bridge not up on boot raspberry and route table
Hello, I have 3 interfaces on my raspberry: - Internal Wifi (Wlan0) - LTE usb dongle (usb0) - external wifi usb dongle (wlan1) I create a bridge between usb0 and Wlan0(using as Hotspot) by nmcli command nmcli con show bridge-br0 bridge-slave-usb0 bridge-slave-wlan0 On raspberry boot, bridge doesn't ...
- Thu Jun 04, 2020 6:29 pm
- Forum: Troubleshooting
- Topic: [Resolved] kernel 5.4.44 linux-headers not found
- Replies: 7
- Views: 1558
Re: kernel 5.4.44 linux-headers not found
I execute only:
Then i can build with normal process the driver?
Code: Select all
rpi-source
- Thu Jun 04, 2020 9:58 am
- Forum: Troubleshooting
- Topic: [Resolved] kernel 5.4.44 linux-headers not found
- Replies: 7
- Views: 1558
Re: kernel 5.4.44 linux-headers not found
I don't develop this driver because it's work already with kernel v5.x, before i use kernel 4.19.108, i upgrade kernel by rpi-update command
because i try to do working a driver of my usb wifi adapter.
https://github.com/brektrou/rtl8821CU
because i try to do working a driver of my usb wifi adapter.
https://github.com/brektrou/rtl8821CU
- Thu Jun 04, 2020 8:45 am
- Forum: Troubleshooting
- Topic: [Resolved] kernel 5.4.44 linux-headers not found
- Replies: 7
- Views: 1558
[Resolved] kernel 5.4.44 linux-headers not found
Hello,
I want to build a driver, it need folder /build on my kernel version,
I try to install linux-headers on my kernel 5.4.44, it impossible to get this package, not found .
Have you an idea please?
Thank you.
I want to build a driver, it need folder /build on my kernel version,
I try to install linux-headers on my kernel 5.4.44, it impossible to get this package, not found .
Have you an idea please?
Thank you.
- Tue May 19, 2020 12:11 pm
- Forum: Graphics, sound and multimedia
- Topic: ffmpeg record audio and video synchronized
- Replies: 0
- Views: 253
ffmpeg record audio and video synchronized
Hello, I want to record from my camera and my i2s mems micro, i try this command: raspivid -o - -t 60000 -vf -hf -fps 25 -b 4500000 -md 4 -w 720 -h 540 -awb greyworld -ae 32 -a 12 -a "Jojo %m/%d/%Y %X" | ffmpeg -t 00:01:00 -f alsa -thread_queue_size 2048 -ar 44100 -ac 2 -acodec pcm_s32le -...
- Wed Mar 18, 2020 9:49 pm
- Forum: Ubuntu
- Topic: [resolved] Pivpn Openvpn connected no internet access
- Replies: 8
- Views: 2626
Re: Pivpn Openvpn connected no internet access
You need to add in you server.conf and your clients .ovpn files.
It's works now for me.
Code: Select all
compress lz4
- Wed Mar 18, 2020 10:03 am
- Forum: Camera board
- Topic: RPI Zero + Camera + FB Live streaming help needed
- Replies: 4
- Views: 1744
Re: RPI Zero + Camera + FB Live streaming help needed
I got it working with YouTube live via tips in https://www.digikey.com/en/maker/blogs/streaming-live-to-youtube-and-facebook-using-raspberry-pi-camera . For optimum bit rate using the IR camera inside my birdhouse I used the following: raspivid -o - -t 0 -vf -hf -fps 30 -b 4500000 -md 4 -w 720 -h 5...
- Wed Mar 11, 2020 8:02 pm
- Forum: Camera board
- Topic: RPI Zero + Camera + FB Live streaming help needed
- Replies: 4
- Views: 1744
Re: RPI Zero + Camera + FB Live streaming help needed
Hello,
I have the same problem, Have you resolved?
Thanks you.
I have the same problem, Have you resolved?
Thanks you.
- Tue Mar 10, 2020 7:18 am
- Forum: Beginners
- Topic: I2s mic and camera record
- Replies: 0
- Views: 128
I2s mic and camera record
Dear, I want to use Motion application on my raspberry pi zero W ,when a motion is detected, start camera and record Audio and video on a file (for example file.mp4) then the file is streaming with Youtube. The part about Motion is already do. My camera: https://www.kubii.fr/cameras-accessoires/2270...
- Fri Mar 06, 2020 10:52 am
- Forum: Ubuntu
- Topic: [resolved] Pivpn Openvpn connected no internet access
- Replies: 8
- Views: 2626
Re: Pivpn Openvpn connected no internet access
Hello,
Anyone, have an idea?
Anyone, have an idea?
- Tue Feb 25, 2020 9:07 am
- Forum: Beginners
- Topic: Bridge and route internet access
- Replies: 1
- Views: 142
Bridge and route internet access
Dear, I have the raspberry pi zero W with an internal wifi interface on the motherboard, a 4G USB dongle and a Wifi USB key (external). 1) First of all, I would like to know how to create a bridge between the 4G dongle and the internal wifi and thus obtain a HOTSPOT hidden called HOME_PETER with pas...
- Fri Feb 21, 2020 9:48 pm
- Forum: Ubuntu
- Topic: [resolved] Pivpn Openvpn connected no internet access
- Replies: 8
- Views: 2626
Re: Pivpn Openvpn connected no internet access
When i connect VPN, i get this address: 10.8.0.3, i cannot ping local network i cannot ping local network: Phone --> VPN server --X -- local network i cannot ping local network, i cannot access Internet: Phone --> VPN server --> local network (e.g. router) --X -- internet i cannot ping local network...
- Fri Feb 21, 2020 5:23 pm
- Forum: Ubuntu
- Topic: [resolved] Pivpn Openvpn connected no internet access
- Replies: 8
- Views: 2626
Re: Pivpn Openvpn connected no internet access
On my phone, I can connect VPN with 4G network.
I use JuiceSSH application to connect on my ssh console, but i cannot to connect.
I use JuiceSSH application to connect on my ssh console, but i cannot to connect.
- Thu Feb 20, 2020 4:07 pm
- Forum: Ubuntu
- Topic: [resolved] Pivpn Openvpn connected no internet access
- Replies: 8
- Views: 2626
Re: Pivpn Openvpn connected no internet access
ip_forward is at value 1.
Code: Select all
cat /proc/sys/net/ipv4/ip_forward
1
- Tue Feb 18, 2020 10:33 am
- Forum: Ubuntu
- Topic: [resolved] Pivpn Openvpn connected no internet access
- Replies: 8
- Views: 2626
[resolved] Pivpn Openvpn connected no internet access
Hello, I have Ubuntu mate 18.04, i can connect my phone on the vpn but i cannot access Internet. My raspberry: sudo cat /etc/iptables/rules.v4 [sudo] password for jamesraspberry: # Generated by iptables-save v1.6.1 on Sat Feb 15 00:37:07 2020 *nat :PREROUTING ACCEPT [0:0] :INPUT ACCEPT [0:0] :OUTPUT...
- Fri Jul 26, 2019 8:57 am
- Forum: Graphics, sound and multimedia
- Topic: raspivid streaming FaceBook live and creation parts video
- Replies: 0
- Views: 250
raspivid streaming FaceBook live and creation parts video
Hello,
I want to use raspivid tool to create streaming video on Facebook Live or Youtube Live and create videos part ( files .mp4 for example) on same time.
Is it possible to do that?
Thank you.
I want to use raspivid tool to create streaming video on Facebook Live or Youtube Live and create videos part ( files .mp4 for example) on same time.
Is it possible to do that?
Thank you.
- Thu Jun 20, 2019 9:28 pm
- Forum: Beginners
- Topic: Clone sdcard to flash an other sdcard
- Replies: 4
- Views: 407
Re: Clone sdcard to flash an other sdcard
Problem comes from Plastic Case of raspberry. Problem resolved.
- Thu Jun 20, 2019 7:06 pm
- Forum: Beginners
- Topic: Clone sdcard to flash an other sdcard
- Replies: 4
- Views: 407
Re: Clone sdcard to flash an other sdcard
I''m sorry, i get new informations.
This backup SD-card works fine on the original raspberry. On the new raspberry, it doesn't works. No signal on HDMI. So the problem no comes from SD-card.
This backup SD-card works fine on the original raspberry. On the new raspberry, it doesn't works. No signal on HDMI. So the problem no comes from SD-card.
- Thu Jun 20, 2019 4:56 pm
- Forum: Beginners
- Topic: Clone sdcard to flash an other sdcard
- Replies: 4
- Views: 407
Re: Clone sdcard to flash an other sdcard
What did you put on the original SD-card ? On the original SD-card, OS raspbian but i don't know how that's created Did you try to boot with the original card ? The original SD-card works fine. Can you run the "fdisk" comand on that card too ? I tell you later when i get the raspberry
- Thu Jun 20, 2019 2:18 pm
- Forum: Beginners
- Topic: Clone sdcard to flash an other sdcard
- Replies: 4
- Views: 407
Clone sdcard to flash an other sdcard
Hello, I try this topic on my computer running on Ubuntu but it doesn't works (raspberry cannot boot, nothing on the screen): https://www.raspberrypi.org/documentation/linux/filesystem/backup.md I use this command for backup: sudo dd bs=4M if=/dev/mmcblk0 | gzip > raspbian.img.gz To flash an other s...