You are not logged in.
Pages: 1
Basically when I connect my psp/any usb device, it does not auto connect. Instead, iI have to mount it manually. I have gnome-volume-manager installed and at startup but it doesn't seem to be working. Any ideas ?
I tried running it in terminal and I get this:
(gnome-volume-manager:7546): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.(gnome-volume-manager:7546): Gdk-WARNING **: locale not supported by C library
Offline
Basically when I connect my psp/any usb device, it does not auto connect. Instead, iI have to mount it manually. I have gnome-volume-manager installed and at startup but it doesn't seem to be working. Any ideas ?
I tried running it in terminal and I get this:
(gnome-volume-manager:7546): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.(gnome-volume-manager:7546): Gdk-WARNING **: locale not supported by C library
Did you recently upgrade kernel? Because the new kernel breaks HAL, we'll have to wait for a fix, or downgrade the kernel.
Offline
Ok, that explains it. I can wait for a fix then. Thank you.
Offline
Newer kernel just released...try upgrading.
/path/to/Truth
Offline
Automounting is still not working...I am using the 2.6.17.7-2 standard arch kernel but it still doesn't work. As a result I can't figure out how to correctly mount my cds and dvds.
Offline
Are you a member of required groups ?
Fstab correctly set up
dbus hal in rc.conf
psp automount ???? emmm not sure on that one
Mr Green I like Landuke!
Offline
Here's my fstab:
#
# /etc/fstab: static file system information
#
# <file> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0/dev/cdrom /mnt/cd iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
/dev/fd0 /mnt/fl vfat user,noauto 0 0/dev/hda3 / ext3 defaults 0 1
/dev/hda1 /boot ext2 defaults 0 1
/dev/hda2 swap swap defaults 0 0
/dev/hda3 / ext3 defaults 0 1
/dev/hda1 /boot ext2 defaults 0 1
/dev/hda2 swap swap defaults 0 0
/var/lib/pacman.db /var/lib/pacman ext2 loop,defaults 0 0
/var/lib/pacman.img /var/lib/pacman ext2 loop,defaults 0 0
and I just added dbus and hal to the Daemons section in my rc.conf.
Offline
and I just added dbus and hal to the Daemons section in my rc.conf.
you only need HAL to start, DBus is recommend by Hal.
(gnome-volume-manager:7546): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.(gnome-volume-manager:7546): Gdk-WARNING **: locale not supported by C library
Which locale do you use in /etc/locale.gen?
When you not set the locale, then select one in /etc/locale.gen, and after this run "locale-gen" on console
Have you tried to turn it off and on again?
Offline
I fixed the locale problem (by removing the comments from the locales I wanted to use and then running locale-gen), now I just need to make sure my fstab is setup correctly. Can anyone look at it ?
Offline
/dev/hda3 / ext3 defaults 0 1
/dev/hda1 /boot ext2 defaults 0 1
/dev/hda2 swap swap defaults 0 0
/dev/hda3 / ext3 defaults 0 1
/dev/hda1 /boot ext2 defaults 0 1
/dev/hda2 swap swap defaults 0 0
/var/lib/pacman.db /var/lib/pacman ext2 loop,defaults 0 0
/var/lib/pacman.img /var/lib/pacman ext2 loop,defaults 0 0
Why you have hda1 and hda2 2 times in fstab?
And swap have no mount point it must look like this
/dev/hda2 none sw 0 0
Have you tried to turn it off and on again?
Offline
Thanks automount now works and thanks for pointing that out in fstab. I haven't looked at it for a while. I think pacman-drive might have added duplicate entries. I have one problem now, I can't play dvds. I get the message "Do you have libdvdcss installed ?" I do but I can't play the dvds.
Offline
Pages: 1