View previous topic :: View next topic |
Author |
Message |
tytus Tux's lil' helper
Joined: 19 Jun 2004 Posts: 97 Location: Boston, USA
|
Posted: Tue Sep 06, 2005 9:40 pm Post subject: mounting ipod [SOLVED] |
|
|
I configured my kernel following http://gentoo-wiki.com/HOWTO_iPod_Shuffle but can't get /dev/sda1 to show up after connecting my ipod. Instead /dev/uba shows up every time I connect the device. Here is dmesg output:
Code: | uhci_hcd 0000:00:1d.0: wakeup_hc
uhci_hcd 0000:00:1d.0: port 1 portsc 0083
hub 1-0:1.0: port 1, status 0101, change 0001, 12 Mb/s
hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
uhci_hcd 0000:00:1d.0: CTRL: TypeReq=0x2301 val=0x2 idx=0x0 len=0 ==> -32
usb 1-1: new full speed USB device using address 5
usb 1-1: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: default language 0x0409
usb 1-1: Product: iPod mini
usb 1-1: Manufacturer: Apple
usb 1-1: SerialNumber: 000A27001465BBA8
usb 1-1: hotplug
usb 1-1: adding 1-1:1.0 (config #1, interface 0)
usb 1-1:1.0: hotplug
ub 1-1:1.0: usb_probe_interface
ub 1-1:1.0: usb_probe_interface - got id
uba: device 5 capacity nsec 50 bsize 512
uba: device 5 capacity nsec 50 bsize 512
uba:end_request: I/O error, dev uba, sector 0
Buffer I/O error on device uba, logical block 0
end_request: I/O error, dev uba, sector 2
Buffer I/O error on device uba, logical block 1
end_request: I/O error, dev uba, sector 4
Buffer I/O error on device uba, logical block 2
end_request: I/O error, dev uba, sector 6
Buffer I/O error on device uba, logical block 3
end_request: I/O error, dev uba, sector 6
Buffer I/O error on device uba, logical block 3
end_request: I/O error, dev uba, sector 4
Buffer I/O error on device uba, logical block 2
end_request: I/O error, dev uba, sector 2
Buffer I/O error on device uba, logical block 1
end_request: I/O error, dev uba, sector 0
Buffer I/O error on device uba, logical block 0
unable to read partition table
uba:end_request: I/O error, dev uba, sector 2
Buffer I/O error on device uba, logical block 1
end_request: I/O error, dev uba, sector 4
Buffer I/O error on device uba, logical block 2
end_request: I/O error, dev uba, sector 6
Buffer I/O error on device uba, logical block 3
end_request: I/O error, dev uba, sector 0
Buffer I/O error on device uba, logical block 0
unable to read partition table
|
Any help greatly appreciated.
Last edited by tytus on Wed Sep 07, 2005 1:56 pm; edited 1 time in total |
|
Back to top |
|
|
nadi Apprentice
Joined: 06 Aug 2004 Posts: 280 Location: Norway
|
Posted: Tue Sep 06, 2005 10:00 pm Post subject: |
|
|
did you check the udev files? here is my definition:
Code: | # less /etc/udev/rules.d/10-local.rules
BUS="scsi", SYSFS{model}=="iPod ", KERNEL="sd*", NAME="%k", SYMLINK="ipod" |
so, maybe you should change the KERNEL variable. Check the udev pages.
hope it helps.
Nadi |
|
Back to top |
|
|
nadi Apprentice
Joined: 06 Aug 2004 Posts: 280 Location: Norway
|
Posted: Tue Sep 06, 2005 10:06 pm Post subject: |
|
|
sorry for asking, you have probably done it already,
have you activated the files system in the kernel
Quote: | File systems --->
DOS/FAT/NT Filesystems --->
<*> VFAT (Windows-95) fs support |
I am sure you did. |
|
Back to top |
|
|
tytus Tux's lil' helper
Joined: 19 Jun 2004 Posts: 97 Location: Boston, USA
|
Posted: Tue Sep 06, 2005 11:12 pm Post subject: |
|
|
Thanks for all the replies. I found the problem. I had to modify kernel config:
Code: | Device Drivers --->
Block devices --->
< > Low Performance USB Block driver |
This option must be unchecked at least in 2.6.9 kernel that I use.
Piotr |
|
Back to top |
|
|
nadi Apprentice
Joined: 06 Aug 2004 Posts: 280 Location: Norway
|
Posted: Wed Sep 07, 2005 8:27 am Post subject: |
|
|
excellent! just put [SOLVED] in the subject... |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|