Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-06-2005, 12:10 PM
|
#1
|
Member
Registered: Sep 2004
Location: Montreal
Posts: 53
Rep:
|
Installing Linux on second Hard Disc
Hi
I have two 80 gig hard disk. I have Windows on my primary hard disk. And have just re-installed Fedora 3 on the second hard disk. I have noticed that my linux is working flow...it take a long time to enable the swap(at boot) and my application such as opening a terminal is ridiculously slow.
Is this related with the fact that i'm on the second hard disk?
Thanks
Maldini
|
|
|
03-06-2005, 11:51 PM
|
#2
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
No, it shouldn't be related to that.
How much memory and swap space do you have?
Some handy commands:
# Memory and swap information
cat /proc/meminfo
free
An article: Tips for Optimizing Linux Memory
# How are the hard drives partitioned
fdisk -l
# How much free/used drive space
df -h
|
|
|
03-11-2005, 10:30 PM
|
#3
|
Member
Registered: Sep 2004
Location: Montreal
Posts: 53
Original Poster
Rep:
|
Hi,
This is the information I got form the command cat /proc/meminfo
MemTotal: 1034604 kB
MemFree: 666172 kB
Buffers: 30128 kB
Cached: 207512 kB
SwapCached: 0 kB
Active: 175916 kB
Inactive: 152340 kB
HighTotal: 130752 kB
HighFree: 140 kB
LowTotal: 903852 kB
LowFree: 666032 kB
SwapTotal: 2031608 kB
SwapFree: 2031608 kB
Dirty: 36 kB
Writeback: 0 kB
Mapped: 129604 kB
Slab: 27468 kB
CommitLimit: 2548908 kB
Committed_AS: 319972 kB
PageTables: 3392 kB
VmallocTotal: 114680 kB
VmallocUsed: 4332 kB
VmallocChunk: 110248 kB
HugePages_Total: 0
HugePages_Free: 0
Hugepagesize: 2048 kB
are you able to tell me if the problem is here. It took me 7 minutes to boot of linux,,, it stalls at the enable swap,, then when it run it take alot of time to open a simple konsole,
tnx
maldini
|
|
|
03-12-2005, 12:28 AM
|
#4
|
LQ Veteran
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642
Rep:
|
Please list more details about your machine, particularly the CPU. Regarding Linux being on drive 2, No, that will not have any impact on performance. -- J.W.
|
|
|
03-12-2005, 12:48 AM
|
#5
|
Senior Member
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Rep:
|
Maybe the drivers in Linux are not using DMA mode specifically for your chipset.
Post your motherboard information here along with the chipset it uses (NForce, Via or whatever).
Also are you getting any warnings at bootup about DMA not being enabled? If yes to this question then you should have DMA selected in the kernel configuration and the appropriate drivers for your chipset enabled and recompile the kernel Sorry for not providing a simpler solution.
Last edited by vharishankar; 03-12-2005 at 12:49 AM.
|
|
|
03-12-2005, 02:25 AM
|
#6
|
Member
Registered: Sep 2004
Location: Montreal
Posts: 53
Original Poster
Rep:
|
Hi guys,
1) I reinstalled linux on my first hard disk, and I am still having this problem,
2) My mother board is an Asus p4p800- e deluxe with intel 865 p3 chipset
3) My cpu is an intel pentium 4, 3 GHz prescott HT
4)I am really having a hard time debuging my problem, but i have some interesting information which you guys might understand, when ever i deactivate my network all of the konsoles start pop-in up at the speed of light.. and all starts working fine. I start the network with Activate from the network configuration and back to the slow konsoles
Tnx
maldini
|
|
|
03-12-2005, 03:29 AM
|
#7
|
Senior Member
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Rep:
|
Edit your /etc/hosts file and give a hostname for your IP address.
This is quite a common problem when network settings are misconfigured.
Also are you using DHCP? If you are not using DHCP to resolve IP addresses, then you must turn it off in your network configuration.
|
|
|
03-12-2005, 10:56 AM
|
#8
|
Member
Registered: Sep 2004
Location: Montreal
Posts: 53
Original Poster
Rep:
|
Yes, I am using DHCP, So how do I exactly change my /etc/host ? All there is in this file
is
# Do not remove the following line, or vaarious programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
What should I add
thanks
maldini
Last edited by maldini1010; 03-12-2005 at 11:20 AM.
|
|
|
03-14-2005, 02:38 AM
|
#9
|
Senior Member
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350
Rep:
|
If you use DHCP you don't need to edit /etc/hosts.
You use DHCP - do you actually get an IP? Activate network and check output of
# ifconfig eth0
should give you something like:
Quote:
eth0 Link encap:Ethernet HWaddr 00:30:05:39:80:5A
inet addr:172.16.1.39 Bcast:172.16.1.255 Mask:255.255.255.0
inet6 addr: fe80::230:5ff:fe39:805a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3162 errors:0 dropped:0 overruns:0 frame:0
TX packets:2192 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2331249 (2.2 MiB) TX bytes:298551 (291.5 KiB)
|
Check that "inet addr:" it should be a valid IP, if not there's a problem contacting DHCP-server. Is this a home-computer? I mean, you do have a DHCP-server on your network?
If not, you will have to set a static IP manually, and edit /etc/hosts: My computer is edgar, I call my domain zoo.se so I add the line:
192.168.30.2 edgar.zoo.se edgar
|
|
|
03-14-2005, 04:30 AM
|
#10
|
LQ Newbie
Registered: Mar 2005
Location: palestine
Posts: 3
Rep:
|
i can't install suse on intel 865
i tried alot put i can't
|
|
|
03-14-2005, 04:32 AM
|
#11
|
LQ Newbie
Registered: Mar 2005
Location: palestine
Posts: 3
Rep:
|
i need help
i can't install suse linux on intel 865
|
|
|
03-14-2005, 03:03 PM
|
#12
|
LQ Newbie
Registered: Mar 2005
Posts: 4
Rep:
|
Thank you kindly. This information is very usefull for me. Great site! Thanks again!
http://www.neolink.ro
|
|
|
All times are GMT -5. The time now is 06:25 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|