Guest User

Untitled

a guest
Aug 23rd, 2010
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. # lsmod
  2. # cp fw_bcm4329_apsta.bin fw_bcm4329.bin
  3. # insmod /system/lib/modules/bcm4329.ko
  4. # lsmod
  5. bcm4329 185905 0 - Live 0xbf0b7000
  6. # iwconfig eth0
  7. eth0 IEEE 802.11-DS ESSID:"" Nickname:""
  8. Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
  9. Bit Rate:54 Mb/s Tx-Power:32 dBm
  10. Retry min limit:7 RTS thr:off Fragment thr:off
  11. Encryption key:off
  12. Power Managementmode:All packets received
  13. Link Quality=5/5 Signal level=0 dBm Noise level=0 dBm
  14. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  15. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  16.  
  17. # ifconfig eth0 down
  18. # iwconfig eth0 mode master
  19. # iwconfig eth0
  20. eth0 IEEE 802.11-DS ESSID:"" Nickname:""
  21. Mode:Master Frequency:2.412 GHz Access Point: Not-Associated
  22. Bit Rate:54 Mb/s Tx-Power:32 dBm
  23. Retry min limit:7 RTS thr:off Fragment thr:off
  24. Encryption key:off
  25.  
  26. # iwconfig eth0 essid hd2
  27. # iwconfig eth0
  28. eth0 IEEE 802.11-DS ESSID:"hd2" Nickname:""
  29. Mode:Master Frequency:2.412 GHz Access Point: 00:11:22:33:44:55
  30. Bit Rate=54 Mb/s Tx-Power:32 dBm
  31. Retry min limit:7 RTS thr:off Fragment thr:off
  32. Encryption key:off
  33.  
  34. # ifconfig eth0 up
  35. # iwconfig eth0
  36. eth0 IEEE 802.11-DS ESSID:"hd2" Nickname:""
  37. Mode:Master Frequency:2.412 GHz Access Point: 00:11:22:33:44:55
  38. Bit Rate=54 Mb/s Tx-Power:32 dBm
  39. Retry min limit:7 RTS thr:off Fragment thr:off
  40. Encryption key:off
  41.  
  42. <4>[ 475.341505] wlan: wifi_set_carddetect = 0
  43. <4>[ 475.345312] wlan: wifi_set_power = 0
  44. <4>[ 539.396904] wlan: wifi_set_power = 1
  45. <4>[ 539.747642] wlan: wifi_set_carddetect = 1
  46. <4>[ 539.750774] wlan: Dongle Host Driver, version 4.218.204.2
  47. <4>[ 542.310989] wlan: DHD: dongle ram size is set to 294912(orig 294912)
  48. <4>[ 542.530569] wlan: firmware version: wl0: Apr 22 2010 10:08:10 version 4.218.223.0
  49. <4>[ 542.664769] wlan: Enter set packet filter
  50. <4>[ 542.665852] wlan: start to add pkt filter 100
  51. <4>[ 542.666902] wlan: Enter set packet filter
  52. <4>[ 542.667976] wlan: start to add pkt filter 102
  53. <4>[ 542.669359] wlan: Enter set packet filter
  54. <4>[ 542.670702] wlan: start to add pkt filter 104
  55. <4>[ 542.673595] wlan: dhd_preinit_ioctls:str=0x6e756c6c207061636b657400
  56. <4>[ 542.684587] wlan: eth0: Broadcom Dongle Host Driver mac=00:11:22:33:44:55
  57. <4>[ 555.347548] wlan: wl_iw_ioctl: error in cmd=8b03 : not supported
  58. <4>[ 555.370100] wlan: wl_iw_ioctl: error in cmd=8b09 : not supported
  59. <4>[ 584.268895] wlan: wl_iw_ioctl: error in cmd=8b03 : not supported
  60. <4>[ 584.290092] wlan: wl_iw_ioctl: error in cmd=8b09 : not supported
  61. <4>[ 593.189727] wlan: dhd_dev_reset: WLAN OFF DONE
  62. <4>[ 593.189767] wlan: wifi_set_power = 0
  63. <4>[ 593.592358] wlan: =========== WLAN placed in RESET ========
  64. <4>[ 641.205925] wlan: dhdsdio_htclk: HT Avail request error: -35
  65. <4>[ 641.221139] wlan: dhd_bus_stop: FAILED REGISTER WRITE, LINE 2454
  66. <4>[ 641.238310] wlan: dhd_bus_stop: Failed to force clock for F2: err -35
  67. <4>[ 641.270427] wlan: dhd_bus_stop: FAILED REGISTER WRITE, LINE 2477
  68. <4>[ 641.281501] wlan: wifi_set_carddetect = 0
  69. <4>[ 641.284063] wlan: wifi_set_power = 0
  70. <4>[ 663.476648] wlan: wifi_set_power = 1
  71. <4>[ 663.827420] wlan: wifi_set_carddetect = 1
  72. <4>[ 663.829154] wlan: Dongle Host Driver, version 4.218.204.2
  73. <4>[ 666.386017] wlan: DHD: dongle ram size is set to 294912(orig 294912)
  74. <4>[ 666.606288] wlan: firmware version: wl0: Apr 22 2010 10:08:10 version 4.218.223.0
  75. <4>[ 666.740323] wlan: Enter set packet filter
  76. <4>[ 666.741236] wlan: start to add pkt filter 100
  77. <4>[ 666.742138] wlan: Enter set packet filter
  78. <4>[ 666.743038] wlan: start to add pkt filter 102
  79. <4>[ 666.743950] wlan: Enter set packet filter
  80. <4>[ 666.744847] wlan: start to add pkt filter 104
  81. <4>[ 666.746857] wlan: dhd_preinit_ioctls:str=0x6e756c6c207061636b657400
  82. <4>[ 666.755228] wlan: eth0: Broadcom Dongle Host Driver mac=00:11:22:33:44:55
  83. <4>[ 673.407376] wlan: wl_iw_ioctl: error in cmd=8b03 : not supported
  84. <4>[ 673.430200] wlan: wl_iw_ioctl: error in cmd=8b09 : not supported
  85. <4>[ 688.490568] wlan: wl_iw_ioctl: error in cmd=8b03 : not supported
  86. <4>[ 688.509306] wlan: wl_iw_ioctl: error in cmd=8b09 : not supported
  87. <4>[ 700.247375] wlan: wl_iw_ioctl: error in cmd=8b03 : not supported
  88. <4>[ 700.269270] wlan: wl_iw_ioctl: error in cmd=8b09 : not supported
  89. <4>[ 760.160810] wlan: wake lock 15 secs!
  90. <4>[ 760.160884] wlan: Link UP
  91. <4>[ 763.997303] wlan: wl_iw_ioctl: error in cmd=8b03 : not supported
  92. <4>[ 764.019309] wlan: wl_iw_ioctl: error in cmd=8b09 : not supported
  93. <4>[ 811.291375] wlan: wl_iw_ioctl: error in cmd=8b03 : not supported
  94. <4>[ 811.310560] wlan: wl_iw_ioctl: error in cmd=8b09 : not supported
  95. <4>[ 845.657360] wlan: wl_iw_ioctl: error in cmd=8b03 : not supported
  96. <4>[ 845.679308] wlan: wl_iw_ioctl: error in cmd=8b09 : not supported
Add Comment
Please, Sign In to add comment