LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   ohci1394 not laoding + hardware probe problem on my laptop (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/ohci1394-not-laoding-hardware-probe-problem-on-my-laptop-79754/)

Twinkle 08-07-2003 02:24 AM

ohci1394 not laoding + hardware probe problem on my laptop
 
Hi, I am a newbie to Linux and have encountered some problems...

I succeeded to avoid the ohci1394 not loading by adding 'nofirewire' while installing and booting system, BUT my startup always freeze while Linux is searching for new hardware!!! Adding 'noprobe' does not help.

Any advices?

P.S. My laptop is an HP pavilion ze5385us

Brian1 08-07-2003 05:37 PM

First you need to start linux from a boot floppy or CD and mount your partition with the /etc subdirectory.
* Once in a command line, you need to create a directory ( call it hda for ease ). To create the directory ' mkdir hda ' (The ' ' are not part of the command).
* Now mount it with the following ' mount /dev/hda* /hda ' ( The * is the partition that contains the /etc subdirectory.

* Next go into the mounted partition by doing ' cd hda ' then ' cd etc '.
* Now you will need to edit modules.conf file ' pico modules.conf '. Add the # character infront of your firewire and USB modules Example:

alias eth0 3c59x
alias eth1 3c59x
alias scsi_hostadapter aic7xxx
# alias usb-controller usb-ohci
# alias firewire ohci1394

* When done editing hit ' ctrl-x ' hit y to save and exit. You can issue the pico command and verify the change.
* Now ' cd / ' hit enter and ' umount hda '
Reboot

If all is boots up fine you can reenable your usb modules and see if it starts with that configuration.

If you have problems with PCMCIA check this one out.
http://www.linuxquestions.org/questi...threadid=74102

Hope this helps you out
Brian1

Twinkle 08-08-2003 12:43 PM

Thanks a lot Brian1...

/twinkle


All times are GMT -5. The time now is 06:21 AM.