Advertisement
Guest User

Untitled

a guest
May 20th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. Groot@xbian:~# lsusb
  2. Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
  3. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  4. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
  5. Bus 001 Device 004: ID 2001:3700 D-Link Corp. DWL-122 802.11b [Intersil Prism 3]
  6.  
  7. ////
  8. ////Folgenden Befehl habe ich ausgeführt weil ich folgendes gestoßen bin:
  9. ////http://forum.stmlabs.com/showthread.php?tid=5804&pid=47498#pid47498
  10. ////
  11.  
  12.  
  13. root@xbian:~# sudo apt-get install prism2-usb-firmware-installer
  14. Reading package lists... Done
  15. Building dependency tree
  16. Reading state information... Done
  17. The following NEW packages will be installed:
  18. prism2-usb-firmware-installer
  19. 0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
  20. Need to get 43.9 kB of archives.
  21. After this operation, 159 kB of additional disk space will be used.
  22. Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main prism2-usb-firmware-installer armhf 0.2.9+dfsg-5 [43.9 kB]
  23. Fetched 43.9 kB in 0s (65.3 kB/s)
  24. Selecting previously unselected package prism2-usb-firmware-installer.
  25. (Reading database ... 31680 files and directories currently installed.)
  26. Unpacking prism2-usb-firmware-installer (from .../prism2-usb-firmware-installer_0.2.9+dfsg-5_armhf.deb) ...
  27. Processing triggers for man-db ...
  28. Setting up prism2-usb-firmware-installer (0.2.9+dfsg-5) ...
  29. --2013-05-20 19:33:14-- http://git.shaftnet.org/git/gitweb.cgi?p=linux-wlan-ng.git;a=blob_plain;f=src/prism2/ru010803.hex;hb=HEAD
  30. Resolving git.shaftnet.org (git.shaftnet.org)... 24.73.230.86
  31. Connecting to git.shaftnet.org (git.shaftnet.org)|24.73.230.86|:80... connected.
  32. HTTP request sent, awaiting response... 200 OK
  33. Length: unspecified [text/plain]
  34. Saving to: `/lib/firmware/ru010803.hex'
  35.  
  36. [ <=> ] 177,560 197K/s in 0.9s
  37.  
  38. 2013-05-20 19:33:16 (197 KB/s) - `/lib/firmware/ru010803.hex' saved [177560]
  39.  
  40. /lib/firmware/ru010803.hex: OK
  41. Converting firmware file
  42. root@xbian:~# sudo modprobe prism2_usb
  43. root@xbian:~#
  44.  
  45. ////sudo modprobe prism2_usb ; danach passiert überhaupt nix
  46.  
  47. //Ich muss das Netzwerk mit der ssid "Brieft" nutzen, der Name ist aber eigentlich länger, habe
  48. also in der wpa.conf den kompletten SSID Namen angegeben und nicht nur den kurzen "brieft"
  49.  
  50. root@xbian:~# lsmod
  51. Module Size Used by
  52. nfsd 259835 2
  53. bcm2708_wdog 3530 1
  54. snd_bcm2835 13087 0
  55. snd_pcm 77296 1 snd_bcm2835
  56. snd_page_alloc 5196 1 snd_pcm
  57. snd_seq 53197 0
  58. snd_seq_device 6430 1 snd_seq
  59. snd_timer 19974 2 snd_pcm,snd_seq
  60. snd 58448 5 snd_bcm2835,snd_timer,snd_pcm,snd_seq,snd_seq_device
  61. prism2_usb 163314 0
  62. cfg80211 186124 1 prism2_usb
  63. root@xbian:~# iwlist wlan0 scan
  64. wlan0 Scan completed :
  65. Cell 01 - Address: 00:1D:19:1D:F6:CB
  66. Channel:2
  67. Frequency:2.417 GHz (Channel 2)
  68. Quality=33/70 Signal level=-77 dBm
  69. Encryption key:on
  70. ESSID:"WLAN-1"
  71. Mode:Master
  72. Extra:tsf=000000000000f02f
  73. Extra: Last beacon: 250ms ago
  74. IE: Unknown: 0006574C414E2D31
  75. Cell 02 - Address: 54:E6:FC:E5:7A:C6
  76. Channel:11
  77. Frequency:2.462 GHz (Channel 11)
  78. Quality=40/70 Signal level=-70 dBm
  79. Encryption key:on
  80. ESSID:"Brieft"
  81. Mode:Master
  82. Extra:tsf=000000000000f02f
  83. Extra: Last beacon: 250ms ago
  84. IE: Unknown: 0006427269656674
  85.  
  86. root@xbian:~# sudo nano /etc/wpa.conf
  87. root@xbian:~# sudo nano /etc/network/interfaces
  88.  
  89.  
  90.  
  91. /// weiterversucht und zunächst linux-wlan-ng-doc installiert
  92.  
  93. root@xbian:~# apt-cache search intersil prism 3
  94. hostap-utils - Utility programs for Host AP driver for Intersil Prism2/2.5/3
  95. linux-wlan-ng - utilities for wireless prism2 cards
  96. root@xbian:~# sudo apt-get install linux-wlan-ng
  97. Reading package lists... Done
  98. Building dependency tree
  99. Reading state information... Done
  100. The following extra packages will be installed:
  101. linux-wlan-ng-doc
  102. The following NEW packages will be installed:
  103. linux-wlan-ng linux-wlan-ng-doc
  104. 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
  105. Need to get 199 kB of archives.
  106. After this operation, 894 kB of additional disk space will be used.
  107. Do you want to continue [Y/n]? Y
  108. Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main linux-wlan-ng armhf 0.2.9+dfsg-5 [111 kB]
  109. Get:2 http://mirrordirector.raspbian.org/raspbian/ wheezy/main linux-wlan-ng-doc all 0.2.9+dfsg-5 [87.9 kB]
  110. Fetched 199 kB in 0s (241 kB/s)
  111. Selecting previously unselected package linux-wlan-ng.
  112. (Reading database ... 31688 files and directories currently installed.)
  113. Unpacking linux-wlan-ng (from .../linux-wlan-ng_0.2.9+dfsg-5_armhf.deb) ...
  114. Selecting previously unselected package linux-wlan-ng-doc.
  115. Unpacking linux-wlan-ng-doc (from .../linux-wlan-ng-doc_0.2.9+dfsg-5_all.deb) ...
  116. Processing triggers for man-db ...
  117. Setting up linux-wlan-ng (0.2.9+dfsg-5) ...
  118. Setting up linux-wlan-ng-doc (0.2.9+dfsg-5) ...
  119.  
  120. //anschliessend nochmal hostap utils installiert
  121.  
  122.  
  123. root@xbian:~# apt-cache search Intersil Prism 3
  124. hostap-utils - Utility programs for Host AP driver for Intersil Prism2/2.5/3
  125. linux-wlan-ng - utilities for wireless prism2 cards
  126. root@xbian:~# sudo apt-get install hostap-utils
  127. Reading package lists... Done
  128. Building dependency tree
  129. Reading state information... Done
  130. The following NEW packages will be installed:
  131. hostap-utils
  132. 0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
  133. Need to get 50.2 kB of archives.
  134. After this operation, 156 kB of additional disk space will be used.
  135. Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main hostap-utils armhf 1:0.4.7-1 [50.2 kB]
  136. Fetched 50.2 kB in 0s (81.4 kB/s)
  137. Selecting previously unselected package hostap-utils.
  138. (Reading database ... 31736 files and directories currently installed.)
  139. Unpacking hostap-utils (from .../hostap-utils_1%3a0.4.7-1_armhf.deb) ...
  140. Setting up hostap-utils (1:0.4.7-1) ...
  141. root@xbian:~# sudo reboot
  142.  
  143.  
  144. //// Nach dem Reboot
  145.  
  146. Groot@xbian:~#ifconfig
  147. eth0 Link encap:Ethernet HWaddr b8:27:eb:db:c9:c3
  148. inet addr:192.168.100.33 Bcast:192.168.100.255 Mask:255.255.255.0
  149. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  150. RX packets:5252 errors:0 dropped:0 overruns:0 frame:0
  151. TX packets:4795 errors:0 dropped:0 overruns:0 carrier:0
  152. collisions:0 txqueuelen:1000
  153. RX bytes:2211129 (2.1 MiB) TX bytes:1020376 (996.4 KiB)
  154.  
  155. lo Link encap:Local Loopback
  156. inet addr:127.0.0.1 Mask:255.0.0.0
  157. UP LOOPBACK RUNNING MTU:16436 Metric:1
  158. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  159. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  160. collisions:0 txqueuelen:0
  161. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  162.  
  163. wlan0 Link encap:Ethernet HWaddr 00:11:95:93:ad:39
  164. UP BROADCAST MULTICAST MTU:1500 Metric:1
  165. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  166. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  167. collisions:0 txqueuelen:1000
  168. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  169.  
  170. root@xbian:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement