Linux Installationen: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (→Intel® Centrino® Advanced-N 6235, Dual Band) |
F (Diskussion | Beiträge) |
||
Zeile 15: | Zeile 15: | ||
iwlwifi 165675 1 iwldvm | iwlwifi 165675 1 iwldvm | ||
cfg80211 480503 3 iwlwifi,mac80211,iwldvm | cfg80211 480503 3 iwlwifi,mac80211,iwldvm | ||
+ | </source> | ||
+ | |||
+ | === bluetooth === | ||
+ | <source lang="bash"> | ||
+ | dpkg -l |grep blue | ||
+ | ii bluedevil 1.3.1-1 amd64 KDE Bluetooth stack | ||
+ | ii bluez 4.101-0ubuntu8b1 amd64 Bluetooth tools and daemons | ||
+ | ii bluez-alsa:amd64 4.101-0ubuntu8b1 amd64 Bluetooth ALSA support | ||
+ | ii bluez-cups 4.101-0ubuntu8b1 amd64 Bluetooth printer driver for CUPS | ||
+ | ii libbluedevil1:amd64 1.9.3-1 amd64 Qt wrapper for bluez | ||
+ | ii libbluetooth3:amd64 4.101-0ubuntu8b1 amd64 Library to use the BlueZ Linux Bluetooth stack | ||
+ | ii pulseaudio-module-bluetooth 1:4.0-0ubuntu6 amd64 Bluetooth module for PulseAudio sound server | ||
+ | root@apple:~# | ||
+ | |||
</source> | </source> |
Version vom 4. Februar 2014, 00:25 Uhr
tuxedo BU1402
Anpassungen nach der Installation
Intel® Centrino® Advanced-N 6235, Dual Band
- https://wiki.debian.org/iwlwifi
- http://ark.intel.com/de/products/66890/Intel-Centrino-Advanced-N-6235-Dual-Band
- http://wireless.kernel.org/en/users/Drivers/iwlwifi
apt-get update && apt-get install firmware-iwlwifi
modprobe -r iwlwifi ; modprobe iwlwifi
echo iwlwifi >> /etc/modules
# von kubunbtu 13.10 / siduction siduction 13.2.1
lsmod | grep wif
iwlwifi 165675 1 iwldvm
cfg80211 480503 3 iwlwifi,mac80211,iwldvm
bluetooth
dpkg -l |grep blue
ii bluedevil 1.3.1-1 amd64 KDE Bluetooth stack
ii bluez 4.101-0ubuntu8b1 amd64 Bluetooth tools and daemons
ii bluez-alsa:amd64 4.101-0ubuntu8b1 amd64 Bluetooth ALSA support
ii bluez-cups 4.101-0ubuntu8b1 amd64 Bluetooth printer driver for CUPS
ii libbluedevil1:amd64 1.9.3-1 amd64 Qt wrapper for bluez
ii libbluetooth3:amd64 4.101-0ubuntu8b1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii pulseaudio-module-bluetooth 1:4.0-0ubuntu6 amd64 Bluetooth module for PulseAudio sound server
root@apple:~#