Jak zainstalowac firmware do karty Wi-Fi
Jak zainstalowac firmware do karty Wi-Fi
Mam swiezego Debiana karte Ralink i nie wiem jak zainstalowac paczke nonfree_20161130-4.debian.tar.xz.
tu:
https://packages.debian.org/stretch/fir ... sc-nonfree.
Mam tez pobrane niepełne repozytoria bo miałem kłopot z instalacja i instalator nie wiem dlaczego nie pobrał mi wszystkich 3x płyt.
Jak to sie instaluje?
======
Bus 001 Device 011: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
tu:
https://packages.debian.org/stretch/fir ... sc-nonfree.
Mam tez pobrane niepełne repozytoria bo miałem kłopot z instalacja i instalator nie wiem dlaczego nie pobrał mi wszystkich 3x płyt.
Jak to sie instaluje?
======
Bus 001 Device 011: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Re: Jak zainstalowac firmware do karty Wi-Fi
Wystarczy jedna pierwsza płyta.
Z tym Ralinkiem powinno wystarczyć:
lub
Z tym Ralinkiem powinno wystarczyć:
Kod: Zaznacz cały
apt-get install firmware-misc-nonfree
Kod: Zaznacz cały
apt-get install firmware-ralink
Re: Jak zainstalowac firmware do karty Wi-Fi
wynik jest taki
sudo apt-get install firmware-ralink
[sudo] password for >>ja<<:
>>ja<< is not in the sudoers file. This incident will be reported.
sudo apt-get install firmware-ralink
[sudo] password for >>ja<<:
>>ja<< is not in the sudoers file. This incident will be reported.
Re: Jak zainstalowac firmware do karty Wi-Fi
To nie Ubuntu, w Debianie sudo wymaga konfiguracji.
Przejdź na roota przez
Przejdź na roota przez
Kod: Zaznacz cały
su -
Re: Jak zainstalowac firmware do karty Wi-Fi
wynik:
root@>>ja<<:~# apt-get install firmware-misc-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firmware-misc-nonfree
root@>>ja<<:~# apt-get install firmware-misc-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firmware-misc-nonfree
Re: Jak zainstalowac firmware do karty Wi-Fi
Dodaj sekcję non-free do głównych repozytoriów
viewtopic.php?f=28&t=34742&p=193765&hil ... ia#p193761
viewtopic.php?f=28&t=34742&p=193765&hil ... ia#p193761
Re: Jak zainstalowac firmware do karty Wi-Fi
Przed tym chyba to?dedito pisze: ↑25 kwietnia 2019, 17:07 Dodaj sekcję non-free do głównych repozytoriów
viewtopic.php?f=28&t=34742&p=193765&hil ... ia#p193761
....................... ~$ apt-get update
Reading package lists... Done
W: chmod 0700 of directory /var/lib/apt/lists/partial failed - SetupAPTPartialDirectory (1: Operation not permitted)
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
Jak wejsc w roota?
(no i nauka wszystkiego od poczatku)
Jak wywołac terminal ze skrotu klawiaturowego?
Jaka litera znajduje sie pomiedzy "a" i "c" w alfabecie? itd. itd.
Re: Jak zainstalowac firmware do karty Wi-Fi
tu jest:
https://linuxiarze.pl/repozytoria_debian/
Jak wejsc do edytora tekstu (gedit Text Editor) na prawach administratora aby zapisac zmiany
w „/etc/apt/sources.list”?
https://linuxiarze.pl/repozytoria_debian/
Jak wejsc do edytora tekstu (gedit Text Editor) na prawach administratora aby zapisac zmiany
w „/etc/apt/sources.list”?
Re: Jak zainstalowac firmware do karty Wi-Fi
Linka do repozytoriów Debiana już dostałeś, to co linkujesz to są stare wpisy.
gedita po prostu odpal z poziomu konta root.
gedita po prostu odpal z poziomu konta root.
Re: Jak zainstalowac firmware do karty Wi-Fi
Dalej cos nie tak... robilem tak
1. gksu gedit /etc/apt/sources.list
2. w plik sources.list wkopiowalem (ctrl a -- ctrl v) to:
3. w plik sources.list.d wkopiowalem (ctrl a -- ctrl v) to:
4. Synaptic - Reload
i zaczelo robic update
5. Ale kiedy instaluje sterowniki do karty to mam tak:
a) apt-get install firmware-misc-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firmware-misc-nonfree
b) apt-get install firmware-ralink
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firmware-ralink is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Co teraz?
1. gksu gedit /etc/apt/sources.list
2. w plik sources.list wkopiowalem (ctrl a -- ctrl v) to:
Kod: Zaznacz cały
#podstawowe repozytorium
deb http://deb.debian.org/debian stable main
#repozytorium poprawek bezpieczeństwa
deb http://security.debian.org/ stable/updates main
#repozytorium często aktualizowanych programów
deb http://deb.debian.org/debian stable-updates main
3. w plik sources.list.d wkopiowalem (ctrl a -- ctrl v) to:
Kod: Zaznacz cały
#podstawowe repozytorium
deb http://deb.debian.org/debian stable main contrib non-free
#repozytorium poprawek bezpieczeństwa
deb http://security.debian.org/ stable/updates main contrib non-free
#repozytorium często aktualizowanych programów
deb http://deb.debian.org/debian stable-updates main contrib non-free
i zaczelo robic update
5. Ale kiedy instaluje sterowniki do karty to mam tak:
a) apt-get install firmware-misc-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firmware-misc-nonfree
b) apt-get install firmware-ralink
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firmware-ralink is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Co teraz?