LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-30-2005, 05:11 PM   #16
coontie
Member
 
Registered: Jun 2003
Distribution: Fedora Core 5
Posts: 100

Rep: Reputation: 15

Update: I ran

[root@oxygen ~]# rmmod ehci_hcd

and now I'm getting this (when I try to mount it):
Mar 30 18:09:10 oxygen kernel: usb 5-2: new full speed USB device using uhci_hcd and address 3
Mar 30 18:09:10 oxygen kernel: scsi15 : SCSI emulation for USB Mass Storage devices
Mar 30 18:09:15 oxygen kernel: Vendor: .l.l.l.l Model: .l.l.l.l.l.l.l.l Rev: 0811
Mar 30 18:09:15 oxygen kernel: Type: Direct-Access ANSI SCSI revision: 00
Mar 30 18:09:15 oxygen kernel: SCSI device sda: 778841708 512-byte hdwr sectors (398767 MB)
Mar 30 18:09:15 oxygen kernel: sda: assuming drive cache: write through
Mar 30 18:09:15 oxygen kernel: SCSI device sda: 778841708 512-byte hdwr sectors (398767 MB)
Mar 30 18:09:15 oxygen kernel: sda: assuming drive cache: write through
Mar 30 18:09:15 oxygen kernel: sda: unknown partition table
Mar 30 18:09:15 oxygen kernel: Attached scsi disk sda at scsi15, channel 0, id 0, lun 0
Mar 30 18:09:15 oxygen scsi.agent[24369]: disk at /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/host15/target15:0:0/15:0:0:0
Mar 30 18:09:31 oxygen kernel: FAT: invalid media value (0xc2)
Mar 30 18:09:31 oxygen kernel: VFS: Can't find a valid FAT filesystem on dev sda.
Mar 30 18:10:58 oxygen kernel: VFS: Can't find an ext2 filesystem on dev sda.
Mar 30 18:11:04 oxygen kernel: VFS: Can't find ext3 filesystem on dev sda.
 
Old 03-30-2005, 10:08 PM   #17
slackist
Member
 
Registered: Feb 2004
Location: Phuket
Distribution: Slackware 14.2 and Slackware Arm
Posts: 479

Rep: Reputation: 44
@ coontie: I don't know why you did rmmod ehci_hcd, to me it looked like your drive was being spotted so you should be able to 'mount -t auto /dev/sda /mnt/whatever' (make sure /mnt/whatever exists before you try)

@J_K9: The drive will not (I think) be mounted until you explicitly issue the command to do it, but maybe Fedora has some auto mounting thingy so ymmv.

I was hoping 'tail' would produce a line like this from coontie's post:
Code:
Mar 30 17:35:59 oxygen kernel: SCSI device sda: 678176876 512-byte hdwr sectors (347227 MB)
once I saw a line like that on my machine I knew that the drive was at 'sda' and then I could mount it.

Sorry I can't help more, I am fishing in the dark here. I don't understand all the SCSI stuff, I don't think I have got messages like those from messing with USB stuff but I could be (probaly) wrong.
 
Old 03-31-2005, 01:47 AM   #18
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
Thanks for all your help chefmark, but is there nothing else I can do? Can't I try the rmmod thing (even though I'm not sure what it does) and see if it works then? I really need to get this working. Oh, and a bit of a sidetracked question: does Ubuntu use .rpms?

J_K9
 
Old 03-31-2005, 01:58 AM   #19
gerardt
Member
 
Registered: Feb 2005
Location: South Africa
Distribution: SuSE
Posts: 60

Rep: Reputation: 15
Now that your device driver package has been updated. try fdisk -l again to see if the it returns your MSD.
 
Old 03-31-2005, 02:29 AM   #20
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
No, "fdisk -l" returns the same results. Any more ideas? Thanks,

J_K9
 
Old 03-31-2005, 06:45 AM   #21
slackist
Member
 
Registered: Feb 2004
Location: Phuket
Distribution: Slackware 14.2 and Slackware Arm
Posts: 479

Rep: Reputation: 44
Quote:
Originally posted by J_K9
....but is there nothing else I can do? .....
The rmmod removes a loaded module, so unless a module is known to be stopping something from working I don't think rmmod -ing anything will help.

Why not request a mod to move this thread to the Hardware forum, hopefully one of the (many) gurus there will be able to fix it

Sorry again that I couldn't be more help

mark
 
Old 03-31-2005, 11:32 AM   #22
coontie
Member
 
Registered: Jun 2003
Distribution: Fedora Core 5
Posts: 100

Rep: Reputation: 15
i did rmmod ehci because I found a site where this dude is saying that it helped him resolve frequent usb time-out errors while copying large files between fedora and HD.

