The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Anyone get Fedora Core running on their ASUS laptop?

    Discussion in 'Asus' started by BigV, Jan 3, 2006.

  1. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    So I'm trying to dual boot with Linux. I installed Kubuntu, which then freezes during boot while loading the "hotplugging" module. I figured I would try FC4, which not only doesn't get the framebuffer working properly, but the initial boot for the install exits in a kernel panic.

    Does ASUS just hate me, or has anyone had success with installing Linux? Specifically on a z63a?
     
  2. 4ndr3

    4ndr3 Notebook Geek

    Reputations:
    0
    Messages:
    83
    Likes Received:
    0
    Trophy Points:
    15
    hi i have linux (ubuntu) in my v6v and never had problems with it.
    I have all configured like wireless and stuff. it was very easy to install. Try it. Some fokes i met, have fedora core 4 and they have some problems. But u can try it too if u want.
    thx
     
  3. bcc

    bcc Notebook Consultant

    Reputations:
    14
    Messages:
    171
    Likes Received:
    0
    Trophy Points:
    30
    Yes, I installed FC4 on my z63a. I never experienced a kernel crash, but I also quickly installed the latest 2.6.14 FC4 kernel update before really doing anything. (You'll want that for the updated intel wireless networking driver). For X11, you'll need to install the i915 patch, and configure it with your lcd's native resolution: 1280x768. Then you'll need to hack your xorg.conf to contain this resolution and reference the intel driver instead of the default one. I could go on&on but most of this is more fully detailed elsewhere already (starting with linux-laptop.net)
     
  4. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    yeah... I read some articles.

    actually, the kernel panic is when the install itself is booting. I can't even get Fedora to install.

    I was actually able to get Kubuntu installed, so I'm gonna work through working the kinks out of that instead.
     
  5. bcc

    bcc Notebook Consultant

    Reputations:
    14
    Messages:
    171
    Likes Received:
    0
    Trophy Points:
    30
    Doesn't happen for me. Good chance I could help, but not without a lot more details. May be an issue with the choices you made during the install dialogue.
    On an acer sonoma laptop, I did see this sort of behavior, and the fix was to disable the ethernet driver so that the system wouldn't lock up trying to initialize it during the install. I believe the root problem there was a bad DSDT table in the acpi section of the bios from acer.
     
  6. Muaddib

    Muaddib Notebook Consultant

    Reputations:
    0
    Messages:
    101
    Likes Received:
    0
    Trophy Points:
    30
    Tested Ubuntu 5.04 LiveCD on my w3v without problems, running fine, but no-way with last distro 5.10... hangs during LiveCD install
     
  7. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    yeah... I did manage to get Ubuntu 5.10 installed, but you have to set a different runlevel by hitting Alt+Sys Rq+E during boot because there's apparently an issue between hotplugging and the ALSA drivers. If you chmod -x hotplugging in /etc/init.d you can boot normally.

    However, I never seemed to get the proper resolution, despite fiddling with 915resolution and editing the xorg.conf. I've decided to say screw it.

    As for fedora core. This kernel panic happens after the initial screen after POST when you have the CD inserted. you type linux and hit enter. I've tried a few options like setting ACPI and framebuffer off, but nothing worked.
     
  8. UnkleGranpaw

    UnkleGranpaw Newbie

    Reputations:
    0
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    5
    I'm having exactly the same problem booting for FC4 install. kernel panic during the boot process (after the linux boot screen).
    have you figured out a solution?
     
  9. UnkleGranpaw

    UnkleGranpaw Newbie

    Reputations:
    0
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    5
  10. UnkleGranpaw

    UnkleGranpaw Newbie

    Reputations:
    0
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    5
  11. pt9386

    pt9386 Notebook Consultant

    Reputations:
    108
    Messages:
    208
    Likes Received:
    0
    Trophy Points:
    30
    I can vouch for FC4 on my W3V. DO what UnleGranpaw has said. I dualbooted my system two days ago. After, two hours of investigating why there was a Kernel Panic. I just stumbled on a forum with that same solution. It should work and if it doesn't some people have used "linux=acpi off" and turning off ACPI in the Bios to get it to work. Otherwise, the typing in "mediacheck", then "linux mediacheck" should work. Not sure why you need the first mediacheck, I never tested it not typing it. It was weird with mine though, the first time I booted it up with the boot CD, it booted up fine no troubles, then I did a media test for the CD and it failed, so I had to restart and create a new boot CD and then I got into that problem. ATI has crappy support for Linux drivers.
     
  12. bionic

    bionic Notebook Enthusiast

    Reputations:
    0
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    5
    I've gotten Ubuntu 5.10 running on my z63a. Here are the steps I took:
    Install from CD
    On boot, his Alt-Sys Req-E to get past hotplug issue
    Add this line to /etc/hotplug/blacklist
    >snd-hda-intel
    Installed 915Resolution
    Added 915Resolution lines to /etc/init.d/bootmisc.sh
    Also added lines for automatically starting wireless to bootmisc. Here are the 3 lines (total) added to that file (make sure to change the resolution settings according to your notebook)
    Code:
    /sbin/modprobe ipw2200
    /sbin/ipup eth1
    /usr/sbin/915resolution 58 1280 768
    Updated to the latest 686 kernel
    >sudo apt-get install linux-686
    Recompiled latest ALSA drivers (I used the latest release candidate)
    Added GNOME Alsa mixer to my panel, since whenever I boot the speakers are muted.
    Once you get the ALSA drivers working fine, you can go back to /etc/hotplug/blacklist and comment out the line you added

    After that, everything works great. If you have any questions, feel free to ask, and I can *try* to help (I'm not a linux guru by any means)