설치됨 bodhi-4.5.0-64
2008년 Macbook 4.1부터 무선 옵션이 표시되지 않습니다.
Bodhi가 내장 Wi-Fi 어댑터를 얻으려면 먼저 apt에서 무언가를 설치해야 합니까? 네트워크 연결 GUI에는 물리적 이더넷 네트워크 카드만 표시됩니다.
진단:
thufir@bot:~$
thufir@bot:~$ sudo lspci -vnn | grep -i net
02:00.0 Network controller [0280]: Broadcom Corporation BCM4321 802.11a/b/g/n [14e4:4328] (rev 03)
03:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8058 PCI-E Gigabit Ethernet Controller [11ab:436a] (rev 13
)
Subsystem: Marvell Technology Group Ltd. Imac 8,1 Wired Ethernet Adapter [11ab:00ba]
thufir@bot:~$
thufir@bot:~$
thufir@bot:~$ sudo lshw -C net
*-network
description: Network controller
product: BCM4321 802.11a/b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=b43-pci-bridge latency=0
resources: irq:16 memory:90500000-90503fff memory:90000000-900fffff
*-network
description: Ethernet interface
product: 88E8058 PCI-E Gigabit Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: ens5
version: 13
serial: 00:1f:5b:e9:5c:de
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full ip=192.168.1.51 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:27 memory:90400000-90403fff ioport:5000(size=256) memory:90420000-9043ffff
thufir@bot:~$
https://ubuntuforums.org/showthread.php?t=1923762
thufir@bot:~$
thufir@bot:~$ iwconfig
lo no wireless extensions.
ens5 no wireless extensions.
thufir@bot:~$
답변1
안정적인:
thufir@bot:~$
thufir@bot:~$ iwconfig
lo no wireless extensions.
wls4 IEEE 802.11 ESSID:"dfskflsdj"
Mode:Managed Frequency:2.462 GHz Access Point: C0:3F:0E:8B:4D:04
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
ens5 no wireless extensions.
thufir@bot:~$
명령 기록:
14 sudo lspci
15 spci -vnn | grep -i net
16 sudo lspci -vnn | grep -i net
17 sudo lshw -C net
18 iwconfig
19 sudo apt install wireless-tools
20 iwconfig
21 sudo apt install firmware-b43-installer
22 iwconfig
23 sudo apt-get install bcmwl-kernel-source
24 iwconfig
이것이 특정 설치인지 아니면 모두 필요한지 확실하지 않지만 작동 중입니다.