Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

[SOLVED] iPod not accessable

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
desowin
n00b
n00b
Posts: 11
Joined: Mon Jun 06, 2005 7:29 pm

[SOLVED] iPod not accessable

  • Quote

Post by desowin » Sun Aug 12, 2007 4:02 pm

EDIT: it works like a harm now with "usb_storage.delay_use=1" added to kernel boot line
(this option fixes it both for iPod nad Sansa)

-----

After upgrade to 2.6.22 I am no longer able to mount my iPod. It worked fine with 2.6.20.
EDIT: if I remove EHCI (USB 2.0) support, iPod works fine (if slow can be called fine)

dmesg says

Code: Select all

localhost ~ # dmesg
usb 1-1: new high speed USB device using ehci_hcd and address 16
usb 1-1: configuration #1 chosen from 1 choice
scsi7 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 16
usb-storage: waiting for device to settle before scanning
scsi 7:0:0:0: Direct-Access     Apple    iPod             1.62 PQ: 0 ANSI: 0
sd 7:0:0:0: [sdc] 7999487 512-byte hardware sectors (4096 MB)
sd 7:0:0:0: [sdc] Write Protect is off
sd 7:0:0:0: [sdc] Mode Sense: 64 00 00 08
sd 7:0:0:0: [sdc] Assuming drive cache: write through
sd 7:0:0:0: [sdc] 7999487 512-byte hardware sectors (4096 MB)
sd 7:0:0:0: [sdc] Write Protect is off
sd 7:0:0:0: [sdc] Mode Sense: 64 00 00 08
sd 7:0:0:0: [sdc] Assuming drive cache: write through
 sdc: sdc1 sdc2 sdc3
sd 7:0:0:0: [sdc] Attached SCSI removable disk
sd 7:0:0:0: Attached scsi generic sg2 type 0
usb-storage: device scan complete
usb 1-1: reset high speed USB device using ehci_hcd and address 16
usb 1-1: reset high speed USB device using ehci_hcd and address 16
usb 1-1: reset high speed USB device using ehci_hcd and address 16
usb 1-1: reset high speed USB device using ehci_hcd and address 16
usb 1-1: reset high speed USB device using ehci_hcd and address 16
usb 1-1: reset high speed USB device using ehci_hcd and address 16
sd 7:0:0:0: scsi: Device offlined - not ready after error recovery
sd 7:0:0:0: [sdc] Result: hostbyte=DID_ABORT driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sdc, sector 73
printk: 468 messages suppressed.
Buffer I/O error on device sdc1, logical block 5
Buffer I/O error on device sdc1, logical block 6
Buffer I/O error on device sdc1, logical block 7
Buffer I/O error on device sdc1, logical block 8
Buffer I/O error on device sdc1, logical block 9
Buffer I/O error on device sdc1, logical block 10
Buffer I/O error on device sdc1, logical block 11
Buffer I/O error on device sdc1, logical block 12
Buffer I/O error on device sdc1, logical block 13
Buffer I/O error on device sdc1, logical block 14
sd 7:0:0:0: rejecting I/O to offline device
sd 7:0:0:0: rejecting I/O to offline device
sd 7:0:0:0: [sdc] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK,SUGGEST_OK
end_request: I/O error, dev sdc, sector 7871685
sd 7:0:0:0: rejecting I/O to offline device
sd 7:0:0:0: rejecting I/O to offline device
sd 7:0:0:0: rejecting I/O to offline device
sd 7:0:0:0: rejecting I/O to offline device
sd 7:0:0:0: rejecting I/O to offline device
sd 7:0:0:0: rejecting I/O to offline device
sd 7:0:0:0: rejecting I/O to offline device
and iPod keeps displaying 'Do not disconnect'
iPod works with older kernels

kernel config: http://people.atheme.org/~desowin/kernel-config-2.6.22
Last edited by desowin on Sun Sep 16, 2007 8:29 am, edited 3 times in total.
My profile at ohloh.net
Top
stigger
n00b
n00b
Posts: 13
Joined: Sun Aug 12, 2007 8:30 pm

Re: iPod not accessable

  • Quote

Post by stigger » Sun Aug 12, 2007 8:33 pm

desowin wrote:After upgrade to 2.6.22 I am no longer able to mount my iPod. It worked fine with 2.6.20.
i have same problems with 2.6.21-r4 =(
Top
dawn chorus
n00b
n00b
User avatar
Posts: 44
Joined: Fri May 04, 2007 7:02 am
Location: SouthEast USA

  • Quote

Post by dawn chorus » Tue Aug 14, 2007 8:18 pm

I'm using 2.6.22 and my iPod is functional.

dmesg output is normal:
usb-storage: device found at 5
usb-storage: waiting for device to settle before scanning
scsi 4:0:0:0: Direct-Access Apple iPod 1.62 PQ: 0 ANSI: 0
sd 4:0:0:0: [sdd] 3964928 2048-byte hardware sectors (8120 MB)
sd 4:0:0:0: [sdd] Write Protect is off
sd 4:0:0:0: [sdd] Mode Sense: 68 00 00 08
sd 4:0:0:0: [sdd] Assuming drive cache: write through
sd 4:0:0:0: [sdd] 3964928 2048-byte hardware sectors (8120 MB)
sd 4:0:0:0: [sdd] Write Protect is off
sd 4:0:0:0: [sdd] Mode Sense: 68 00 00 08
sd 4:0:0:0: [sdd] Assuming drive cache: write through
sdd: sdd1 sdd2
sd 4:0:0:0: [sdd] Attached SCSI removable disk
sd 4:0:0:0: Attached scsi generic sg3 type 0
usb-storage: device scan complete
Here's my .config

http://rafb.net/p/lU71t059.html
Last edited by dawn chorus on Wed Aug 15, 2007 1:58 am, edited 1 time in total.
~~0~~
Top
purpler
n00b
n00b
User avatar
Posts: 38
Joined: Thu Jan 11, 2007 7:38 pm
Location: /v*/l*/p*/world

  • Quote

Post by purpler » Tue Aug 14, 2007 10:10 pm

dude, could you write a longer post pls?

Code: Select all

# emerge -av nopaste
# cat /proc/config.gz |nopaste
$ paste us a link
Our system, who art on raised tile,hallowed be thy OS..
Gentoo.
Top
tarpman
Veteran
Veteran
User avatar
Posts: 1083
Joined: Thu Nov 04, 2004 2:55 am
Location: Victoria, BC, Canada

  • Quote

Post by tarpman » Tue Aug 14, 2007 10:18 pm

purpler wrote:

Code: Select all

# emerge -av nopaste
# cat /proc/config.gz |nopaste
$ paste us a link
That should be zcat(1p), rather than cat(1). ;)
Saving the world, one kilobyte at a time.
Top
purpler
n00b
n00b
User avatar
Posts: 38
Joined: Thu Jan 11, 2007 7:38 pm
Location: /v*/l*/p*/world

  • Quote

Post by purpler » Tue Aug 14, 2007 10:26 pm

damn, you're right, my bad :)
Our system, who art on raised tile,hallowed be thy OS..
Gentoo.
Top
stigger
n00b
n00b
Posts: 13
Joined: Sun Aug 12, 2007 8:30 pm

  • Quote

Post by stigger » Wed Aug 15, 2007 5:51 am

i solved problem for me. i just connected my iPod DIRECTLY into usb2.0 hub.
Top
Post Reply

7 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic