IdeaPad S10-2: Unterschied zwischen den Versionen
Aus informatikvs
(Die Seite wurde neu angelegt: „* 1 GB Hauptspeicher * 64 GB ssd * WLAN Broadcom BCM4312 * Debian 8.8.0 Jessie <pre> $ iw dev phy0 Interface wlan0 ifindex 3 wdev 0x1 type managed…“) |
|||
(8 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
* 64 GB ssd | * 64 GB ssd | ||
* WLAN Broadcom BCM4312 | * WLAN Broadcom BCM4312 | ||
− | * | + | * Lubuntu 16.04.2 LTS (Xenial Xerus), desktop-i386 |
+ | * <s>Lubuntu 14.04.5 LTS (Trusty Tahr), desktop-i386</s> | ||
+ | * <s>Lubuntu 12.04.5 LTS (Precise Pangolin), desktop-i386 </s> | ||
<pre> | <pre> | ||
Zeile 11: | Zeile 13: | ||
wdev 0x1 | wdev 0x1 | ||
type managed | type managed | ||
− | $ | + | $ lspci -nn | grep Network |
+ | ... Broadcom Corporation BCM4312 ... | ||
+ | $ ip link show | ||
+ | ... | ||
+ | 3: wlan0: ... | ||
+ | $ ip link set dev wlan0 up | ||
+ | |||
+ | $ lspci -nn -d 14e4: | ||
+ | ... [14e4:4315] (ref 01) | ||
+ | |||
</pre> | </pre> |
Aktuelle Version vom 20. Juni 2017, 00:03 Uhr
- 1 GB Hauptspeicher
- 64 GB ssd
- WLAN Broadcom BCM4312
- Lubuntu 16.04.2 LTS (Xenial Xerus), desktop-i386
-
Lubuntu 14.04.5 LTS (Trusty Tahr), desktop-i386 -
Lubuntu 12.04.5 LTS (Precise Pangolin), desktop-i386
$ iw dev phy0 Interface wlan0 ifindex 3 wdev 0x1 type managed $ lspci -nn | grep Network ... Broadcom Corporation BCM4312 ... $ ip link show ... 3: wlan0: ... $ ip link set dev wlan0 up $ lspci -nn -d 14e4: ... [14e4:4315] (ref 01)