linux 3 - newbie query about adding sources

Archived topics about LMDE 1 and LMDE 2
Locked
DougB
Level 3
Level 3
Posts: 110
Joined: Thu Oct 27, 2011 8:14 am

linux 3 - newbie query about adding sources

Post by DougB »

I'm running LinuxMint Debian and recently updated to Linux 3.0.0-1-amd64 and got this message:
" In the new version you may require additional firmware files:

nouveau: nouveau/fuc41ad, nouveau/fuc41ac, nouveau/fuc409d, nouveau/fuc409c, nouveau/nvc4_fuc41ad, nouveau/nvc4_fuc41ac, nouveau/nvc4_fuc409d, nouveau/nvc4_fuc409c, nouveau/nvc3_fuc41ad, nouveau/nvc3_fuc41ac, nouveau/nvc3_fuc409d, nouveau/nvc3_fuc409c, nouveau/nvc0_fuc41ad, nouveau/nvc0_fuc41ac, nouveau/nvc0_fuc409d, nouveau/nvc0_fuc409c
............ You may need to reconfigure the package manager to include the contrib and non-free sections of the package archive ..........."

Software Manager has main packages, upstream packages and imported packages enabled. Other Packages has these entries:
http://debian.linuxmint.com/latest testing main contrib non-free
http://debian.linuxmint.com/latest multimedia testing main non-free
http://debian.linuxmint.com/latest security testing/updates main contrib non-free

It's not clear to me which parts of the package manager need contrib and non-free sections adding.
What would be the complete APT lines I need to add?
How would I then install all the nouveau firmware files?

Thanks,

Doug
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
proxima_centauri

Re: linux 3 - newbie query about adding sources

Post by proxima_centauri »

* Moved to LMDE forum

It may have just been a warning.

Your sources.list should look like this

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
DougB
Level 3
Level 3
Posts: 110
Joined: Thu Oct 27, 2011 8:14 am

Re: linux 3 - newbie query about adding sources

Post by DougB »

I added the line:
deb http://packages.linuxmint.com/ debian main upstream import

and now have the following error message:

W: Duplicate sources.list entry http://packages.linuxmint.com/ debian/main amd64 Packages (/var/lib/apt/lists/packages.linuxmint.com_dists_debian_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://packages.linuxmint.com/ debian/upstream amd64 Packages (/var/lib/apt/lists/packages.linuxmint.com_dists_debian_upstream_binary-amd64_Packages)
W: Duplicate sources.list entry http://packages.linuxmint.com/ debian/import amd64 Packages (/var/lib/apt/lists/packages.linuxmint.com_dists_debian_import_binary-amd64_Packages)

??

Doug
proxima_centauri

Re: linux 3 - newbie query about adding sources

Post by proxima_centauri »

Are you sure the repo wasn't there already? The warning is saying it is a duplicate entry.
DougB
Level 3
Level 3
Posts: 110
Joined: Thu Oct 27, 2011 8:14 am

Re: linux 3 - newbie query about adding sources

Post by DougB »

I suppose it must have been. I originally thought that they could have been present because main upstream and imported were enabled in the Package Manager. But there was no line saying "deb http://packages.linuxmint.com/ debian main upstream import", so being a newbie I assumed it needed to be added.
I hope the warnings don't mean anything has been screwed up.
I'm still not used to understanding that a message ".... *may* need to be added" doesn't necessarily mean that "... *will* need to be added" or that "... isn't present already"
twa

Re: linux 3 - newbie query about adding sources

Post by twa »

DougB,
change your sources.list as said by proxima_centauri
deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
save and close the file
then:

Code: Select all

sudo apt-get update && sudo apt-get dist-upgrade
cheers
DougB
Level 3
Level 3
Posts: 110
Joined: Thu Oct 27, 2011 8:14 am

Re: linux 3 - newbie query about adding sources

Post by DougB »

Working in Package Manager, I don't see how to do
"Code: Select all"
I'm confused.
Running
sudo apt-get update && sudo apt-get dist-upgrade
in a terminal produces the same error messages and suggests I run "sudo apt-get update". Doing so repeats the error messages.

Am I screwing things up or just banging against repeated warnings?
twa

Re: linux 3 - newbie query about adding sources

Post by twa »

DougB
open the terminal to change your sources.list:

Code: Select all

sudo gedit /etc/apt/sources.list
must be like this:
deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
then from terminal:

Code: Select all

sudo apt-get update && sudo apt-get dist-upgrade
cheers

p.s. the Code Select All is used in the forum when U insert a code to be executed in the terminal.
the green code is what U must type in the terminal.
twa

Re: linux 3 - newbie query about adding sources

Post by twa »

DougB,
did U install update pack3 ??
http://blog.linuxmint.com/?paged=4
cheers
DougB
Level 3
Level 3
Posts: 110
Joined: Thu Oct 27, 2011 8:14 am

Re: linux 3 - newbie query about adding sources

Post by DougB »

Twa, thanks for the explanation of Code:Select; it was something totally new to me. The penny is finally dropping!
I was using Upgrade 3 but the sources list had got completely messed up: most entries were duplicated; I'd somehow added deb-src sources; and the multimedia sources had got lost.
The list is now cleaned up and I've repeated the updating and upgrading.
All is well again.

Many thanks again for your patience :D
twa

Re: linux 3 - newbie query about adding sources

Post by twa »

DougB
U R welcome...bravo !!!
:D
Locked

Return to “LMDE Archive”