Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 95:37:31 |
Calls: | 290 |
Files: | 904 |
Messages: | 76,423 |
I tried using synaptic to load packages in my new Debian 12.8. After I specified many packages, I clicked on "Apply" and received the message:
"Please insert disk labeled: Debian GNU/Linux 12.8.0 _Bookworm_ Official
amd64 DVD Binary-1 with firmware 20241109-11:05 in drive /media/cdrom"
I do not have such a CD. I installed from a USB stick.
I tried to continue and received the message "Failed to fetch cdrom Debian GNU/Linux 12.8.0 _Bookworm_ Official amd64 DVD Binary-1/pool/main/r/rsync/rsync-3.2.7-1-arm64.deb".
Why does synaptic need firmware? Is synaptic supposed to be usable on a fresh installation?
Roger
On Wed, Dec 18, 2024 at 06:07:45PM +0100, Roger Price wrote:
I tried using synaptic to load packages in my new Debian 12.8. After I
specified many packages, I clicked on "Apply" and received the message:
"Please insert disk labeled: Debian GNU/Linux 12.8.0 _Bookworm_ Official
amd64 DVD Binary-1 with firmware 20241109-11:05 in drive /media/cdrom"
Did you install from a DVD copied to the USB stick.
If you weren't network connected at the time, check your /etc/apt/sources.list
file.
You may find that the DVD entry is uncommented and all other entries are commented out with a # sign.
Edit the file to comment out the DVD entry and uncomment the network entries. Then apt-get update / aptitude update or whatever.
Hope this helps
I tried using synaptic to load packages in my new Debian 12.8. After
I specified many packages, I clicked on "Apply" and received the
message:
"Please insert disk labeled: Debian GNU/Linux 12.8.0 _Bookworm_
Official amd64 DVD Binary-1 with firmware 20241109-11:05 in drive /media/cdrom"
I do not have such a CD. I installed from a USB stick.
I tried to continue and received the message "Failed to fetch cdrom
Debian GNU/Linux 12.8.0 _Bookworm_ Official amd64 DVD Binary-1/pool/main/r/rsync/rsync-3.2.7-1-arm64.deb".
Why does synaptic need firmware? Is synaptic supposed to be usable
on a fresh installation?
On Wed, 18 Dec 2024, Andrew M.A. Cater wrote:
Edit the file to comment out the DVD entry and uncomment the
network entries. Then apt-get update / aptitude update or whatever.
Will do, when I master whatever editor is included in the base
distribution.
On Wed, 18 Dec 2024 18:07:45 +0100 (CET)
Roger Price <debian@rogerprice.org> wrote:
I tried using synaptic to load packages in my new Debian 12.8. After
I specified many packages, I clicked on "Apply" and received the
message:
"Please insert disk labeled: Debian GNU/Linux 12.8.0 _Bookworm_
Official amd64 DVD Binary-1 with firmware 20241109-11:05 in drive /media/cdrom"
I do not have such a CD. I installed from a USB stick.
I tried to continue and received the message "Failed to fetch cdrom
Debian GNU/Linux 12.8.0 _Bookworm_ Official amd64 DVD Binary-1/pool/main/r/rsync/rsync-3.2.7-1-arm64.deb".
Why does synaptic need firmware? Is synaptic supposed to be usable
on a fresh installation?
There was a minor problem with the installation. The supply of software during installation came from the CD (installation images work with
either CDs or USB sticks) and one of the last installation stages is to change the software supply from the installation media to an Internet
source. It looks like at least part of that didn't happen.
The file /etc/apt/source.list should look something like this, maybe
with other commented lines (my installation was from a netinstall
image, not a DVD):
***************************************************************************
# deb cdrom:[Debian GNU/Linux testing _Bookworm_ - Official Snapshot
amd64 NETINST 20211021-15:01]/ bookworm main
****************************************************************************
Make sure any CD lines are commented and that you have an uncommented
line showing
deb http://deb.debian.org/debian/ bookworm main non-free contrib