Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 172001

Summary: media-libs/libgpod does not recognize some ipod types
Product: Gentoo Linux Reporter: Alexandre Ferreira <alexandref75>
Component: [OLD] LibraryAssignee: Olivier Crete (RETIRED) <tester>
Status: RESOLVED UPSTREAM    
Severity: normal CC: joem
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: My SysInfo file

Description Alexandre Ferreira 2007-03-24 03:39:09 UTC
libgpod does have the correct configuration for my ipod (A446) in the table
ipod_info_table at the file itdb_device.c. But the function 
itdb_device_get_ipod_info removes the first letter and does not find the correct configuration in the table.

A simple patch is just to remove this lines.

    if(isalpha(model_num[0]))
        p++;



Reproducible: Always
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2007-03-24 17:22:15 UTC
Is that really the number that is in the file iPod_Control/Device/SysInfo on your ipod ?
Comment 2 Alexandre Ferreira 2007-03-24 18:03:31 UTC
Created attachment 114267 [details]
My SysInfo file

My firware on the iPod is the latest one.
Comment 3 Olivier Crete (RETIRED) gentoo-dev 2007-11-16 15:29:25 UTC
Please try the just added libgpod 0.6.0, if it doesn't fix your problem, please report it upstream.