커널에 WiFi, 오디오, 비디오 모듈이 포함되어 있나요?

커널에 WiFi, 오디오, 비디오 모듈이 포함되어 있나요?

저는 WM8880 SoC를 기반으로 한 오래된 넷북을 가지고 있습니다(https://laptop.fossee.in/) lubuntu 16.04 실행용(제공됨)도랑팀) Uboot를 통한 부트로더는 꽤 좋았는데 어느 날 18.04로 업그레이드할 수 있다고 해서 했다는 생각조차 못했어요 sudo apt-get dist-upgrade.

문제는 그 이후부터 시작됐다.

Wi-Fi 하드웨어가 표시되지 않음

백라이트 키가 작동을 멈췄습니다.

sudo apt-get update아니면 install작동하지 않아 결국

sudo apt-get update  --fix-missing
Err:1 http://archive.canonical.com/ubuntu xenial InRelease
  Temporary failure resolving 'archive.canonical.com'
Err:2 http://ports.ubuntu.com/ubuntu-ports xenial InRelease
  Temporary failure resolving 'ports.ubuntu.com'
Err:3 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease
  Temporary failure resolving 'ports.ubuntu.com'
Err:4 http://ports.ubuntu.com/ubuntu-ports xenial-backports InRelease
  Temporary failure resolving 'ports.ubuntu.com'
Err:5 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease
  Temporary failure resolving 'ports.ubuntu.com'
Reading package lists... Done
W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial/InRelease  Temporary failure resolving 'ports.ubuntu.com'
W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/InRelease  Temporary failure resolving 'ports.ubuntu.com'
W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial-backports/InRelease  Temporary failure resolving 'ports.ubuntu.com'
W: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial-security/InRelease  Temporary failure resolving 'ports.ubuntu.com'
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/xenial/InRelease  Temporary failure resolving 'archive.canonical.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.

소리가 더 이상 작동하지 않습니다.

하드웨어 세부정보는 다음과 같습니다.lsusb

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bda:8152 Realtek Semiconductor Corp. 
Bus 001 Device 004: ID 1017:1006 Speedy Industrial Supplies, Pte., Ltd 
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

그리고lspci

00:01.0 IDE interface: VIA Technologies, Inc. Device 1359
00:02.0 Ethernet controller: VIA Technologies, Inc. VT6105/VT6106S [Rhine-III] (rev 84)
00:04.0 USB controller: VIA Technologies, Inc. USB 2.0 (rev 90)
00:05.0 USB controller: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller (rev 90)
00:06.0 USB controller: VIA Technologies, Inc. VT82xx/62xx UHCI USB 1.1 Controller (rev 90)

그리고 출력dmesg | grep wifi

[    3.735124] wifi_power_ctrl 1, delay:0
[    3.735158] use default wifi gpio: susgpio1
[    3.735179] request gpio:156 for wifi success!!!
[    3.735189] power on wifi
[    3.735282] wifi_power_ctrl 0, delay:0
[    3.735310] use default wifi gpio: susgpio1
[    3.735328] power down wifi

보드 이미지에서 볼 수 있듯이 내 WiFi 카드는 Realtek 8152입니다.여기. 팀에 원본 펌웨어를 요청하여 롤백을 시도했지만 해당 펌웨어가 없었고 온라인 사본도 없는 것 같습니다.삭제됨.

팀은 커널 소스 코드 및 기타 도구를 출시했습니다.여기

누락된 기능을 다시 작동시킬 수 있는 방법이 있나요?

소스에서 커널을 컴파일하고 설치하려고 합니까?

무엇이 잘못될 수 있나요?

관련 정보