Advertisement
djsmiley2k

Untitled

Mar 24th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. xbmc ~ # dmesg | grep iwl
  2. [ 1.350989] iwlwifi 0000:02:00.0: pci_resource_len = 0x00002000
  3. [ 1.352756] iwlwifi 0000:02:00.0: pci_resource_base = ffffc9000036c000
  4. [ 1.354481] iwlwifi 0000:02:00.0: HW Revision ID = 0x0
  5. [ 1.356469] iwlwifi 0000:02:00.0: irq 44 for MSI/MSI-X
  6. [ 1.356697] iwldvm: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
  7. [ 1.358452] iwldvm: Copyright(c) 2003-2012 Intel Corporation
  8. [ 6.544833] iwlwifi 0000:02:00.0: loaded firmware version 39.31.5.1 build 35138
  9. [ 6.545116] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
  10. [ 6.545122] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
  11. [ 6.545126] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
  12. [ 6.545131] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
  13. [ 6.545135] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P enabled
  14. [ 6.545140] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
  15. [ 6.545279] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
  16. [ 6.565635] iwlwifi 0000:02:00.0: device EEPROM VER=0x15d, CALIB=0x6
  17. [ 6.565642] iwlwifi 0000:02:00.0: Device SKU: 0x50
  18. [ 6.565646] iwlwifi 0000:02:00.0: Valid Tx ant: 0x1, Valid Rx ant: 0x3
  19. [ 6.565878] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
  20. [ 9.763790] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
  21. [ 9.771133] iwlwifi 0000:02:00.0: Radio type=0x0-0x0-0x3
  22. [ 9.903799] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
  23. [ 9.911144] iwlwifi 0000:02:00.0: Radio type=0x0-0x0-0x3
  24.  
  25.  
  26. xbmc ~ # cat /etc/wpa_supplicant/wpa_supplicant.conf
  27. network={
  28. # ssid is necessary for psk
  29. ssid="peanet"
  30. # You need double quotes
  31. psk="............"
  32. key_mgmt=WPA-PSK
  33. priority=1
  34. }
  35.  
  36. xbmc ~ # cat /etc/conf.d/net
  37. # This blank configuration will automatically use DHCP for any net.*
  38. # scripts in /etc/init.d. To create a more complete configuration,
  39. # please review /usr/share/doc/openrc*/net.example* and save your configuration
  40. # in /etc/conf.d/net (this file :]!).
  41.  
  42. config_eth0="192.168.1.120 netmask 255.255.255.0 brd 192.168.1.255"
  43. routes_eth0="default via 192.168.1.100"
  44.  
  45. modules="wpa_supplicant"
  46.  
  47. # To use dhcp
  48. # ** Regardless of your dhcp client **, it's "dhcp", not "dhcpcd".
  49. config_wlan0="dhcp"
  50. wpa_supplicant_wlan0="-Dwext"
  51. xbmc ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement