Dont know what to do!!! no network SOLVED

Hi all.i'm a ...absolutly beginer in arch so I can't setup my network and so...
I am using mandriva write now but woud like to switch to arch cause mandy isn't preforming so well lately
So-here is my rc.conf
# NETWORKING
HOSTNAME="myhost"
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
lo="lo 127.0.0.1"
eth0="eth0 10.0.0.100 netmask 255.255.255.0 broadcast 10.0.0.255"
INTERFACES=(lo eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 10.0.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network-profiles
#NET_PROFILES=(main)
I was told to do :
pacman -Sy
and so on,but I got something like this :community  is not in the list (not exactly the same but you got the idea I guess)
when I tried to ping the gateway i got : network is unreachable -or something similar.
At the end-could somebody tell me whats wrong whit my configuration.
I suppose that the IP-s are the responsable

here is the next one:
I install- gnome ;xorg ;xorg-clients ;xorg-apps ;xf86-video-vga (this was not a "clean install"-some errors appears here,don't remember them exactly) , and then a try to make my xorgconfig , but I had no luck!
I have ATI radeon 9550 128 MB -so i try the ATI  (generic) and ATI radeon
but the firstone tells that ATI module isn't there.The second tells that radeon module isn't either when I run startx!
modprobe radeon didn't help me!modeprobe ati-no such module!
any help?
PS: shoud I paste the xorg.conf from mandriva to arch?
this is it:
# File generated by XFdrake.
# Refer to the XF86Config man page for details about the format of
# this file.
Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
# allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_>/<KP_> (resolution switching)
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "compaqik7"
Option "XkbLayout" "us,bg(phonetic)"
Option "XkbOptions" "grp:lwin_toggle,grp_led:scroll,compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "COMPAQ V75"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 120.0
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
# === Screen Management ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Identifier "device1"
Driver "ati"
VendorName "ATI"
BoardName "ATI Radeon (fglrx)"
Option "DPMS"
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === FireGL DDX driver module specific settings ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
# === QBS Support ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
# === FSAA ===
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
BusID ""
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Virtual 1024 768
Depth 8
EndSubSection
SubSection "Display"
Virtual 1024 768
Depth 15
EndSubSection
SubSection "Display"
Virtual 1024 768
Depth 16
EndSubSection
SubSection "Display"
Virtual 1024 768
Depth 24
EndSubSection
EndSection

Similar Messages

  • My macbook pro shows some wifi networks, but not mine. i dont know whats wrong, the wifi networks works on my phone as well as other laptops.

    my macbook pro shows some wifi networks but not mine. it comes up on other computers as well as my phone but will not show up on my wifi network options.

      Direct you to the proper forum for MacBook :
    MacBook Series Forums
    https://discussions.apple.com/community/notebooks?view=discussions
    https://discussions.apple.com/community/mac_os?view=discussions 
    http://www.apple.com/support/macbookpro

  • To update my ipod i have to enter network settings, but i dont know what they are? I dont even know what network settings are! any help or suggestions?

    Im trying to update my old ipod touch. Unortunstely it says I have to enter newtwork settings, however I dont know what my network settings are because I dont really know what network settings even means.

    See:
    iOS: Connecting to the Internet

  • I download a file in the torrent site which is MP4 but unfortunately i tried to delete it but i can not. but all the files that i have is easily to delete only MP4 files i can't delete in the download foldeer please try to help dont know what to do please

    i download a file in the torrent site which is MP4 but unfortunately i tried to delete it but i can not. but all the files that i have is easily to delete only MP4 files i can't delete in the download foldeer please try to help dont know what to do please

    Well you can sync your iPod/iPhone to yur computer or laptop then take the photos off of your iPod like taking photos of of a SD card (from a normal camera) or off of a USB..! Good Luck. plz tick this saying This solved my question if it helps you.

  • I tried to update my ipod but then it didnt work saying that an unknow error has occured, now itunes is not recognising that an ipod has been plugged in and the picture that comes up when you first get it is on my screen, i dont know what to do?

    i tried to update my ipod but then it didnt work saying that an unknown error has occured, now itunes is not recognising that an ipod has been plugged in and the picture that comes up when you first get it (an arrow leading to the itunes sign) is on my screen, i dont know what to do?

    Error 1604
    This error is often related to USB timing. Try changing USB ports, using a different dock connector to USB cable, and other available USB troubleshooting steps (troubleshooting USB connections. If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode,put it into Recovery Mode.
    Restore and wait for the error.
    When prompted, click OK.
    Close and reopen iTunes while the device remains connected.
    The device should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.
    Error 1600, 1601, 1602
    Follow the steps listed above for Error 1604. This error may also be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.

  • Oh man i dont know whats wrong.... plz help urgent...

    i dont know whats wrong with my n900.... a couple of weeks before i tried to install nitroid gingerbread on my n900.... i did exactly what it said it was almost complete but the last step didnt complete so i left it like that..... i was using my mobile fine until one day i restarted my phone... when  it started it showed me 2 options (dont remember what the options were) although the 2nd one was power kernel something like that.... i chose 1st option after that it turned off when i startit again only nokia logo comes and it turns off by himself.... i thinki bricked my fone... but y didnt it happen when i was trying to install nitroid... plz help any way to fix it....
    P.S. I cant flash it either.. it doesnt go to usb mode anymore neither does it charge....
    Solved!
    Go to Solution.

    you could try to do the commands in flasher, connect the device while it is off and holding the U button down and see if the flasher will see it.

  • I cant install the new firefox 6 on my laptop because it keeps asking for the administrator password during the installation and i dont know what is it for this laptop

    i cant install the new firefox 6 on my laptop because it keeps asking for the administrator password during the installation and i dont know what is it for this laptop

    I read a way on another forum to fix this problem. Right click on the setup.exe and select "Run as administrator" this should solve your problem.

  • HT3462 some idiot stole my ipod in my school and i dont know what to do my dad cant afford another

    i need help here my dad just got me this brand new ipod touch and i took it to school and some idiot stole it my dad just brought it and he cant afford another one so i dont know what to do plz help and how can i find it? bc i was on youtube and saw this thing u download and it can track down your ipod or iphone but i didnt download it. By the way every one in my class denied everything and i just need help.... and thanks

    If you set up the Find My iPod service prior to the iPod going missing, then there is a chance that can be tracked, though it depends on a number of factors (the iPod is turned on, connected to a WiFi network, and has not had the Find My iPod service disabled or the iPod been completely restored). 
    If you did not set up Find My iPod, then there is no way to track it. Contact the police and change any passwords for any online accounts you may have used from your iPod (the iTunes Store, for instance). 
    Regards.

  • No audio no sound. i dont know what happened??​??

    no audio no sound. i dont know what happened???? may settings changed???
    Please help.

    Hi @missmayaxo22
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your HP Pavilion g6 Notebook and sound issues. Here is a document on troubleshooting sound.
     Here is another step to try.
    1. Right click speaker icon (right hand corner)
    2. Select Playback devices
    3. Right click Speakers
    4. Enable it and set as Default
    5. Click Apply/Ok.
    You can do a system restore. System restore will help if something automatically updated and did not go well on the Notebook.
    When performing a System restore please note remove any and all USB devices. Disconnect all non-essential devices as they can cause issues.
    Hope this helps restore the sound.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Hi apple, i have recently purchased a iphone 5s of december of this year, so far things have been fairly smooth, but until recently my phones screen has been turning blue and shutting off over and over. i dont know what to do because i cant even use it.

    Hi apple, I have recently purchased an iphone 5s of december of this year. So far i have had no problems and things were going fairly smooth. But up until recently, i was using my phone and all of a sudden the screen went blue and shut off. I was able to get it to the home screen an i though it was a 1 time thing. But it has been happening a lot recently and it has gotten to the point where it keeps trying to shut itself off then the screen goes blue. I dont know what to do and i was wondering if there is some kind of a refund for this or some way to fix it.

    Wow.
    How rude.
    He gave you the correct answer.  No one can tell you any more.
    Try the basics from the manual.  If this does not solve, then you would have to have Apple look at the iphone.
    Why would you be so rude to someone who 100% correctly answered your question?

  • Hello everyone i have macbook air, hello everyone i have macbook air and my startup disc is full i checked everything and and find out that all space is of OTHER and i dont know what is it and what i have to do with that

    hello everyone i have macbook air, hello everyone i have macbook air and my startup disc is full i checked everything and and find out that all space is of OTHER and i dont know what is it and what i have to do with that

    First, empty the Trash if you haven't already done so. Then reboot. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation. You also need enough space left over to allow for growth of your data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    If you're using Time Machine to back up a portable Mac, some of the available space will be used to make local snapshots, which are backup copies of files you've recently deleted. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as "Backups." The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself.
    To locate large files, you can use Spotlight. That method may not find large folders that contain a lot of small files.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) to explore your volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one.
    Deleting files inside an iPhoto or Aperture library will corrupt the library. Any changes to a photo library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    Install ODS in the Applications folder as usual. Quit it if it's running.
    Triple-click the line of text below to select it, then copy the selected text to the Clipboard (command-C):sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The application window will open, eventually showing all files in all folders. It may take some minutes for ODS to list all the files.
    I don't recommend that you make a habit of doing this. Don't delete anything while running ODS as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with ODS, quit it and also quit Terminal.

  • I am trying to print from my iphone to my LEXMARK printer. When I select the select printer option when trying to set it up, it does not find my printer??? i dont know what to do at this point. Maybe it does not have the capability? it is a year old???

    Hello!  I am trying to print from my iphone 4 to my LEXMARK printer. When trying to select my printer in my phone it comes up and says that there are no printers available... I dont know what to do at this point. Can someone PLEASE HELP???
    I also cant get my music I have purchased, to become my ringtone???????
    Thank you so much,
    Michael

    What's the model number of your Lexmark printer?

  • Help! I was downloading apps and my 4th generation froze, so I turned it off and restarted it twice. And it is just on the screen with the apple i dont know what to do. Please help!

    I was downloading apps that i deleted and my 4th generation froze. So i turned it off and restarted it and nothing happened. It is just showing me the apple screen after you restart it. I dont know what to do please help!

    Try:
    - iOS: Not responding or does not turn on
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • I just recently purchased 3 songs from itunes not knowing that I had no money on my debit card (visa) left. My iphone wont let me update my apps and says that there was a billing problem with my last purchase. I dont know what I am supposed to do!

    I just recently purchased 3 songs from itunes not knowing that I had no money on my debit card (visa) left. My iphone wont let me update my apps and says that there was a billing problem with my last purchase. I dont know what I am supposed to do! I dont understand why it worked in the first place when it wasn't supposed to!

    There seems to be a billing problem with the iTS.  I've been trying to make purchases today (Dec 9th) too and it reports either the iTS can not process payments or it says my card was declined. I even changed the payment method to Paypal (which is never declined) and still no go.
    I don't think it is "you" but a problem at Apple.  Some popular new apps were released recently like Logic Pro and perhaps they're getting bombarded as they did when Lion was released.
    Wait a few hours and then try again.

  • SOME PLEASE HELP ME I DONT KNOW WHAT TO DO.....(M-audio)

    SOME PLEASE HELP ME I DONT KNOW WHAT TO DO..... SO I RECIEVED MY M-AUDIO MOBILEPRE SOUNDCARD. I CONNECTED THE USB TO MY MACBOOK (2009-2010) AND I CAN CHANGE MY COMPUTERS OUTPUT TO THE M-AUDIO MOBILEPRE... SO IT SHOWS ITS CONNECTED. NEXT I DOWNLOAD THE M-AUDIO MOBILEPRE DRIVER IT CAME WITH IN THE BOX AFTER THAT IT SHOWS ITS CONNECTED ALL GOOD....BUT WHEN I DOWNLOAD THE DRIVER "M-AUDIO MOBILE PRE USB" I PLUG IN MY SPEAKERS AND IT SAYS "UNABLE TO CONNECT TO M-AUDIO MOBILEPRE. IS IT TURNED ON?" AND ITS OBVIOUSLY TURNED ON AND CONNECTED......SO MY COMPUTER READS THE SOUNDCARD BUT IT WONT LET ME CONFIGURE THE SOUND SETTINGS IN THE "M-AUDIO MOBILEPRE USB" DRIVER ....WTH IS M-AUDIO MOBILEPRE THE SAME THING AS M-AUDIO MOBILEPRE USB???? IF SO HOW DO I CONFIGURE THE SOUND SETTINGS IN MY COMPUTER!!!

    Contact M-Audio support, I suspect they will have further information that you need rather than this forum.

  • HT1349 I cant update my apps?? Billing info needed but when i type it in it says to contact itunes support..? dont know what to do HELP!

    Ok so my app store app has 23 at the top which means to update my apps but when i press update and type in my pass word it starts to update but then this message poped up saying " we have a problem with your billing info."  so i press continue and i type in the billing info and then it says to contact itunes support for this transaction  and so when i call the guy on itunes support he answered and he told me to get online so i did and now i dont know what to do..? all i need is to updat my apps and it wont let me ! This is so aggravating! HELP

    I would suggest contacting itunes support as it tells you to do.

Maybe you are looking for