Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 16 matches

Go to advanced search

Advanced search
Search found 16 matches • Page 1 of 1
by joaquin
Sat Apr 14, 2007 1:16 am
Forum: Gentoo on AMD64
Topic: Removing the 64-bit Java browser plugin
Replies: 61
Views: 74075

It's working for me. Not great but works. I prefer a plugin with problems for me in a few webs and no problems in others than nothing.
  • Jump to post
by joaquin
Wed Apr 04, 2007 4:37 am
Forum: Portage & Programming
Topic: [SOLVED] error glib-1.2.10-r5 (needed SED=sed)
Replies: 4
Views: 2518

wow!! thanks a lot!! i was crazy with this bug because several programs need gtk-1.2 and other dependencies using glib-1.2 and i was not able to install them. So your help worked for me.
  • Jump to post
by joaquin
Fri Feb 02, 2007 6:01 pm
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613759

Try using the CFQ I/O scheduler. I believe it's default in newer kernels.

I have it. From my kernel config:

# grep -i cfq .config
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_CFQ=y
CONFIG_DEFAULT_IOSCHED="cfq"

I test disabling I/O scheduler in kernel and recompiling but it's equal.

Something more?
  • Jump to post
by joaquin
Fri Feb 02, 2007 2:11 pm
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613759

Newer PATA disks in the same computer (some Seagate from 2004) went up to 50 MB/s.

With modern disks there should be no big difference between PATA and SATA as both interfaces are faster than the disk if operated in the correct (UDMA66, UDMA100, UDMA133) mode.

Sure? 8O

I thought that hdparm ...
  • Jump to post
by joaquin
Fri Feb 02, 2007 3:16 am
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613759

Well, of course, a PATA disk is more slow than a SATA. However, i know that 19MB/s is very low for my PATA disk. I tested with other distros and kernels:

Backtrack 2 (based in Slax) - Linux kernel 2.6.18-rc5

# hdparm -t /dev/hda
/dev/hda:
Timing buffered disk reads: 102 MB in 3.00 seconds = 33 ...
  • Jump to post
by joaquin
Thu Feb 01, 2007 3:10 am
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613759

do you have the correct driver for your ATA chipset selected?

I think so. I have enabled "PATA_ATIIXP=y" in kernel config (Device Drivers->Serial ATA and Parallel ATA->ATI PATA support). I tried with generic IDE and measurements are similar. However,

hdparm -tT /dev/hda

/dev/hda:
Timing ...
  • Jump to post
by joaquin
Wed Jan 31, 2007 5:27 pm
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613759

JanR wrote:hdparm -t gives you "normal" values or is this also very slow?

Code: Select all

hdparm -t /dev/hda

/dev/hda:
 Timing buffered disk reads:   40 MB in  3.01 seconds =  13.27 MB/sec
Is it right?

My harddisk is PATA 80GB with ATI IDE controller.
  • Jump to post
by joaquin
Wed Jan 31, 2007 1:43 pm
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613759

Hi,

I think high IO-Waits are not really a problem.

"Freezing" is another topic and I guess this was the primary intention of that thread.

IOWait not a problem? I burn CD/DVD at only 1.0x because the system response is slow and iowait is over 80%. Installing a program with emerge take a lot of ...
  • Jump to post
by joaquin
Sun Jan 21, 2007 3:37 am
Forum: Gentoo on AMD64
Topic: Unable to compile ati-drivers
Replies: 9
Views: 6042

I have gentoo-sources-2.6.19-r1 and i was able to compile ati-drivers. But i updated ati-drivers recently for better support, because with ati-drivers-8.30 i get 50FPS while 8.32.5 is over 200 FPS. The new ati driver is from AMD, and is better than old.

This driver compile with 2.6.19 kernel, but i ...
  • Jump to post
by joaquin
Sun Jan 21, 2007 3:10 am
Forum: Gentoo on AMD64
Topic: AMD64 system slow/unresponsive during disk access...
Replies: 935
Views: 613759

I have the same symptoms: high iowait, 100% cpu load, freeze for a long time, etc.

I have and AMD Turion64X2 TL-50 with ATI chipset, so the problems is not nvidia, intel, etc. I have a PATA disk and windows run better than linux. I am frustrated, because i had an Athlon XP 2000+ with VIA chipset in ...
  • Jump to post
by joaquin
Sun Jan 21, 2007 1:06 am
Forum: Portage & Programming
Topic: Problems with "ebuild xxx compile" but not with "configure"
Replies: 7
Views: 3796

The error probably comes when the ebuild tries to build/configure the 32bit sandbox. If you call `ebuild` with the --debug option it will tell you exactly what commands it executes.

I tried but i installed sandbox so when i run "ebuild...install" there is not error, i don't know if the error is ...
  • Jump to post
by joaquin
Sat Jan 20, 2007 3:23 am
Forum: Portage & Programming
Topic: Problems with "ebuild xxx compile" but not with "configure"
Replies: 7
Views: 3796

I found the answer to my problems. I must create an empty file named ".compiled" and ebuild don't compile the source when i run "ebuild...install". So the solution is:

Code: Select all

# touch /var/tmp/portage/sys-apps/sandbox-1.2.18/.compiled
:D
  • Jump to post
by joaquin
Sat Jan 20, 2007 3:05 am
Forum: Portage & Programming
Topic: Problems with "ebuild xxx compile" but not with "configure"
Replies: 7
Views: 3796

Problems with "ebuild xxx compile" but not with &q

2. During compilation the compiler will use the options specified through the "CFLAGS" variable in your make.conf.


Yes, but my CFLAGS is "-march=athlon64 -O2" so i think there is no problem with my CFLAGS.

I assume "install" performs all the steps from unpacking, compiling and hence installing ...
  • Jump to post
by joaquin
Fri Jan 19, 2007 6:02 pm
Forum: Portage & Programming
Topic: Problems with "ebuild xxx compile" but not with "configure"
Replies: 7
Views: 3796

Problems with "ebuild xxx compile" but not with &q

Hi

I am trying to install sandbox 1.2.18 but i get:

checking for C compiler default output file name... configure: error: C compiler cannot create executables

I tried with:

# ebuild /usr/portage/sys-apps/sandbox/sandbox-1.2.18.ebuild compile

And i get the same error. Then tried:

# ebuild ...
  • Jump to post
by joaquin
Mon Jan 08, 2007 5:45 pm
Forum: Gentoo on AMD64
Topic: Bad performance. System cpu% is too high.
Replies: 10
Views: 3593

I have the same problem. When i try to emerge any package, my CPU usage is 90-100%, using runlevel 1, 3 or 5. The problems is only emerging and/or compiling. For example, if i run "emerge -av xxxxx", the "Calculating dependencies" message appear after 30 seconds!!! If i try to compile a package, i ...
  • Jump to post
by joaquin
Fri Jan 05, 2007 4:26 pm
Forum: Spanish
Topic: [Howto] SDHCI
Replies: 32
Views: 49884

Como averiguaste el bit y el offset a cambiar

Hola artic

Quería saber cómo llegaste a la conclusión de que debías activar el bit 2 del offset 4C? 8O
Dónde y cómo obtuviste esa información? :roll:

A lo mejor esa infomación me ayudaría a encontrar la forma de poner a funcionar mi controladora ENE que funciona con el driver sdhci pero no ...
  • Jump to post

Search found 16 matches • Page 1 of 1

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic