You are not logged in.

#1 2004-02-25 18:56:29

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

No usb-storage in Kernel 2.4.25

big_smile  smile Gents;

    Cannot enable sda1 usb hdd in the upgrade kernel.

    I think it might be a devfs problem.

   Any ideas?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#2 2004-02-25 19:45:53

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: No usb-storage in Kernel 2.4.25

this should be in the kernel section..... are you loading the module via rc.conf? what errors if any are given when trying to load the module? be more descriptive please.


AKA uknowme

I am not your friend

Offline

#3 2004-02-25 20:30:18

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  smile Sarah;
   In disk-free of kde the error message is:

   Called: mount -tvfat-odefaults /dev/sda1 /mnt/fat2
         mount: special device  /dev/sda1 does not exist

   This device worked in 2.4.21-1 kernel with the same fstab data setup.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#4 2004-02-25 22:17:36

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  smile Additional info:

     


root@n6re root]# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw 0 0
none /dev devfs rw 0 0
none /proc proc rw 0 0
none /dev/shm tmpfs rw 0 0
tmpfs /tmp tmpfs rw 0 0
/dev/discs/disc0/part1 /boot ext2 rw 0 0
/dev/discs/disc0/part3 /mnt/root ext3 rw 0 0
[root@n6re root]# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw 0 0
none /dev devfs rw 0 0
none /proc proc rw 0 0
none /dev/shm tmpfs rw 0 0
tmpfs /tmp tmpfs rw 0 0
/dev/discs/disc0/part1 /boot ext2 rw 0 0
/dev/discs/disc0/part3 /mnt/root ext3 rw 0 0
[root@n6re root]# grep devfs /proc/filesystems
nodev   devfs
nodev   usbdevfs
[root@n6re root]#

   What do I do with usbdevfs?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#5 2004-02-26 00:01:33

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile

   Additional info:  Lilo append="devfs=mount"


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#6 2004-02-26 00:13:33

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  smile Still more....


root@n6re root]# cdrecord -scanbus
Cdrecord 2.00.3 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
[root@n6re root]#


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#7 2004-02-26 00:21:35

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: No usb-storage in Kernel 2.4.25

http://bbs.archlinux.org/viewtopic.php? … usbstorage

-> check if you load at least 2 of these modules:

usb-storage sr_mod sd_mod

in /etc/rc.conf in MODULES()

-> how does look your /etc/fstabs

something like this?

/dev/sda1              /mnt/usb/p1   vfat rw,users,noauto 0 0

The impossible missions are the only ones which succeed.

Offline

#8 2004-02-26 00:49:35

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  :MODULES=(usbserial ide-scsi hostadapter network uhci-hcd ne2k-pci usb
ohci ehci-hcd sound cmpci usb-storage sr_mod sd_mod)
/dev/#EXT2FS_HOME#    /home     ext2      defaults               0      2

/dev/cdroms/cdrom0     /mnt/cd   iso9660   ro,user,root,noauto,unhide  0      0
/dev/cdroms/cdrom0     /mnt/dvd  udf       ro,user,noauto,unhide  0      0
/dev/floppy/0          /mnt/fl   vfat      user,noauto,unhide     0      0
none                   /proc     proc      defaults               0      0
none                   /dev/shm  tmpfs     defaults               0      0
tmpfs                  /tmp      tmpfs     size=2G,nr_inodes=10k  0      0

/dev/discs/disc1/part3 / ext3 defaults 0 1
/dev/discs/disc0/part1 /boot ext2 defaults 0 1
/dev/discs/disc0/part2 swap swap defaults 0 0
/dev/discs/disc2/part1 /mnt/fat3  vfat rw,user,noauto  0  0
/dev/sda1              /mnt/fat2  vfat     defaults   0   0
/dev/discs/disc0/part3 /mnt/root    ext3  defaults  0  0


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#9 2004-02-26 01:43:30

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: No usb-storage in Kernel 2.4.25

 more /proc/partitions

?

 more /proc/scsi/usb-storage/ 

?

 lsmod 

?

try posting console output in the [ code ] [ / code] (without spaces wink ) to be better formated in the forum


The impossible missions are the only ones which succeed.

Offline

#10 2004-02-26 01:49:07

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  smile root@n6re root]# more /proc/partitions
major minor  #blocks  name

  34     0   30037392 ide/host2/bus1/target0/lun0/disc
  34     1   30033486 ide/host2/bus1/target0/lun0/part1
   3     0   80043264 ide/host0/bus0/target0/lun0/disc
   3     1      40162 ide/host0/bus0/target0/lun0/part1
   3     2     265072 ide/host0/bus0/target0/lun0/part2
   3     3   79730595 ide/host0/bus0/target0/lun0/part3
   3    64  120060864 ide/host0/bus0/target1/lun0/disc
   3    65      33263 ide/host0/bus0/target1/lun0/part1
   3    66     262584 ide/host0/bus0/target1/lun0/part2
   3    67  119765016 ide/host0/bus0/target1/lun0/part3
[root@n6re root]#

[root@n6re root]# more /proc/scsi/usb-storage/
/proc/scsi/usb-storage/: No such file or directory
[root@n6re root]#
[root@n6re root]# lsmod
Module                  Size  Used by    Not tainted
sd_mod                 11276   0  (unused)
sr_mod                 14392   0  (unused)
usb-storage            71008   0  (unused)
cmpci                  31852   1
sound                  62592   0  (unused)
ehci-hcd               27436   0  (unused)
ne2k-pci                4832   1
8390                    7184   0  [ne2k-pci]
crc32                   2912   0  [8390]
ide-scsi               10608   0
scsi_mod               90464   4  [sd_mod sr_mod usb-storage ide-scsi]
usbserial              19868   0  (unused)
vfat                   11020   0  (autoclean)
fat                    33624   0  (autoclean) [vfat]
[root@n6re root]#


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#11 2004-02-26 03:25:53

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile

   Additional info:  usb device is USB 2.0


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#12 2004-02-26 13:06:39

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: No usb-storage in Kernel 2.4.25

lilsirecho wrote:

big_smile

   Additional info:  usb device is USB 2.0

hmm .... do you have any other usb things already working? maybe usb does not work at all

lilsirecho wrote:

ehci-hcd 27436 0 (unused)

you usb2.0-module is not used!!! this is bad :-(
-> if you solve this, the usb-storage will work automatically, if it already worked on the 2.4.21-kernel

-> do you have libusb installed?

-> i dont know how to configure usb2.0 under linux, the only thing is: i know that it's "ehci-hcd" that is needed and your kernel loads it but dont use it

-> search the internet about how to setup a usb2.0 device --- maybe other people in the forum can help (i dont have usb2.0, that's why i didnt searched for it wink )


The impossible missions are the only ones which succeed.

Offline

#13 2004-02-26 17:21:50

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  smile

   Libusb in pacman -Q  version 0.1.7-1

   Keybd and mouse USB 1.0

    USB worked on former arch system.

    Have two arch drives generated by arch 0.5 install with minimum module support(essentially network access) with no kde, no mozilla,nowine, no mplayer packages in the initial kernel install.  Removed xfree86 and reinstalled.  Then ran pacman -Sy and pacman -Sy pacman  followed by Pacman -Syu.  After completion of the install of the kernel 2.4.25-1, I entered the pacman -S's for the reinstall of kde, wine, mplayer.

    Added the /etc/rc.conf info and other data required for fstab.

     I have  no USB2.0  access to the HDD in either drive.  I have Hotplug installed.
    Maybe the drive is dead!!!!  It has external power and its led is lighted.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#14 2004-02-26 17:57:56

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: No usb-storage in Kernel 2.4.25

try to load uhci-hcd instead of ehci-hcd


The impossible missions are the only ones which succeed.

Offline

#15 2004-02-26 19:39:52

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  smile

   uhci-hcd already there.

  /proc/bus/drivers
         usbdevfs
         hub
96-111: hiddev
         hid
         usb-storage
         serial


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#16 2004-02-26 20:01:46

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  smile   Listing of dmesg:6re root]# dmesg

      bDescriptorType     =   05
      bEndpointAddress    =   82 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 01bf
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   83 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 0042
      bInterval           =   01
  Alternate Setting:  9
    bLength             =    9
    bDescriptorType     =   04
    bInterfaceNumber    =   00
    bAlternateSetting   =   09
    bNumEndpoints       =   03
    bInterface Class:SubClass:Protocol =   00:00:00
    iInterface          =   00
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   01 (i/o)
      bmAttributes        =   00 (Control)
      wMaxPacketSize      = 0008
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   82 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 017f
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   83 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 0042
      bInterval           =   01
  Alternate Setting: 10
    bLength             =    9
    bDescriptorType     =   04
    bInterfaceNumber    =   00
    bAlternateSetting   =   0a
    bNumEndpoints       =   03
    bInterface Class:SubClass:Protocol =   00:00:00
    iInterface          =   00
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   01 (i/o)
      bmAttributes        =   00 (Control)
      wMaxPacketSize      = 0008
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   82 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 013f
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   83 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 0042
      bInterval           =   01
  Alternate Setting: 11
    bLength             =    9
    bDescriptorType     =   04
    bInterfaceNumber    =   00
    bAlternateSetting   =   0b
    bNumEndpoints       =   03
    bInterface Class:SubClass:Protocol =   00:00:00
    iInterface          =   00
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   01 (i/o)
      bmAttributes        =   00 (Control)
      wMaxPacketSize      = 0008
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   82 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 00ff
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   83 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 0042
      bInterval           =   01
  Alternate Setting: 12
    bLength             =    9
    bDescriptorType     =   04
    bInterfaceNumber    =   00
    bAlternateSetting   =   0c
    bNumEndpoints       =   03
    bInterface Class:SubClass:Protocol =   00:00:00
    iInterface          =   00
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   01 (i/o)
      bmAttributes        =   00 (Control)
      wMaxPacketSize      = 0008
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   82 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 00bf
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   83 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 0042
      bInterval           =   01
  Alternate Setting: 13
    bLength             =    9
    bDescriptorType     =   04
    bInterfaceNumber    =   00
    bAlternateSetting   =   0d
    bNumEndpoints       =   03
    bInterface Class:SubClass:Protocol =   00:00:00
    iInterface          =   00
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   01 (i/o)
      bmAttributes        =   00 (Control)
      wMaxPacketSize      = 0008
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   82 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 007f
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   83 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 0042
      bInterval           =   01
  Alternate Setting: 14
    bLength             =    9
    bDescriptorType     =   04
    bInterfaceNumber    =   00
    bAlternateSetting   =   0e
    bNumEndpoints       =   03
    bInterface Class:SubClass:Protocol =   00:00:00
    iInterface          =   00
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   01 (i/o)
      bmAttributes        =   00 (Control)
      wMaxPacketSize      = 0008
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   82 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 003f
      bInterval           =   01
    Endpoint:
      bLength             =    7
      bDescriptorType     =   05
      bEndpointAddress    =   83 (in)
      bmAttributes        =   01 (Isochronous)
      wMaxPacketSize      = 0042
      bInterval           =   01

  Interface: 1
  Alternate Setting:  0
    bLength             =    9
    bDescriptorType     =   04
    bInterfaceNumber    =   01
    bAlternateSetting   =   00
    bNumEndpoints       =   00
    bInterface Class:SubClass:Protocol =   00:00:00
    iInterface          =   00
usb.c: kusbd: /sbin/hotplug add 3
usb.c: kusbd: /sbin/hotplug add 3
hub.c: port 1, portstatus 103, change 0, 12 Mb/s
hub.c: port 2, portstatus 103, change 0, 12 Mb/s
hub.c: port 1, portstatus 100, change 2, 12 Mb/s
hub.c: port 1 enable change, status 100
hub.c: port 2, portstatus 100, change 2, 12 Mb/s
hub.c: port 2 enable change, status 100
hub.c: port 1, portstatus 101, change 3, 12 Mb/s
hub.c: port 1 connection change
hub.c: port 1, portstatus 101, change 3, 12 Mb/s
host/uhci.c: root-hub INT complete: port1: 499 port2: 48a data: 6
hub.c: port 1, portstatus 101, change 2, 12 Mb/s
host/uhci.c: root-hub INT complete: port1: 48a port2: 48a data: 6
Adding Swap: 265064k swap-space (priority -1)
hub.c: port 1, portstatus 101, change 2, 12 Mb/s
host/uhci.c: root-hub INT complete: port1: 499 port2: 48a data: 6
hub.c: port 1, portstatus 101, change 2, 12 Mb/s
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,67), internal journal
host/uhci.c: root-hub INT complete: port1: 48a port2: 48a data: 6
hub.c: port 1, portstatus 101, change 2, 12 Mb/s
hub.c: port 1, portstatus 103, change 0, 12 Mb/s
hub.c: new USB device 00:11.2-1, assigned address 2
usb.c: kmalloc IF c178fac0, numif 1
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=0
usb.c: USB device number 2 default language ID 0x409
Manufacturer: Silitek
kjournald starting.  Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,3), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Product: IBM USB HUB KEYBOARD
hub.c: USB hub found
hub.c: 3 ports detected
hub.c: part of a compound device
hub.c: individual port power switching
hub.c: individual port over-current protection
hub.c: Port indicators are not supported
hub.c: power on to power good time: 44ms
hub.c: hub controller current requirement: 100mA
hub.c: port removable status: FRR
hub.c: local power source is lost (inactive)
hub.c: no over-current condition exists
hub.c: enabling power on all ports
host/uhci.c: root-hub INT complete: port1: 495 port2: 48a data: 4
usb.c: hub driver claimed interface c178fac0
usb.c: kusbd: /sbin/hotplug add 2
hub.c: port 2, portstatus 100, change 3, 12 Mb/s
hub.c: port 2 connection change
hub.c: port 2, portstatus 100, change 3, 12 Mb/s
hub.c: port 1, portstatus 103, change 0, 12 Mb/s
hub.c: port 2, portstatus 100, change 2, 12 Mb/s
hub.c: port 2 enable change, status 100
hub.c: port 1, portstatus 100, change 3, 12 Mb/s
hub.c: port 1 connection change
hub.c: port 1, portstatus 100, change 3, 12 Mb/s
hub.c: port 2, portstatus 100, change 3, 12 Mb/s
hub.c: port 2 connection change
hub.c: port 2, portstatus 100, change 3, 12 Mb/s
hub.c: port 1, portstatus 101, change 1, 12 Mb/s
hub.c: port 1 connection change
hub.c: port 1, portstatus 101, change 1, 12 Mb/s
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
hub.c: port 1, portstatus 101, change 0, 12 Mb/s
hub.c: port 1, portstatus 101, change 0, 12 Mb/s
hub.c: port 1, portstatus 101, change 0, 12 Mb/s
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
hub.c: port 1, portstatus 101, change 0, 12 Mb/s
hub.c: port 1, portstatus 103, change 10, 12 Mb/s
hub.c: new USB device 00:11.2-1.1, assigned address 3
usb.c: kmalloc IF c17f14a0, numif 2
usb.c: skipped 1 class/vendor specific interface descriptors
usb.c: skipped 1 class/vendor specific interface descriptors
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=0
usb.c: USB device number 3 default language ID 0x409
Manufacturer: Silitek
Product: IBM USB HUB KEYBOARD
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
SCSI subsystem driver Revision: 1.00
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: HITACHI_  Model: DK23BA-10B        Rev: 00E2
  Type:   Direct-Access                      ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
usb.c: usb-storage driver claimed interface c178fea0
USB Mass Storage support registered.
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
usb_control/bulk_msg: timeout
input: USB HID v1.00 Keyboard [Silitek IBM USB HUB KEYBOARD] on usb3:3.0
usb.c: hid driver claimed interface c17f14a0
input: USB HID v1.00 Device [Silitek IBM USB HUB KEYBOARD] on usb3:3.1
usb.c: hid driver claimed interface c17f14b8
usb.c: kusbd: /sbin/hotplug add 3
usb.c: kusbd: /sbin/hotplug add 3
hub.c: port 2, portstatus 301, change 1, 1.5 Mb/s
hub.c: port 2 connection change
hub.c: port 2, portstatus 301, change 1, 1.5 Mb/s
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
hub.c: port 2, portstatus 301, change 0, 1.5 Mb/s
hub.c: port 2, portstatus 301, change 0, 1.5 Mb/s
hub.c: port 2, portstatus 301, change 0, 1.5 Mb/s
host/uhci.c: root-hub INT complete: port1: 488 port2: 488 data: 6
hub.c: port 2, portstatus 301, change 0, 1.5 Mb/s
hub.c: port 2, portstatus 303, change 10, 1.5 Mb/s
hub.c: new USB device 00:11.2-1.2, assigned address 4
usb.c: kmalloc IF ddd10da0, numif 1
usb.c: skipped 1 class/vendor specific interface descriptors
usb.c: new device strings: Mfr=1, Product=2, SerialNumber=0
usb.c: USB device number 4 default language ID 0x409
Manufacturer: Logitech
Product: USB-PS/2 Optical Mouse
input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb3:4.0
usb.c: hid driver claimed interface ddd10da0
usb.c: kusbd: /sbin/hotplug add 4
hub.c: port 3, portstatus 100, change 0, 12 Mb/s
hub.c: port 1, portstatus 103, change 0, 12 Mb/s
hub.c: port 2, portstatus 303, change 0, 1.5 Mb/s
hub.c: port 3, portstatus 100, change 0, 12 Mb/s
hub.c: port 1, portstatus 100, change 2, 12 Mb/s
hub.c: port 1 enable change, status 100
hub.c: port 2, portstatus 100, change 2, 12 Mb/s
hub.c: port 2 enable change, status 100
ne2k-pci.c:v1.02 10/19/2000 D. Becker/P. Gortmaker
  http://www.scyld.com/network/ne2k-pci.html
eth0: RealTek RTL-8029 found at 0x9000, IRQ 19, 00:E0:7D:74:ED:3F.
ehci_hcd 00:09.2: VIA Technologies, Inc. USB 2.0
ehci_hcd 00:09.2: irq 17, pci mem e08e2000
usb.c: new USB bus registered, assigned bus number 5
ehci_hcd 00:09.2: ehci_start hcs_params 0x2204 dbg=0 cc=2 pcc=2 ordered !ppc ports=4
ehci_hcd 00:09.2: ehci_start hcc_params 0002 thresh 0 uframes 256/512/1024
ehci_hcd 00:09.2: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
ehci_hcd 00:09.2: init command 010009 (park)=0 ithresh=1 period=256 RUN
ehci_hcd 00:09.2: USB 2.0 enabled, EHCI 0.95, driver 2003-Dec-29/2.4
hcd.c: 00:09.2 root hub device address 1
usb.c: kmalloc IF dd814980, numif 1
usb.c: new device strings: Mfr=3, Product=2, SerialNumber=1
usb.c: USB device number 1 default language ID 0x0
Manufacturer: Linux 2.4.25 ehci_hcd
Product: VIA Technologies, Inc. USB 2.0
SerialNumber: 00:09.2
hub.c: USB hub found
hub.c: 4 ports detected
hub.c: standalone hub
hub.c: ganged power switching
hub.c: individual port over-current protection
hub.c: Single TT
hub.c: TT requires at most 8 FS bit times
hub.c: Port indicators are not supported
hub.c: power on to power good time: 0ms
hub.c: hub controller current requirement: 0mA
hub.c: port removable status: RRRR
hub.c: local power source is good
hub.c: no over-current condition exists
hub.c: enabling power on all ports
usb.c: hub driver claimed interface dd814980
usb.c: kusbd: /sbin/hotplug add 1
cmpci: version $Revision: 6.16 $ time 10:08:23 Feb 18 2004
cmpci: found CM8738 adapter at io 0xb800 irq 17
cmpci: chip version = 055
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 19640880 512-byte hdwr sectors (10056 MB)
/dev/scsi/host0/bus0/target0/lun0: p1
eth0: no IPv6 routers present
[root@n6re r


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#17 2004-02-26 20:14:17

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: No usb-storage in Kernel 2.4.25

Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 19640880 512-byte hdwr sectors (10056 MB)
/dev/scsi/host0/bus0/target0/lun0: p1

this looks as if it should work now ... (??)


The impossible missions are the only ones which succeed.

Offline

#18 2004-02-26 20:19:57

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile

    The listing suggests that the drive is on sda0 but using that ID made no difference.

    I moved to another arch drive to try it there with the same result.  I see ehci enabled in dmesg.

    I see 0ma enabled which seems odd, s/b 500ma for all usb 1.0


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#19 2004-02-26 20:25:07

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile

   Re-identified to sda1 and the drive mounted in this arch drive!

    I will now go to the other drive and fight that one again!


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#20 2004-02-26 20:33:09

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

Re: No usb-storage in Kernel 2.4.25

http://sethbuckley.com/wiki/moin.cgi/re … 2dbus_2esh

Try running this script.  It will rescan your scsi bus and tell the kernel that there are new scsi devices.


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

#21 2004-02-26 21:59:07

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile Xentac;

    Downloaded the script to home dir.

   How is this entered... it is a txt file.?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#22 2004-02-26 22:28:50

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile Xentac

    The file is named....rescan-scsi-bus.txt...

    Have tried... exec (filename) ........  ./(filename)...

   What should be used to run the file?


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#23 2004-02-27 01:16:22

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

Re: No usb-storage in Kernel 2.4.25

mv rescan-scsi-bus.txt rescan-scsi-bus.sh
chmod +x rescan-scsi-bus.sh

as root

./rescan-scsi-bus.sh


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

#24 2004-02-27 02:14:08

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  smile Xentac

   Performed the procedure, received no error messages and the sda1 module is still not recognized.

   I will try a reboot.

   lsmod lists not used for ehci-hcd.......usb2.0

   Running in the other arch drive and copying 1Gb file takes 20min to transfer from USB hdd to arch drive. It mounts the USB drive but I think its 1.0 usb version in a 2.0 connector.

   lsmod in that drive also reports ehci-hcd unused.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#25 2004-02-27 02:33:28

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: No usb-storage in Kernel 2.4.25

big_smile  smile Xentac;

   rescan-scsi-bus.sh ....shows nothing in kedit.


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

Board footer

Powered by FluxBB