LinuxQuestions.org
Visit Jeremy's Blog.
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 12-12-2010, 08:02 PM   #61
musky123
Member
 
Registered: Dec 2010
Posts: 52

Original Poster
Rep: Reputation: 0

yes you are correct,i cant find it though.If i click on sys folder when it opens there is a firmware folder is that the folder im sopposed to put those 2, b43 legacy and b43 folders in?
 
Old 12-12-2010, 08:20 PM   #62
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Then make the firmware folder!
 
Old 12-12-2010, 08:27 PM   #63
musky123
Member
 
Registered: Dec 2010
Posts: 52

Original Poster
Rep: Reputation: 0
what?so make another folder that is named firmware and drag and drop the two extracted folders into it?

1-ok,when i download the 2 file links i get 2 tar.gz files on my desktop.

2-when i right click on them it says extract here.

3-then i extract ,so i get 2 folders on my desktop.


this is where i am now what should be my next step.

here is my desktop at the moment.
Attached Thumbnails
Click image for larger version

Name:	Screenshot.jpg
Views:	12
Size:	57.4 KB
ID:	5495  

Last edited by musky123; 12-12-2010 at 08:32 PM.
 
Old 12-12-2010, 08:31 PM   #64
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Create a folder "firmware" in "/lib", then copy the two extracted folders into "/lib/firmware".
 
1 members found this post helpful.
Old 12-12-2010, 08:35 PM   #65
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
On your third screenshot in post #59 I can clearly see the firmware folder inside the lib folder.
 
1 members found this post helpful.
Old 12-12-2010, 08:40 PM   #66
musky123
Member
 
Registered: Dec 2010
Posts: 52

Original Poster
Rep: Reputation: 0
ok i made a folder and named it firmware.Then i copied the two folders into it.i cant create a new folder in lib,and when i try to cp the folders into lib i get error.

i keep getting permission denied.what is it with this o.s lots of problems or is it just me...lol my account is even administrator and i still cant move folders?

Last edited by musky123; 12-12-2010 at 09:59 PM.
 
Old 12-12-2010, 10:33 PM   #67
coexistance
Member
 
Registered: Dec 2010
Location: Earth planet
Distribution: Debian GNU/Linux 6 (Squeeze) - AMD64
Posts: 50

Rep: Reputation: 9
And Hello again

musky123
Advice: Try to use screenshots only when needed(for graphics), for text: copy and paste only.
Not everyone have a fast connection here.

In Linux, you have to be logged as root/sudo to do certain changes on your system.
That's why you can't create a new directory and or move files.

Do the CTRL+ALT+T and type this:
Note: What you will see beginning with a # sharp sign are comments.
Code:
sudo nautilus
# Will ask for the password(root one) type it
# nautilus is the command to start the file browser.
Now do as MTK358 said, create the folder and copy the files.

Remember do sudo plus the command you want on a terminal everytime you need special access.

Consider reading a bit about the shell...
http://en.wikibooks.org/wiki/Bourne_.../Print_Version

And remember everyone here is trying to help you, but you have to make some effort too.
Don't give up and we won't give up on you

Good luck

Last edited by coexistance; 12-12-2010 at 10:35 PM. Reason: minor errors
 
1 members found this post helpful.
Old 12-12-2010, 11:04 PM   #68
musky123
Member
 
Registered: Dec 2010
Posts: 52

Original Poster
Rep: Reputation: 0
what you need to reilize is sometimes when there are instructions,it,s difficult for a newbie of this ooperating system to understand.

you said-Do the CTRL+ALT+T . so go to terminal

then type this. root one is that correct?then after type nautilus.



heres what i get

Error opening file '/lib/firmware/b43/ucode13.fw': Permission denied
Attached Thumbnails
Click image for larger version

Name:	Screenshot.png
Views:	14
Size:	115.4 KB
ID:	5500  

Last edited by musky123; 12-12-2010 at 11:15 PM.
 
Old 12-12-2010, 11:27 PM   #69
coexistance
Member
 
Registered: Dec 2010
Location: Earth planet
Distribution: Debian GNU/Linux 6 (Squeeze) - AMD64
Posts: 50

Rep: Reputation: 9
And Hello!

musky - I know sometimes is hard...
No... What I have posted is to you go for the terminal (CTRL+ALT+T)
Then type this on the terminal:
Code:
sudo nautilus
Press Enter.
Will ask for your password.
Type it.

Now will open nautilus on root mode.
Finally you can create the firmware folder and copy the files like MTK pointed.

And voilla!!

Good luck, once again!

Last edited by coexistance; 12-12-2010 at 11:29 PM. Reason: minor typo
 
1 members found this post helpful.
Old 12-12-2010, 11:46 PM   #70
musky123
Member
 
Registered: Dec 2010
Posts: 52

Original Poster
Rep: Reputation: 0
ok it open nautilus on root mode.So i copied the 2 desktop folders into my created firmware folder.ok i cp that folder into lib folder.Then i opened terminal a c/p sudo cp -r ~/wireless/* /lib/firmware/

and after password i get cannot stat `/home/chris/wireless/*': No such file or directory

Last edited by musky123; 12-13-2010 at 12:01 AM.
 
Old 12-12-2010, 11:57 PM   #71
coexistance
Member
 
Registered: Dec 2010
Location: Earth planet
Distribution: Debian GNU/Linux 6 (Squeeze) - AMD64
Posts: 50

Rep: Reputation: 9
Not that musky.

Just open the terminal.
do sudo nautilus, create the firmware folder on /lib.
And copy the extracted folders of your desktop to /lib/firmware.

No commands... Just do it on your file browser.
...thread #64...
Haven't you read it?

Well people use to say that at the third is the deal.

Good luck!

Last edited by coexistance; 12-13-2010 at 12:13 AM.
 
Old 12-13-2010, 06:40 AM   #72
musky123
Member
 
Registered: Dec 2010
Posts: 52

Original Poster
Rep: Reputation: 0
yes i did step 64.Icreated a folder on desktop put the 2 extracted files which are folders into the firmware folder i made. .Then when i ran root one,i was able to put folder in lib folder.Is that correct so far.
 
Old 12-13-2010, 06:44 AM   #73
musky123
Member
 
Registered: Dec 2010
Posts: 52

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by MTK358 View Post
Create a folder "firmware" in "/lib", then copy the two extracted folders into "/lib/firmware".
you mean copy the 2 folders into the firmware folder i made.which would be the 2 extracted files.
 
Old 12-13-2010, 06:47 AM   #74
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by musky123 View Post
you mean copy the 2 folders into the firmware folder i made.which would be the 2 extracted files.
Yes.

And did you read the LinuxCommand tutorial in my sig yet? If you did, you would probably easily figure out everything yourself.
 
1 members found this post helpful.
Old 12-13-2010, 07:13 AM   #75
musky123
Member
 
Registered: Dec 2010
Posts: 52

Original Poster
Rep: Reputation: 0
i lookled at it but?i thought i was sopposed to do this http://www.omattos.com/node/6 but i keep getting this cannot stat `/home/chris/wireless/*': No such file or directory

Last edited by musky123; 12-13-2010 at 07:16 AM.
 
  


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
Linux Training Tips - Boot Linux from a Linux Installation CD or a Linux Live CD to L beibei Linux - General 1 10-29-2009 04:25 AM

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

All times are GMT -5. The time now is 02:59 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