LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-26-2007, 01:22 AM   #1
ENDI1111
Member
 
Registered: Sep 2007
Posts: 93

Rep: Reputation: 15
How to change permissions?


I need a little bit of help on changing permissions so that I can access files, download and use files, etc. An examle is I am trying to see if I can use ndiswrapper on Debian Etch. The bcmw15 file that I need to use in my download folder has a little lock icon over its icon. So I am needing to change the execute permission so that I can get ndiswrapper to install it. Also here is an output from drying such:
Quote:
home11:/home/endi1111# ndiswrapper -i /home/endi1111/Desktop/Downloads/bcmw15.inf
installing bcmw15 ...
couldn't open /home/endi1111/Desktop/Downloads/bcmw15.inf: No such file or directory at /usr/sbin/ndiswrapper-1.9 line 167.
 
Old 10-26-2007, 01:37 AM   #2
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Rep: Reputation: 15
I have never used Debian but going from this "couldn't open /home/endi1111/Desktop/Downloads/bcmw15.inf: No such file or directory at /usr/sbin/ndiswrapper-1.9 line 167" it is not a permission problem it is a case that it can't find the file that is defines on line 167 of ndiswrapper-1.9. But if you think it is the permissions you can change it to execue by chmod +x filename
 
Old 10-26-2007, 10:48 PM   #3
ENDI1111
Member
 
Registered: Sep 2007
Posts: 93

Original Poster
Rep: Reputation: 15
Can anyone tell me why I am getting this message? I am so FREAKING FRUSTRATED WITH THIS DAMN ISSUE OF NOT BEING ABLE TO GET THIS WIRELESS ISSUE TO WORK. All the way down to following the directions to a freakin "T."................................................................................................ ................................
Quote:
home11:/home/endi1111# ndiswrapper -i /home/endi1111/Desktop/Downloads/bcmw15.inf
driver bcmw15 is already installed
home11:/home/endi1111# ndiswrapper -l
installed drivers:
bcmw15 invalid driver!
I have blacklisted bcm43xx
Did the apt-get for the ndiswrapper
the -i command
and now the -l command gives me this crap........................................................
 
Old 10-26-2007, 10:55 PM   #4
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Rep: Reputation: 15
It has been like 2 years since I configured ndiswrapper but what you could try is "cd /home/endi1111/Desktop/Downloads" and then try "ndiswrapper -i bcmw15" (without the file extension). If you do a lsmod is ndiswrapper listed?
 
Old 10-26-2007, 11:13 PM   #5
ENDI1111
Member
 
Registered: Sep 2007
Posts: 93

Original Poster
Rep: Reputation: 15
It still shows the bcm43xx...I have added it to black list:
Quote:
bcm43xx 429056 0
Is it going to take a reboot?
It does not show ndiswrapper at all...yet:
Quote:
home11:/home/endi1111/Desktop/Downloads# ndiswrapper -i bcmw15
driver bcmw15 is already installed
OK I just modprobed ndiswrapper and it shows:
Quote:
ndiswrapper 216232 0
Will a reboot put bcm43xx off the lsmod?
 
Old 10-26-2007, 11:36 PM   #6
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Rep: Reputation: 15
to remove bcm43xx from showing when you do a lsmod do "rmmod bcm43xx" I have no idea if you still online or not but I will be up till like 5am EST add your instant messenger id to your profile and we get this working for you before I head off to bed.
 
Old 10-27-2007, 12:11 AM   #7
ENDI1111
Member
 
Registered: Sep 2007
Posts: 93

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by KrazyKanuk View Post
to remove bcm43xx from showing when you do a lsmod do "rmmod bcm43xx" I have no idea if you still online or not but I will be up till like 5am EST add your instant messenger id to your profile and we get this working for you before I head off to bed.
OK...we'll give this a shot!!!
I rmmod bcm43xx...it is gone from lsmod
I actually don't have instant messenger!!!

Last edited by ENDI1111; 10-27-2007 at 12:14 AM.
 
Old 10-27-2007, 12:28 AM   #8
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Rep: Reputation: 15
I open to suggestions on how to communicate to get it working. If you do a lsmod is the bcmw15 listed?
 
Old 10-27-2007, 12:40 AM   #9
ENDI1111
Member
 
Registered: Sep 2007
Posts: 93

Original Poster
Rep: Reputation: 15
The bcmw15 is not listed...only the ndiswrapper is listed...........
Is there a directory that the bcmw15.inf & sys files are supposed to be located?
Ndiswrapper is loaded in /usr/src/modules.
The only thing that I am iffy on is the /etc/network/interfaces file. I have seen a couple of different ways of having that set up. eth2 states that there is no such device. The same thing goes for wlan0. eth0 is the my firewire.....I have blacklisted the eth1394 file. In my interfaces I have it as stated in this how-to I have right here that I printed from the Debian user forums:
Quote:
#wifi
auto wlan0
iface wlan0 inet dhcp
Here is a couple more ifup outputs:
Quote:
SIOCSIFADDR: No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up wlan0.
home11:/home/endi1111# ifup eth0
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth0.
home11:/home/endi1111# ifup eth2
Ignoring unknown interface eth2=eth2.
home11:/home/endi1111#

Last edited by ENDI1111; 10-27-2007 at 12:47 AM.
 
Old 10-27-2007, 01:27 AM   #10
KrazyKanuk
Member
 
Registered: Sep 2007
Location: St. Catharines, Ontario
Distribution: Slackware 15/64 bit
Posts: 139

Rep: Reputation: 15
OK like I said at the beginning I don't know Debian so I will list what I did some 2 years ago to get mine up, convert it to Debian and you should be ready to go (I went searching and found it in a notebook I use to keep). I statically set the IP ADDRESS so we can see if you can ping that address once it is set up.
Code:
modprobe ndiswrapper
depmod -a
ndiswraper -i /<path to driver>/bcmw15.inf
ifconfig wlan0 up
ifconfig wlan0 <IP ADDRESS>
iwconfig wlan0 essid <your access point essid>

ping <IP ADDRESS from above>

Last edited by KrazyKanuk; 10-27-2007 at 01:36 AM. Reason: firgot the -i on ndiswrapper
 
Old 10-27-2007, 10:50 PM   #11
ENDI1111
Member
 
Registered: Sep 2007
Posts: 93

Original Poster
Rep: Reputation: 15
I have a dhcp connection. DSL connection to the internet.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change permissions... mitchell7man Linux - General 6 05-31-2007 01:17 PM
Change permissions rust8y Solaris / OpenSolaris 4 11-20-2006 05:10 AM
How to change permissions? SonoranFun Linux - Newbie 4 11-02-2004 10:10 AM
Can't change permissions LitlJay Linux - Software 9 05-21-2004 01:41 PM
How Can I Change Permissions monkeymartin Linux - General 1 03-25-2003 12:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration