needed to install a kernel newer than 2.6.38 on my debian stable that is limited to 2.6.32
I added the backports line in my apt/sources.list
# backports
deb http://ftp.us.debian.org/debian/ squeeze-backports non-free main
# for good measure?
deb http://ftp.us.debian.org/debian/ squeeze-backports non-free main
and installed my kernel.
aptitude -t squeeze-backports install linux-image-2.6.39-686-pae
all fine. until later i tried to install ati fglrx. now all of a sudden, none of the backports packages shows up.
in aptitude -t squeeze-backports the kernel i just installed (couple hours ago) appears as Obsolete. and nothing else from backports shows up anywhere.
updating the package list downloads everything from backports just fine. no error.
what I did wrong? Any place I can get more meaningful info on what's going on in my system?
thank you