LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where??? (https://www.linuxquestions.org/questions/linux-software-2/where-124647/)

k1ng 12-11-2003 03:58 PM

it says in the thing type depmod -a

i did that and the message came back..

"/lib/modules/2.4.21-0.13mdk/kernel/drivers/net/acx100_pci.o is not owned by root"


whats wrong?

trickykid 12-11-2003 04:15 PM

Quote:

Originally posted by k1ng
it says in the thing type depmod -a

i did that and the message came back..

"/lib/modules/2.4.21-0.13mdk/kernel/drivers/net/acx100_pci.o is not owned by root"


whats wrong?

Try changing ownership and group ownership.

cd /lib/modules/2.4.21-0.13mdk/kernel/drivers/net
chown root acx100_pci.o
chgrp root acx100_pci.o

And then run depmod -a again and see if it gives you the same error.

k1ng 12-11-2003 06:15 PM

-EDIT-

My problem was resolved.. but not entirely I can now see that the cpu can read the card.. well because the light on the card is on.. one problem though.. the instructions say

"Set up the wireless parameters for your particular environment, type: iwconfig eth0 mode managed channel x essid xxxxxxxx, replacing if necessary, "eth0" with eth1, and using your router's ssid name and channel # in place of the x's "

i typed in iwconfig and it came back as a bash and said the command was not found..

and yes i typed it in correctly.. and i am still logged in as root

---
is there some reason why my router wouldnt be linux compatible or does that not matter?!?!?

k1ng 12-11-2003 07:21 PM

*bump*

trickykid 12-11-2003 09:16 PM

Quote:

Originally posted by k1ng
*bump*
Please review our rules about bumping posts. It states:

While almost every question does get an answer, we cannot guarantee a response. Please do not bump your post until 24 hours has past.

That means when you last posted at around 6:15 and then bumped it at 7:15, that was not 24 hours and can be considered rude to members who do in fact come here to answer your questions in their own free time. Be considerate to them, that is why we have this rule in place.

You can review all the rules at http://www.linuxquestions.org/rules.php

Is iwconfig in your path? I do believe its located in /sbin? Try doing a locate iwconfig or use the find command to see if its even installed.

k1ng 12-12-2003 07:54 AM

ok sorry about the bump...

and its not installed...

where could i install it?

k1ng 12-15-2003 04:19 PM

*bump*

trickykid 12-15-2003 04:42 PM

Quote:

Originally posted by k1ng
ok sorry about the bump...

and its not installed...

where could i install it?

Google.com/Linux is your friend..

http://freshmeat.net/projects/wirele.../?topic_id=150

k1ng 12-17-2003 02:01 PM

ok thanks... i didnt know there was a google.com/linux

i downloaded that.. untared it.. or whatever.. then Im not sure what else to do and the readme says nothing about installing it.. i tried to run the install file in the konsole and it had a whole bunch of errors.....

I really only need one command so where do i put the file that i need?

trickykid 12-17-2003 04:12 PM

If you need help installing files from source, check this sticky thread in Linux - General which tells you the basics of installing tar.gz type files.

http://www.linuxquestions.org/questi...threadid=45094

k1ng 12-17-2003 05:29 PM

ok i tried that..

i also looked in the INSTALL file and it says either run make install or put some files in /usr/sbin/.. heres what it says..

" If I were you, I would not trust a "make install". If you feel
courageous, just do "make install". It may even do the right
thing. Actually, with the various bugfixes that happened over the
time, it nowadays tend to do the right thing.
I advise to copy the executable (iwconfig, iwspy and iwpriv)
in /usr/local/sbin or /usr/sbin. The man pages (iwconfig.8, iwspy.8
and iwpriv.8) should be copied in /usr/local/man/man8 or
/usr/man/man8.
In fact, if you want to use Pcmcia wireless.opts, this step is
mandatory..."

I tried both make INSTALL and moving those files.. and to no accomplishment..

the make install says the files arent in the folder even though there are...

i tried something else and it came back the error...

"install:cannot stat `libiw.a':No such file or directory"

and i never touched or moved a libiw.a file...


hey trickykid.. it would be easier if you had some sort of chat client

k1ng 12-20-2003 09:01 AM

*bump*

akaBeaVis 12-20-2003 06:16 PM

K1ng,
Hit the email link on my acx100 howto page and we'll get this working, unlike some here, my patience is never-ending, I can still remember how it was to be a linux newbie.

craig

trickykid 12-20-2003 07:13 PM

Quote:

Originally posted by akaBeaVis
K1ng,
Hit the email link on my acx100 howto page and we'll get this working, unlike some here, my patience is never-ending, I can still remember how it was to be a linux newbie.

craig

Thought I'd just mention I've already pointed him to your page, long ago in the earlier portions of this thread.

akaBeaVis 12-20-2003 07:45 PM

Thanks Tricky,
Yes, I did see that, that's why I'm here. I'm assuming that he must be looking at an older, cached page (as so many appear to be, regardless of my attempts to the contrary, the bots seem to have their own mind) and may now benefit from some "live" help, things are moving rather quickly on this project.


All times are GMT -5. The time now is 01:19 PM.