** Description changed:

  Binary package hint: libmtp8
  
  karmic koala alpha6
  
  /lib/udev/rules.d/45-libmtp8.rules
  
  had a wrong stuff for zen micro
  
  but i have fixed.
  
  ---first install this stuff:
  
  sudo apt-get install libmtp8  mtpfs mtp-tools
  
  ---connect the zen creative  type
  
  lsusb | grep -i  creative
  
  you should get this
  
  ---Bus 001 Device 005: ID 041e:411e Creative Technology, Ltd Zen Micro
  
  as you can see here  the id is :
  
  ---041e:411e
  
  so now edit the /lib/udev/rules.d/45-libmtp8.rules with
  
- 
  ---kdesudo kate /lib/udev/rules.d/45-libmtp8.rules
  
+ and now CTRL F to searc zen micro. you should find out this
  
- and now CTRL F to searc zen micro. you should find out this 
- 
- 
- # Creative ZEN Micro (MTP mode)                                               
                  
+ # Creative ZEN Micro (MTP mode)
  ATTR{idVendor}=="041e", ATTR{idProduct}=="4130", SYMLINK+="libmtp-%k", 
MODE="660", GROUP="audio"
  
- 
- so as you can see the ID is WRONG. 
+ so as you can see the ID is WRONG.
  
  so change like this one:
  
  # Creative ZEN Micro (MTP mode)
  TTR{idVendor}=="041e", ATTR{idProduct}=="411e", SYMLINK+="libmtp-%k", 
MODE="660", GROUP="audio"
  
- 
  now
  
- sudo add $USER audio
+ sudo adduser $USER audio
+ 
  
  reboot your pc (i have tried to reboot only udev without success...)
  
  now t gnomad2 or amarok 1.4 should work without sudo...
  
  that's all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/433023

Title:
  Creative zen micro doesn't work on  Karmic wrong
  /lib/udev/rules.d/45-libmtp8.rules

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to