Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 172001 - media-libs/libgpod does not recognize some ipod types
Summary: media-libs/libgpod does not recognize some ipod types
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Olivier Crete (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 03:39 UTC by Alexandre Ferreira
Modified: 2007-11-16 15:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
My SysInfo file (SysInfo,18 bytes, text/plain)
2007-03-24 18:03 UTC, Alexandre Ferreira
Details

Note You need to log in before you can comment on or make changes to this bug.
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.