LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wireless connection wordks half (https://www.linuxquestions.org/questions/linux-newbie-8/wireless-connection-wordks-half-518914/)

h.ornstein 01-13-2007 06:33 AM

wireless connection wordks half
 
Hi,

I'm using Ubuntu Dapper on my macG4.The wireless connection works fine, but can only be made by using the terminal and entering "su wlassistant" This file in /usr/bin/ is only accessible for root. I think the problem is solved, if I could change the permission rights.

titopoquito 01-13-2007 11:12 AM

Hi h.ornstein,

welcome to LQ.org. To change this file to the usual rights that the files in /usr/bin have, do as root in a terminal:

Code:

chown root:root /usr/bin/wlassistant
chmod 755 /usr/bin/wlassistant


h.ornstein 01-15-2007 11:10 AM

wireless works half
 
Thanks for your reply. I had Ubuntu reinstalled and did what you suggested. Everything is fine now !

titopoquito 01-15-2007 11:13 AM

Nice to hear you got it working :)


All times are GMT -5. The time now is 11:15 PM.