LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-01-2004, 06:55 PM   #1
msober
LQ Newbie
 
Registered: Oct 2002
Location: Under the sea
Distribution: slackware-current
Posts: 25

Rep: Reputation: 15
WD firewire HD not found, post install.


greetings all, the problem I am having is with my western digital 250gig firewire drive. I'm running slackware 10.0 and everything except this works great. Slackware is installed on the main HD, it's just a slack box, no dual booting. When I installed slack from the ISO images, I can cfdisk /dev/sda and it sees the firewire drive, I can also install onto the drive so I know that it can see it, and it works. However, once I was done installing everything on the main drive, and rebooted, logged in etc. linux can't see the firewire drive anymore. it says

FATAL ERROR: Cannot open disk drive. Press any key to exit cfdisk.

the firewire disk is formatted in ext2 so it's not that. Is there a command that can probe the drive, or check if the modules are working currently. insmod yields this
Code:
 root@toast:/home/mike# insmod ieee1394
Using /lib/modules/2.4.26/kernel/drivers/ieee1394/ieee1394.o.gz
insmod: a module named ieee1394 already exists
and
Code:
root@toast:/home/mike# insmod ohci1394
Using /lib/modules/2.4.26/kernel/drivers/ieee1394/ohci1394.o.gz
insmod: a module named ohci1394 already exists
so they are there, just don't know why it does not see it. any ideas?

thanks

-mike
 
Old 09-01-2004, 07:49 PM   #2
penguin4
Senior Member
 
Registered: May 2004
Location: california
Distribution: mdklinux8.1
Posts: 1,209

Rep: Reputation: 45
msober; from the two codes seems that they be in conflict with each other.
according to what ur post says, exit cfdisk, meaning close it & ieee1394, ohci 1394 already exist, take a close look at them again see which one could be disabled or deleted without disturbing dependancies.
 
Old 09-03-2004, 03:33 PM   #3
msober
LQ Newbie
 
Registered: Oct 2002
Location: Under the sea
Distribution: slackware-current
Posts: 25

Original Poster
Rep: Reputation: 15
Thank you for the response. Although I have not been able to get the firewire drive working on the 2.4.* kernel, I am running it fine w/ the 2.6.7 kernel.
 
Old 09-08-2004, 12:26 PM   #4
Misterfixit
LQ Newbie
 
Registered: Jan 2004
Location: Brentwood, TN
Distribution: Ubuntu Linux
Posts: 16

Rep: Reputation: 0
There is something mysterious about the Maxtor 200GB firewire drive. This is my fstab file, Note that FC2 will not mount or even recognize the firewire connection. When I mount sda1 the terminal window freezes and I have to kill the thread manually. Knoppix and Mandrake recognized immediately and auto mounted. Any ideas?


LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hda1 /mnt/winxp vfat auto,user,rw 0 0
/dev/sda1 /mnt/firewire vfat auto,user,rw 0 0
/dev/scd0 /mnt/cdrom iso9660 auto,user,rw 0 0
/dev/fd0 /mnt/floppy vfat auto,user,rw 0 0
 
Old 09-08-2004, 03:46 PM   #5
penguin4
Senior Member
 
Registered: May 2004
Location: california
Distribution: mdklinux8.1
Posts: 1,209

Rep: Reputation: 45
misterfixit; the ends of listings on post appear not to have permission
0 believe should have a value. that comes from ur root giving permission to r-w-x. whcih non is indicated. ???? why not may have overlooked entering those permissions? check that out.
 
Old 09-09-2004, 03:01 AM   #6
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Quote:
Originally posted by penguin4
misterfixit; the ends of listings on post appear not to have permission
0 believe should have a value. that comes from ur root giving permission to r-w-x. whcih non is indicated. ???? why not may have overlooked entering those permissions? check that out.
penguin4 -- as you know the fstab file specifies which partitions should be automatically mounted at bootup time, and you should also know that in terms of controlling which access permissions are granted, there really only 2 mount options that are used: ro and rw. "ro" stands for read-only, and "rw" stands for read-write. Your reply indicated that the "r-w-x" option should have been specified, and implied that the fstab file should be modified. This is an interesting recommendation and I'm curious as to what your fstab file looks like. Can you post it here? Does it include the same permission settings that you are recommending? -- J.W.
 
Old 09-14-2004, 11:02 PM   #7
msober
LQ Newbie
 
Registered: Oct 2002
Location: Under the sea
Distribution: slackware-current
Posts: 25

Original Poster
Rep: Reputation: 15
Misterfixit: What kernel are you using? 2.4.x kernel does not have firewire added by default. (on slack) so you may have to recompile before it works. Also, have you tried unplugging and then replugging the drive then type

Code:
dmesg | less
this is my fstab for the firewire hd (mine is a WD 250gig)

/dev/sda1 /mnt/fire ext2 defaults 1 1
 
Old 09-15-2004, 01:14 PM   #8
penguin4
Senior Member
 
Registered: May 2004
Location: california
Distribution: mdklinux8.1
Posts: 1,209

Rep: Reputation: 45
jw; from the original post of msober, didn,t mention fstab. so only suggested what was posted originally. attempted to point where to begin undoing & redoing what poster missed.
so from no on will not attempt to assist any body if not familiar with
question nor know answer! thank you.
 
Old 09-29-2004, 10:36 PM   #9
kohokuak
LQ Newbie
 
Registered: Aug 2004
Location: Kuala Lumpur, MALAYSIA
Distribution: Slackware 10
Posts: 25

Rep: Reputation: 15
have you tried rescan-scsi-bus?

Also refer www.linux1394.org
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
firewire when install edemark Mandriva 0 10-27-2004 12:16 PM
Im using lynx to post, lost in the void of my new install, no screens found? Optyx Linux - Newbie 3 03-04-2004 01:22 PM
Mandrake 9.2 Radeon 9200 (im using lynx to post) no screen found? Optyx Mandriva 1 03-04-2004 01:09 PM
anaconda post-install error - resolv.conf not found anamika Linux - Distributions 3 09-19-2002 03:37 PM
ps2 mouse not detected on install or post install with mandrake 8.2 linux_learner Linux - Hardware 1 09-12-2002 09:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration