public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* RE:Question about sgml.
       [not found] <E1EqCkV-0001Sm-02@speech.braille.uwo.ca>
@  ` Satyam
   ` Question about grml Satyam
   ` A question Satyam
  2 siblings, 0 replies; 13+ messages in thread
From: Satyam @  UTC (permalink / raw)
  To: speakup

Friends,
I would like to try  SGML's CD that is shipped with speekup.
now my question is
Will this support software synth?
Thanks.
Murthy.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* RE: Question about grml.
       [not found] <E1EqCkV-0001Sm-02@speech.braille.uwo.ca>
   ` RE:Question about sgml Satyam
@  ` Satyam
     ` Charles Hallenbeck
   ` A question Satyam
  2 siblings, 1 reply; 13+ messages in thread
From: Satyam @  UTC (permalink / raw)
  To: speakup

Friends,
I would like to try the s/w provided by grml site.
now question is 
Do I need Hard ware synth?
Thanks.
Satyam.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Question about grml.
   ` Question about grml Satyam
@    ` Charles Hallenbeck
  0 siblings, 0 replies; 13+ messages in thread
From: Charles Hallenbeck @  UTC (permalink / raw)
  To: satyanarayanamurthy.tanikella,
	Speakup is a screen review system for Linux.


Yes, as far as I know you do need a HW synth.

On Thu, Dec 29, 2005 at 11:21:02PM +0530, Satyam wrote:
> Friends,
> I would like to try the s/w provided by grml site.
> now question is 
> Do I need Hard ware synth?
> Thanks.
> Satyam.
> 
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
The Moon is Waning Crescent (2% of Full)
But you can still get downloads from http://www.mhcable.com/~chuckh


^ permalink raw reply	[flat|nested] 13+ messages in thread

* A question.
       [not found] <E1EqCkV-0001Sm-02@speech.braille.uwo.ca>
   ` RE:Question about sgml Satyam
   ` Question about grml Satyam
@  ` Satyam
     ` Chris Norman
  2 siblings, 1 reply; 13+ messages in thread
From: Satyam @  UTC (permalink / raw)
  To: speakup

Friends,
I have small problem.
On my system,
I have 2 Operating systems. windows 98 which takes 20gb partitioned into 2
Viz C and D drives.and
Linux consists of remaining 20 Gb.
Now my questions are:
1. How I can see my windows partitions from linux?
2. is possible to interchange files between windows and linux while I am in
linux?
Please revert back for clarification.
Hope to hear from you.
Satyam.






^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: A question.
     ` Chris Norman
@      ` ace
         ` Doug Sutherland
         ` NTFS and Fat32 partitions was: " Darragh
  0 siblings, 2 replies; 13+ messages in thread
From: ace @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Can Linux read NTFS?
I heard somewhere that Windblows can't see Linux partitions.

At 07:02 PM 12/30/2005, you wrote:
>If the drives are fat32, I think they can be mounted like this:
>mount -t fat32 olddrive newpath
>
>You will be able to interchange the files when the drives are mounted yes.
>
>Please baire in mind though, I haven't done this, I'm just guessing.
>
>HTH,
>
>Chris Norman
><!-- chris.norman4@ntlworld.com -->
>Selling cheap but functional shell accounts.
>----- Original Message -----
>From: "Satyam" <satyanarayanamurthy.tanikella@gmail.com>
>To: <speakup@braille.uwo.ca>
>Sent: Friday, December 30, 2005 7:50 AM
>Subject: A question.
>
>
>Friends,
>I have small problem.
>On my system,
>I have 2 Operating systems. windows 98 which takes 20gb partitioned into 2
>Viz C and D drives.and
>Linux consists of remaining 20 Gb.
>Now my questions are:
>1. How I can see my windows partitions from linux?
>2. is possible to interchange files between windows and linux while I am in
>linux?
>Please revert back for clarification.
>Hope to hear from you.
>Satyam.
>
>
>
>
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: A question.
       ` ace
