Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Error Message - Media change

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
EuroNiceguy
Posts: 13
Joined: 2023-05-15 08:08

Error Message - Media change

#1 Post by EuroNiceguy »

Hi Everyone,

I just receive a message when downloading an application (Wine) from Discover;

Media Change of type 'Debian GNU/Linux bookworm-DI-rc3 _Bookworm_ - Official RC amd64 DVD Binary-1 with firmware 20230515-21:02' is requested.
Debian GNU/Linux bookworm-DI-rc3 _Bookworm_ - Official RC amd64 DVD Binary-1 with firmware 20230515-21:02


Can you advise on how this can be fixed please.




Thank you in advance,
Michael

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Error Message - Media change

#2 Post by arochester »

I think your sources list may be causing your computer to look for a DVD which is no longer present.

What does your sources list say? Can you Copy and Paste here?

Use the command: cat /etc/apt/sources.list

EuroNiceguy
Posts: 13
Joined: 2023-05-15 08:08

Re: Error Message - Media change

#3 Post by EuroNiceguy »

Hello,

Please find below as requested

-------------------------------------------------------------------------------------------------------------------------------

root@MichaelDesktop:/home/michael# cat /etc/apt/sources.list
deb cdrom:[Debian GNU/Linux bookworm-DI-rc3 _Bookworm_ - Official RC amd64 DVD Binary-1 with firmware 20230515-21:02]/ bookworm main non-free-firmware

deb http://deb.debian.org/debian/ bookworm main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware

# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debi ... _backports
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware
root@MichaelDesktop:/home/michael#

----------------------------------------------------------------------------------------------------------------------------------------------------------------

Thank you again for your support so far

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 85 times

Re: Error Message - Media change

#4 Post by 4D696B65 »

edit your source.list and remove the top line that starts deb cdrom

Code: Select all

nano /etc/apt/sources.list
ctrl o to write
ctrl x to exit
then

Code: Select all

apt update
root is required for this
Last edited by 4D696B65 on 2023-05-30 11:44, edited 1 time in total.
Reason: edit typo

EuroNiceguy
Posts: 13
Joined: 2023-05-15 08:08

Re: Error Message - Media change

#5 Post by EuroNiceguy »

Hello

When I did that, I had only saw;

GNU nano 7.2 /etc/apt/source.list


and nothing else beneath that.




Thank you for your support so far

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 85 times

Re: Error Message - Media change

#6 Post by 4D696B65 »

My bad. typo, I forgot an s

Code: Select all

nano /etc/apt/sources.list

EuroNiceguy
Posts: 13
Joined: 2023-05-15 08:08

Re: Error Message - Media change

#7 Post by EuroNiceguy »

All good.

Please find below;

GNU nano 7.2 /etc/apt/sources.list
deb cdrom:[Debian GNU/Linux bookworm-DI-rc3 _Bookworm_ - Official RC amd64 DVD Bin>

deb http://deb.debian.org/debian/ bookworm main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main non-free-fir>
deb-src http://security.debian.org/debian-security bookworm-security main non-free>

# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debi ... updates_an>
deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware
deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware

EuroNiceguy
Posts: 13
Joined: 2023-05-15 08:08

Re: Error Message - Media change

#8 Post by EuroNiceguy »

All done.

I will give that a shot when I need to download anything


Many thanks

Post Reply