I'm trying to avoid that below prompt when preseeding with http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/gtk/netboot.tar.gz
:
"No sound cart detected after 80 secs
Can not do software speech synthesis
press enter to continue anyway"
How can I preseed that prompt?
What i'm trying to do is to install Debian with accessibility ('speakup.synth=soft') support
regardless of if a sound card is detected.
On 9/10/24 21:59, Samuel Thibault wrote:
Hello,
john doe, le mar. 10 sept. 2024 21:54:58 +0200, a ecrit:
I'm trying to avoid that below prompt when preseeding with http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/gtk/netboot.tar.gz
:
"No sound cart detected after 80 secs
Can not do software speech synthesis
press enter to continue anyway"
How can I preseed that prompt?
There is currently no way to avoid it.
This is realy unfortunate.
regardless of if a sound card is detected.
Without a sound card feedback, how can use control the installer?
You don't, if you preseed!
Hello,
john doe, le mar. 10 sept. 2024 21:54:58 +0200, a ecrit:
I'm trying to avoid that below prompt when preseeding with
http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/gtk/netboot.tar.gz
:
"No sound cart detected after 80 secs
Can not do software speech synthesis
press enter to continue anyway"
How can I preseed that prompt?
There is currently no way to avoid it.
What i'm trying to do is to install Debian with accessibility
('speakup.synth=soft') support
What do you mean by "with accessibility support"?
regardless of if a sound card is detected.
Without a sound card feedback, how can use control the installer?
Hi,
I'm trying to avoid that below prompt when preseeding with http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/gtk/netboot.tar.gz
:
"No sound cart detected after 80 secs
Can not do software speech synthesis
press enter to continue anyway"
john doe <johndoe65534@mail.com> writes:
Hi,
I'm trying to avoid that below prompt when preseeding with
http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/gtk/netboot.tar.gz
:
"No sound cart detected after 80 secs
Can not do software speech synthesis
press enter to continue anyway"
Are you trying to do an automated install in speech mode?
If you've completely automated the install, would if make sense to do it
in the normal automated-install mode, but pre-seeding the things that
will make the target include everything that will make it be speech
enabled?
(that may be a stupid question, as I'm not sure that everything is
actually done via debconf, so it will depend on the details of the code)
john doe, le mer. 11 sept. 2024 18:41:03 +0200, a ecrit:
On 9/10/24 21:59, Samuel Thibault wrote:
Hello,
john doe, le mar. 10 sept. 2024 21:54:58 +0200, a ecrit:
I'm trying to avoid that below prompt when preseeding with
http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/gtk/netboot.tar.gz
:
"No sound cart detected after 80 secs
Can not do software speech synthesis
press enter to continue anyway"
How can I preseed that prompt?
There is currently no way to avoid it.
This is realy unfortunate.
Nobody asked for it, so that's not really surprising :)
regardless of if a sound card is detected.
Without a sound card feedback, how can use control the installer?
You don't, if you preseed!
Do you mean that you completely preseed the installation, and that "no soundcard" is the only prompt that is blocking you to get the
installation to be fully automated?
I guess you passed auto & such on the command-line to defer the early questions.
We don't need to introduce anything new, we can just follow
the same by making auto skip that prompt too.
On 9/11/24 20:35, Philip Hands wrote:
john doe <johndoe65534@mail.com> writes:
Hi,
I'm trying to avoid that below prompt when preseeding with http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/gtk/netboot.tar.gz
:
"No sound cart detected after 80 secs
Can not do software speech synthesis
press enter to continue anyway"
Are you trying to do an automated install in speech mode?
If you've completely automated the install, would if make sense to do it
in the normal automated-install mode, but pre-seeding the things that
will make the target include everything that will make it be speech enabled?
That's my issue I have no idea what has been done to make Debian speak
after installation.
Hello,
john doe, le jeu. 12 sept. 2024 11:25:34 +0200, a ecrit:
On 9/11/24 20:35, Philip Hands wrote:
john doe <johndoe65534@mail.com> writes:
Hi,
I'm trying to avoid that below prompt when preseeding with
http://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/netboot/gtk/netboot.tar.gz
:
"No sound cart detected after 80 secs
Can not do software speech synthesis
press enter to continue anyway"
Are you trying to do an automated install in speech mode?
If you've completely automated the install, would if make sense to do it >>> in the normal automated-install mode, but pre-seeding the things that
will make the target include everything that will make it be speech
enabled?
I was thinking about it too.
That's my issue I have no idea what has been done to make Debian speak
after installation.
It's the espeakup-udeb finish-install, it does its tweaks if a speech language was set with espeakup/voice. You can preseed
espeakup/voice
that does indeed trigger the finish-install tweaks.
On 9/13/24 01:12, Samuel Thibault wrote:
It's the espeakup-udeb finish-install, it does its tweaks if a speech language was set with espeakup/voice. You can preseed
espeakup/voice
that does indeed trigger the finish-install tweaks.
This is clearly a viable alternative, the only downside that I can see
is that I would need to know if a sound card is detected or not to know
what install method I should use.
john doe, le sam. 14 sept. 2024 16:38:38 +0200, a ecrit:
On 9/13/24 01:12, Samuel Thibault wrote:
It's the espeakup-udeb finish-install, it does its tweaks if a speech
language was set with espeakup/voice. You can preseed
espeakup/voice
that does indeed trigger the finish-install tweaks.
This is clearly a viable alternative, the only downside that I can see
is that I would need to know if a sound card is detected or not to know
what install method I should use.
I don't see why?
Since you preseed everything, you don't need to enable speakup at all.
You just need to preseed espeakup/voice=en to get the installed system tweaking.
I guess you passed auto & such on the command-line to defer the early questions. We don't need to introduce anything new, we can just follow
the same by making auto skip that prompt too.
Samuel Thibault, le mer. 11 sept. 2024 18:52:18 +0200, a ecrit:
I guess you passed auto & such on the command-line to defer the early
questions. We don't need to introduce anything new, we can just follow
the same by making auto skip that prompt too.
I have now implemented it, for trixie.
and if I use https://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/netboot.tar.gz
john doe <johndoe65534@mail.com> (2024-09-22):
and if I use https://d-i.debian.org/daily-images/amd64/daily/netboot/gtk/netboot.tar.gz
That's where results should appear, except:
https://lists.debian.org/debian-release/2024/09/msg00314.html
Samuel Thibault, le mer. 11 sept. 2024 18:52:18 +0200, a ecrit:
I guess you passed auto & such on the command-line to defer the early
questions. We don't need to introduce anything new, we can just follow
the same by making auto skip that prompt too.
I have now implemented it, for trixie.
Samuel
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 483 |
Nodes: | 16 (2 / 14) |
Uptime: | 16:55:02 |
Calls: | 9,617 |
Calls today: | 3 |
Files: | 13,692 |
Messages: | 6,156,482 |