On 25Sep2007 16:43, dr_ovalle <[EMAIL PROTECTED]> wrote: | Hi, I need a little help. | I'm trying to make my wireless network up. I'm trying to install the | acer_acpi drivers to do that, but when I type: | | echo "enabled: 1"> /proc/acpi/acer/wireless | | It returns: | | bash: echo: writing error: Invalid argument | | Does any of you know how to resolve this issue?
Usually these things go: echo 1 >/proc/acpi/acer/wireless Juist the number; omit the "enabled: ". -- Cameron Simpson <[EMAIL PROTECTED]> DoD#743 http://www.cskk.ezoshosting.com/cs/ To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/LINUX_Newbies/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
