Search found 4 matches

by sodo
2025-01-10 17:38
Forum: Luckfox Pico-RV1103/RV1106
Topic: [howto] Installing alpine linux and using camera on non-buildroot env
Replies: 2
Views: 1517

[howto] Installing alpine linux and using camera on non-buildroot env

buildroot wasn't too convenient, lot of packages weren't working

ubuntu used too much ram so i couln't reserve enough ram for camera

so i decided to use alpine linux for my project

https://github.com/djdisodo/luckfox-pico-alpine

here's the release and i explained how can camera be used on non ...
by sodo
2025-01-04 16:19
Forum: Luckfox Pico-RV1103/RV1106
Topic: ubuntu: can't get rtl8xxx_git working
Replies: 5
Views: 4113

Re: ubuntu: can't get rtl8xxx_git working


Hi,

Did you have to do anything ense to get this to work ?

I have the driver installed and loaded but all I see is wlan0 (the onboard wireless) and I was expecting to see a wlan1 for the USB dongle...

Any hints welcome.

root@luckfox:~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3 ...
by sodo
2024-10-10 8:34
Forum: Luckfox Pico-RV1103/RV1106
Topic: ubuntu: can't get rtl8xxx_git working
Replies: 5
Views: 4113

Re: ubuntu: can't get rtl8xxx_git working

i got it working,
firmware was not included in driver repo or firmware package(deb) but i could get from somewhere else

i attached prebuilt one for someone who might need

extract drv_ko.tgz and copy content to /

extract rtl3.tgz and "make install"

install firmware according to message that ...
by sodo
2024-10-08 15:47
Forum: Luckfox Pico-RV1103/RV1106
Topic: ubuntu: can't get rtl8xxx_git working
Replies: 5
Views: 4113

ubuntu: can't get rtl8xxx_git working

캡처.PNG
it compiles and load just fine
usb is detected
but it isn't recognized as wifi card
i also installed files inside "drv_ko" inside kernel source code from sdk
https://github.com/lwfinger/rtl8xxxu