On Thu, Jun 26, 2014 at 07:50:10PM -0300, João Matos wrote

> I've updated the kernel (3.7.4 to 3.14.4), and the USB problem was solved,
> I don't know why. :)
> 
> Now I'm having some other issues, but I've decide recompile the whole
> system before solving them. At least I'm already using my gentoo.

  I would boot with install ISO or rescueCD, chroot, make the necessary
changes and then "emerge system" and "emerge world".  The necessary
changes are...

1) CFLAGS.  I use...
CFLAGS="-O2 -march=native -mfpmath=sse -fomit-frame-pointer -pipe 
-fno-unwind-tables -fno-asynchronous-unwind-tables"
CXXFLAGS="${CFLAGS}"

2) Check your USE flags (in both make.conf and package.use).  I have an
older Dell with an Intel.  I have "mmx mmxext sse sse2 sse3 ssse3" USE
flags.  AMD cpus benefit from "3dnow 3dnowext" and possibly other AMD-
specific flags.

-- 
Walter Dnes <waltd...@waltdnes.org>
I don't run "desktop environments"; I run useful applications

Reply via email to