Find the answer to your Linux question:
Results 1 to 6 of 6
I just downloaded and installed Debian Sarge-i386-netinst and when i try to boot up, it wont boot into X! I just installed it and it says that it couldn't find ...
  1. #1
    Just Joined!
    Join Date
    Apr 2005
    Posts
    89

    Installing Debian



    I just downloaded and installed Debian Sarge-i386-netinst and when i try to boot up, it wont boot into X! I just installed it and it says that it couldn't find some file or package named "pciehp". HELP!

  2. #2
    Just Joined!
    Join Date
    Apr 2005
    Posts
    40
    Just post here the whole error log...

  3. #3
    Just Joined!
    Join Date
    Apr 2005
    Posts
    89
    I cant because it goes too fast for me to read. I just barely saw that it said something about pciehp.

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    I doubt that is why it isn't working. Look at /var/log/Xfree86.log
    also try
    Code:
    dpkg-reconfigure xserver-xfree86
    Brilliant Mediocrity - Making Failure Look Good

  5. #5
    Just Joined!
    Join Date
    Aug 2004
    Location
    New England
    Posts
    59

    pciehp, net install, no desktop yet

    Do you have a fancy PCI Express video card?

    If the answer is NO -- then do the following ( as root)

    edit your /etc/hotplug/blacklist file and add the following 2 entries at the bottom of the list:
    pciehp
    shpchp

    This is not what's causing you to remain at the prompt, however...should the module not load ( as in your case) Debian will keep on keeping on and boot normally.

    If you installed Debian from the net installer disc, then you haven't even installed X yet, or a desktop.

    from the prompt, as root do the following:

    nano /etc/apt/sources.list

    in the file add the following:

    deb ftp://ftp.us.debian.org/debian/ sarge main contrib non-free

    ctrl+x to close, y to save, enter to overwrite.

    # apt-get update

    when it's finished type

    base-config, hit enter

    This will continue with the install and allow you to install a desktop that will include both Gnome and KDE. It will also install X.

    Do it, you ROCK!

    refer to this site:

    http://www.debiantutorials.org/content/category/6/4/91/

    machiner

  6. #6
    Just Joined!
    Join Date
    Apr 2005
    Posts
    89
    thank you both, i will try that.

Posting Permissions

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