@        ` Doug Sutherland
         ` NTFS and Fat32 partitions was: " Darragh
  1 sibling, 0 replies; 13+ messages in thread
From: Doug Sutherland @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

ace wrote:
> Can Linux read NTFS?

Yes, read only, not write.

> I heard somewhere that Windblows can't see Linux partitions.

I have a windows program called Explore2FS that lets me browse
linux partitions on windows. Its like windows explorer.

   -- Doug


^ permalink raw reply	[flat|nested] 13+ messages in thread

* NTFS and Fat32 partitions was: RE: A question.
       ` ace
         ` Doug Sutherland
@        ` Darragh
           ` Gregory Nowak
  1 sibling, 1 reply; 13+ messages in thread
From: Darragh @  UTC (permalink / raw)
  To: 'Speakup is a screen review system for Linux.'

Most 2.6 kernels from what I gather will mount NTFS.  SuSE mounts it
automagicly to /windows/C.

To mount a fat32 partition from what I remember you should be able to use a
command such as the following:
Mount -vfat /dev/hda2 /mnt/fat
Where hda2 is the partion and fat is a directory you've created in /mnt.

-vfat may just be vfat without the -. Again, I'm use to SuSE so using 
Mount /dev/hda2 /mnt/fat will do the trick because it will detect the
partition type its self.

I think its SubFS that takes care of this.

To make this change permanent ad  an entry to /etc/fstab for your fat
partition. Same with your NTFS partition when you get it up and running.

There are some kernels with NTFS included but this may need to be activated.

To do this you will need your kernel sources installed.  These are usually
installed in /usr/src/linux or /usr/src/*your kernel version*


I won't go any further as I could write instructions  for doing this for a
long time but I'm not sure if they'd be of any use to you yet.

Enjoy, and if you have any more questions feel free to write to me.

Darragh

-----Original Message-----
From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
On Behalf Of ace
Sent: 30 December 2005 17:12
To: Speakup is a screen review system for Linux.
Subject: Re: A question.

Can Linux read NTFS?
I heard somewhere that Windblows can't see Linux partitions.

At 07:02 PM 12/30/2005, you wrote:
>If the drives are fat32, I think they can be mounted like this:
>mount -t fat32 olddrive newpath
>
>You will be able to interchange the files when the drives are mounted yes.
>
>Please baire in mind though, I haven't done this, I'm just guessing.
>
>HTH,
>
>Chris Norman
><!-- chris.norman4@ntlworld.com -->
>Selling cheap but functional shell accounts.
>----- Original Message -----
>From: "Satyam" <satyanarayanamurthy.tanikella@gmail.com>
>To: <speakup@braille.uwo.ca>
>Sent: Friday, December 30, 2005 7:50 AM
>Subject: A question.
>
>
>Friends,
>I have small problem.
>On my system,
>I have 2 Operating systems. windows 98 which takes 20gb partitioned into 2
>Viz C and D drives.and
>Linux consists of remaining 20 Gb.
>Now my questions are:
>1. How I can see my windows partitions from linux?
>2. is possible to interchange files between windows and linux while I am in
>linux?
>Please revert back for clarification.
>Hope to hear from you.
>Satyam.
>
>
>
>
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup


_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: NTFS and Fat32 partitions was: RE: A question.
         ` NTFS and Fat32 partitions was: " Darragh
@          ` Gregory Nowak
  0 siblings, 0 replies; 13+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

There is captive-ntfs <http://www.jankratochvil.net/>, which can
read/write ntfs using native windows drivers.

Greg


On Fri, Dec 30, 2005 at 09:55:41PM -0000, Darragh wrote:
> Most 2.6 kernels from what I gather will mount NTFS.  SuSE mounts it
> automagicly to /windows/C.
> 
> To mount a fat32 partition from what I remember you should be able to use a
> command such as the following:
> Mount -vfat /dev/hda2 /mnt/fat
> Where hda2 is the partion and fat is a directory you've created in /mnt.
> 
> -vfat may just be vfat without the -. Again, I'm use to SuSE so using 
> Mount /dev/hda2 /mnt/fat will do the trick because it will detect the
> partition type its self.
> 
> I think its SubFS that takes care of this.
> 
> To make this change permanent ad  an entry to /etc/fstab for your fat
> partition. Same with your NTFS partition when you get it up and running.
> 
> There are some kernels with NTFS included but this may need to be activated.
> 
> To do this you will need your kernel sources installed.  These are usually
> installed in /usr/src/linux or /usr/src/*your kernel version*
> 
> 
> I won't go any further as I could write instructions  for doing this for a
> long time but I'm not sure if they'd be of any use to you yet.
> 
> Enjoy, and if you have any more questions feel free to write to me.
> 
> Darragh
> 

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDtbnM7s9z/XlyUyARAu8aAKCg/MbQbQ1KrvSeGI4pWCCgAkOmEACZAaSu
AApUTXfGaePgD5t93R9ZSHk=
=biIk
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: A question.
   ` A question Satyam
@    ` Chris Norman
       ` ace
  0 siblings, 1 reply; 13+ messages in thread
From: Chris Norman @  UTC (permalink / raw)
  To: satyanarayanamurthy.tanikella,
	Speakup is a screen review system for Linux.

If the drives are fat32, I think they can be mounted like this:
mount -t fat32 olddrive newpath

You will be able to interchange the files when the drives are mounted yes.

Please baire in mind though, I haven't done this, I'm just guessing.

HTH,

Chris Norman
<!-- chris.norman4@ntlworld.com -->
Selling cheap but functional shell accounts.
----- Original Message ----- 
From: "Satyam" <satyanarayanamurthy.tanikella@gmail.com>
To: <speakup@braille.uwo.ca>
Sent: Friday, December 30, 2005 7:50 AM
Subject: A question.


Friends,
I have small problem.
On my system,
I have 2 Operating systems. windows 98 which takes 20gb partitioned into 2
Viz C and D drives.and
Linux consists of remaining 20 Gb.
Now my questions are:
1. How I can see my windows partitions from linux?
2. is possible to interchange files between windows and linux while I am in
linux?
Please revert back for clarification.
Hope to hear from you.
Satyam.





_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: A question
   Murthy T S N
@  ` Janina Sajka
  0 siblings, 0 replies; 13+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

OK. Here's what you need to do:

1.)	Download a Speakup Modified kernel for FC2 appropriate to your
computer architecture (e.g. i686 if you have a Pentium IV, or kernel-smp
for i686 if you have a dual processor Pentium IV system, etc).

2.)	Install as follows:

rpm -iv [kernel.rpm.package.name]

Remember that you can use the TAB key to avoid having to type that long
file name completely yourself.

IMPORTANT: You must use -i to get the behavior you're looking for. The
'-i' stands for '--install' and will install the Speakup MOdified kernel
as a new, additional kernel on your system. It will NOT overwrite your
existing kernel. Both will now be available for you at the grub boot
prompt (see more on this below).

3.)	Create a new initrd.img file for this new kernel that
incorporates the Speakup driver for your hardware speech synthesizer (if
you have a hardware speech synth). Follow the instructions (beginning at
Step #4) in the installation HOWTO at:

http://www.linux-speakup.org/ftp/disks/fedora/HOWTO_INSTALL.html

4.)	Your newly installed kernel will e booted by default. If you
wish instead to boot from your old kernel, you must indicate this at the
grub boot loader prompt. You merely need to press the down-arrow once to
move the grub kernel selection from the default, newly installed kernel,
to the second older one.

But, how do you know when to do this? Grub will not waqit forever. It
will time out if you do nothing. And, grub is itself not accessible.

In order to know when the grub boot prompt presents itself for your
command, follow the advice in our INstallation HOWTO under the section
entitled "Grappling ith Grub." Put a Ctrl-G in for each of your two
kernel definitions. This should cause your computer to beep twice (once
for each kernel title) when it reaches the grub boot loader prompt stage
of the boot process.

SPECIAL NOTE: You can, of course, extend the amount of time grub will
wait for your command. Simply change the time out value in your
/boot/grub.conf file. Similarly, you can also change which kernel will
boot by default.

Murthy T S N writes:
> Dear Janina,
> I have fc2 at my home.
> I am in a plan to make fc2 as speakup  enabled.
> For that I need to download  a speakup  enabled kernel.
> Now my doubt is whether the old kernel will be there or it will be last
> after installation of speakup enabled kernel?
> I am using grub as my boot loader.
> Hope this info is sufficient.
> Thanks.
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 

Janina Sajka				Phone: +1.202.494.7040
Partner, Capital Accessibility LLC	http://www.CapitalAccessibility.Com
Bringing the Owasys 22C screenless cell phone to the U.S. and Canada. Go to http://www.ScreenlessPhone.Com to learn more.

Chair, Accessibility Workgroup		Free Standards Group (FSG)
janina@freestandards.org		http://a11y.org


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: A question
@  Murthy T S N
   ` Janina Sajka
  0 siblings, 1 reply; 13+ messages in thread
From: Murthy T S N @  UTC (permalink / raw)
  To: speakup

Dear Janina,
I have fc2 at my home.
I am in a plan to make fc2 as speakup  enabled.
For that I need to download  a speakup  enabled kernel.
Now my doubt is whether the old kernel will be there or it will be last
after installation of speakup enabled kernel?
I am using grub as my boot loader.
Hope this info is sufficient.
Thanks.




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: A question.
   Murthy T S N
@  ` Janina Sajka
  0 siblings, 0 replies; 13+ messages in thread
From: Janina Sajka @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

You need to tell us more. We cannot answer your question without knowing
what boot loader, what distribution, what method of kernel upgrade.

With only the information you've provided, the best that can be said is
that you CAN have your old as well as your newly installed kernel
available at the boot loader. You would simply select which to boot.

In fact, that's recommended procedure. Don't ever throw out what is
known to work until you know the new thing also works.

Murthy T S N writes:
> Dear all,
> I have a doubt regarding kernel upgradation
> If I upgrade my kernel to a new version
> Will there be my old kernel or last?
> If the old kernel is there, how should I boot to old or new kernel?
> Thanks.
> 
> 
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 

Janina Sajka				Phone: +1.202.494.7040
Partner, Capital Accessibility LLC	http://www.CapitalAccessibility.Com
Bringing the Owasys 22C screenless cell phone to the U.S. and Canada. Go to http://www.ScreenlessPhone.Com to learn more.

Chair, Accessibility Workgroup		Free Standards Group (FSG)
janina@freestandards.org		http://a11y.org


^ permalink raw reply	[flat|nested] 13+ messages in thread

* A question.
@  Murthy T S N
   ` Janina Sajka
  0 siblings, 1 reply; 13+ messages in thread
From: Murthy T S N @  UTC (permalink / raw)
  To: speakup

Dear all,
I have a doubt regarding kernel upgradation
If I upgrade my kernel to a new version
Will there be my old kernel or last?
If the old kernel is there, how should I boot to old or new kernel?
Thanks.






^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1EqCkV-0001Sm-02@speech.braille.uwo.ca>
 ` RE:Question about sgml Satyam
 ` Question about grml Satyam
   ` Charles Hallenbeck
 ` A question Satyam
   ` Chris Norman
     ` ace
       ` Doug Sutherland
       ` NTFS and Fat32 partitions was: " Darragh
         ` Gregory Nowak
 Murthy T S N
 ` Janina Sajka
  -- strict thread matches above, loose matches on Subject: below --
 Murthy T S N
 ` Janina Sajka

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).