You have a problem with Salix? Post here and we'll do what we can to help.
-
zAchAry
- Posts: 804
- Joined: 11. May 2010, 09:02
- Location: Israel
Post
by zAchAry »
File
85-usbmuxd.rules is located at /lib/udev/rules.d/85-usbmuxd.rules but no usbmuxd service appears.
I guess this is a result of running the following command using
gnsu
Code: Select all
useradd -u 277 -g plugdev -d /dev/null -s /bin/false usbmux
All needed packages are installed, but
ifuse does not mount.
Code: Select all
$ spi libtasn libplist usbmuxd libimobiledevice ifuse
Available packages:
libtasn1 [Installed]: libtasn1 (ASN.1 library)
libplist [Installed]: libplist (A library for Apple Binary and XML Property Lists)
usbmuxd [Installed]: usbmuxd (USB Multiplex Daemon)
libimobiledevice [Installed]: libimobiledevice (library for connecting to Apple's iPhone or iPod)
ifuse [Installed]: ifuse (fuse filesystem for mounting iPhone and iPod touch devices)
Available SlackBuilds:
usbmuxd [Installed]: usbmuxd (USB Multiplex Daemon)
libimobiledevice [Installed]: libimobiledevice (library for connecting to Apple's iPhone or iPod)
ifuse [Installed]: ifuse (fuse filesystem for mounting iPhone and iPod touch devices)
-
djemos
- Salix Warrior
- Posts: 1464
- Joined: 29. Dec 2009, 13:45
- Location: Greece
Post
by djemos »
Do you have libusb-1.0.9-i486-1.txz and libusb-compat-0.1.4-i486-1.txz installed?
-
zAchAry
- Posts: 804
- Joined: 11. May 2010, 09:02
- Location: Israel
Post
by zAchAry »
Yes.
Code: Select all
$ slapt-get --search libusb
libg15-1.2.7-i486-1dj [inst=no]: Libg15 (G11 and G15 keyboard/ Z10 speaker library)
libusb-1.0.9-i486-1 [inst=yes]: libusb (USB library)
libusb-compat-0.1.4-i486-1 [inst=yes]: libusb-compat (Compatibility library for libusb-0.1 apps)
Maybe I have a problem with my groups/users files?