Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Red Hat 9 or Gentoo 1.4 whatever I can get to work first
Posts: 105
Rep:
FireWire Bad
I have a new laptop (velocitymicro.com in case some of you have one from there) im trying to install RH9 on it and i could never get it to install it always froze on loading ohci1394(firewire i think) so i got support from redhat and they told me to install using "linux nofirewire" which i did and it installed perfectly. But after installation i got to boot up the machine and it freezes now at "finding module dependencies" im thinking maybe its trying to load firewire again and crashing. has anyone else had this problem do you know if theres a way to fix this (grub commands?) please help this is a $3500 dollar laptop thats going to go to waste if im forced to put some crappy microsoft OS back on it
Try booting this time also with "linux nofirewire" also might want to add "nohotplug", which is going to really suck as that won't add any modules at boot and you'll have to do that by hand.
This is also a situation where RedHat 9 is showing its age. RH did not compile in acpi support into their 2.4.20 build, figuring it too beta, which was arguably true. The downshot is that basically no laptop made in the past half year has old legacy apm in the BIOS and a lot of odd dependency built upon the existence of acpi support in the OS. A short list of distros that support acpi out of the box:
SuSe 8.2, although that will of course require a net-install as they don't give ISOs away for free.
Slackware 9.1
Gentoo 1.4
Yep... its annoying, Fedora 1.0 should render this a moot point as RH's new community supported distro tack is going to accomodate for laptops more now, but there's going to be a lag before its released as they build the organization somewhat, so you might think of a hop.
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
This is how I get around it. First insert your Redhat CD 1 and boot with the option ' linux rescue nofirewire'. Then let it mount your installation. Goto /mnt/sysimage/etc and edit modules.conf ( I use pico ). Put a " # " infront of your line for ohci1394.
Now if you plan on using firewire then when you are up and load the module with ' insmod ohci1394 ' If system is still stable you can add the line ' insmod ohci1394 ' in your /etc/rc.local
Another issue you might run into is hotplug and I have info about that on my site.
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
Lets start over:
1. Insert your Redhat CD 1
2. Turn on your computer
3. When it comes up to the boot type ' linux nofirewire rescue ' and hit enter. Normally you would hit enter.
4. Now it will ask to monut your Redaht installation. Just let it
5. You will come to a terminal screen
6. type ' cd /mnt/sysimage/etc ' hit enter
7. type ' pico modules.conf ' hit enter
8. add the " # " followed by a space in front of the line for ohci1394 or ieee1394
9. hit ctrl-z and save and exit
10 type ' cd / ' hit enter
11. type ' umount /mnt/sysimage ' hit enter
12. restart computer
13. Once system is up you can try loading firewire module if you are going to use it. If not I would not bother trying it.
Let me know how it goes.
Brian1
" When in doubt, RTFM "
Distribution: Red Hat 9 or Gentoo 1.4 whatever I can get to work first
Posts: 105
Original Poster
Rep:
okay i restarted, but theres no change it still stalls at Finding module dependencies... is this a lost cause should i just give up on linux and go back to windows. ive already tried RH9 suse8.1 gentoo 1.4 and they all freeze
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
Rem out your USB modules in /etc/modules.conf and see what that does.
Don't worry about unmounting.
Let me know what happens. If it boots look at my website on USB.
Distribution: Red Hat 9 or Gentoo 1.4 whatever I can get to work first
Posts: 105
Original Poster
Rep:
Okay well it got passed the Finding module dependecies but now it freeze when it comes to the setup screen(first time you run x, where it asks for users and other postinstall setup info) Any suggestions on what i might wanna do now
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
Is this a NoteMagix S88?
It is the same design as my ProStar 8854, but it is using a ATI Radeon 9600 and I am using a Radeon 9000.
My guess here is to update X to 4.3+
Firstboot does a few things if you get past it. One it lets you create a none root account. The only way to run by the way. Root is just to dangereous.
To get past the firstboot as it is called, start the process you have done to disable USB FireWire. Now you will need to turn off firstboot. To do so goto /mnt/sysimage/etc/sysconfig and pico firstboot. Change the yes to no in this file. Save and Exit.
This is no guarnetee that the system will work here. If it still locks up, then I would download newer X11 server release for Redhat 9. Version 4.3. You will download these rpm's from some other machine and burn them to a CD. You will need to boot your system into run level 3, which will bring you to a prompt. Mount the CD and install the RPM's.
When you get this install done let me know your steps here.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.