LinuxQuestions.org
Review your favorite Linux distribution.
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 04-01-2005, 01:57 AM   #31
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475

As requested, this thread has now been moved to Linux-Hardware
 
Old 04-01-2005, 03:00 AM   #32
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
I looked at finegan's thread about posting in the Hardware forum, and I have tried to follow it:

Here are two parts of my dmesg, which I found relevant to USB:
Code:
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver

uhci_hcd 0000:00:07.2: UHCI Host Controller
uhci_hcd 0000:00:07.2: irq 9, io base 00001800
SELinux: initialized (dev usbdevfs, type usbdevfs), uses genfs_contexts
uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
I also went to the USB compatibility list site, and found the info on my LaCie.
Quote:
...Update: I got some trouble using it with various USB 1.1 host controllers. Maybe not enough power?...
...It works with kernel 2.6.10 and USB 2.0, but still not with USB 1.1.
My laptop uses USB 1.1, and I have realised that my LaCie makes some crackling noises every two seconds for no reason at all when it's plugged into my FC3 lappy, but when plugged into my Mac it doesn't make any noise! Maybe, as W. Dieter said, it could be because of a lack of sufficient power? If so, is there any way to solve this (apart from buying an AC power adapter)?

Thanks,

J_K9
 
Old 04-01-2005, 08:17 AM   #33
leonardh
LQ Newbie
 
Registered: Feb 2005
Location: PA
Distribution: Fedora Core 3
Posts: 20

Rep: Reputation: 0
The drive was probably partitioned with some kind of drive overlay software. Is it one of those one-touch backup things? Maxtor is notorious for doing this. Go to www.maxtor.com and download Max-Blast (or whatever they call it now), boot to a Windows machine and run it. That will tell you if a drive overlay program is controlling that hard drive's partitions. If it is then you'll have to pull off your data, re-partition with conventional means and copy your data back on.

Edit: Nevermind....didn't see the third page And I also didn't pay enough attention...I was thinking the Maxtor wasn't working. I just needed to read more carefully....sorry about that.

Also...you can grab a PCMCIA USB 2.0 card fairly cheap if it's important to have this drive working on your laptop. Some of the cards are even powered by an external adapter for problems like this.

Last edited by leonardh; 04-01-2005 at 08:33 AM.
 
Old 04-01-2005, 10:33 AM   #34
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
lol no problems leonardh. Thanks for letting me know about the PCMCIA USB cards, I might have to pick one up tomorrow and see if that works! Anyway, thanks for your help!

Peace out --
 
Old 04-01-2005, 10:53 AM   #35
evil_empire
Member
 
Registered: Mar 2005
Distribution: Fedora Core 3
Posts: 176

Rep: Reputation: 31
J_K9, since your log file suggests usb mass sotrage is recognized in scsi emulation.
#mkdir /mnt/external
#mount /dev/sda1 /mnt/external
#cd /mnt/external
#ls /mnt/external
should give you the drives contents

Have you got other scsi hard drives on your system?
What file system (FAT32/NTFS) is you external dirve formatted with?

If you can't mount as I've said, plzz give the exact error message it shows when you run "mount /dev/sda1 /mnt/external".
 
Old 04-02-2005, 04:28 AM   #36
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
It is a FAT32 drive. I got an error when trying to mount it, here it is:
Quote:
# mount /dev/sda1 /mnt/external
mount: special device /dev/sda1 does not exist
This was after I had creater the dir /mnt/external. I have also tried mounting /dev/sda2 but it returned the same error. Any help would be appreciated, but if worst comes to worst I'll just buy the USB 2.0 adapter on Monday.

J_K9
 
Old 04-02-2005, 07:06 AM   #37
evil_empire
Member
 
Registered: Mar 2005
Distribution: Fedora Core 3
Posts: 176

Rep: Reputation: 31
Hmm,
#cd /dev/
#ls sd*

and post the output here.
 
Old 04-02-2005, 07:35 AM   #38
evil_empire
Member
 
Registered: Mar 2005
Distribution: Fedora Core 3
Posts: 176

Rep: Reputation: 31
Ok,update, as soon as you see this post

Shut the computer down.
Reboot the computer but without attaching the external drive!!!
When you are logged on and KDE(or whatever window manager) is up and running,
open a console and than run "dmesg".
now, attach the external drive and then after about 2 secs run "dmesg" again.

Copy the last(ending) 20 lines from the output of the dmesg, and than post it here.

Also post the ouput of "mount" command. I mean just "mount" alone.
 
Old 04-12-2005, 03:23 AM   #39
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
Sorry I took so long!

Sorry I took so long, I've been on holiday! I did what you said, and here are the last 20 lines of my dmesg:
Code:
device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com
cdrom: open failed.
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Adding 479264k swap on /dev/hda1. Priority:-1 extents:1
Adding  1024088k swap on /dev/hda5. Priority:-2 extents:1
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
ip_tables: (C) 2003-2002 Netfilter core team
ip_conntrack version 2.1 (1920 buckets, 15360 max) - 356 bytes per conntrack
CS: IO port probe 0x0c00-0x0cff: clean.
CS: IO port probe 0x0100-0x04ff: excluding 0x4d0-0x4d7
CS: IO port probe 0x0a00-0x0aff: clean.
eth0: link down
SELinux: initialized (dev rpc_pipefs, type rpm_pipefs), uses genfs_contexts
i2c /dev entries driver
lp0: using parport0 (polling).
lp0: console ready
usb 1-2: new full speed USB device using address 2
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0: SCSI emulation for USB Mass Storage devices
And the result of 'mount':
Code:
/dev/hda3 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs ( rw)
I hope you can still help. Once again, sorry for the delay!

J_K9

Last edited by J_K9; 04-12-2005 at 03:25 AM.
 
Old 04-13-2005, 04:50 AM   #40
dulait
LQ Newbie
 
Registered: Apr 2005
Location: Zurich, Switzerland
Distribution: Slackware
Posts: 5

Rep: Reputation: 0
I think I had the same problem.
After you activated "SCSI disk support" in your kernel, the problem should be fixed.

Edit: Module name is: BLK_DEV_SD

Last edited by dulait; 04-13-2005 at 04:51 AM.
 
Old 04-15-2005, 03:26 AM   #41
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Original Poster
Rep: Reputation: 30
Hey dulait: how did you activate that?
 
Old 04-15-2005, 04:17 AM   #42
dulait
LQ Newbie
 
Registered: Apr 2005
Location: Zurich, Switzerland
Distribution: Slackware
Posts: 5

Rep: Reputation: 0
You type in a root shell:

1. cd /usr/src/linux (or specific path: /usr/src/linux-2.x.x)
2. make xconfig (or make menuconfig)

Now your see the kernel configuration:

3. in the menu scsi support (or something similar, I'm not on the pc), you choose scsi disk support (as a module!)
4. quite and save

type again:

5. make modules
6. make modules_install
7. modprobe blk_dev_sd
8. mount /dev/sda1 /mnt/external (or your specific sdXX)

Hope this will help.
 
  


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 01:22 PM.

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