View previous topic :: View next topic |
Author |
Message |
Titeuf l33t
Joined: 19 Jun 2004 Posts: 759 Location: Middelkerke, Belgium
|
Posted: Fri Mar 04, 2005 7:16 pm Post subject: IPod mini |
|
|
I've been searching those forums and google for an answer, but I just can't find one:
I can't use my ipod mini (I just got it today, so I think it's 2nd generation), when I plug it in (through the usb cable, I don't have a firewire cable), there's nothing added to dmesg, and /dev/sda* isn't created.
I've triple checked that my kernel config is right, but can't find what I did wrong.
I'm using 2.6.10-gentoo-r6 now, and emerging gentoo-dev-sources-2.6.11-r1, to see if it will work with it.
Can somebody help me with what I probably did wrong ? |
|
Back to top |
|
|
Titeuf l33t
Joined: 19 Jun 2004 Posts: 759 Location: Middelkerke, Belgium
|
Posted: Fri Mar 04, 2005 7:45 pm Post subject: |
|
|
This is what dmesg says, it's the same on 2.6.11:
Code: |
usb 1-3: new high speed USB device using ehci_hcd and address 3
ub: cmd #0 cmd status (-104)
ub: cmd #1 cmd status (-104)
uba: device 3 capacity nsec 0 bsize 512
ub: cmd #2 cmd status (-104)
ub: cmd #3 cmd status (-104)
uba: device 3 capacity nsec 0 bsize 512
ub: cmd #4 cmd status (-104)
|
It doesn't even mention /dev/sda:( |
|
Back to top |
|
|
Sachankara l33t
Joined: 11 Jun 2004 Posts: 696 Location: Stockholm, Sweden
|
Posted: Fri Mar 04, 2005 11:57 pm Post subject: |
|
|
Titeuf wrote: | This is what dmesg says, it's the same on 2.6.11:
Code: |
usb 1-3: new high speed USB device using ehci_hcd and address 3
ub: cmd #0 cmd status (-104)
ub: cmd #1 cmd status (-104)
uba: device 3 capacity nsec 0 bsize 512
ub: cmd #2 cmd status (-104)
ub: cmd #3 cmd status (-104)
uba: device 3 capacity nsec 0 bsize 512
ub: cmd #4 cmd status (-104)
|
It doesn't even mention /dev/sda:( | The log says that you're using the low speed USB storage device instead of the USB provided by SCSI. Therefor your devices are named /dev/ubXZ . But I'd recommend removing it, since it's quite poor , and instead using the normal SCSI driver. _________________ Gentoo Hardened Linux 2.6.21 + svorak (Swedish dvorak) |
|
Back to top |
|
|
Titeuf l33t
Joined: 19 Jun 2004 Posts: 759 Location: Middelkerke, Belgium
|
Posted: Sat Mar 05, 2005 11:34 am Post subject: |
|
|
Code: |
usb 1-3: new high speed USB device using ehci_hcd and address 3
|
The ehci_hcd part means that it uses USB2, right ?
And secondly, how do I remove the low speed USB storage device ? I can't really find it in menuconfig. |
|
Back to top |
|
|
Titeuf l33t
Joined: 19 Jun 2004 Posts: 759 Location: Middelkerke, Belgium
|
Posted: Sun Mar 06, 2005 11:30 am Post subject: |
|
|
*bump* |
|
Back to top |
|
|
Titeuf l33t
Joined: 19 Jun 2004 Posts: 759 Location: Middelkerke, Belgium
|
Posted: Mon Mar 07, 2005 5:40 pm Post subject: |
|
|
*bump*
Here is my kernel .config, maybe this can help you guys, but I don't see what's wrong with it.
Does it just work for others ? |
|
Back to top |
|
|
Sachankara l33t
Joined: 11 Jun 2004 Posts: 696 Location: Stockholm, Sweden
|
Posted: Mon Mar 07, 2005 7:22 pm Post subject: |
|
|
Titeuf wrote: | *bump*
Here is my kernel .config, maybe this can help you guys, but I don't see what's wrong with it.
Does it just work for others ? | Disable the following: Device Drivers ---> Block devices ---> Low Performance USB Block driver
Or like this in .config :
Code: |
# CONFIG_BLK_DEV_UB is not set
|
_________________ Gentoo Hardened Linux 2.6.21 + svorak (Swedish dvorak) |
|
Back to top |
|
|
Titeuf l33t
Joined: 19 Jun 2004 Posts: 759 Location: Middelkerke, Belgium
|
Posted: Mon Mar 07, 2005 7:55 pm Post subject: |
|
|
Thank you a lot |
|
Back to top |
|
|
|