Trumpfi
Anmeldungsdatum: 20. September 2009
Beiträge: Zähle...
|
Hallo liebe Ubuntu Gemeinde, gibt es eine Möglichkeit diesen WLAN Stick auf Ubuntu zu installieren? TP-LINK Archer T2U AC600 Dualband-WLAN-Adapter (802.11b/g/n/ac, 600Mbit/s) Version 1.0 http://www.tp-link.com/lk/products/details/?model=Archer+T2U Nach dem ich ihn angesteckt habe, wie mache ich weiter? Bitte um Hilfe. SG Trumpfi
|
praseodym
Supporter
Anmeldungsdatum: 9. Februar 2009
Beiträge: 22076
|
Hallo, zeige
lsusb
lsmod
iwconfig
|
Trumpfi
(Themenstarter)
Anmeldungsdatum: 20. September 2009
Beiträge: 55
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78 | lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 0557:2213 ATEN International Co., Ltd CS682 2-Port USB 2.0 DVI KVM Switch
Bus 003 Device 010: ID 05ac:0304 Apple, Inc. Optical USB Mouse [Mitsumi]
Bus 003 Device 009: ID 05ac:0250 Apple, Inc. Aluminium Keyboard (ISO)
Bus 003 Device 008: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboard
Bus 003 Device 003: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 003 Device 002: ID 148f:761a Ralink Technology, Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lsmod
Module Size Used by
rfcomm 69160 0
bnep 19624 2
bluetooth 391136 10 bnep,rfcomm
x86_pkg_temp_thermal 14205 0
intel_powerclamp 14705 0
coretemp 13435 0
kvm_intel 143148 0
snd_hda_codec_hdmi 46368 1
kvm 451729 1 kvm_intel
snd_hda_codec_realtek 65580 1
crct10dif_pclmul 14289 0
crc32_pclmul 13113 0
ghash_clmulni_intel 13216 0
aesni_intel 55624 0
aes_x86_64 17131 1 aesni_intel
snd_hda_intel 56451 5
lrw 13286 1 aesni_intel
gf128mul 14951 1 lrw
snd_hda_codec 192906 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
i915 783961 7
snd_hwdep 13602 1 snd_hda_codec
snd_pcm 102099 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc 18710 2 snd_pcm,snd_hda_intel
snd_seq_midi 13324 0
snd_seq_midi_event 14899 1 snd_seq_midi
glue_helper 13990 1 aesni_intel
snd_rawmidi 30144 1 snd_seq_midi
snd_seq 61560 2 snd_seq_midi_event,snd_seq_midi
ablk_helper 13597 1 aesni_intel
drm_kms_helper 55071 1 i915
cryptd 20359 3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 29482 2 snd_pcm,snd_seq
mei_me 18627 0
drm 303102 6 i915,drm_kms_helper
mei 82276 1 mei_me
snd 69322 21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
i2c_algo_bit 13413 1 i915
lpc_ich 21080 0
soundcore 12680 1 snd
video 19476 1 i915
mac_hid 13205 0
parport_pc 32701 0
ppdev 17671 0
lp 17759 0
parport 42348 3 lp,ppdev,parport_pc
hid_apple 13386 0
hid_generic 12548 0
usbhid 52659 0
hid 106148 3 hid_generic,usbhid,hid_apple
r8169 67581 0
ahci 25819 2
mii 13934 1 r8169
libahci 32716 1 ahci
iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
|
|
praseodym
Supporter
Anmeldungsdatum: 9. Februar 2009
Beiträge: 22076
|
|
praseodym
Supporter
Anmeldungsdatum: 9. Februar 2009
Beiträge: 22076
|
Ich hänge dir den bereits angepassten und mit Geräte-ID versehenen Treiber mal an. Allerdings lässt er sich hier nicht bauen. Entpacke ihn in dein /home-Verzeichnis und installiere über: cd mt7610u_wifi_sta_v3002_dpo_20130916/
make
sudo make install
sudo mkdir -p /etc/Wireless/RT2870STA
sudo cp rt2870sta.dat /etc/Wireless/RT2870STA/rt2870sta.dat Alternative: Füge die Geräte-ID dem Treiber rt2800usb hinzu:
echo 'install rt2800usb modprobe --ignore-install rt2800usb ; /bin/echo "148f 761a" > /sys/bus/usb/drivers/rt2800usb/new_id' | sudo tee /etc/modprobe.d/rt2800usb.conf
sudo modprobe -v rt2800usb
- mt7610u_wifi_sta_v3002_dpo_20130916.obj (966.4 KiB)
- Download mt7610u_wifi_sta_v3002_dpo_20130916.obj
|
Trumpfi
(Themenstarter)
Anmeldungsdatum: 20. September 2009
Beiträge: 55
|
hat leider nicht geklappt. Ich habe mir jetzt den Stick TP-Link TL-WN821N vers. 4.1 gekauft. Der hat zwar kein ac aber dafür funktioniert er auf Anhieb ohne Installation.
|
Trumpfi
(Themenstarter)
Anmeldungsdatum: 20. September 2009
Beiträge: 55
|
|