데비안을 설치 중입니다. 그런데 데비안에 무선 연결 시스템을 수동으로 설치한 것으로 알고 있습니다.
그런데 데비안을 설치할 때 무선 연결을 설치할 수 없습니다. 이더넷을 연결했지만 설치할 수 없습니다. 그래서 건너뛰었습니다. 나는 iwlwifi-6000g2a-ucode-18.168.6.1.tgz
에서 다운로드했다인텔 무선 연결. 나는 또한 몇 가지 명령을 시도했다
apt-get install linux-firmware
apt-get install firmware-iwlwifi
둘 다 "패키지를 찾을 수 없습니다"를 반환했습니다. 압축을 풀어보니 wlwifi-6000g2a-ucode-18.168.6.1.tgz
3개의 파일밖에 발견되지 않았습니다. 나는 그들에 대해 내가 할 수 있는 일이 아무것도 없다고 생각한다. 그렇다면 데비안에 무선 네트워킹을 설치하는 방법은 무엇입니까?
변경사항을 적용했습니다./etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 10.10.0 _Buster_ - Official amd64 NETINST 20210619-16:11]/ buster main
#deb cdrom:[Debian GNU/Linux 10.10.0 _Buster_ - Official amd64 NETINST 20210619-16:11]/ buster main
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
root@Istiak:/home/istiak# lspci | grep -i network
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 34)
나도 modprobe가 없습니다.
답변1
나는 ~였다논평,
@Canina 시스템도 업데이트했습니다.
그러나 변경하기 전에 실제로 시스템을 업데이트했습니다 /etc/apt/sources.list
.
먼저 몇 가지 사항을 변경해야 합니다 . (in )으로 시작하는 모든 줄 /etc/apt/sources.list
에 다음 줄을 추가해야 합니다 .deb
/etc/apt/sources
contrib non-free
그런 다음 시스템을 업데이트해야 합니다.
sudo apt-get update && apt-get upgrade
그런 다음 을 설치하십시오 firmware-iwlwifi
. (기본 사용자는 sudoers가 아니므로 루트로 작업해야 합니다 su
.)
apt-get install firmware-iwlwifi
그런 다음 컴퓨터를 다시 시작해야 합니다.