Re:

2012-07-21 Thread Debiminho
Hi Pietro !!!

 I cannot use a stable release of debian due the kernel version, too old for 
 my hardware, can someone suggest me a way in order to investigate better of 
 the nature of my problem ?


Compile your own Kernel !!! This is usual the
steps I do, just to give you idea what to search...
Don't need to be so complex, but I prefer to share
this way

$sudo aptitude install kernel-package  pkg-config
$cd /usr/src/
$git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
linux-git
$sudo adduser YOUR_USER_NAME src
$sudo ln -sf linux-git /usr/src/linux
$cd linux
$sudo make mrproper
$sudo chmod +x scripts/kconfig/streamline_config.pl
$sudo cp /boot/config-VERSION_OF_KERNEL .config
$sudo perl scripts/kconfig/streamline_config.pl  config_strip
$sudo mv config_strip .config
$sudo make oldconfig
$sudo aptitude install libgtk2.0-dev libglade2-dev
$sudo make gconfig
$sudo fakeroot make-kpkg --revision=NAME_YOU_WANT.1.0 kernel_image
kernel_headers

I'm sure something is missing or wrong :D




 This is my sources.list file:

 deb http://ftp.it.debian.org/debian/ wheezy main
 deb-src http://ftp.it.debian.org/debian/ wheezy main
 deb http://security.debian.org/ wheezy/updates main
 deb-src http://security.debian.org/ wheezy/updates main

 Can I use another branch insead of main ?


This is not branch is a way to catalog the packages,
you can try;

deb http://ftp.it.debian.org/debian/ wheezy main contrib non-free

Branch may be more something like

the stable branch
deb http://ftp.it.debian.org/debian/ stable main contrib non-free

the testing
deb http://ftp.it.debian.org/debian/ testing main contrib non-free

...

;) hope it gives you some light,
Silvino


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capu1e-fbxqyy88q7snen1zug1e-xbfrzwmnparvj9lngoos...@mail.gmail.com



Re: AMD vs Intel in 2009

2009-06-17 Thread Debiminho
On Wed, Jun 17, 2009 at 5:25 PM, Lennart
Sorensenlsore...@csclub.uwaterloo.ca wrote:
 On Wed, Jun 17, 2009 at 06:06:41PM +0200, Heinz Diehl wrote:
 On 17.06.2009, Lennart Sorensen wrote:

  I don't care if it is AMD or intel, as long as it
  is a good design and gives me good value for the money.

 You probably should've read
 http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html

 The only way to boykott this is NOT to buy TXT enabled hardware and
 components, and this is just what you do when you buy the latest Intel
 CPUs/Mainboards...

 Who the hell cares?  Should this EVER come into actual use, AMD will
 add it too.  Fortunately, it seems no one (other than possibly Mac OS X)
 uses this stuff for anything yet as far as I have been able to tell.

 Are you boycotting everything with HDCP support too?  Good luck on that.

 If you don't like DRM stuff, then don't buy it.  I don't buy songs from
 itunes with their DRM, nor blue ray disks.  I put up with DVD since those
 play just fine on linux anyhow given the totally broken DRM they used.
 If everyone avoids DRM protected stuff (not the hardware that could be
 used to implement DRM), then sooner or later the media companies will
 clue in to the fact that stuff sells better when you don't assume the
 customer is a criminal.

 --
 Len Sorensen



Thank's

This is information that really matter.

This corporations are completed paranoiac !!!

Hope one day we have a nice processor coming from
outside of paranoiac corporations country's.


Silvino


--
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Itanium forerunner

2008-09-22 Thread Debiminho
 Are you nuts? An AMD image for an INTEL CPU?

 Olli
 


 Um es auswendig zu lernen, benutzen Sie so diese Methode.


Вещи caralho нет? AMD64 for real.


Re: Which kernel will Lenny likely use when it is released?

2008-06-14 Thread debiminho debiminho
 That shouldn't cause problems.  In fact I saw a kernel package
 maintainer ask someone to do that to test if a bug in 2.6.24 was still
 in 2.6.25 and said it should install perfectly on lenny.


I'm using 2.6.25 pristine in lenny, no software or hardware issues until the
moment.