Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24th May 2007, 05:57 PM
a.s Offline
Registered User
 
Join Date: May 2007
Posts: 14
How to add the feature to list the hardware and set it in the "add to panel"

I need a tool for setting the PC Hardware in fedora-linux GNOME GUI as is available in Windows OS and in ScLi-5. It is very helpful in trouble shooting the PC h/w.

Thanks

a.s
Reply With Quote
  #2  
Old 24th May 2007, 05:59 PM
lazlow Offline
Registered User
 
Join Date: Aug 2005
Posts: 3,172
yum install hwbrowser
Reply With Quote
  #3  
Old 24th May 2007, 06:08 PM
a.s Offline
Registered User
 
Join Date: May 2007
Posts: 14
how do you install hwbrowser? I am very new to linux.

thanks
as
Reply With Quote
  #4  
Old 24th May 2007, 06:14 PM
lazlow Offline
Registered User
 
Join Date: Aug 2005
Posts: 3,172
In a terminal type:

su - (su space dash, it will ask for your root password)

yum install hwbrowser
Reply With Quote
  #5  
Old 24th May 2007, 06:35 PM
a.s Offline
Registered User
 
Join Date: May 2007
Posts: 14
I got the following reply from the system:

[root@localhost ~]# yum install hwbrowser
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]


How to invoke this command in "Panel"
Reply With Quote
  #6  
Old 24th May 2007, 09:05 PM
lazlow Offline
Registered User
 
Join Date: Aug 2005
Posts: 3,172
It should show up under Sytem->Administration->Hardware

Right click on Hardware and add to panel
Reply With Quote
  #7  
Old 25th May 2007, 08:07 AM
a.s Offline
Registered User
 
Join Date: May 2007
Posts: 14
Quote:
Originally Posted by lazlow
It should show up under Sytem->Administration->Hardware

Right click on Hardware and add to panel
No, I did not get the "Hardware" in system->administrator menu even after I tried the foregoing procedure.

Help requested.
Reply With Quote
  #8  
Old 25th May 2007, 08:28 AM
Wayne
Guest
 
Posts: n/a
Did it actually install?

You should get something like:
Code:
Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing:
 hwbrowser               noarch     0.29-1.fc6       updates            91 k
Installing for dependencies:
 pyparted                i386       1.8.5-1.fc6      updates            24 k

Transaction Summary
=============================================================================
Install      2 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 115 k
Is this ok [y/N]: y
Downloading Packages:
(1/2): hwbrowser-0.29-1.f 100% |=========================|  91 kB    00:01     
(2/2): pyparted-1.8.5-1.f 100% |=========================|  24 kB    00:00     
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: pyparted                     ######################### [1/2] 
  Installing: hwbrowser                    ######################### [2/2] 

Installed: hwbrowser.noarch 0:0.29-1.fc6
Dependency Installed: pyparted.i386 0:1.8.5-1.fc6
Complete!
Wayne
Reply With Quote
  #9  
Old 25th May 2007, 08:44 AM
a.s Offline
Registered User
 
Join Date: May 2007
Posts: 14
No I did not get this message.
I got the following reply from the system:

after I had entered [root@localhost ~]# yum install hwbrowser

Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]

Thanks
Reply With Quote
  #10  
Old 25th May 2007, 08:45 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by a.s
No I did not get this message.
I got the following reply from the system:

after I had entered [root@localhost ~]# yum install hwbrowser

Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]

Thanks
Do it again and let it finish.

Wayne
Reply With Quote
  #11  
Old 25th May 2007, 09:07 AM
Wayne
Guest
 
Posts: n/a
If you're running Gnome, you can also install Sysinfo 0.7. Download it to your desktop and double click on it to install:

http://gnomefiles.org/download.php?s...rpm%3Fdownload

Wayne
Reply With Quote
  #12  
Old 25th May 2007, 09:10 AM
a.s Offline
Registered User
 
Join Date: May 2007
Posts: 14
I tried again:

[root@localhost ~]# su -
[root@localhost ~]# yum install hwbrowser

The system responded with:

Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]

and after around 5 mints with:

Cannot find a valid baseurl for repo: core
Error: Cannot find a valid baseurl for repo: core
[root@localhost ~]#
Reply With Quote
  #13  
Old 25th May 2007, 09:12 AM
Wayne
Guest
 
Posts: n/a
Type this and try again:

yum clean all

Wayne
Reply With Quote
  #14  
Old 25th May 2007, 09:26 AM
a.s Offline
Registered User
 
Join Date: May 2007
Posts: 14
No luck. (I am running Fedora-5, in GNOME mode, would it make a diffrence?)

[root@localhost ~]# yum clean all
Loading "installonlyn" plugin
Cleaning up Everything
0 headers removed
0 packages removed
0 metadata files removed
0 cache files removed
0 cache files removed
[root@localhost ~]# su -
[root@localhost ~]# yum install hwbrowser
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]
Cannot find a valid baseurl for repo: core
Error: Cannot find a valid baseurl for repo: core
[root@localhost ~]#
Reply With Quote
  #15  
Old 25th May 2007, 09:35 AM
Wayne
Guest
 
Posts: n/a
Looks like servers are busy or down. You may have to wait a while:

In the meantime you could try this:

http://download.fedora.redhat.com/pu...1.fc5.i386.rpm

http://download.fedora.redhat.com/pu...6-1.noarch.rpm

Download them to your desktop, open a Terminal and type:

su

give the root password and then type:

cd Desktop

rpm -ivh *.rpm

No guarantees though

Wayne

Last edited by rondonjin; 25th May 2007 at 09:38 AM.
Reply With Quote
Reply

Tags
add, add to panel, feature, hardware, list, set

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to disable "automatic login" feature in Fedora 9 Live USB installation hvdhvd Security and Privacy 2 28th January 2009 06:51 PM
"ls" and "cd" treat ".." differently inside symlinked directories bnorman Using Fedora 0 19th June 2008 04:49 PM
FC5, Gnome - how to disable "low disc space notification" feature ? circulus Using Fedora 0 27th March 2006 07:26 PM
Error:visibility arg must be one of "default", "hidden", "protected" or "internal" wangfeng Using Fedora 0 23rd May 2005 04:59 AM


Current GMT-time: 10:29 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat