* Debian Rescue CD @ Øyvind Lode ` Tony Baechler 0 siblings, 1 reply; 11+ messages in thread From: Øyvind Lode @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. Hi: I'm looking for a Debian rescue CD similar to GRML. But I would prefer official Debian. I found this site: http://live.debian.net/ Does Debian provide a rescue disc with speech? It looks like one can build a customized rescue/live CD from this website by clicking "Build" but I guess it won't provide speech... I find just pressing "s" at the boot prompt to be very convenient to get an accessible install. However, the netinst image with speech does not provide the tools I need to do rescueing tasks. I'm currently using GRML but as I said I would prefer a official Debian rescue environment. Thanks. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Debian Rescue CD Debian Rescue CD Øyvind Lode @ ` Tony Baechler ` Øyvind Lode 0 siblings, 1 reply; 11+ messages in thread From: Tony Baechler @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I have good and bad news. The good news is that it's possible to have an official Debian rescue CD and you don't have to build it yourself. The bad news is that it doesn't come up talking. This is something I've been meaning to work on but didn't get around to it. It looks like it would be a simple fix to add speech support to the already existing rescue CD package set. I tried Samuel's remaster script, but it didn't work on the Squeeze rescue CD. If you need software speech, things are a bit more complicated as the espeak and espeakup packages aren't on the rescue CD, so you have to install them by hand or custom build your own. If you're using hardware speech, I suggest the Squeeze CD even though Wheezy is now stable. Squeeze has the 2.6.32 kernel with working serial support and ships the Speakup modules. I used it to set up and fix my server and it worked great. Run the following after you boot the CD: sudo bash modprobe speakup_ltlk Optionally, you can set a password with the passwd command and use ssh instead. That should work on either Squeeze or Wheezy. From Wheezy, you still need to change to the root user, but the following command should work: aptitude -q install espeak espeakup You probably have to hit "y" and Enter to install any extra packages. You should get speech after that. All you would have to do if you custom build is include the above packages in the configuration. The espeakup package should add an init script to start itself on boot and load the speakup_soft module. For me, I have hardware speech and I found the Squeeze rescue CD to meet my needs very well. On 5/13/2013 10:56 PM, � wrote: > I'm looking for a Debian rescue CD similar to GRML. > > But I would prefer official Debian. > > I found this site: http://live.debian.net/ > > Does Debian provide a rescue disc with speech? > > It looks like one can build a customized rescue/live CD from this > website by clicking "Build" but I guess it won't provide speech... > > I find just pressing "s" at the boot prompt to be very convenient to > get an accessible install. However, the netinst image with speech does > not provide the tools I need to do rescueing tasks. > > I'm currently using GRML but as I said I would prefer a official Debian > rescue environment. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJRkf0FAAoJEPrAuJWnLe0yZcEP/jDSu0TjrmRFNUGDyyR0SsdK vRq1JQLc9ppdUhVkDyFnBYzUDbkmhAXRfjb1G7leSNcyT25Yf2zc++krFFuH1c/f XriosNk+V+zCkkGbZ6bLbg/RIxMpWApP2tEh1cQ9lNyqxn1cDtjeZRvZLVmK7d+J vBYDxJ+CjTirlZkjyZvftBdU2b5kBePJSGda09UJ5P7wmYZFmhkWUTs0aVk++AdQ PgUrKtPMKmhiL7sbc3w5xDFznyVNdDX1Sc4hSdFCV7etJUu6fkVfgNTLRfFBsL7x j8ErdW9Cfq+aEFi6frgNpnonV8IuJ6lMOdsF870iVHBgHbbI423+u3cURBgB3bvb GOUnVmZVPCdkxVS5qA8wcYE+tO14PeeAUwlX7vQqmtH/dfyWYi8ku6PTy2POXg7u 83gVqnxIAiwK7odO+4ck9LtEYsBF6/BB+9JWppTXisZgMYfo0+pzsDyfbP0qHlvN kRHjPuJV59tQZdkJYJSvIPfrEvLgsoyixEP3hxEVvLpzdZelLApHuYAnqQ245uTD 4NKzJoJXhYMHJA/1/kek/0/iq+4V0dzO0AKsC8AO4/8C32sl1Mk0Nh+cH6kZCyNP 64h4b/u1IDKO+MF2pmrVnS96IC0Drk1q3n3eRbLFLBtYYtsl4D1xKL5N8Gh9iJNg BNbHCqjRK4OP5WNpVMz1 =4T56 -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Debian Rescue CD ` Tony Baechler @ ` Øyvind Lode ` Don Raikes ` Tony Baechler 0 siblings, 2 replies; 11+ messages in thread From: Øyvind Lode @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. I use software speech. The fact that espeak espeakup packages is not on the rescue CD makes it a bit harder. This means that GRML is better since I only need to press q to exit the GRML menu, then modprobe speakup_soft and then start espeakup. I have a box running "sid" (unstable) with all the tools I need + software speech at boot. It would have been cool if I could make my own rescue CD based on this config which also meant the rescue CD booted with speech. ________________________________________ From: Speakup [speakup-bounces@linux-speakup.org] on behalf of Tony Baechler [tony@baechler.net] Sent: Tuesday, May 14, 2013 10:59 To: Speakup is a screen review system for Linux. Subject: Re: Debian Rescue CD -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I have good and bad news. The good news is that it's possible to have an official Debian rescue CD and you don't have to build it yourself. The bad news is that it doesn't come up talking. This is something I've been meaning to work on but didn't get around to it. It looks like it would be a simple fix to add speech support to the already existing rescue CD package set. I tried Samuel's remaster script, but it didn't work on the Squeeze rescue CD. If you need software speech, things are a bit more complicated as the espeak and espeakup packages aren't on the rescue CD, so you have to install them by hand or custom build your own. If you're using hardware speech, I suggest the Squeeze CD even though Wheezy is now stable. Squeeze has the 2.6.32 kernel with working serial support and ships the Speakup modules. I used it to set up and fix my server and it worked great. Run the following after you boot the CD: sudo bash modprobe speakup_ltlk Optionally, you can set a password with the passwd command and use ssh instead. That should work on either Squeeze or Wheezy. From Wheezy, you still need to change to the root user, but the following command should work: aptitude -q install espeak espeakup You probably have to hit "y" and Enter to install any extra packages. You should get speech after that. All you would have to do if you custom build is include the above packages in the configuration. The espeakup package should add an init script to start itself on boot and load the speakup_soft module. For me, I have hardware speech and I found the Squeeze rescue CD to meet my needs very well. On 5/13/2013 10:56 PM, � wrote: > I'm looking for a Debian rescue CD similar to GRML. > > But I would prefer official Debian. > > I found this site: http://live.debian.net/ > > Does Debian provide a rescue disc with speech? > > It looks like one can build a customized rescue/live CD from this > website by clicking "Build" but I guess it won't provide speech... > > I find just pressing "s" at the boot prompt to be very convenient to > get an accessible install. However, the netinst image with speech does > not provide the tools I need to do rescueing tasks. > > I'm currently using GRML but as I said I would prefer a official Debian > rescue environment. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJRkf0FAAoJEPrAuJWnLe0yZcEP/jDSu0TjrmRFNUGDyyR0SsdK vRq1JQLc9ppdUhVkDyFnBYzUDbkmhAXRfjb1G7leSNcyT25Yf2zc++krFFuH1c/f XriosNk+V+zCkkGbZ6bLbg/RIxMpWApP2tEh1cQ9lNyqxn1cDtjeZRvZLVmK7d+J vBYDxJ+CjTirlZkjyZvftBdU2b5kBePJSGda09UJ5P7wmYZFmhkWUTs0aVk++AdQ PgUrKtPMKmhiL7sbc3w5xDFznyVNdDX1Sc4hSdFCV7etJUu6fkVfgNTLRfFBsL7x j8ErdW9Cfq+aEFi6frgNpnonV8IuJ6lMOdsF870iVHBgHbbI423+u3cURBgB3bvb GOUnVmZVPCdkxVS5qA8wcYE+tO14PeeAUwlX7vQqmtH/dfyWYi8ku6PTy2POXg7u 83gVqnxIAiwK7odO+4ck9LtEYsBF6/BB+9JWppTXisZgMYfo0+pzsDyfbP0qHlvN kRHjPuJV59tQZdkJYJSvIPfrEvLgsoyixEP3hxEVvLpzdZelLApHuYAnqQ245uTD 4NKzJoJXhYMHJA/1/kek/0/iq+4V0dzO0AKsC8AO4/8C32sl1Mk0Nh+cH6kZCyNP 64h4b/u1IDKO+MF2pmrVnS96IC0Drk1q3n3eRbLFLBtYYtsl4D1xKL5N8Gh9iJNg BNbHCqjRK4OP5WNpVMz1 =4T56 -----END PGP SIGNATURE----- _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Debian Rescue CD ` Øyvind Lode @ ` Don Raikes ` Øyvind Lode ` Gregory Nowak ` Tony Baechler 1 sibling, 2 replies; 11+ messages in thread From: Don Raikes @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. Using the live build system is not too difficult, and it wouldn't be too difficult to get this working I think. I am working on this for the kali cyber security live dvd so it will boot to the command prompt with software speech and Braille already loaded and running, but have gotten pulled away for a few days. Maybe today I can try it again. -----Original Message----- From: Øyvind Lode [mailto:oyvind@lode.is] Sent: Tuesday, May 14, 2013 4:01 AM To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD I use software speech. The fact that espeak espeakup packages is not on the rescue CD makes it a bit harder. This means that GRML is better since I only need to press q to exit the GRML menu, then modprobe speakup_soft and then start espeakup. I have a box running "sid" (unstable) with all the tools I need + software speech at boot. It would have been cool if I could make my own rescue CD based on this config which also meant the rescue CD booted with speech. ________________________________________ From: Speakup [speakup-bounces@linux-speakup.org] on behalf of Tony Baechler [tony@baechler.net] Sent: Tuesday, May 14, 2013 10:59 To: Speakup is a screen review system for Linux. Subject: Re: Debian Rescue CD -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I have good and bad news. The good news is that it's possible to have an official Debian rescue CD and you don't have to build it yourself. The bad news is that it doesn't come up talking. This is something I've been meaning to work on but didn't get around to it. It looks like it would be a simple fix to add speech support to the already existing rescue CD package set. I tried Samuel's remaster script, but it didn't work on the Squeeze rescue CD. If you need software speech, things are a bit more complicated as the espeak and espeakup packages aren't on the rescue CD, so you have to install them by hand or custom build your own. If you're using hardware speech, I suggest the Squeeze CD even though Wheezy is now stable. Squeeze has the 2.6.32 kernel with working serial support and ships the Speakup modules. I used it to set up and fix my server and it worked great. Run the following after you boot the CD: sudo bash modprobe speakup_ltlk Optionally, you can set a password with the passwd command and use ssh instead. That should work on either Squeeze or Wheezy. From Wheezy, you still need to change to the root user, but the following command should work: aptitude -q install espeak espeakup You probably have to hit "y" and Enter to install any extra packages. You should get speech after that. All you would have to do if you custom build is include the above packages in the configuration. The espeakup package should add an init script to start itself on boot and load the speakup_soft module. For me, I have hardware speech and I found the Squeeze rescue CD to meet my needs very well. On 5/13/2013 10:56 PM, wrote: > I'm looking for a Debian rescue CD similar to GRML. > > But I would prefer official Debian. > > I found this site: http://live.debian.net/ > > Does Debian provide a rescue disc with speech? > > It looks like one can build a customized rescue/live CD from this > website by clicking "Build" but I guess it won't provide speech... > > I find just pressing "s" at the boot prompt to be very convenient to > get an accessible install. However, the netinst image with speech does > not provide the tools I need to do rescueing tasks. > > I'm currently using GRML but as I said I would prefer a official > Debian rescue environment. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJRkf0FAAoJEPrAuJWnLe0yZcEP/jDSu0TjrmRFNUGDyyR0SsdK vRq1JQLc9ppdUhVkDyFnBYzUDbkmhAXRfjb1G7leSNcyT25Yf2zc++krFFuH1c/f XriosNk+V+zCkkGbZ6bLbg/RIxMpWApP2tEh1cQ9lNyqxn1cDtjeZRvZLVmK7d+J vBYDxJ+CjTirlZkjyZvftBdU2b5kBePJSGda09UJ5P7wmYZFmhkWUTs0aVk++AdQ PgUrKtPMKmhiL7sbc3w5xDFznyVNdDX1Sc4hSdFCV7etJUu6fkVfgNTLRfFBsL7x j8ErdW9Cfq+aEFi6frgNpnonV8IuJ6lMOdsF870iVHBgHbbI423+u3cURBgB3bvb GOUnVmZVPCdkxVS5qA8wcYE+tO14PeeAUwlX7vQqmtH/dfyWYi8ku6PTy2POXg7u 83gVqnxIAiwK7odO+4ck9LtEYsBF6/BB+9JWppTXisZgMYfo0+pzsDyfbP0qHlvN kRHjPuJV59tQZdkJYJSvIPfrEvLgsoyixEP3hxEVvLpzdZelLApHuYAnqQ245uTD 4NKzJoJXhYMHJA/1/kek/0/iq+4V0dzO0AKsC8AO4/8C32sl1Mk0Nh+cH6kZCyNP 64h4b/u1IDKO+MF2pmrVnS96IC0Drk1q3n3eRbLFLBtYYtsl4D1xKL5N8Gh9iJNg BNbHCqjRK4OP5WNpVMz1 =4T56 -----END PGP SIGNATURE----- _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Debian Rescue CD ` Don Raikes @ ` Øyvind Lode ` Don Raikes ` Gregory Nowak 1 sibling, 1 reply; 11+ messages in thread From: Øyvind Lode @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. Interesting. Please keep me in the loop about this project. -----Original Message----- From: Speakup [mailto:speakup-bounces@linux-speakup.org] On Behalf Of Don Raikes Sent: 14. mai 2013 18:38 To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD Using the live build system is not too difficult, and it wouldn't be too difficult to get this working I think. I am working on this for the kali cyber security live dvd so it will boot to the command prompt with software speech and Braille already loaded and running, but have gotten pulled away for a few days. Maybe today I can try it again. -----Original Message----- From: Øyvind Lode [mailto:oyvind@lode.is] Sent: Tuesday, May 14, 2013 4:01 AM To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD I use software speech. The fact that espeak espeakup packages is not on the rescue CD makes it a bit harder. This means that GRML is better since I only need to press q to exit the GRML menu, then modprobe speakup_soft and then start espeakup. I have a box running "sid" (unstable) with all the tools I need + software speech at boot. It would have been cool if I could make my own rescue CD based on this config which also meant the rescue CD booted with speech. ________________________________________ From: Speakup [speakup-bounces@linux-speakup.org] on behalf of Tony Baechler [tony@baechler.net] Sent: Tuesday, May 14, 2013 10:59 To: Speakup is a screen review system for Linux. Subject: Re: Debian Rescue CD -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I have good and bad news. The good news is that it's possible to have an official Debian rescue CD and you don't have to build it yourself. The bad news is that it doesn't come up talking. This is something I've been meaning to work on but didn't get around to it. It looks like it would be a simple fix to add speech support to the already existing rescue CD package set. I tried Samuel's remaster script, but it didn't work on the Squeeze rescue CD. If you need software speech, things are a bit more complicated as the espeak and espeakup packages aren't on the rescue CD, so you have to install them by hand or custom build your own. If you're using hardware speech, I suggest the Squeeze CD even though Wheezy is now stable. Squeeze has the 2.6.32 kernel with working serial support and ships the Speakup modules. I used it to set up and fix my server and it worked great. Run the following after you boot the CD: sudo bash modprobe speakup_ltlk Optionally, you can set a password with the passwd command and use ssh instead. That should work on either Squeeze or Wheezy. From Wheezy, you still need to change to the root user, but the following command should work: aptitude -q install espeak espeakup You probably have to hit "y" and Enter to install any extra packages. You should get speech after that. All you would have to do if you custom build is include the above packages in the configuration. The espeakup package should add an init script to start itself on boot and load the speakup_soft module. For me, I have hardware speech and I found the Squeeze rescue CD to meet my needs very well. On 5/13/2013 10:56 PM, wrote: > I'm looking for a Debian rescue CD similar to GRML. > > But I would prefer official Debian. > > I found this site: http://live.debian.net/ > > Does Debian provide a rescue disc with speech? > > It looks like one can build a customized rescue/live CD from this > website by clicking "Build" but I guess it won't provide speech... > > I find just pressing "s" at the boot prompt to be very convenient to > get an accessible install. However, the netinst image with speech does > not provide the tools I need to do rescueing tasks. > > I'm currently using GRML but as I said I would prefer a official > Debian rescue environment. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJRkf0FAAoJEPrAuJWnLe0yZcEP/jDSu0TjrmRFNUGDyyR0SsdK vRq1JQLc9ppdUhVkDyFnBYzUDbkmhAXRfjb1G7leSNcyT25Yf2zc++krFFuH1c/f XriosNk+V+zCkkGbZ6bLbg/RIxMpWApP2tEh1cQ9lNyqxn1cDtjeZRvZLVmK7d+J vBYDxJ+CjTirlZkjyZvftBdU2b5kBePJSGda09UJ5P7wmYZFmhkWUTs0aVk++AdQ PgUrKtPMKmhiL7sbc3w5xDFznyVNdDX1Sc4hSdFCV7etJUu6fkVfgNTLRfFBsL7x j8ErdW9Cfq+aEFi6frgNpnonV8IuJ6lMOdsF870iVHBgHbbI423+u3cURBgB3bvb GOUnVmZVPCdkxVS5qA8wcYE+tO14PeeAUwlX7vQqmtH/dfyWYi8ku6PTy2POXg7u 83gVqnxIAiwK7odO+4ck9LtEYsBF6/BB+9JWppTXisZgMYfo0+pzsDyfbP0qHlvN kRHjPuJV59tQZdkJYJSvIPfrEvLgsoyixEP3hxEVvLpzdZelLApHuYAnqQ245uTD 4NKzJoJXhYMHJA/1/kek/0/iq+4V0dzO0AKsC8AO4/8C32sl1Mk0Nh+cH6kZCyNP 64h4b/u1IDKO+MF2pmrVnS96IC0Drk1q3n3eRbLFLBtYYtsl4D1xKL5N8Gh9iJNg BNbHCqjRK4OP5WNpVMz1 =4T56 -----END PGP SIGNATURE----- _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Debian Rescue CD ` Øyvind Lode @ ` Don Raikes ` Øyvind Lode 0 siblings, 1 reply; 11+ messages in thread From: Don Raikes @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. What tools would you like on the live cd? -----Original Message----- From: Øyvind Lode [mailto:oyvind@lode.is] Sent: Tuesday, May 14, 2013 12:21 PM To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD Interesting. Please keep me in the loop about this project. -----Original Message----- From: Speakup [mailto:speakup-bounces@linux-speakup.org] On Behalf Of Don Raikes Sent: 14. mai 2013 18:38 To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD Using the live build system is not too difficult, and it wouldn't be too difficult to get this working I think. I am working on this for the kali cyber security live dvd so it will boot to the command prompt with software speech and Braille already loaded and running, but have gotten pulled away for a few days. Maybe today I can try it again. -----Original Message----- From: Øyvind Lode [mailto:oyvind@lode.is] Sent: Tuesday, May 14, 2013 4:01 AM To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD I use software speech. The fact that espeak espeakup packages is not on the rescue CD makes it a bit harder. This means that GRML is better since I only need to press q to exit the GRML menu, then modprobe speakup_soft and then start espeakup. I have a box running "sid" (unstable) with all the tools I need + software speech at boot. It would have been cool if I could make my own rescue CD based on this config which also meant the rescue CD booted with speech. ________________________________________ From: Speakup [speakup-bounces@linux-speakup.org] on behalf of Tony Baechler [tony@baechler.net] Sent: Tuesday, May 14, 2013 10:59 To: Speakup is a screen review system for Linux. Subject: Re: Debian Rescue CD -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I have good and bad news. The good news is that it's possible to have an official Debian rescue CD and you don't have to build it yourself. The bad news is that it doesn't come up talking. This is something I've been meaning to work on but didn't get around to it. It looks like it would be a simple fix to add speech support to the already existing rescue CD package set. I tried Samuel's remaster script, but it didn't work on the Squeeze rescue CD. If you need software speech, things are a bit more complicated as the espeak and espeakup packages aren't on the rescue CD, so you have to install them by hand or custom build your own. If you're using hardware speech, I suggest the Squeeze CD even though Wheezy is now stable. Squeeze has the 2.6.32 kernel with working serial support and ships the Speakup modules. I used it to set up and fix my server and it worked great. Run the following after you boot the CD: sudo bash modprobe speakup_ltlk Optionally, you can set a password with the passwd command and use ssh instead. That should work on either Squeeze or Wheezy. From Wheezy, you still need to change to the root user, but the following command should work: aptitude -q install espeak espeakup You probably have to hit "y" and Enter to install any extra packages. You should get speech after that. All you would have to do if you custom build is include the above packages in the configuration. The espeakup package should add an init script to start itself on boot and load the speakup_soft module. For me, I have hardware speech and I found the Squeeze rescue CD to meet my needs very well. On 5/13/2013 10:56 PM, wrote: > I'm looking for a Debian rescue CD similar to GRML. > > But I would prefer official Debian. > > I found this site: http://live.debian.net/ > > Does Debian provide a rescue disc with speech? > > It looks like one can build a customized rescue/live CD from this > website by clicking "Build" but I guess it won't provide speech... > > I find just pressing "s" at the boot prompt to be very convenient to > get an accessible install. However, the netinst image with speech does > not provide the tools I need to do rescueing tasks. > > I'm currently using GRML but as I said I would prefer a official > Debian rescue environment. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJRkf0FAAoJEPrAuJWnLe0yZcEP/jDSu0TjrmRFNUGDyyR0SsdK vRq1JQLc9ppdUhVkDyFnBYzUDbkmhAXRfjb1G7leSNcyT25Yf2zc++krFFuH1c/f XriosNk+V+zCkkGbZ6bLbg/RIxMpWApP2tEh1cQ9lNyqxn1cDtjeZRvZLVmK7d+J vBYDxJ+CjTirlZkjyZvftBdU2b5kBePJSGda09UJ5P7wmYZFmhkWUTs0aVk++AdQ PgUrKtPMKmhiL7sbc3w5xDFznyVNdDX1Sc4hSdFCV7etJUu6fkVfgNTLRfFBsL7x j8ErdW9Cfq+aEFi6frgNpnonV8IuJ6lMOdsF870iVHBgHbbI423+u3cURBgB3bvb GOUnVmZVPCdkxVS5qA8wcYE+tO14PeeAUwlX7vQqmtH/dfyWYi8ku6PTy2POXg7u 83gVqnxIAiwK7odO+4ck9LtEYsBF6/BB+9JWppTXisZgMYfo0+pzsDyfbP0qHlvN kRHjPuJV59tQZdkJYJSvIPfrEvLgsoyixEP3hxEVvLpzdZelLApHuYAnqQ245uTD 4NKzJoJXhYMHJA/1/kek/0/iq+4V0dzO0AKsC8AO4/8C32sl1Mk0Nh+cH6kZCyNP 64h4b/u1IDKO+MF2pmrVnS96IC0Drk1q3n3eRbLFLBtYYtsl4D1xKL5N8Gh9iJNg BNbHCqjRK4OP5WNpVMz1 =4T56 -----END PGP SIGNATURE----- _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Debian Rescue CD ` Don Raikes @ ` Øyvind Lode ` Tony Baechler 0 siblings, 1 reply; 11+ messages in thread From: Øyvind Lode @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. Don I need the standard e2fs tools, xfstools, ntfs-3g, fsarchiver, sshfs. That is a good starting point. ________________________________________ From: Speakup [speakup-bounces@linux-speakup.org] on behalf of Don Raikes [don.raikes@oracle.com] Sent: Tuesday, May 14, 2013 22:15 To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD What tools would you like on the live cd? -----Original Message----- From: Øyvind Lode [mailto:oyvind@lode.is] Sent: Tuesday, May 14, 2013 12:21 PM To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD Interesting. Please keep me in the loop about this project. -----Original Message----- From: Speakup [mailto:speakup-bounces@linux-speakup.org] On Behalf Of Don Raikes Sent: 14. mai 2013 18:38 To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD Using the live build system is not too difficult, and it wouldn't be too difficult to get this working I think. I am working on this for the kali cyber security live dvd so it will boot to the command prompt with software speech and Braille already loaded and running, but have gotten pulled away for a few days. Maybe today I can try it again. -----Original Message----- From: Øyvind Lode [mailto:oyvind@lode.is] Sent: Tuesday, May 14, 2013 4:01 AM To: Speakup is a screen review system for Linux. Subject: RE: Debian Rescue CD I use software speech. The fact that espeak espeakup packages is not on the rescue CD makes it a bit harder. This means that GRML is better since I only need to press q to exit the GRML menu, then modprobe speakup_soft and then start espeakup. I have a box running "sid" (unstable) with all the tools I need + software speech at boot. It would have been cool if I could make my own rescue CD based on this config which also meant the rescue CD booted with speech. ________________________________________ From: Speakup [speakup-bounces@linux-speakup.org] on behalf of Tony Baechler [tony@baechler.net] Sent: Tuesday, May 14, 2013 10:59 To: Speakup is a screen review system for Linux. Subject: Re: Debian Rescue CD -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I have good and bad news. The good news is that it's possible to have an official Debian rescue CD and you don't have to build it yourself. The bad news is that it doesn't come up talking. This is something I've been meaning to work on but didn't get around to it. It looks like it would be a simple fix to add speech support to the already existing rescue CD package set. I tried Samuel's remaster script, but it didn't work on the Squeeze rescue CD. If you need software speech, things are a bit more complicated as the espeak and espeakup packages aren't on the rescue CD, so you have to install them by hand or custom build your own. If you're using hardware speech, I suggest the Squeeze CD even though Wheezy is now stable. Squeeze has the 2.6.32 kernel with working serial support and ships the Speakup modules. I used it to set up and fix my server and it worked great. Run the following after you boot the CD: sudo bash modprobe speakup_ltlk Optionally, you can set a password with the passwd command and use ssh instead. That should work on either Squeeze or Wheezy. From Wheezy, you still need to change to the root user, but the following command should work: aptitude -q install espeak espeakup You probably have to hit "y" and Enter to install any extra packages. You should get speech after that. All you would have to do if you custom build is include the above packages in the configuration. The espeakup package should add an init script to start itself on boot and load the speakup_soft module. For me, I have hardware speech and I found the Squeeze rescue CD to meet my needs very well. On 5/13/2013 10:56 PM, wrote: > I'm looking for a Debian rescue CD similar to GRML. > > But I would prefer official Debian. > > I found this site: http://live.debian.net/ > > Does Debian provide a rescue disc with speech? > > It looks like one can build a customized rescue/live CD from this > website by clicking "Build" but I guess it won't provide speech... > > I find just pressing "s" at the boot prompt to be very convenient to > get an accessible install. However, the netinst image with speech does > not provide the tools I need to do rescueing tasks. > > I'm currently using GRML but as I said I would prefer a official > Debian rescue environment. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJRkf0FAAoJEPrAuJWnLe0yZcEP/jDSu0TjrmRFNUGDyyR0SsdK vRq1JQLc9ppdUhVkDyFnBYzUDbkmhAXRfjb1G7leSNcyT25Yf2zc++krFFuH1c/f XriosNk+V+zCkkGbZ6bLbg/RIxMpWApP2tEh1cQ9lNyqxn1cDtjeZRvZLVmK7d+J vBYDxJ+CjTirlZkjyZvftBdU2b5kBePJSGda09UJ5P7wmYZFmhkWUTs0aVk++AdQ PgUrKtPMKmhiL7sbc3w5xDFznyVNdDX1Sc4hSdFCV7etJUu6fkVfgNTLRfFBsL7x j8ErdW9Cfq+aEFi6frgNpnonV8IuJ6lMOdsF870iVHBgHbbI423+u3cURBgB3bvb GOUnVmZVPCdkxVS5qA8wcYE+tO14PeeAUwlX7vQqmtH/dfyWYi8ku6PTy2POXg7u 83gVqnxIAiwK7odO+4ck9LtEYsBF6/BB+9JWppTXisZgMYfo0+pzsDyfbP0qHlvN kRHjPuJV59tQZdkJYJSvIPfrEvLgsoyixEP3hxEVvLpzdZelLApHuYAnqQ245uTD 4NKzJoJXhYMHJA/1/kek/0/iq+4V0dzO0AKsC8AO4/8C32sl1Mk0Nh+cH6kZCyNP 64h4b/u1IDKO+MF2pmrVnS96IC0Drk1q3n3eRbLFLBtYYtsl4D1xKL5N8Gh9iJNg BNbHCqjRK4OP5WNpVMz1 =4T56 -----END PGP SIGNATURE----- _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Debian Rescue CD ` Øyvind Lode @ ` Tony Baechler 0 siblings, 0 replies; 11+ messages in thread From: Tony Baechler @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Most if not all of the utilities you want are on the rescue CD. If possible, I would recommend rsync instead of sshfs as sshfs is extremely slow, at least in my test. If you have multiple Linux machines, NFS is a better alternative. If Windows and Linux machines need to share files, Samba is good. The official Debian rescue CD has a lot of tools already included. I'm not remembering if Samba is included, but I know rsync and NFS support are included. I'm pretty sure sshfs is there but I didn't use it. You might also want to look at the standard live CD, but it has X. On 5/15/2013 1:13 AM, Øyvind Lode wrote: > Don > > I need the standard e2fs tools, xfstools, ntfs-3g, fsarchiver, sshfs. > That is a good starting point. > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJRk5MKAAoJEPrAuJWnLe0yLDIP/j6X8TDK476emUrAUyh9aPiW eRG+XUKG98lPXdIeT5n2HYbLRUX/eyo7Njl/O4JdT7YxcN5fgkOo7wNt7pl9b2d1 wlsJ7sGiSZXCDAwRjdSA693/i/htQU5ZnslTCNagta/agXCflBE/4855lJxKIwFM w8n1+Fd8U+pPcDZE1ImQAH7cJG+qRVxTKBu2+t3v23bkp0hp3MpIwTmuT7D2y7na 5oWqoFM1Gh7tmwmEu+c1TkOYWOeMiezYPG/+sU69XrzfQNDLMP38PTMbcrRWAF5a hJ0v3W6mQT/AtfDTwwCcPPAs9WVDBBpwraltUdiDNJAeeXG3E3SIdUrYAe8M7tNv Z/WpPYGv3FPP5tn5DmAbPW41h2crMouKoJIgxa7q8sqr/btcov19zZ3VtQKnh6pA yuNTheqFi4HJ1ozqST2hc1cD1ekRNULj5Z9sc4CvzKInvBP0oMCsOyFhRm2vWe9M vwdpxW76yobpaT6awRR/C9lUyMhEJXuSI4Zc2JVJ6bFY6vm9EgYYKfqYyF+sCKIS Sh4BEpouOwz+O9yK/ZXmqZJFSsYRByT2833/0x2if2zEVmOz6IjYs7YsohlmX46p DlBn5Wh7BR+xkgoK7GfzK9KG0VpAMULiWfF0C61ODG1b9q8/6PbIdIxey882wzD5 NcCf87n+w0//8aJwgEmb =KqaI -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Debian Rescue CD ` Don Raikes ` Øyvind Lode @ ` Gregory Nowak 1 sibling, 0 replies; 11+ messages in thread From: Gregory Nowak @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. Don, are you still planning to work on ACRES, or has that been abandoned? Greg On Tue, May 14, 2013 at 09:38:11AM -0700, Don Raikes wrote: > Using the live build system is not too difficult, and it wouldn't be too difficult to get this working I think. > > I am working on this for the kali cyber security live dvd so it will boot to the command prompt with software speech and Braille already loaded and running, but have gotten pulled away for a few days. Maybe today I can try it again. -- web site: http://www.gregn..net gpg public key: http://www.gregn..net/pubkey.asc skype: gregn1 (authorization required, add me to your contacts list first) -- Free domains: http://www.eu.org/ or mail dns-manager@EU.org ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Debian Rescue CD ` Øyvind Lode ` Don Raikes @ ` Tony Baechler ` Øyvind Lode 1 sibling, 1 reply; 11+ messages in thread From: Tony Baechler @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Why can't you build your own CD? Just install the live-build packages and read the documentation. It built fine for me, but I just used the defaults. That's why I said it would be simple to add speech. Just have it build the rescue CD with the espeak and espeakup packages. There is a package to convert an existing system to a live CD as well. On 5/14/2013 4:00 AM, Øyvind Lode wrote: > I use software speech. The fact that espeak espeakup packages is not on > the rescue CD makes it a bit harder. This means that GRML is better > since I only need to press q to exit the GRML menu, then modprobe > speakup_soft and then start espeakup. > > I have a box running "sid" (unstable) with all the tools I need + > software speech at boot. > > It would have been cool if I could make my own rescue CD based on this > config which also meant the rescue CD booted with speech. > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJRkznMAAoJEPrAuJWnLe0yOkMP/R3aHa9PZ0BANordgoB9MlPZ p/qaFMFXUUb8yLVrDETKHe6CCBChQCIJuxeWDZmSlAWVLpOtXlmbrwa2t9aFmpN6 XtNsJje4t2nkcdTecm3+gCbuqNhRP+GZTPNeU1DTunLHQRs4B7+qMqRb4UkbYML0 JjgCHVcUJ1Buqvzb47sxuUxpHK+unHksx34x0slgIzX3OaTqnea0NuJMIhS/eX+1 KaaowsqquFpQeyRqA+9Jnken1dX7WbynnfWm4SUhdYo2MzauDkY2Y9t+H+M6+MGl 7KwN2cAsHH8uN6U/FRVUwarjDrToqdqd3zFVKP8I8E4p567Ar5F9jSU4vS0v7ExD 3EOU2AlP1U10tpl9QjLVfDmfQn0T2O+8eHvbu5sMHeVwSCezzUDdWivvEOZP3/2S KO93oRWaUjm9gxVMbO+Zl3UlvRk/5KswzVJMXv1zkpNukcEVQXZxLvWnj2t0UMGS RHXTe0nwzX4RQdjgRn4CBJEqWVJNadexaQvQxPVdQ+A5PtvTgFd9EcgMnsSDb3x0 Ho++RLNEgCr8bZ46q9MaTwpybcOyZiu6/xkT1BuMKRRlXshuqpn90sLo2yzoW+19 i4CZOaEacEqZ2h6rh46jzOh0EUWlLeco4mOzkSJ57LDF/54g25WsCsqLVaV+LlSd 0V9yr5VOt9EK6AsK7af8 =Tzlu -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: Debian Rescue CD ` Tony Baechler @ ` Øyvind Lode 0 siblings, 0 replies; 11+ messages in thread From: Øyvind Lode @ UTC (permalink / raw) To: Speakup is a screen review system for Linux. That is exactly what I am trying to do. My goal is to build my own CD like GRML that automatically boot with speech using speakup and espeak/espeakup. I am trying to figure out which tools to use to build this CD and how to get it to talk automatically. I will have a look at the debian live build packages and read some documentation. ________________________________________ From: Speakup [speakup-bounces@linux-speakup.org] on behalf of Tony Baechler [tony@baechler.net] Sent: Wednesday, May 15, 2013 09:31 To: Speakup is a screen review system for Linux. Subject: Re: Debian Rescue CD -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Why can't you build your own CD? Just install the live-build packages and read the documentation. It built fine for me, but I just used the defaults. That's why I said it would be simple to add speech. Just have it build the rescue CD with the espeak and espeakup packages. There is a package to convert an existing system to a live CD as well. On 5/14/2013 4:00 AM, Øyvind Lode wrote: > I use software speech. The fact that espeak espeakup packages is not on > the rescue CD makes it a bit harder. This means that GRML is better > since I only need to press q to exit the GRML menu, then modprobe > speakup_soft and then start espeakup. > > I have a box running "sid" (unstable) with all the tools I need + > software speech at boot. > > It would have been cool if I could make my own rescue CD based on this > config which also meant the rescue CD booted with speech. > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJRkznMAAoJEPrAuJWnLe0yOkMP/R3aHa9PZ0BANordgoB9MlPZ p/qaFMFXUUb8yLVrDETKHe6CCBChQCIJuxeWDZmSlAWVLpOtXlmbrwa2t9aFmpN6 XtNsJje4t2nkcdTecm3+gCbuqNhRP+GZTPNeU1DTunLHQRs4B7+qMqRb4UkbYML0 JjgCHVcUJ1Buqvzb47sxuUxpHK+unHksx34x0slgIzX3OaTqnea0NuJMIhS/eX+1 KaaowsqquFpQeyRqA+9Jnken1dX7WbynnfWm4SUhdYo2MzauDkY2Y9t+H+M6+MGl 7KwN2cAsHH8uN6U/FRVUwarjDrToqdqd3zFVKP8I8E4p567Ar5F9jSU4vS0v7ExD 3EOU2AlP1U10tpl9QjLVfDmfQn0T2O+8eHvbu5sMHeVwSCezzUDdWivvEOZP3/2S KO93oRWaUjm9gxVMbO+Zl3UlvRk/5KswzVJMXv1zkpNukcEVQXZxLvWnj2t0UMGS RHXTe0nwzX4RQdjgRn4CBJEqWVJNadexaQvQxPVdQ+A5PtvTgFd9EcgMnsSDb3x0 Ho++RLNEgCr8bZ46q9MaTwpybcOyZiu6/xkT1BuMKRRlXshuqpn90sLo2yzoW+19 i4CZOaEacEqZ2h6rh46jzOh0EUWlLeco4mOzkSJ57LDF/54g25WsCsqLVaV+LlSd 0V9yr5VOt9EK6AsK7af8 =Tzlu -----END PGP SIGNATURE----- _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Debian Rescue CD Øyvind Lode
` Tony Baechler
` Øyvind Lode
` Don Raikes
` Øyvind Lode
` Don Raikes
` Øyvind Lode
` Tony Baechler
` Gregory Nowak
` Tony Baechler
` Øyvind Lode
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).