Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Fedora 6.

  1. #1
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Fedora 6.

    I have it on my comp right now.
    No problems during install.
    I'm ecstatic as it boots up for the first time, theres some text describing the different modules and junk that are loading.

    A couple seconds later, my monitors show a "input not supported" message bouncing around the screen.
    I'm using an asus motherboard with an x1300 ati video card. The card isn't the problem though, i took it out and used my CRT monitor with the on-board video...
    nothing about this in the fedora FAQs either. there's something about an ati driver in the fedora forums, but i haven't even been able to logon yet, nevermind install stuff.
    (using the kubuntu live cd right now)
    Any suggestions?
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I'd guess your refresh rate or resolution is set too high, edit /etc/X11/xorg.conf and edit it. The FC6 install is a bit unstable, it detects quite a few things wrongly (for me it was ACPI, and it failed to install GRUB properly too). Works nicely once you get it going, though.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    i don't have any idea how to access my hd's file system without using fedora.
    And when i startup with command line, i only have minimal bash to work with.
    Do you mean the command "edit /etc/X11/xorg.conf"?
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    is fedora an OS ?

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    And when i startup with command line, i only have minimal bash to work with.
    Generally, you'll have at least one editor -- try nano or vim.
    i don't have any idea how to access my hd's file system without using fedora.
    Depends where it's located. If it's the second partition on the first IDE hard drive (the most common setup, since the first partition is dedicated to the bootloader), you could do:
    Code:
    # mkdir /mnt/fedora
    # mount /dev/hda2 /mnt/fedora
    Your filesystem would then be accessible under /mnt/fedora, and to edit your X11 config you would do:
    Code:
    # nano -w /mnt/fedora/etc/X11/xorg.conf
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Im unhappy now.
    Code:
    ubuntu@ubuntu:~$ sudo mkdir /mnt/fedora
    ubuntu@ubuntu:~$ sudo mount /dev/hda2 /mnt/fedora
    mount: /dev/hda2 already mounted or /mnt/fedora busy
    ubuntu@ubuntu:~$ sudo umount /dev/hda2
    umount: /dev/hda2: not mounted
    ubuntu@ubuntu:~$
    What does it mean by busy?
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It means you've already got it mounted somewhere, look through the directories in /mnt. In fact, if I remember correctly, the Ubuntu LiveCD automatically mounts everything it can find in directories under /mnt, so Fedora should be in /mnt/hda2.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    but when i tried to unmount it, it said it wasn't mounted...
    very confused...
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Oh, yeah... do a simple
    Code:
    # mount
    and see what's mounted where.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  10. #10
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Code:
    unionfs on / type unionfs (rw)
    proc on /proc type proc (rw)
    /sys on /sys type sysfs (rw)
    varrun on /var/run type tmpfs (rw)
    varlock on /var/lock type tmpfs (rw)
    procbususb on /proc/bus/usb type usbfs (rw)
    udev on /dev type tmpfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    devshm on /dev/shm type tmpfs (rw)
    lrm on /lib/modules/2.6.15-26-386/volatile type tmpfs (rw)
    tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
    Nothing incriminating.
    Looked throught the directories, none of them are the main partition.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •