Comment 3 for bug 573219

Revision history for this message
Jonathan Ernst (jonathan.ernst) wrote :

Can you please try the following and let me know if it makes your player recognized without an .is_audio_player file ?

1) put the attached file (samsung-yepp_yp-m1.mpi) in /usr/share/media-player-info/
2) ALT+F2 and run : gksudo gedit /lib/udev/rules.d/40-usb-media-players.rules
3) paste the following two lines just before the last line (last line should be LABEL="media_player_end") :

# Yepp YP-M1
ATTRS{idVendor}=="04e8" , ATTRS{idProduct}=="5123" , ENV{ID_MEDIA_PLAYER}="samsung-yepp_yp-m1"

If it works, I'll send the required file upstream so your player is automaticaly recognized in the future.