in fact, as soon as i rmmod'ed the stupid thing, my OTHER (non-maxtor) drive started working fine. Moreover, fedora created a mount point /media/backup, pointing to the /dev/sda1 in /etc/fstab. All i had to do then was mount /media/backup and i could read the drive's files no problem.

This maxtor drive, however, is still a mystery. But I tell ya, nothing happened at all, until i removed that module. I've no idea what it does but in /etc/modules.conf it points to usb something or rather..
 
Old 03-31-2005, 12:57 PM   #23
leonardh
LQ Newbie
 
Registered: Feb 2005
Location: PA
Distribution: Fedora Core 3
Posts: 20

Rep: Reputation: 0
Mounting USB devices is working fine for me in FC3. I'm the service manager of a computer store and my main data recovery PC is an FC3 box. I have a USB device that let's me attach any IDE drive I want. The only trouble I have is when the drive I'm trying to mount has an odball partitioning program on it. Like EZ-drive or other drive overlay.

Check your hardware browser to see where the system is putting the drive. Just go to Menu>System Tools>Hardware Browser. When you mount a USB device (or almost any device for that matter) you'll find it in /Media. Hope this helps.
 
Old 03-31-2005, 01:51 PM   #24
coontie
Member
 
Registered: Jun 2003
Distribution: Fedora Core 5
Posts: 100

Rep: Reputation: 15
well, there's no menu for me to go to since i run enlightenment and all my menus are custom.

but anyway. The drive that works, indeed goes under /media/backup. It is the drive that DOESN"T work that goes nowhere.
 
Old 03-31-2005, 02:00 PM   #25
leonardh
LQ Newbie
 
Registered: Feb 2005
Location: PA
Distribution: Fedora Core 3
Posts: 20

Rep: Reputation: 0
That would pose a small problem In that case just run hwbrowser from a Super User terminal.
 
Old 03-31-2005, 02:46 PM   #26
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
leonardh: I tried the hardware browser, but it just said that "it might take a long time", so I left it for 2 hours and it still didn't move from that screen! I eventually just cancelled because I don't think it was ever going to finish! Thanks for everyone's help, but are there any more final ideas floating around there?

J_K9
 
Old 03-31-2005, 03:17 PM   #27
leonardh
LQ Newbie
 
Registered: Feb 2005
Location: PA
Distribution: Fedora Core 3
Posts: 20

Rep: Reputation: 0
Try logging into KDE and run the Hardware Browser from there (make sure the drive is plugged in of course ). It really should tell you what device it's installing the drive on.
 
Old 03-31-2005, 05:44 PM   #28
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
Okay, I used Hardware Browser (after booting the system with the external hard drive plugged in) and I clicked on "USB devices".

Under "Selected Device", it said: "VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
Then beneath that, under "Device Information" there were two more things:
"Manufacturer - Unknown"
"Driver - uhci-hcd"

I'm not really sure what to do now. I have sent a mod an email (can't PM because I don't suscribe) but I don't think the thread has been moved yet... Anyway, please keep the help coming! Thanks

J_K9
 
Old 03-31-2005, 07:12 PM   #29
leonardh
LQ Newbie
 
Registered: Feb 2005
Location: PA
Distribution: Fedora Core 3
Posts: 20

Rep: Reputation: 0
Actually your not looking for the USB devices...sorry about that. You want to look in the hard drive section. That's where it'll give you the physical location of the USB disk.
 
Old 04-01-2005, 01:48 AM   #30
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
In "Hard Drives", only /dev/hda shows up with a bunch of other details:

Drive /dev/hda (Geom: 2432/255/63) (Model: HITACHI_DK23CA-20)

And then all the partitions on /dev/hda show up, but the external doesn't show up (it is plugged in btw, lol). Maybe I should log in as root? I'll give it a try.

[EDIT]
Nope, as I thought, no difference whatsoever! So is there anything else I can do, please?
[/EDIT]

J_K9

Last edited by J_K9; 04-01-2005 at 01:58 AM.
 
  


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
Mounting external HDD as user mabalel Mandriva 12 01-20-2006 04:03 AM
Mounting external Firewire NTFS HDD & Permissions Ganza Linux - Newbie 9 11-06-2005 07:39 AM
Bootable partion on external HDD? 40 gb firelight hdd. Trebile34 Linux - Hardware 1 03-14-2005 11:50 AM
External USB HDD"Mounting local filesystems: /dev/sdb1 is not a valid block device" manudath Linux - Hardware 3 12-13-2004 09:59 PM
External USB HDD not mounting glk Linux - Hardware 1 01-22-2004 10:14 AM

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

All times are GMT -5. The time now is 05:17 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