Advertisement
pottzie

Untitled

Apr 9th, 2011
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # This blank configuration will automatically use DHCP for any net.*
  2. # scripts in /etc/init.d. To create a more complete configuration,
  3. # please review /etc/conf.d/net.example and save your configuration
  4. # in /etc/conf.d/net (this file :]!).
  5. modules_wlan0=( "iwconfig" )
  6. config_wlan0=( "dhcp" )
  7. dhcpcd_wlan0="-t 10"
  8. key_linksys="[1] off key [1] enc open"
  9. sleep_scan_wlan0="3"
  10.  
  11. /etc/wpa_supplicant/wpa_supplicant.conf is an empty file.
  12.  
  13. Tried to copy /etc/rc.conf, it's too large for me to copy from bash. Every line was commented, I didn't see anything that was uncommented.
  14.  
  15. /etc/conf.d/rc has uncommented:
  16. RC_TTY_NUMBER=12
  17. RC_PARALLEL_STARTUP="no"
  18. RC_INTERACTIVE="yes"
  19. RC_HOTPLUG="yes"
  20. RC_PLUG_SERVICES=""
  21. RC_NET_STRICT_CHECKING="no"
  22. RC_DOWN_INTERFACE="yes"
  23. RC_VERBOSE="no"
  24. RC_BOOTLOG="no"
  25. RC_BOOTCHART="no"
  26. RC_USE_FSTAB="no"
  27. RC_USE_CONFIG_PROFILE="yes"
  28. RC_FORCE_AUTO="no"
  29. RC_DEVICES="auto"
  30. RC_DEVICE_TARBALL="no"
  31. RC_DMESG_LEVEL="1"
  32. RC_RETRY_KILL="yes"
  33. RC_RETRY_TIMEOUT=1
  34. RC_RETRY_COUNT=5
  35. RC_FAIL_ON_ZOMBIE="no"
  36. RC_KILL_CHILDREN="no"
  37. RC_WAIT_ON_START="0.1"
  38. svcdir="/var/lib/init.d"
  39. svcmount="no"
  40. svcfstype="tmpfs"
  41. svcsize=2048
  42.  
  43. localhost pottzie # wicd-client
  44. Has notifications support True
  45. Loading...
  46. Connecting to daemon...
  47. Connected.
  48. displaytray True
  49. Done loading.
  50.  
  51. At this point wicd-client stops, doesn't appear to finish or do anything.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement