Jump to content

Can't get usb wifi driver installed (cant get linux headers)


Recommended Posts

Hi guys I have been at this for a week now.

 

I came up  with an idea to use MXQ pro tv box for my 3d printers as I am running klipper. Keep in mind I have klipper installed and it works perfect.

But in order to make things easier I need wifi the internal ethernet is working perfect.

 

I have a few beaglebone blacks that i used for another project I used wifi dongles with them and tried to install the driver on the rk3228 box but keeps on getting the following error.

 

v24.11 rolling for rk322x-box running Armbian Linux 6.11.4-edge-rockchip

 Packages:     Debian stable (bookworm)
 Support:      for advanced users (rolling release)
 IP addresses: (LAN) IPv4: 192.168.0.153 IPv6: fe80::30e0:63ff:fed2:6c71 (WAN) 192.143.2.188

 Performance:

 Load:         6%               Up time:       2 min
 Memory usage: 13% of 977M
 CPU temp:     59°C             Usage of /:    70% of 7.0G

 Commands:

 System config  : sudo armbian-config
 System monitor : htop

Last login: Sun Oct 20 19:51:29 2024 from 192.168.0.148
johan@rk322x-box:~$ sudo apt-get install build-essential git dkms linux-headers-$(uname -r)
[sudo] password for johan:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-6.11.4-edge-rockchip
E: Couldn't find any package by glob 'linux-headers-6.11.4-edge-rockchip'
E: Couldn't find any package by regex 'linux-headers-6.11.4-edge-rockchip'

johan@rk322x-box:~$

 

This is the link I have always used to install the wifi dongle driver. https://github.com/kelebek333/rtl8188fu

 

I'm not new to armbian but also not a pro so I have no idea hoe to install other drivers from  github.

 

Any assistance will be much appreciated 

Link to comment
Share on other sites

17 часов назад, JOHAN VAN DER MERWE сказал:

linux-headers-$(uname -r)

This is an incorrect package name.

 

Valid:

linux-image-${BRANCH}-${LINUXFAMALY}

BRANCH -> legacy,current or edge
LINUXFAMALY -> sunxi,sunxi64,rockcip-rk3588 ...

Example:
leo@bananapif3:~$ echo "$(LC_ALL=C apt search linux-image | grep install)"
...
linux-image-legacy-spacemit/now 24.11.0-trunk riscv64 [installed,local]

And search headers:

leo@bananapif3:~$ echo "$(LC_ALL=C apt search linux-headers-legacy-spacemit)"
...
linux-headers-legacy-spacemit/noble 24.8.2 riscv64
  Armbian Linux legacy headers 6.1.15-legacy-spacemit

Please note that the version of the installed kernel and the version of the headers available from the repository do not match.
That's because I built the core myself. And now the headlines are my problem.

Link to comment
Share on other sites

@going First of thank you for the time invested in creating such good work from my side I do appreciate it.

 

second im not new to linux but not completely understanding how to install the headers if im not mistaken this is the command that I should run.

 

(johan@rk322x-box:~$ echo "$(LC_ALL=C apt search linux-image | grep install)"

 

3rd question I have is I used multitools to make a backup of the android but its saved as .gz file when I copy that back to multitool it does not recognize the file name to install it how do I go about getting the gz file to a img file if I want to reinstall the android.

 

Kind Regards 

Johan  

Link to comment
Share on other sites

1 час назад, JOHAN VAN DER MERWE сказал:

3rd question I have is I used multitools to make a backup of the android but its saved as .gz file when I copy that back to multitool it does not recognize the file name to install it how do I go about getting the gz file to a img file if I want to reinstall the android.

zcat --help

zcat file-name.img.gz

 

 

Link to comment
Share on other sites

26 минут назад, JOHAN VAN DER MERWE сказал:

Is that correct? 

Yes of course!
You can also redirect the output of a command to the input of another command.

 

 

Link to comment
Share on other sites

18 минут назад, JOHAN VAN DER MERWE сказал:

so onve i run that commamd will it convert the gz file to a img file?

And you try to do it and see the result !!!

 

Download packages directly on the board:

wget -r -l 1 --accept=deb -np https://fi.mirror.armbian.de/.testing/rk322x-box
....
mkdir debs
mv fi.mirror.armbian.de/.testing/rk322x-box/* debs/
rm -rf fi.mirror.armbian.de

ls debs

There will be 4 files in the directory:

linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb

sudo dpkg -i filename.deb

Link to comment
Share on other sites

@going

This is my output that I get.

 

johan@rk322x-box:~$ sudo wget -r -l 1 --accept=deb -np https://fi.mirror.armbian.de/.testing/rk322x-box
[sudo] password for johan:
--2024-10-21 18:57:56-- https://fi.mirror.armbian.de/.testing/rk322x-box
Resolving fi.mirror.armbian.de (fi.mirror.armbian.de)... 65.21.120.247, 2a01:4f9:3b:4943::2
Connecting to fi.mirror.armbian.de (fi.mirror.armbian.de)|65.21.120.247|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://fi.mirror.armbian.de/.testing/rk322x-box/ [following]
--2024-10-21 18:57:58-- https://fi.mirror.armbian.de/.testing/rk322x-box/
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box.tmp’

fi.mirror.armbian.d     [ <=>                ]   3.12K  --.-KB/s    in 0s

2024-10-21 18:57:58 (9.36 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box.tmp’ saved [3200]

Loading robots.txt; please ignore errors.
--2024-10-21 18:57:58-- https://fi.mirror.armbian.de/robots.txt
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 404 Not Found
2024-10-21 18:57:58 ERROR 404: Not Found.

Removing fi.mirror.armbian.de/.testing/rk322x-box.tmp since it should be rejected.

--2024-10-21 18:57:58-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=N&O=A
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=A.tmp’

fi.mirror.armbian.d     [ <=>                ]   3.12K  --.-KB/s    in 0s

2024-10-21 18:57:59 (9.99 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=A.tmp’ saved [3200]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=A.tmp since it should be rejected.

--2024-10-21 18:57:59-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=N&O=D
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=D.tmp’

fi.mirror.armbian.d     [ <=>                ]   3.14K  --.-KB/s    in 0s

2024-10-21 18:57:59 (9.55 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=D.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=D.tmp since it should be rejected.

--2024-10-21 18:57:59-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=S&O=A
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=A.tmp’

fi.mirror.armbian.d     [ <=>                ]   3.14K  --.-KB/s    in 0s

2024-10-21 18:57:59 (12.7 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=A.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=A.tmp since it should be rejected.

--2024-10-21 18:57:59-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=S&O=D
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=D.tmp’

fi.mirror.armbian.d     [ <=>                ]   3.14K  --.-KB/s    in 0.001s

2024-10-21 18:57:59 (5.20 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=D.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=D.tmp since it should be rejected.

--2024-10-21 18:57:59-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=M&O=A
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=A.tmp’

fi.mirror.armbian.d     [ <=>                ]   3.14K  --.-KB/s    in 0s

2024-10-21 18:58:00 (9.15 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=A.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=A.tmp since it should be rejected.

--2024-10-21 18:58:00-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=M&O=D
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=D.tmp’

fi.mirror.armbian.d     [ <=>                ]   3.14K  --.-KB/s    in 0s

2024-10-21 18:58:00 (7.63 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=D.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=D.tmp since it should be rejected.

--2024-10-21 18:58:00-- https://fi.mirror.armbian.de/.testing/
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/index.html.tmp’

fi.mirror.armbian.d     [ <=>                ]   8.95K  --.-KB/s    in 0.001s

2024-10-21 18:58:00 (11.2 MB/s) - ‘fi.mirror.armbian.de/.testing/index.html.tmp’ saved [9168]

Removing fi.mirror.armbian.de/.testing/index.html.tmp since it should be rejected.

--2024-10-21 18:58:00-- https://fi.mirror.armbian.de/.testing/rk322x-box/linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: 135680 (132K) [application/octet-stream]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’

fi.mirror.armbian.d 100%[===================>] 132.50K   151KB/s    in 0.9s

2024-10-21 18:58:01 (151 KB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’ saved [135680/135680]

--2024-10-21 18:58:01-- https://fi.mirror.armbian.de/.testing/rk322x-box/linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: 14350648 (14M) [application/octet-stream]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’

fi.mirror.armbian.d 100%[===================>]  13.69M  2.41MB/s    in 12s

2024-10-21 18:58:13 (1.18 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’ saved [14350648/14350648]

--2024-10-21 18:58:13-- https://fi.mirror.armbian.de/.testing/rk322x-box/linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: 26321596 (25M) [application/octet-stream]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’

fi.mirror.armbian.d 100%[===================>]  25.10M  3.36MB/s    in 8.2s

2024-10-21 18:58:21 (3.07 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’ saved [26321596/26321596]

--2024-10-21 18:58:21-- https://fi.mirror.armbian.de/.testing/rk322x-box/linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: 1348720 (1.3M) [application/octet-stream]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’

fi.mirror.armbian.d 100%[===================>]   1.29M  3.73MB/s    in 0.3s

2024-10-21 18:58:22 (3.73 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’ saved [1348720/1348720]

FINISHED --2024-10-21 18:58:22--
Total wall clock time: 26s
Downloaded: 12 files, 40M in 21s (1.92 MB/s)
johan@rk322x-box:~$ ls debs
ls: cannot access 'debs': No such file or directory
johan@rk322x-box:~$ sudo ls debs
ls: cannot access 'debs': No such file or directory
johan@rk322x-box:~$
 

Link to comment
Share on other sites

9 минут назад, JOHAN VAN DER MERWE сказал:

sudo wget

The download commands are executed on behalf of a regular user.

 

wget -r -l 1 --accept=deb -np https://fi.mirror.armbian.de/.testing/rk322x-box
mkdir debs
mv fi.mirror.armbian.de/.testing/rk322x-box/* debs/
rm -rf fi.mirror.armbian.de
ls debs

Execute sequentially line by line.

Link to comment
Share on other sites

@going

 

Im sorry im really not trying to upset you with my minimal knowledge.

 

I copied the .gz file to my linux desktop renamed it to tvbox and run the command.

 

this is the output 

 

Last login: Sat Oct 19 12:08:35 2024 from 192.168.0.148
pi@pi:~$ sudo zcat file-name.img.gz
[sudo] password for pi:
gzip: file-name.img.gz: No such file or directory
pi@pi:~$ sudo zcat tvbox.img.gz
gzip: tvbox.img.gz: No such file or directory
pi@pi:~$
 

Link to comment
Share on other sites

@going Im sure by now when you see a notification you dont even want to open it but please bare with me I have tried to google but nothing came up.

 

once I understand this I will get it right next time.

 

wget is running and download 12 file is says it saving them in a temp folder see output in console I tried to cd in it but says no such file directory I really want to install the headers to get the wifi up and running please look at the complete terminal and tell me what and where im doing it wrong.

 

im further than a while back but stuck at sudo dpkg -i file name 

 

johan@rk322x-box:~$ sudo wget -r -l 1 --accept=deb -np https://fi.mirror.armbian.de/.testing/rk322x-box
[sudo] password for johan:
--2024-10-21 19:57:49-- https://fi.mirror.armbian.de/.testing/rk322x-box
Resolving fi.mirror.armbian.de (fi.mirror.armbian.de)... 65.21.120.247, 2a01:4f9:3b:4943::2
Connecting to fi.mirror.armbian.de (fi.mirror.armbian.de)|65.21.120.247|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://fi.mirror.armbian.de/.testing/rk322x-box/ [following]
--2024-10-21 19:57:50-- https://fi.mirror.armbian.de/.testing/rk322x-box/
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box.tmp’

fi.mirror.armbian.de/.testing/rk322x-box.     [ <=>                                                                                  ]   3.12K  --.-KB/s    in 0s

2024-10-21 19:57:50 (6.66 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box.tmp’ saved [3200]

Loading robots.txt; please ignore errors.
--2024-10-21 19:57:50-- https://fi.mirror.armbian.de/robots.txt
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 404 Not Found
2024-10-21 19:57:51 ERROR 404: Not Found.

Removing fi.mirror.armbian.de/.testing/rk322x-box.tmp since it should be rejected.

--2024-10-21 19:57:51-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=N&O=A
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=A.tmp’

fi.mirror.armbian.de/.testing/rk322x-box/     [ <=>                                                                                  ]   3.12K  --.-KB/s    in 0s

2024-10-21 19:57:51 (7.84 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=A.tmp’ saved [3200]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=A.tmp since it should be rejected.

--2024-10-21 19:57:51-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=N&O=D
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=D.tmp’

fi.mirror.armbian.de/.testing/rk322x-box/     [ <=>                                                                                  ]   3.14K  --.-KB/s    in 0.001s

2024-10-21 19:57:51 (5.13 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=D.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=N&O=D.tmp since it should be rejected.

--2024-10-21 19:57:51-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=S&O=A
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=A.tmp’

fi.mirror.armbian.de/.testing/rk322x-box/     [ <=>                                                                                  ]   3.14K  --.-KB/s    in 0.001s

2024-10-21 19:57:52 (5.31 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=A.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=A.tmp since it should be rejected.

--2024-10-21 19:57:52-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=S&O=D
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=D.tmp’

fi.mirror.armbian.de/.testing/rk322x-box/     [ <=>                                                                                  ]   3.14K  --.-KB/s    in 0s

2024-10-21 19:57:52 (7.51 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=D.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=S&O=D.tmp since it should be rejected.

--2024-10-21 19:57:52-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=M&O=A
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=A.tmp’

fi.mirror.armbian.de/.testing/rk322x-box/     [ <=>                                                                                  ]   3.14K  --.-KB/s    in 0s

2024-10-21 19:57:52 (6.13 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=A.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=A.tmp since it should be rejected.

--2024-10-21 19:57:52-- https://fi.mirror.armbian.de/.testing/rk322x-box/?C=M&O=D
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=D.tmp’

fi.mirror.armbian.de/.testing/rk322x-box/     [ <=>                                                                                  ]   3.14K  --.-KB/s    in 0s

2024-10-21 19:57:53 (9.37 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=D.tmp’ saved [3212]

Removing fi.mirror.armbian.de/.testing/rk322x-box/index.html?C=M&O=D.tmp since it should be rejected.

--2024-10-21 19:57:53-- https://fi.mirror.armbian.de/.testing/
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘fi.mirror.armbian.de/.testing/index.html.tmp’

fi.mirror.armbian.de/.testing/index.html.     [ <=>                                                                                  ]   8.95K  --.-KB/s    in 0.001s

2024-10-21 19:57:53 (17.4 MB/s) - ‘fi.mirror.armbian.de/.testing/index.html.tmp’ saved [9168]

Removing fi.mirror.armbian.de/.testing/index.html.tmp since it should be rejected.

--2024-10-21 19:57:53-- https://fi.mirror.armbian.de/.testing/rk322x-box/linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: 135680 (132K) [application/octet-stream]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’

fi.mirror.armbian.de/.testing/rk322x-box/ 100%[=====================================================================================>] 132.50K   185KB/s    in 0.7s

2024-10-21 19:57:54 (185 KB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’ saved [135680/135680]

--2024-10-21 19:57:54-- https://fi.mirror.armbian.de/.testing/rk322x-box/linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: 14350648 (14M) [application/octet-stream]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’

fi.mirror.armbian.de/.testing/rk322x-box/ 100%[=====================================================================================>]  13.69M  2.25MB/s    in 10s

2024-10-21 19:58:04 (1.34 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’ saved [14350648/14350648]

--2024-10-21 19:58:04-- https://fi.mirror.armbian.de/.testing/rk322x-box/linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: 26321596 (25M) [application/octet-stream]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’

fi.mirror.armbian.de/.testing/rk322x-box/ 100%[=====================================================================================>]  25.10M  3.11MB/s    in 8.7s

2024-10-21 19:58:13 (2.88 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’ saved [26321596/26321596]

--2024-10-21 19:58:13-- https://fi.mirror.armbian.de/.testing/rk322x-box/linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
Reusing existing connection to fi.mirror.armbian.de:443.
HTTP request sent, awaiting response... 200 OK
Length: 1348720 (1.3M) [application/octet-stream]
Saving to: ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’

fi.mirror.armbian.de/.testing/rk322x-box/ 100%[=====================================================================================>]   1.29M  3.35MB/s    in 0.4s

2024-10-21 19:58:14 (3.35 MB/s) - ‘fi.mirror.armbian.de/.testing/rk322x-box/linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb’ saved [1348720/1348720]

FINISHED --2024-10-21 19:58:14--
Total wall clock time: 25s
Downloaded: 12 files, 40M in 20s (2.01 MB/s)
johan@rk322x-box:~$ sudo mkdir debs
mkdir: cannot create directory ‘debs’: File exists
johan@rk322x-box:~$ sudo mv fi.mirror.armbian.de/.testing/rk322x-box/* debs/
johan@rk322x-box:~$ sudo rm -rf fi.mirror.armbian.de
johan@rk322x-box:~$ sudo ls debs
linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
johan@rk322x-box:~$ sudo dpkg -i linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
dpkg: error: cannot access archive 'linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb': No such file or directory
johan@rk322x-box:~$ sudo dpkg -i linux-headers-edge-rockchip_24.11.0-trunk_armhf __6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
dpkg: error: cannot access archive 'linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb': No such file or directory
johan@rk322x-box:~$ ls debs
linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H 5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
johan@rk322x-box:~$ sudo dpkg -i linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
dpkg: error: cannot access archive 'linux-dtb-edge-rockchip_24.11.0-trunk_armhf _6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb': No such file or directory
johan@rk322x-box:~$
 

 

 

Link to comment
Share on other sites

@Werner

@going

 

Hi buddy i have done the exactly line by line that you have said I should run.

 

however im stuck at the last part where I should run sudo dpkg -i 

it says no such file or directory.

 

see terminal output.

 

FINISHED --2024-10-22 14:17:35--
Total wall clock time: 1m 54s
Downloaded: 12 files, 40M in 1m 48s (380 KB/s)
johan@rk322x-box:~$ mkdir debs
mkdir: cannot create directory ‘debs’: File exists
johan@rk322x-box:~$ mv fi.mirror.armbian.de/.testing/rk322x-box/* debs/
mv: replace 'debs/linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb', overriding mode 0644 (rw-r--r--)?
mv: replace 'debs/linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb', overriding mode 0644 (rw-r--r--)? yes
mv: replace 'debs/linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb', overriding mode 0644 (rw-r--r--)? ^C
johan@rk322x-box:~$ rm -rf fi.mirror.armbian.de
johan@rk322x-box:~$ ls debs
linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
johan@rk322x-box:~$ sudo dpkg -i linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
[sudo] password for johan:
dpkg: error: cannot access archive 'linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb': No such file or directory
johan@rk322x-box:~$ sudo dpkg -i linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
dpkg: error: cannot access archive 'linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb': No such file or directory

 

Link to comment
Share on other sites

@MaxT

 

thank you this helped: But seems there's a conflict of interest see output

 

johan@rk322x-box:~/debs$ sudo dpkg -i linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
dpkg: regarding linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb containing linux-libc-dev-edge-rockchip:armhf:
 linux-libc-dev-edge-rockchip conflicts with linux-libc-dev
  linux-libc-dev:armhf (version 6.8.0-47.47) is present and installed.

dpkg: error processing archive linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb (--install):
 conflicting packages - not installing linux-libc-dev-edge-rockchip:armhf
Errors were encountered while processing:
 linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
 

Link to comment
Share on other sites

@JOHAN VAN DER MERWE Today, when I reread what I wrote for you, I realized that I was wrong.
I did not understand your level of knowledge of Linux commands and the ability to use the system help.
I apologize.


Now again and in order:

filename.gz - The gzip archive and the command of the same name for operations with files of this archiver.

Team Help:

gzip --help

 

Extract files from the archive:

gzip -dk filename.img.gz

Unzip, that is, the files will be extracted from the archive and the archive will be deleted:

gzip -d filename.img.gz

 

zcat - Uncompress FILEs to standard output.
The output of this command is used as the input for another command:

zcat filename.img.gz another-program

For some reason, I thought that's what you need.

 

filename.img.gz - This always implies the path to the file.

 

You seem to have figured out the dpkg command.

You don't have to install this file:

linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb

For you, the difference between the system package and this one doesn't matter.

 

With respect

Link to comment
Share on other sites

@going

Thank you so much for the indepth explanation I will gove it a go tonight again. 

 

My level of linux especially command is very beginners I have always just used linux to install klipper for my 3d printers but I do believe with time it will come and I will understand it. 

 

I have been a Windows user all my life and this is a whole new venture

Link to comment
Share on other sites

@going

 

okay okay what am I doing why cant I get this im thinking of quitting. But thats not me managed to run dpkg and this was the outcome.

 

FINISHED --2024-10-22 20:22:13--
Total wall clock time: 37s
Downloaded: 12 files, 40M in 32s (1.26 MB/s)
johan@rk322x-box:~/debs$ mkdir debs
johan@rk322x-box:~/debs$ mv fi.mirror.armbian.de/.testing/rk322x-box/* debs/
johan@rk322x-box:~/debs$ rm -rf fi.mirror.armbian.de
johan@rk322x-box:~/debs$ ls debs
linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-libc-dev-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
johan@rk322x-box:~/debs$ cd debs
johan@rk322x-box:~/debs/debs$ sudo dpkg -i linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
Selecting previously unselected package linux-headers-edge-rockchip.
(Reading database ... 152034 files and directories currently installed.)
Preparing to unpack linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb ...
Armbian 'linux-headers-edge-rockchip' for '6.11.4-edge-rockchip': 'preinst' starting.
Armbian 'linux-headers-edge-rockchip' for '6.11.4-edge-rockchip': 'preinst' finishing.
Unpacking linux-headers-edge-rockchip (24.11.0-trunk) ...
Setting up linux-headers-edge-rockchip (24.11.0-trunk) ...
Armbian 'linux-headers-edge-rockchip' for '6.11.4-edge-rockchip': 'postinst' starting.
Compiling kernel-headers tools (6.11.4-edge-rockchip) using 4 CPUs - please wait ...
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX     scripts/kconfig/lexer.lex.c
  YACC    scripts/kconfig/parser.tab.[ch]
  HOSTCC  scripts/kconfig/lexer.lex.o
  HOSTCC  scripts/kconfig/menu.o
  HOSTCC  scripts/kconfig/parser.tab.o
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/util.o
  HOSTLD  scripts/kconfig/conf
*
* Restart config...
*
*
* Kernel Features
*
Symmetric Multi-Processing (SMP) [Y/n/?] y
  Allow booting SMP kernel on uniprocessor systems (SMP_ON_UP) [Y/n/?] y
Support cpu topology definition (ARM_CPU_TOPOLOGY) [Y/n/?] y
  Multi-core scheduler support (SCHED_MC) [N/y/?] n
  SMT scheduler support (SCHED_SMT) [N/y/?] n
Architected timer support (HAVE_ARM_ARCH_TIMER) [Y/?] y
Multi-Cluster Power Management (MCPM) [N/y/?] n
big.LITTLE support (Experimental) (BIG_LITTLE) [N/y/?] n
Memory split
  1. 3G/1G user/kernel split (VMSPLIT_3G)
> 2. 3G/1G user/kernel split (for full 1G low memory) (VMSPLIT_3G_OPT)
  3. 2G/2G user/kernel split (VMSPLIT_2G)
  4. 1G/3G user/kernel split (VMSPLIT_1G)
choice[1-4?]: 2
Maximum number of CPUs (2-32) (NR_CPUS) [4] 4
Support for hot-pluggable CPUs (HOTPLUG_CPU) [Y/?] y
Support for the ARM Power State Coordination Interface (PSCI) (ARM_PSCI) [Y/n/?] y
Timer frequency
  1. 100 Hz (HZ_100)
  2. 200 Hz (HZ_200)
> 3. 250 Hz (HZ_250)
  4. 300 Hz (HZ_300)
  5. 500 Hz (HZ_500)
  6. 1000 Hz (HZ_1000)
choice[1-6?]: 3
Compile the kernel in Thumb-2 mode (THUMB2_KERNEL) [N/y/?] n
Runtime patch udiv/sdiv instructions into __aeabi_{u}idiv() (ARM_PATCH_IDIV) [Y/n/?] y
High Memory Support (HIGHMEM) [Y/n/?] y
  Allocate 2nd-level pagetables from highmem (HIGHPTE) [N/y/?] n
Enable privileged no-access (ARM_PAN) [Y/n/?] y
Use PLTs to allow module memory to spill over into vmalloc area (ARM_MODULE_PLTS) [Y/n/?] y
Order of maximal physically contiguous allocations (ARCH_FORCE_MAX_ORDER) [11] 11
Use kernel mem{cpy,set}() for {copy_to,clear}_user() (UACCESS_WITH_MEMCPY) [N/y/?] n
Enable paravirtualization code (PARAVIRT) [N/y/?] n
Paravirtual steal time accounting (PARAVIRT_TIME_ACCOUNTING) [N/y/?] n
Xen guest support on ARM (XEN) [N/y/?] n
Use a unique stack canary value for each task (STACKPROTECTOR_PER_TASK) [Y/n/?] (NEW)
*
* Memory initialization
*
Initialize kernel stack variables at function entry
> 1. no automatic stack variable initialization (weakest) (INIT_STACK_NONE)
  2. pattern-init everything (strongest) (INIT_STACK_ALL_PATTERN) (NEW)
  3. zero-init everything (strongest and safest) (INIT_STACK_ALL_ZERO) (NEW)
choice[1-3?]:
Enable heap memory zeroing on allocation by default (INIT_ON_ALLOC_DEFAULT_ON) [N/y/?] n
Enable heap memory zeroing on free by default (INIT_ON_FREE_DEFAULT_ON) [N/y/?] n
Enable register zeroing on function exit (ZERO_CALL_USED_REGS) [N/y/?] n
#
# configuration written to .config
#
  SYNC    include/config/auto.conf.cmd
  HOSTCC  scripts/dtc/dtc.o
  HOSTCC  scripts/dtc/flattree.o
  HOSTCC  scripts/dtc/fstree.o
  HOSTCC  scripts/dtc/data.o
  HOSTCC  scripts/dtc/livetree.o
  HOSTCC  scripts/dtc/treesource.o
  HOSTCC  scripts/dtc/srcpos.o
  HOSTCC  scripts/dtc/checks.o
  HOSTCC  scripts/dtc/util.o
  LEX     scripts/dtc/dtc-lexer.lex.c
  YACC    scripts/dtc/dtc-parser.tab.[ch]
  HOSTCC  scripts/dtc/libfdt/fdt.o
  HOSTCC  scripts/dtc/libfdt/fdt_ro.o
  HOSTCC  scripts/dtc/libfdt/fdt_wip.o
  HOSTCC  scripts/dtc/libfdt/fdt_sw.o
  HOSTCC  scripts/dtc/libfdt/fdt_rw.o
  HOSTCC  scripts/dtc/libfdt/fdt_strerror.o
  HOSTCC  scripts/dtc/libfdt/fdt_empty_tree.o
  HOSTCC  scripts/dtc/libfdt/fdt_addresses.o
  HOSTCC  scripts/dtc/libfdt/fdt_overlay.o
  HOSTCC  scripts/dtc/fdtoverlay.o
  HOSTCC  scripts/dtc/dtc-lexer.lex.o
  HOSTCC  scripts/dtc/dtc-parser.tab.o
  HOSTLD  scripts/dtc/fdtoverlay
  HOSTLD  scripts/dtc/dtc
  HOSTCC  scripts/kallsyms
  HOSTCC  scripts/sorttable
  HOSTCC  scripts/asn1_compiler
  CC      scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  CC      scripts/mod/devicetable-offsets.s
  UPD     scripts/mod/devicetable-offsets.h
  MKELF   scripts/mod/elfconfig.h
  HOSTCC  scripts/mod/modpost.o
  HOSTCC  scripts/mod/file2alias.o
  HOSTCC  scripts/mod/sumversion.o
  HOSTCC  scripts/mod/symsearch.o
  HOSTLD  scripts/mod/modpost
  MODPOST scripts/mod/Module.symvers
Done compiling kernel-headers tools (6.11.4-edge-rockchip).
Done compiling kernel-headers tools (6.11.4-edge-rockchip).

 

And this is still my output

 

johan@rk322x-box:~$ sudo apt-get install build-essential git dkms linux-headers-$(uname -r)

git clone https://github.com/kelebek333/rtl8188fu

sudo dkms install ./rtl8188fu

sudo cp ./rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware/rtlwifi/
[sudo] password for johan:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-6.11.0-edge-rockchip
E: Couldn't find any package by glob 'linux-headers-6.11.0-edge-rockchip'
E: Couldn't find any package by regex 'linux-headers-6.11.0-edge-rockchip'
fatal: destination path 'rtl8188fu' already exists and is not an empty directory.
Error! Your kernel headers for kernel 6.11.0-edge-rockchip cannot be found at /lib/modules/6.11.0-edge-rockchip/build or /lib/modules/6.11.0-edge-rockchip/source.
Please install the linux-headers-6.11.0-edge-rockchip package or use the --kernelsourcedir option to tell DKMS where it's located.

 

 

Link to comment
Share on other sites

13 минут назад, JOHAN VAN DER MERWE сказал:

linux-dtb-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-headers-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb
linux-image-edge-rockchip_24.11.0-trunk_armhf__6.11.4-S1736-D29ea-P86b9-C85f2H5c21-HK01ba-V014b-Ba3b7-R448a.deb

These three packages must be installed.
Then reboot.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines