Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Welcome to Buildroot
  2. buildroot login: root
  3. # cd /lib/modules/2.6.35.3-g79adbab-dirty/kernel/drivers/net/wireless/atmel/wilc
  4. 3000/
  5. # ls
  6. at_pwr_dev.ko wilc3000.ko
  7. # modprobe wilc3000.ko
  8. [ 33.561204] DBG [at_pwr_dev_init: 125]at_pwr_dev: registered
  9. [ 33.567844] DBG [linux_wlan_device_power: 893]linux_wlan_device_power.. (0)
  10. [ 33.575422] DBG [wifi_pm_power: 864]wifi_pm : 0
  11. [ 33.580321] DBG [wifi_pm_power: 867]Setting up GPIOs. CHIP_EN = 115, RESETN = 117
  12. [ 33.629538] *** WILC3000 driver VERSION=[14.2.1] ***
  13. [ 33.634960] DBG [at_pwr_power_up: 931]source: Wifi, current bus status Wifi: 0, BT: 0
  14. [ 33.642999] DBG [at_pwr_power_up: 975]WILC POWER UP
  15. [ 33.647891] DBG [linux_wlan_device_power: 893]linux_wlan_device_power.. (0)
  16. [ 33.655022] DBG [wifi_pm_power: 864]wifi_pm : 0
  17. [ 33.659653] DBG [wifi_pm_power: 867]Setting up GPIOs. CHIP_EN = 115, RESETN = 117
  18. [ 33.667330] DBG [linux_wlan_device_power: 893]linux_wlan_device_power.. (1)
  19. [ 33.674424] DBG [wifi_pm_power: 864]wifi_pm : 1
  20. [ 33.679053] DBG [wifi_pm_power: 867]Setting up GPIOs. CHIP_EN = 115, RESETN = 117
  21. [ 33.839677] DBG [at_pwr_register_bus: 233]source: Wifi, current bus status Wifi: 0, BT: 0
  22. [ 33.847872] DBG [linux_wlan_device_detection: 909]linux_wlan_device_detection.. (1)
  23. [ 33.855805] wilc_sdio: probe of mmc1:0001:1 failed with error -110
  24. [ 33.862358] DBG [at_pwr_register_bus: 263]Waiting for sdio probe
  25. [ 34.859688] DBG [at_pwr_register_bus: 266]sdio probe TimedOUT
  26. modprobe: can't load module wilc3000.ko (kernel/drivers/net/wireless/atmel/wilc3000/wilc3000.ko): Operation not permitted
  27. # ifconfig -a
  28. lo Link encap:Local Loopback
  29. inet addr:127.0.0.1 Mask:255.0.0.0
  30. UP LOOPBACK RUNNING MTU:16436 Metric:1
  31. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  32. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  33. collisions:0 txqueuelen:0
  34. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  35.  
  36. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement