This is a discussion on redhat (fedora core 1 ) four basic quistion !!!! within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi, I have installed linux10.0(fc1)with win2000 . I have 2 fat32 drive . My question .. 1) I have ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have installed linux10.0(fc1)with win2000 . I have 2 fat32 drive . My question .. 1) I have installed my modem in linux . I have read from a document that I need to activate it .So when I click on the activate button it try to connect to my ISP .What is the "activate "mean . Is this how I should connect to internet ? Is there any dialer like windows in linux ? 2)In windows when I get connected It shows a icone from where I can see the connection speed ? I did not saw any icon like that . What to do ?.How I can disconnect from internet ? 3) How I run my DVD (Lite-on) on linux .It identify my two cdrom. But nothing happen when I insert my DVD disc. What to do? 4) How I can access to fat32 when I am using linux ? Please help me . Thank You . |
| |||
| On Tue, 15 Jun 2004 13:33:59 -0700, why wrote: > Hi, > > I have installed linux10.0(fc1)with win2000 . > I have 2 fat32 drive . > My question .. > > 1) I have installed my modem in linux . > I have read from a document that I need to activate > it .So when I click on the activate button it try > to connect to my ISP .What is the "activate "mean . > Is this how I should connect to internet ? Is there > any dialer like windows in linux ? I haven't used a dial-up modem in Linux, but to my knowledge, yes, you should activate the modem connection when you want to connect to the internet. You can do it by clicking on the appropriate menus, or typing "redhat-config-network" at the terminal. > 2)In windows when I get connected It shows a icone > from where I can see the connection speed ? I did > not saw any icon like that . What to do ?.How I can > disconnect from internet ? You can disconnect by doing the same thing as you did above, but this time deactivate the device rather than activating it. > 3) How I run my DVD (Lite-on) on linux .It identify my > two cdrom. But nothing happen when I insert my DVD disc. > What to do? I haven't played a DVD in Linux, so I would recommend to search for "dvd linux" at http://www.google.com and "dvd linux group:comp.os.linux.*" at http://groups.google.com. > 4) How I can access to fat32 when I am using linux ? I have no idea here. Again, try searching both on Google and Google Groups and see what you can come up with. Jeff -- Add an underscore between 'd' and 's' and remove the first three letters of the alphabet for email. |
| ||||
| Jeff Krimmel wrote: > On Tue, 15 Jun 2004 13:33:59 -0700, why wrote: > > > Hi, > > > > I have installed linux10.0(fc1)with win2000 . > > I have 2 fat32 drive . > > My question .. > > > > 1) I have installed my modem in linux . > > I have read from a document that I need to activate > > it .So when I click on the activate button it try > > to connect to my ISP .What is the "activate "mean . > > Is this how I should connect to internet ? Is there > > any dialer like windows in linux ? > > I haven't used a dial-up modem in Linux, but to my knowledge, yes, you > should activate the modem connection when you want to connect to the > internet. You can do it by clicking on the appropriate menus, or typing > "redhat-config-network" at the terminal. > > > 2)In windows when I get connected It shows a icone > > from where I can see the connection speed ? I did > > not saw any icon like that . What to do ?.How I can > > disconnect from internet ? > > You can disconnect by doing the same thing as you did above, but this time > deactivate the device rather than activating it. > > > 3) How I run my DVD (Lite-on) on linux .It identify my > > two cdrom. But nothing happen when I insert my DVD disc. > > What to do? > > I haven't played a DVD in Linux, so I would recommend to search for "dvd > linux" at http://www.google.com and "dvd linux group:comp.os.linux.*" at > http://groups.google.com. > > > 4) How I can access to fat32 when I am using linux ? > > I have no idea here. Again, try searching both on Google and Google Groups > and see what you can come up with. > > Jeff > Hello For accessing windows partitions under RedHat 9, just create the mount point by simply creating a new "folder" under /mnt i.e. /mnt/win_c Then check in /etc/fstab for the following line : /dev/hda1 /mnt/win_c vfat user,exec,dev,nosuid,rw,umask=0,iocharset=iso8859-1,codepage=850 0 0 (your codepage might be different...) Hope it helps alz |