"EDUP"이라는 USB WIFI 어댑터를 구입했습니다.
(Realtek Semiconductor RTL8188CUS 802.11n WLAN 어댑터)
그래서 파일을 다음과 같이 구성했습니다.
# The loopback network interface
auto lo
iface lo inet loopback
#auto usb0
#iface usb0 inet static
# adress 192.168.7.2
# netmask 255.255.255.0
# network 192.168.7.0
# gateway 192.168.7.1
# broadcast 192.168.7.255
# dns-nameservers 8.8.8.8 8.8.4.4
#allow-hotplug wlp2s0
#iface wlp2s0 inet dhcp
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "roshd"
wpa-psk "rr1393"
산출구성된 경우예:
usb0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.7.1 netmask 255.255.255.0 broadcast 192.168.7.255
inet6 fe80::a383:7ee9:36f9:2027 prefixlen 64 scopeid 0x20<link>
ether aa:70:b5:c0:6b:29 txqueuelen 1000 (Ethernet)
RX packets 5062 bytes 347070 (338.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 10323 bytes 9779116 (9.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet6 fe80::ea4e:6ff:fe64:fa65 prefixlen 64 scopeid 0x20<link>
ether e8:4e:06:64:fa:65 txqueuelen 1000 (Ethernet)
RX packets 61 bytes 6599 (6.4 KiB)
RX errors 0 dropped 5 overruns 0 frame 0
TX packets 22 bytes 3509 (3.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp2s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.1.108 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::9440:4b06:b605:ca01 prefixlen 64 scopeid 0x20<link>
ether c8:3d:d4:3c:23:63 txqueuelen 1000 (Ethernet)
RX packets 755893 bytes 988980144 (943.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 480126 bytes 53989884 (51.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
이것LSSB출력은 다음과 같습니다.
so@notebook:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 010: ID 0bda:0821 Realtek Semiconductor Corp.
Bus 001 Device 009: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 008: ID 174f:2408 Syntek
Bus 001 Device 044: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
Bus 001 Device 042: ID 0525:a4a2 Netchip Technology, Inc. Linux-USB Ethernet/RNDIS Gadget
Bus 001 Device 027: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
나는 이미 달렸다 적절한 업데이트 받기이 구성을 사용하면 장치가 내 (LINUX MINT LMDE) 네트워크 패널에 표시되지 않습니다.
하지만 파일에서 다음 줄을 제거하면 /etc/network/interfaces
무선 아이콘에 USB DONGEL이 표시되고 작동 중입니다.
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "roshd"
wpa-psk "rr1393"
, 하지만 내 라즈베리 파이에 맞게 구성하고 싶고 해당 파일을 사용해야 합니다 /etc/network/interfaces
.
그러면 /etc/network/interfaces 파일에서 이를 자동으로 구성하려면 어떻게 해야 합니까?
고쳐 쓰다:
이제 이 라인을 제거하면 다음과 같이 USB 동글에도 액세스할 수 없습니다.