Advertisement
Guest User

Untitled

a guest
May 28th, 2011
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.60 KB | None | 0 0
  1. <saa1959> I upgraded to Ubuntu 11.04 and now wireless nic BCM4312 is not working anymore. http://ubuntuforums.org/showthread.php?t=1604868&page=30 is very long thread covering many different nic cards and is very confusing to find a solution. Any ideas on step-by-step instructions to configure bcm4312 properly?
  2.  
  3. <ActionParsnip> saa1959: you may need to reinstall the firmware cutter
  4.  
  5. <saa1959> ActionParsnip: I reinstalled firmware-b43-lpphy-installer and b43-fwcutter. Both firmware-b43-installer and firmware-b43legacy-installer are not installed. I still am unable to establish a wireless network connection. Were there any additional steps that you recommend in addition to reinstalling the firmware cutter?
  6.  
  7. # lsmod
  8. Module Size Used by
  9. michael_mic 12612 0
  10. arc4 12529 0
  11. parport_pc 36959 0
  12. ppdev 17113 0
  13. vesafb 13761 1
  14. snd_hda_codec_conexant 57511 1
  15. binfmt_misc 17565 1
  16. lib80211_crypt_tkip 17387 0
  17. snd_hda_intel 33211 2
  18. joydev 17606 0
  19. snd_hda_codec 103804 2 snd_hda_codec_conexant,snd_hda_intel
  20. snd_hwdep 13604 1 snd_hda_codec
  21. snd_pcm 96625 2 snd_hda_intel,snd_hda_codec
  22. snd_seq_midi 13324 0
  23. nvidia 8107272 36
  24. snd_rawmidi 30486 1 snd_seq_midi
  25. hp_wmi 13706 0
  26. sparse_keymap 13898 1 hp_wmi
  27. snd_seq_midi_event 14899 1 snd_seq_midi
  28. wl 1974427 0
  29. snd_seq 61621 2 snd_seq_midi,snd_seq_midi_event
  30. uvcvideo 72195 0
  31. snd_timer 29602 2 snd_pcm,snd_seq
  32. snd_seq_device 14462 3 snd_seq_midi,snd_rawmidi,snd_seq
  33. lib80211 14991 2 lib80211_crypt_tkip,wl
  34. videodev 82052 1 uvcvideo
  35. edac_core 53845 0
  36. k8temp 13016 0
  37. v4l2_compat_ioctl32 17078 1 videodev
  38. psmouse 73535 0
  39. serio_raw 13166 0
  40. r852 18246 0
  41. sm_common 16817 1 r852
  42. nand 55112 2 r852,sm_common
  43. edac_mce_amd 23464 0
  44. nand_ids 12723 1 nand
  45. nand_ecc 13230 1 nand
  46. snd 67382 13 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
  47. mtd 27900 2 sm_common,nand
  48. video 19438 0
  49. soundcore 12680 1 snd
  50. snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
  51. i2c_nforce2 13058 0
  52. lp 17825 0
  53. parport 46458 3 parport_pc,ppdev,lp
  54. ahci 25951 2
  55. firewire_ohci 40370 0
  56. sdhci_pci 13989 0
  57. sdhci 27387 1 sdhci_pci
  58. firewire_core 62646 1 firewire_ohci
  59. crc_itu_t 12707 1 firewire_core
  60. pata_amd 14130 0
  61. libahci 26642 1 ahci
  62. forcedeth 63555 0
  63.  
  64. # lspci|grep Network
  65. 04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
  66.  
  67. # ifconfig
  68. eth0 Link encap:Ethernet HWaddr 00:1d:72:43:75:05
  69. inet addr:192.168.29.111 Bcast:192.168.29.255 Mask:255.255.255.0
  70. inet6 addr: fe80::21d:72ff:fe43:7505/64 Scope:Link
  71. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  72. RX packets:16020 errors:0 dropped:0 overruns:0 frame:0
  73. TX packets:10766 errors:0 dropped:0 overruns:0 carrier:0
  74. collisions:0 txqueuelen:1000
  75. RX bytes:22482751 (22.4 MB) TX bytes:1009326 (1.0 MB)
  76. Interrupt:42 Base address:0xe000
  77.  
  78. eth1 Link encap:Ethernet HWaddr 00:1a:73:d1:22:31
  79. inet6 addr: fe80::21a:73ff:fed1:2231/64 Scope:Link
  80. UP BROADCAST MULTICAST MTU:1500 Metric:1
  81. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  82. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  83. collisions:0 txqueuelen:1000
  84. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  85. Interrupt:21
  86.  
  87. lo Link encap:Local Loopback
  88. inet addr:127.0.0.1 Mask:255.0.0.0
  89. inet6 addr: ::1/128 Scope:Host
  90. UP LOOPBACK RUNNING MTU:16436 Metric:1
  91. RX packets:12 errors:0 dropped:0 overruns:0 frame:0
  92. TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
  93. collisions:0 txqueuelen:0
  94. RX bytes:720 (720.0 B) TX bytes:720 (720.0 B)
  95.  
  96.  
  97. # iwconfig
  98. lo no wireless extensions.
  99.  
  100. eth0 no wireless extensions.
  101.  
  102. eth1 IEEE 802.11bg ESSID:""
  103. Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
  104. Bit Rate:54 Mb/s Tx-Power:24 dBm
  105. Retry min limit:7 RTS thr:off Fragment thr:off
  106. Encryption key:off
  107. Power Management:off
  108. Link Quality=5/5 Signal level=0 dBm Noise level=-75 dBm
  109. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  110. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  111.  
  112. # iwconfig eth1 essid "Death by Wifi"
  113. # iwconfig
  114. lo no wireless extensions.
  115.  
  116. eth0 no wireless extensions.
  117.  
  118. eth1 IEEE 802.11bg ESSID:""
  119. Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
  120. Bit Rate:54 Mb/s Tx-Power:24 dBm
  121. Retry min limit:7 RTS thr:off Fragment thr:off
  122. Encryption key:off
  123. Power Management:off
  124. Link Quality=5/5 Signal level=0 dBm Noise level=-75 dBm
  125. Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
  126. Tx excessive retries:0 Invalid misc:0 Missed beacon:0
  127.  
  128. # dmesg
  129. ...
  130. [ 2470.080113] hub 2-0:1.0: unable to enumerate USB device on port 5
  131. [ 2470.460108] hub 2-0:1.0: unable to enumerate USB device on port 5
  132. [ 2470.830120] hub 2-0:1.0: unable to enumerate USB device on port 5
  133. [ 2471.200092] hub 2-0:1.0: unable to enumerate USB device on port 5
  134. [ 2471.580128] hub 2-0:1.0: unable to enumerate USB device on port 5
  135. [ 2471.960081] hub 2-0:1.0: unable to enumerate USB device on port 5
  136. [ 2472.340081] hub 2-0:1.0: unable to enumerate USB device on port 5
  137. [ 2472.720106] hub 2-0:1.0: unable to enumerate USB device on port 5
  138. [ 2473.100102] hub 2-0:1.0: unable to enumerate USB device on port 5
  139. [ 2473.480142] hub 2-0:1.0: unable to enumerate USB device on port 5
  140. [ 2473.860077] hub 2-0:1.0: unable to enumerate USB device on port 5
  141. [ 2474.240075] hub 2-0:1.0: unable to enumerate USB device on port 5
  142. [ 2474.620106] hub 2-0:1.0: unable to enumerate USB device on port 5
  143. [ 2475.000095] hub 2-0:1.0: unable to enumerate USB device on port 5
  144. [ 2475.380141] hub 2-0:1.0: unable to enumerate USB device on port 5
  145. [ 2475.760119] hub 2-0:1.0: unable to enumerate USB device on port 5
  146. [ 2476.140106] hub 2-0:1.0: unable to enumerate USB device on port 5
  147. [ 2476.520180] hub 2-0:1.0: unable to enumerate USB device on port 5
  148. [ 2476.910069] hub 2-0:1.0: unable to enumerate USB device on port 5
  149. [ 2477.290071] hub 2-0:1.0: unable to enumerate USB device on port 5
  150. [ 2477.670088] hub 2-0:1.0: unable to enumerate USB device on port 5
  151. [ 2478.050082] hub 2-0:1.0: unable to enumerate USB device on port 5
  152. [ 2478.430109] hub 2-0:1.0: unable to enumerate USB device on port 5
  153. [ 2478.810115] hub 2-0:1.0: unable to enumerate USB device on port 5
  154. [ 2479.190105] hub 2-0:1.0: unable to enumerate USB device on port 5
  155. [ 2479.570102] hub 2-0:1.0: unable to enumerate USB device on port 5
  156. [ 2479.950135] hub 2-0:1.0: unable to enumerate USB device on port 5
  157. [ 2480.330107] hub 2-0:1.0: unable to enumerate USB device on port 5
  158. [ 2480.710172] hub 2-0:1.0: unable to enumerate USB device on port 5
  159. [ 2481.090104] hub 2-0:1.0: unable to enumerate USB device on port 5
  160. [ 2481.470119] hub 2-0:1.0: unable to enumerate USB device on port 5
  161. [ 2481.850135] hub 2-0:1.0: unable to enumerate USB device on port 5
  162. [ 2482.230094] hub 2-0:1.0: unable to enumerate USB device on port 5
  163. [ 2482.610131] hub 2-0:1.0: unable to enumerate USB device on port 5
  164. [ 2482.990111] hub 2-0:1.0: unable to enumerate USB device on port 5
  165. [ 2483.370086] hub 2-0:1.0: unable to enumerate USB device on port 5
  166. [ 2483.750100] hub 2-0:1.0: unable to enumerate USB device on port 5
  167. [ 2484.130113] hub 2-0:1.0: unable to enumerate USB device on port 5
  168. [ 2484.510073] hub 2-0:1.0: unable to enumerate USB device on port 5
  169. [ 2484.890104] hub 2-0:1.0: unable to enumerate USB device on port 5
  170. [ 2485.270069] hub 2-0:1.0: unable to enumerate USB device on port 5
  171. [ 2485.650072] hub 2-0:1.0: unable to enumerate USB device on port 5
  172. [ 2486.030107] hub 2-0:1.0: unable to enumerate USB device on port 5
  173. [ 2486.410196] hub 2-0:1.0: unable to enumerate USB device on port 5
  174. [ 2486.790133] hub 2-0:1.0: unable to enumerate USB device on port 5
  175. [ 2487.170098] hub 2-0:1.0: unable to enumerate USB device on port 5
  176. [ 2487.550090] hub 2-0:1.0: unable to enumerate USB device on port 5
  177. [ 2487.930075] hub 2-0:1.0: unable to enumerate USB device on port 5
  178. [ 2488.310104] hub 2-0:1.0: unable to enumerate USB device on port 5
  179. [ 2488.690128] hub 2-0:1.0: unable to enumerate USB device on port 5
  180. [ 2489.070098] hub 2-0:1.0: unable to enumerate USB device on port 5
  181. [ 2489.450110] hub 2-0:1.0: unable to enumerate USB device on port 5
  182. [ 2489.830157] hub 2-0:1.0: unable to enumerate USB device on port 5
  183. [ 2490.210089] hub 2-0:1.0: unable to enumerate USB device on port 5
  184. [ 2490.590098] hub 2-0:1.0: unable to enumerate USB device on port 5
  185. [ 2490.970096] hub 2-0:1.0: unable to enumerate USB device on port 5
  186. [ 2491.350074] hub 2-0:1.0: unable to enumerate USB device on port 5
  187. [ 2491.730101] hub 2-0:1.0: unable to enumerate USB device on port 5
  188. [ 2492.110110] hub 2-0:1.0: unable to enumerate USB device on port 5
  189. [ 2492.490066] hub 2-0:1.0: unable to enumerate USB device on port 5
  190. [ 2492.870091] hub 2-0:1.0: unable to enumerate USB device on port 5
  191. [ 2493.250090] hub 2-0:1.0: unable to enumerate USB device on port 5
  192. [ 2493.630100] hub 2-0:1.0: unable to enumerate USB device on port 5
  193. [ 2494.010113] hub 2-0:1.0: unable to enumerate USB device on port 5
  194. [ 2494.390069] hub 2-0:1.0: unable to enumerate USB device on port 5
  195. [ 2494.770096] hub 2-0:1.0: unable to enumerate USB device on port 5
  196. [ 2495.150129] hub 2-0:1.0: unable to enumerate USB device on port 5
  197. [ 2495.530092] hub 2-0:1.0: unable to enumerate USB device on port 5
  198. [ 2495.910134] hub 2-0:1.0: unable to enumerate USB device on port 5
  199. [ 2496.290080] hub 2-0:1.0: unable to enumerate USB device on port 5
  200. [ 2496.670076] hub 2-0:1.0: unable to enumerate USB device on port 5
  201. [ 2497.050063] hub 2-0:1.0: unable to enumerate USB device on port 5
  202. [ 2497.430087] hub 2-0:1.0: unable to enumerate USB device on port 5
  203. [ 2497.810091] hub 2-0:1.0: unable to enumerate USB device on port 5
  204. [ 2498.190077] hub 2-0:1.0: unable to enumerate USB device on port 5
  205. [ 2498.570097] hub 2-0:1.0: unable to enumerate USB device on port 5
  206. [ 2498.950114] hub 2-0:1.0: unable to enumerate USB device on port 5
  207. [ 2499.330136] hub 2-0:1.0: unable to enumerate USB device on port 5
  208. [ 2499.710080] hub 2-0:1.0: unable to enumerate USB device on port 5
  209. [ 2500.090164] hub 2-0:1.0: unable to enumerate USB device on port 5
  210. [ 2500.470077] hub 2-0:1.0: unable to enumerate USB device on port 5
  211. [ 2500.850152] hub 2-0:1.0: unable to enumerate USB device on port 5
  212. [ 2501.230167] hub 2-0:1.0: unable to enumerate USB device on port 5
  213. [ 2501.610308] hub 2-0:1.0: unable to enumerate USB device on port 5
  214. [ 2501.990104] hub 2-0:1.0: unable to enumerate USB device on port 5
  215. [ 2502.370073] hub 2-0:1.0: unable to enumerate USB device on port 5
  216. [ 2502.750117] hub 2-0:1.0: unable to enumerate USB device on port 5
  217. [ 2503.130070] hub 2-0:1.0: unable to enumerate USB device on port 5
  218. [ 2503.510071] hub 2-0:1.0: unable to enumerate USB device on port 5
  219. [ 2503.890276] hub 2-0:1.0: unable to enumerate USB device on port 5
  220. [ 2504.270083] hub 2-0:1.0: unable to enumerate USB device on port 5
  221. [ 2504.650078] hub 2-0:1.0: unable to enumerate USB device on port 5
  222. [ 2505.030086] hub 2-0:1.0: unable to enumerate USB device on port 5
  223. [ 2505.410067] hub 2-0:1.0: unable to enumerate USB device on port 5
  224. [ 2505.790144] hub 2-0:1.0: unable to enumerate USB device on port 5
  225. [ 2506.170126] hub 2-0:1.0: unable to enumerate USB device on port 5
  226. [ 2506.550077] hub 2-0:1.0: unable to enumerate USB device on port 5
  227. [ 2506.930182] hub 2-0:1.0: unable to enumerate USB device on port 5
  228. [ 2507.310091] hub 2-0:1.0: unable to enumerate USB device on port 5
  229. [ 2507.690175] hub 2-0:1.0: unable to enumerate USB device on port 5
  230. [ 2508.070117] hub 2-0:1.0: unable to enumerate USB device on port 5
  231. [ 2508.450148] hub 2-0:1.0: unable to enumerate USB device on port 5
  232. [ 2508.830174] hub 2-0:1.0: unable to enumerate USB device on port 5
  233. [ 2509.210106] hub 2-0:1.0: unable to enumerate USB device on port 5
  234. [ 2509.590105] hub 2-0:1.0: unable to enumerate USB device on port 5
  235. [ 2509.970153] hub 2-0:1.0: unable to enumerate USB device on port 5
  236. [ 2510.350096] hub 2-0:1.0: unable to enumerate USB device on port 5
  237. [ 2510.730225] hub 2-0:1.0: unable to enumerate USB device on port 5
  238. [ 2511.110073] hub 2-0:1.0: unable to enumerate USB device on port 5
  239. [ 2511.490080] hub 2-0:1.0: unable to enumerate USB device on port 5
  240. [ 2511.870094] hub 2-0:1.0: unable to enumerate USB device on port 5
  241. [ 2512.250075] hub 2-0:1.0: unable to enumerate USB device on port 5
  242. [ 2512.630077] hub 2-0:1.0: unable to enumerate USB device on port 5
  243. [ 2513.020122] hub 2-0:1.0: unable to enumerate USB device on port 5
  244. [ 2513.400079] hub 2-0:1.0: unable to enumerate USB device on port 5
  245. [ 2513.780128] hub 2-0:1.0: unable to enumerate USB device on port 5
  246. [ 2514.160145] hub 2-0:1.0: unable to enumerate USB device on port 5
  247. [ 2514.540069] hub 2-0:1.0: unable to enumerate USB device on port 5
  248. [ 2514.920095] hub 2-0:1.0: unable to enumerate USB device on port 5
  249. [ 2515.300050] hub 2-0:1.0: unable to enumerate USB device on port 5
  250. [ 2515.680131] hub 2-0:1.0: unable to enumerate USB device on port 5
  251. [ 2516.060090] hub 2-0:1.0: unable to enumerate USB device on port 5
  252. [ 2516.440131] hub 2-0:1.0: unable to enumerate USB device on port 5
  253. [ 2516.820093] hub 2-0:1.0: unable to enumerate USB device on port 5
  254. [ 2517.200075] hub 2-0:1.0: unable to enumerate USB device on port 5
  255. [ 2517.580076] hub 2-0:1.0: unable to enumerate USB device on port 5
  256. [ 2517.960095] hub 2-0:1.0: unable to enumerate USB device on port 5
  257. [ 2518.340141] hub 2-0:1.0: unable to enumerate USB device on port 5
  258. [ 2518.720122] hub 2-0:1.0: unable to enumerate USB device on port 5
  259. [ 2519.100188] hub 2-0:1.0: unable to enumerate USB device on port 5
  260. [ 2519.480093] hub 2-0:1.0: unable to enumerate USB device on port 5
  261. [ 2519.860078] hub 2-0:1.0: unable to enumerate USB device on port 5
  262. [ 2520.240114] hub 2-0:1.0: unable to enumerate USB device on port 5
  263. [ 2520.620073] hub 2-0:1.0: unable to enumerate USB device on port 5
  264. [ 2521.000164] hub 2-0:1.0: unable to enumerate USB device on port 5
  265. [ 2521.380078] hub 2-0:1.0: unable to enumerate USB device on port 5
  266. [ 2521.760120] hub 2-0:1.0: unable to enumerate USB device on port 5
  267. [ 2522.140140] hub 2-0:1.0: unable to enumerate USB device on port 5
  268. [ 2522.520147] hub 2-0:1.0: unable to enumerate USB device on port 5
  269. [ 2522.900073] hub 2-0:1.0: unable to enumerate USB device on port 5
  270. [ 2523.280102] hub 2-0:1.0: unable to enumerate USB device on port 5
  271. [ 2523.660070] hub 2-0:1.0: unable to enumerate USB device on port 5
  272. [ 2524.040163] hub 2-0:1.0: unable to enumerate USB device on port 5
  273. [ 2524.420172] hub 2-0:1.0: unable to enumerate USB device on port 5
  274. [ 2524.800158] hub 2-0:1.0: unable to enumerate USB device on port 5
  275. [ 2525.180103] hub 2-0:1.0: unable to enumerate USB device on port 5
  276. [ 2525.560077] hub 2-0:1.0: unable to enumerate USB device on port 5
  277. [ 2525.940137] hub 2-0:1.0: unable to enumerate USB device on port 5
  278. [ 2526.320314] hub 2-0:1.0: unable to enumerate USB device on port 5
  279. [ 2526.700096] hub 2-0:1.0: unable to enumerate USB device on port 5
  280. [ 2527.080119] hub 2-0:1.0: unable to enumerate USB device on port 5
  281. [ 2527.460087] hub 2-0:1.0: unable to enumerate USB device on port 5
  282. [ 2527.840084] hub 2-0:1.0: unable to enumerate USB device on port 5
  283. [ 2528.220079] hub 2-0:1.0: unable to enumerate USB device on port 5
  284. [ 2528.600086] hub 2-0:1.0: unable to enumerate USB device on port 5
  285. [ 2528.980125] hub 2-0:1.0: unable to enumerate USB device on port 5
  286. [ 2529.360112] hub 2-0:1.0: unable to enumerate USB device on port 5
  287. [ 2529.740107] hub 2-0:1.0: unable to enumerate USB device on port 5
  288. [ 2530.120106] hub 2-0:1.0: unable to enumerate USB device on port 5
  289. [ 2530.500153] hub 2-0:1.0: unable to enumerate USB device on port 5
  290. [ 2530.890048] hub 2-0:1.0: unable to enumerate USB device on port 5
  291. [ 2531.270167] hub 2-0:1.0: unable to enumerate USB device on port 5
  292. [ 2531.650087] hub 2-0:1.0: unable to enumerate USB device on port 5
  293. [ 2532.030101] hub 2-0:1.0: unable to enumerate USB device on port 5
  294. [ 2532.410151] hub 2-0:1.0: unable to enumerate USB device on port 5
  295. [ 2532.780076] hub 2-0:1.0: unable to enumerate USB device on port 5
  296. [ 2533.160106] hub 2-0:1.0: unable to enumerate USB device on port 5
  297. [ 2533.540113] hub 2-0:1.0: unable to enumerate USB device on port 5
  298. [ 2533.920078] hub 2-0:1.0: unable to enumerate USB device on port 5
  299. [ 2534.300100] hub 2-0:1.0: unable to enumerate USB device on port 5
  300. [ 2534.680078] hub 2-0:1.0: unable to enumerate USB device on port 5
  301. [ 2535.060099] hub 2-0:1.0: unable to enumerate USB device on port 5
  302. [ 2535.440106] hub 2-0:1.0: unable to enumerate USB device on port 5
  303. [ 2535.820114] hub 2-0:1.0: unable to enumerate USB device on port 5
  304. [ 2536.200088] hub 2-0:1.0: unable to enumerate USB device on port 5
  305. [ 2536.580150] hub 2-0:1.0: unable to enumerate USB device on port 5
  306. [ 2536.960092] hub 2-0:1.0: unable to enumerate USB device on port 5
  307. [ 2537.340090] hub 2-0:1.0: unable to enumerate USB device on port 5
  308. [ 2537.720088] hub 2-0:1.0: unable to enumerate USB device on port 5
  309. [ 2538.100110] hub 2-0:1.0: unable to enumerate USB device on port 5
  310. [ 2538.480140] hub 2-0:1.0: unable to enumerate USB device on port 5
  311. [ 2538.860090] hub 2-0:1.0: unable to enumerate USB device on port 5
  312. [ 2539.240086] hub 2-0:1.0: unable to enumerate USB device on port 5
  313. [ 2539.620074] hub 2-0:1.0: unable to enumerate USB device on port 5
  314. [ 2540.000091] hub 2-0:1.0: unable to enumerate USB device on port 5
  315. [ 2540.390087] hub 2-0:1.0: unable to enumerate USB device on port 5
  316. [ 2540.770107] hub 2-0:1.0: unable to enumerate USB device on port 5
  317.  
  318.  
  319.  
  320.  
  321. http://ubuntuforums.org/showthread.php?t=896713&highlight=bcm4312
  322.  
  323. # uname -a
  324. Linux saa1959-HP-Pavilion-dv2700-Notebook-PC 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
  325.  
  326. # make -C /lib/modules/2.6.38-8-generic/build M=`pwd` clean
  327. make: Entering directory `/usr/src/linux-headers-2.6.38-8-generic'
  328. CLEAN /home/saa1959/Downloads/wdriver/.tmp_versions
  329. make: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic'
  330.  
  331. # make -C /lib/modules/2.6.38-8-generic/build M=`pwd`
  332. make: Entering directory `/usr/src/linux-headers-2.6.38-8-generic'
  333. LD /home/saa1959/Downloads/wdriver/built-in.o
  334. CC [M] /home/saa1959/Downloads/wdriver/src/shared/linux_osl.o
  335. CC [M] /home/saa1959/Downloads/wdriver/src/wl/sys/wl_linux.o
  336. /home/saa1959/Downloads/wdriver/src/wl/sys/wl_linux.c: In function ‘wl_attach’:
  337. /home/saa1959/Downloads/wdriver/src/wl/sys/wl_linux.c:485:3: error: implicit declaration of function ‘init_MUTEX’
  338. make[1]: *** [/home/saa1959/Downloads/wdriver/src/wl/sys/wl_linux.o] Error 1
  339. make: *** [_module_/home/saa1959/Downloads/wdriver] Error 2
  340. make: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement