linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Mounting usb pendrive
@ 2004-11-30 11:06 Isidoro Reyes de Zuloaga
  2004-11-30 11:12 ` Isidoro Reyes de Zuloaga
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Isidoro Reyes de Zuloaga @ 2004-11-30 11:06 UTC (permalink / raw)
  To: linuxppc-dev list

Hi folks,
I'm trying to mount my usb pendrive device and i'm getty a strange error 
message. I compiled my kernel with the scsi modules and all the stuff, and i 
can mount it on my x86, but in the powerbook i can't.
this is the /var/log/messages:

Nov 30 12:01:18 yoda kernel: usb 2-1.1: new full speed USB device using 
address 11
Nov 30 12:01:18 yoda kernel: usb 2-1.1: new full speed USB device using 
address 12
Nov 30 12:02:04 yoda kernel: ohci_hcd 0001:10:1b.1: wakeup
Nov 30 12:02:04 yoda kernel: usb 3-1: new full speed USB device using address 
5
Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
Nov 30 12:02:05 yoda kernel: uba: made changed
Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
Nov 30 12:02:05 yoda kernel:  /dev/ub/a:end_request: I/O error, dev uba, 
sector 0
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 2
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 2
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 0
Nov 30 12:02:05 yoda kernel:  unable to read partition table
Nov 30 12:02:05 yoda kernel:  /dev/ub/a:end_request: I/O error, dev uba, 
sector 2
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 0
Nov 30 12:02:05 yoda kernel:  unable to read partition table
Nov 30 12:02:05 yoda usb.agent[4698]:      ub: already loaded

I don't know what's happening, it's the same when i try to mount the ipod. my 
modules are: 
usb_storage           107772  0
scsi_mod               69856  3 sd_mod,sg,usb_storage
usbhid                 46592  0
hci_usb                11104  2
bluetooth              44100  7 rfcomm,l2cap,hci_usb
usbcore               105204  9 
ehci_hcd,ub,ohci_hcd,usb_storage,uhci_hcd,usbhid,hci_usb


Everything seems to be right, uh??
Thanks for your help. 
isidoro

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Mounting usb pendrive
  2004-11-30 11:06 Mounting usb pendrive Isidoro Reyes de Zuloaga
@ 2004-11-30 11:12 ` Isidoro Reyes de Zuloaga
  2004-11-30 12:38 ` Mark Ferry
  2004-11-30 21:41 ` Isidoro Reyes de Zuloaga
  2 siblings, 0 replies; 4+ messages in thread
From: Isidoro Reyes de Zuloaga @ 2004-11-30 11:12 UTC (permalink / raw)
  To: linuxppc-dev

whith the 2.6.9 kernel.
i've forgotten.
cheers 
isidoro

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Mounting usb pendrive
  2004-11-30 11:06 Mounting usb pendrive Isidoro Reyes de Zuloaga
  2004-11-30 11:12 ` Isidoro Reyes de Zuloaga
@ 2004-11-30 12:38 ` Mark Ferry
  2004-11-30 21:41 ` Isidoro Reyes de Zuloaga
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Ferry @ 2004-11-30 12:38 UTC (permalink / raw)
  To: linuxppc-dev list

Have you compiled in PC BIOS (DOS) partition table support?

CONFIG_MSDOS_PARTITION=y

menuconfig: File Systems | Partition Types | PC BIOS (MS DOS partition 
tables) support.

I assume your ipod may well have been fat formatted.

Also note that it's using the UB driver introduced in 2.6.9(?) rather 
than the older scsi usb_storage driver.

Many of the features in the old driver may not yet have been implemented 
in the UB driver (CONFIG_SCSI_MULTI_LUN equivalent ?!).

The solution is to remove the UB driver from the kernel...
  (CONFIG_BLK_DEV_UB)

- Mark

Isidoro Reyes de Zuloaga wrote:

> Hi folks,
> I'm trying to mount my usb pendrive device and i'm getty a strange error 
> message. I compiled my kernel with the scsi modules and all the stuff, and i 
> can mount it on my x86, but in the powerbook i can't.
> this is the /var/log/messages:
> 
> Nov 30 12:01:18 yoda kernel: usb 2-1.1: new full speed USB device using 
> address 11
> Nov 30 12:01:18 yoda kernel: usb 2-1.1: new full speed USB device using 
> address 12
> Nov 30 12:02:04 yoda kernel: ohci_hcd 0001:10:1b.1: wakeup
> Nov 30 12:02:04 yoda kernel: usb 3-1: new full speed USB device using address 
> 5
> Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
> Nov 30 12:02:05 yoda kernel: uba: made changed
> Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
> Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
> Nov 30 12:02:05 yoda kernel:  /dev/ub/a:end_request: I/O error, dev uba, 
> sector 0
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 2
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 2
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 0
> Nov 30 12:02:05 yoda kernel:  unable to read partition table
> Nov 30 12:02:05 yoda kernel:  /dev/ub/a:end_request: I/O error, dev uba, 
> sector 2
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 0
> Nov 30 12:02:05 yoda kernel:  unable to read partition table
> Nov 30 12:02:05 yoda usb.agent[4698]:      ub: already loaded
> 
> I don't know what's happening, it's the same when i try to mount the ipod. my 
> modules are: 
> usb_storage           107772  0
> scsi_mod               69856  3 sd_mod,sg,usb_storage
> usbhid                 46592  0
> hci_usb                11104  2
> bluetooth              44100  7 rfcomm,l2cap,hci_usb
> usbcore               105204  9 
> ehci_hcd,ub,ohci_hcd,usb_storage,uhci_hcd,usbhid,hci_usb
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Mounting usb pendrive
  2004-11-30 11:06 Mounting usb pendrive Isidoro Reyes de Zuloaga
  2004-11-30 11:12 ` Isidoro Reyes de Zuloaga
  2004-11-30 12:38 ` Mark Ferry
@ 2004-11-30 21:41 ` Isidoro Reyes de Zuloaga
  2 siblings, 0 replies; 4+ messages in thread
From: Isidoro Reyes de Zuloaga @ 2004-11-30 21:41 UTC (permalink / raw)
  To: linuxppc-dev

Thanks for your help,=20
i recompiled the kenel with the old scsi driver and i works fine.
cheers.
isidoro
El Martes 30 Noviembre 2004 12:06, Isidoro Reyes de Zuloaga escribi=F3:
> Hi folks,
> I'm trying to mount my usb pendrive device and i'm getty a strange error
> message. I compiled my kernel with the scsi modules and all the stuff, and
> i can mount it on my x86, but in the powerbook i can't.
> this is the /var/log/messages:
>
> Nov 30 12:01:18 yoda kernel: usb 2-1.1: new full speed USB device using
> address 11
> Nov 30 12:01:18 yoda kernel: usb 2-1.1: new full speed USB device using
> address 12
> Nov 30 12:02:04 yoda kernel: ohci_hcd 0001:10:1b.1: wakeup
> Nov 30 12:02:04 yoda kernel: usb 3-1: new full speed USB device using
> address 5
> Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
> Nov 30 12:02:05 yoda kernel: uba: made changed
> Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
> Nov 30 12:02:05 yoda kernel: uba: device 5 capacity nsec 50 bsize 512
> Nov 30 12:02:05 yoda kernel:  /dev/ub/a:end_request: I/O error, dev uba,
> sector 0
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 2
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 2
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 0
> Nov 30 12:02:05 yoda kernel:  unable to read partition table
> Nov 30 12:02:05 yoda kernel:  /dev/ub/a:end_request: I/O error, dev uba,
> sector 2
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 4
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 6
> Nov 30 12:02:05 yoda kernel: end_request: I/O error, dev uba, sector 0
> Nov 30 12:02:05 yoda kernel:  unable to read partition table
> Nov 30 12:02:05 yoda usb.agent[4698]:      ub: already loaded
>
> I don't know what's happening, it's the same when i try to mount the ipod.
> my modules are:
> usb_storage           107772  0
> scsi_mod               69856  3 sd_mod,sg,usb_storage
> usbhid                 46592  0
> hci_usb                11104  2
> bluetooth              44100  7 rfcomm,l2cap,hci_usb
> usbcore               105204  9
> ehci_hcd,ub,ohci_hcd,usb_storage,uhci_hcd,usbhid,hci_usb
>
>
> Everything seems to be right, uh??
> Thanks for your help.
> isidoro
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-30 22:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-30 11:06 Mounting usb pendrive Isidoro Reyes de Zuloaga
2004-11-30 11:12 ` Isidoro Reyes de Zuloaga
2004-11-30 12:38 ` Mark Ferry
2004-11-30 21:41 ` Isidoro Reyes de Zuloaga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).