Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-01-2005, 10:47 PM   #1 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default Problem in Fedora Core 3 Plz Help!!!!!


Help My first problem!

I could not connect to internet while I was using SuSE it was fine!

Plz see this!





My Second problem!



Could not mount windows partition!!! Help
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 08-01-2005, 11:29 PM   #2 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

I have winXP on c:


One more problem is the max screen resolution is 800*600 pix
There is no option for 1024*768 I need this

Help!
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 08-01-2005, 11:39 PM   #3 (permalink)
In The Zone
 
busyanuj's Avatar
 
Join Date: Dec 2003
Posts: 488
Default

naveen, you made a very small mistake in mounting the partition, it is hdc1 and not hda1 as your partition table shows. Just type this:
Code:
mount -t  vfat /dev/hdc1 /mnt/win
probably, your monitor doesn't support 1024x768 resolution at the current refresh rate. Decrease refresh rate of monitor to 60 Hz to see if you can get back the option to increase resolution to 1024x768.
__________________
You are a living magnet. What you attract into your life is in harmony with your dominant thoughts.
busyanuj is offline  
Old 09-01-2005, 12:05 AM   #4 (permalink)
Broken In
 
Join Date: Oct 2003
Location: Palakkad Kerala
Posts: 190
Default

Try to mount the partitions by editing fstab so you dont have to use the command everytime you need it.

SCREEN PROBLEM:

go to /etc/X11/xorg.conf and check these lines

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection

Make sure "1024x786" exist in Modes. (If your monitor supports that)
BONZI is offline  
Old 09-01-2005, 11:12 AM   #5 (permalink)
Broken In
 
Join Date: Nov 2004
Location: Visakhapatnam
Posts: 125
Default It's not a expert answer but

Well,
About the higher resolution in Xp, try getting down the refresh rate to a lower level , then you may find higer resolution bar enabled. But first of all make sure your monitor supports it.
__________________
\"Still waters run deep\"

\"I smile in the dark .......\"
Scorpion is offline  
Old 09-01-2005, 12:19 PM   #6 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

Thanks busyanuj I am able to mount win partition
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 09-01-2005, 12:40 PM   #7 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

Plz help me for my internet connection and display
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 09-01-2005, 01:17 PM   #8 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

Display is ok now

plz help with my net connection
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 09-01-2005, 02:55 PM   #9 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

can you post your /etc/wvdial.conf file here ?

your modem and ISP are working fine. there just seems to some misconfiguration.

are you using Reliance Infocomm
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 09-01-2005, 03:26 PM   #10 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

/etc/wvdial.conf

[Dialer Defaults]
Modem = /dev/ttyACM0
Baud = 115200
Init1 = AT+crm=1;$LGPKT=3
ISDN = 0
Modem Type = Analog Modem
Phone = #777
Username = 4344395531
Password = 4344395531
Stupid Mode = 1


/etc/ppp/options

lock
asyncmap 0
crtscts
modem
defaultroute
usepeerdns
name reliance
noauth
mtu 264
debug

Yes I am using reliance
Help


/etc/resolv.conf was empty, I added a dummy line to it.
nameserver 9.10.11.12
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 09-01-2005, 03:59 PM   #11 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

Thanks a lot GNUrag

Solved!
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 10-01-2005, 01:12 AM   #12 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by naveenchandran
Thanks a lot GNUrag
Solved!
I didn't do anything !!!!
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 10-01-2005, 09:48 AM   #13 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

I Wrote
Quote:
/etc/resolv.conf was empty, I added a dummy line to it.
nameserver 9.10.11.12
substituting that ip with primary DNS solved the problem!

Quote:
I didn't do anything !!!!
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 24-02-2005, 01:13 PM   #14 (permalink)
Broken In
 
Join Date: Nov 2004
Location: Karnataka
Posts: 122
Default

hey fellows can't run c programs even fc3 has c and c++ compilers. here is what i type and tell me i am correct.
#include<stdio.h>
main()
{
int a,b,c;
printf("Enter the numbs");
scanf("%d%d",&a,&b);
c=a+b;
printf("The sum=%d",c);
}
ok, when i type
cc. san.c
no file type or i don't know.just can't compile.
ok,./a.out is to execute write.
c'mon solve it or i have to switch to mand10.1.thanks
__________________
A student must not fail to become a looser, and when a student fails, he will become a fighter....
Santosh Halemani
-------------------------------------------------------------------------
Santosh Halemani is offline  
Old 24-02-2005, 02:17 PM   #15 (permalink)
Wise Old Owl
 
Join Date: Aug 2004
Location: New Delhi
Posts: 1,150
Default

use gcc san.c
it will compile to a.out rest you know.
__________________
**** happens
pradeep_chauhan is offline  
Old 24-02-2005, 03:44 PM   #16 (permalink)
Broken In
 
Join Date: Nov 2004
Location: Karnataka
Posts: 122
Default

no man i even tried gcc, cc and even tried to go for the help and got nothing there must be something to activate the compilation.i used to execute in the red hat.but not able to do it here.also, tell about how to do the graphics in c.this is the feature most of us don't know except in the windows. :roll:
__________________
A student must not fail to become a looser, and when a student fails, he will become a fighter....
Santosh Halemani
-------------------------------------------------------------------------
Santosh Halemani is offline  
Old 24-02-2005, 05:45 PM   #17 (permalink)
In The Zone
 
busyanuj's Avatar
 
Join Date: Dec 2003
Posts: 488
Default

include this line to the beginning of your program:

Code:
using namespace std
__________________
You are a living magnet. What you attract into your life is in harmony with your dominant thoughts.
busyanuj is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by Sujeet
- by clmlbx
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:40 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2