You are not logged in.

#1 2004-12-31 15:11:20

miqorz
Member
Registered: 2004-12-31
Posts: 475

Maxtor USB hard drive problems

I cannot for the life of me configure my kernel to see my usb Maxtor hard drive correctly, I've booted into knoppix a few times to see if it works and yes it does. It registers as /dev/sda1 and I can run cfdisk on it no problem.

But on my box all dmesg says is..

usb 1-1: new high speed USB device using ehci_hcd and address 2
ehci_hcd 0000:00:10.3: Unlink after no-IRQ?  Different ACPI or APIC settings may help.
usb 1-1: khubd timed out on ep0in
usb 1-1: khubd timed out on ep0out
usb 1-1: khubd timed out on ep0out
usb 1-1: device not accepting address 2, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 3
usb 1-1: khubd timed out on ep0in
usb 1-1: khubd timed out on ep0out
usb 1-1: khubd timed out on ep0out
usb 1-1: device not accepting address 3, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 4
usb 1-1: khubd timed out on ep0in

It's not the kernel version  because I've downloaded 2.6.7 and installed it and it does the same thing.

I took a look at knoppix' lsmod and tried to emulate that as closely as I can on my box (allthough I build everything in.)

If anyone can help, I'd be forever greatful.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#2 2004-12-31 19:50:14

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: Maxtor USB hard drive problems

sudo pacman -S hwd

sudo hwd --help

good luck in Arch I don't have the disk I cannot help you. Also check if someone made it possible in LinuxQuestions.org

if it works in Knoppix it works on AL

Offline

#3 2005-01-01 04:01:46

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Maxtor USB hard drive problems

The arch default 2.6 kernel w/ udev makes /dev/sda great.

It registers it in dmesg as..

ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Disabled Privacy Extensions on device c05d3c00(lo)
usb 4-1: new high speed USB device using address 2
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: Maxtor    Model: OneTouch          Rev: 0200
  Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sda: 240119808 512-byte hdwr sectors (122941 MB)
sda: assuming drive cache: write through
 /dev/scsi/host0/bus0/target0/lun0: p1
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.

And the lsmod says..

Module                  Size  Used by
nls_cp437               6016  1 
vfat                   15360  1 
fat                    46880  1 vfat
nvidia               3465564  12 
usb_storage            70848  1 
ohci_hcd               22660  0 
via_ircc               25872  0 
irda                  147132  1 via_ircc
crc_ccitt               2432  1 irda
ehci_hcd               31748  0 
uhci_hcd               33680  0 
8139too                26368  0 
mii                     5632  1 8139too
crc32                   4736  1 8139too
snd_ens1371            24548  3 
snd_rawmidi            26276  1 snd_ens1371
snd_seq_device          8456  1 snd_rawmidi
snd_pcm               101508  2 snd_ens1371
snd_timer              27140  1 snd_pcm
snd_page_alloc         10248  1 snd_pcm
snd_ac97_codec         73808  1 snd_ens1371
snd                    58980  11 snd_ens1371,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer,snd_ac97_codec
soundcore              10848  1 snd
gameport                5120  1 snd_ens1371
pci_hotplug            13060  0 
tsdev                   8128  0 
evdev                   9984  0 
ntfs                  156432  1 

I can't figure out what's relevent to getting this working. :


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#4 2005-01-01 14:36:00

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: Maxtor USB hard drive problems

if Knoppix supports it, Arch does it too. So boot Knoppix and compare the lsmods. Look for usb specific modules in the lsmod of Knoppix, but also look in http://www.linux-usb.org/ and in LinuxQuestion.org and in Google for specific help (module[s]) for your HD

GL

Offline

#5 2005-01-01 18:50:12

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Maxtor USB hard drive problems

Heh, I've allready posted that the default arch kernel finds it fine and I've allready tried to mirror the modules listed in my kernel.

Linux-Usb.org seems to only list it needs usb-storage which I have built in but then again, that site is very 2.4 based.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#6 2005-01-03 11:02:44

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: Maxtor USB hard drive problems

so it works. ok smile

Offline

#7 2005-01-03 14:42:23

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Maxtor USB hard drive problems

Well yes, But I'd rather figure it WHY it works on the Arch kernel and not mine.

I hate using Arch's kernel.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#8 2005-01-04 04:38:00

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: Maxtor USB hard drive problems

Diff your config file with the arch kernel config file.  That's why.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#9 2005-01-04 11:37:51

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Maxtor USB hard drive problems

That would take forever to figure out due to the sheer ammount of stuff loaded as modules in arch's kernel.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#10 2005-01-04 22:04:30

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: Maxtor USB hard drive problems

Hmmm... well, your only other options are to wait for someone else to tell you, guess randomly, or wait until the answer hits you like a bolt of lightning.

I figured mine was the more thorough.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#11 2005-01-05 11:58:02

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Maxtor USB hard drive problems

I've been tinkering for the past few days, I enabled almost everything in the usb section and it didn't work..

Google hasn't been my friend so far.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#12 2005-01-10 18:57:10

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Maxtor USB hard drive problems

This is confusing the hell out of me..

T:  Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0d49 ProdID=7010 Rev= 2.00
S:  Manufacturer=Maxtor
S:  Product=OneTouch
S:  SerialNumber=Y33WAF1E    
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=88(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=32ms

I had that driver loaded in my kernel.. very odd.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

Board footer

Powered by FluxBB