Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Which repository source do I need to add to my sources.list to access the package firmware-linux-nonfree?

I am using Deb 6 testing 32 bit.

share|improve this question

1 Answer

up vote 1 down vote accepted

Make sure you have a line like this

deb http://ftp.ca.debian.org/debian/ squeeze main non-free

It's usually the first line in your sources.list, you just want to add "non-free"

share|improve this answer
The line that worked for me was deb http://mirror.optus.net/debian/ testing main contrib non-free. Thanks for pointing the way! – ptrcao Sep 11 '11 at 14:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.